/*  Nascom base.css  All Rights Reserved. *****************

Title: base.css for Drupal projects
Purpose: reset all standard html element in all browsers for integration team, and having the admin style allready present
Status: Valid CSS 2.1 according to W3C, lets keep it this way
Author: Mark, ...
Version: 1.4 Beta
/************************************************************/

/* import a standard form.css, put all css declaration in this file */
@import url(system.css);

/* default nice clean info, succes, error and warnings boxes, you will need the images in the subfolder **********/
.info, .status, .warning, .error, .validation {border: 1px solid;margin: 10px 0px;padding:15px 10px 15px 50px;background-repeat: no-repeat;background-position: 10px center;}
.messages {border:1px solid;margin:10px 0px;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center}
.messages.info{color:#00529B;background-color:#BDE5F8;background-image:url(images/info.png)}
.messages.status{color:#4F8A10;background-color:#DFF2BF;background-image:url(images/valid_green.png)}
.messages.warning{color:#9F6000;background-color:#FEEFB3;background-image:url(images/attention.png)}
.messages.error{color:#D8000C;background-color:#FFBABA;background-image:url(images/cancel.png)}
.form-textarea.error { border: 1px solid #D8000C !important; }
/* start default style, lists, paragraphs, block items in sidebar etc ... ******************************************/
#content p {color :#000;line-height :15px;font-size :1.2em;}
#content ul {list-style :disc;margin-left :15px;}
#content ol {list-style : decimal;margin-left :15px;}
#content ul li, #content ol li {line-height :18px;}
.sidebar .block {margin-bottom :10px;}
/* end default style, lists, paragraphs, block items in sidebar etc ... ******************************************/

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */