/* Start of CMSMS style sheet 'Hartmut Layout: Left sidebar + 1 column' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.4em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #5F5146; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #804040;               
}

a:hover {
   text-decoration: none;
   background-color: #5F5146;
   color: #ffff99;
}

body {
   background: #FFFF99 url(uploads/images/layout/gradientbghor.png) repeat-x;
   background-position:0px 0px;
   color: #000;
   margin:1em;    
}

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 90em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 65em;
   background-color: transparent;
   color: #262626;
}

div#header {
   height: 60px;    
   background: transparent;           
}


div#search {
   float: right;
   width: 27em;    
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 8px 0 10px 0; /* top, right, bottom, left */
   font-size: 90%;
   margin: 0 1em 0 1em;        
   border: 0px dotted #000;

}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
border: 0px dotted #000;
 } 

div#flags {
   float:right;
   padding: 0.5em 0 0em 0;
   border: 0px dotted #000;


 }

 div#content {
   margin: 1em auto 1em 0;   /* some air above and under menu and content */
}


div#main {
   margin-left: 190px; 
   margin-right: 2%; 
}

div#sidebar {
   float: left;           
   width: 150px;     
   display: inline; 
   margin-left: 0;
}

div#weather {
   float: left;           
      
}

div#footer {
   clear: both;      
   color: #fff;
   background-color: #FFFF99; 
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       
   text-align: center;  
   margin: 0;
}


div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}


div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #262626; 
	font-size: 1.5em; 
	text-align: left; 
             line-height: 1.5em;
}
div#content h3 {
   color: #262626; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #262626; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #262626; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #262626; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 0.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   /*border-left: 10px solid #ddd;*/
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
/*code, pre {
 white-space: pre-wrap;     
 white-space: -moz-pre-wrap;  
 white-space: -pre-wrap;      
 white-space: -o-pre-wrap;    
 word-wrap: break-word;       
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
} */

pre {
   border: 0px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Hartmut Layout: Left sidebar + 1 column' */

