/* Start of CMSMS style sheet 'Layout' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   background-color: #515151;
   color: #333;
   margin:1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #6e412b; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #6e412b; 
}

a:hover {
   text-decoration: none;
   background-color: #fbd6ba;
   color: #6e412b;
}

div#pagewrapper {
   margin: 0 auto;
   width: 960px;
   max-width: 960px;
   min-width: 960px;
   padding-top: 6px;
   padding-bottom: 6px;
   background-color: #434343;
}

div#container {
   margin-left: 6px;
   margin-right: 6px;
   border: 1px solid #552812;
   max-width: 946px;
   min-width: 946px;
   width: 946px;
   background-color: #fff;;
}


/*** header ****/
div#header {
   height: 115px;
   background: #fff url(../images/header_foto.jpg) no-repeat 0 0;
}

div.lang {
   margin-top: 4px;
}

div.lang img {
   margin-left: 4px;
   margin-right: 4px;
}

div.lang a:hover {
   background-color: #fff;
}

div#sep {
   background-color: #ebebeb;
   height: 21px;
}

/* position for the search box */
div#search {
   float: right;
   text-align: right;
   padding: 1px 0 0 0;
   margin: 0 1em 0 0;
}

div#search img {
   vertical-align:middle;
   border: 0;
}

div#search input {
   color: #000;
   background: #fff;
  border: 1px solid #bc5023;
   font-size: 10px;
   height: 13px;
   width: 120px;
   vertical-align:middle;
}

div#search input#searchbtn{
  background: #ebebeb;
  border: 1px solid #bc5023;
  vertical-align:middle;
  height: 15px;
  width: 58px;
}

div.breadcrumbs {
   float: left;
   padding: 4px 0 0 0;
   font-size: 90%; 
   margin: 0 0 0 4px;
   color: #552812;
/*   border-bottom: 1px dotted #000;*/
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
} 

div#content {
   background: #fff url(../images/content_bg.gif);
}

div#main {
   padding-top: 1.5em;
   margin-left: 230px;
   margin-right: 2%;
}

div#sidebar {
   float: left;  
   width: 210px;
   display: inline; 
   margin-left: 0;
}

div#footer {
   clear: both; 
   color: #c2b1a9;
   background: #fff url(../images/content_bg.gif);
   padding-bottom: 10px;
   padding-top: 10px;
}

div#footer p {
   font-size: 0.8em;
   padding: 4px 0 0 0; 
   text-align: center;
   margin: 0;
   line-height: 1.6em;
}

div#footer p a {
   color: #c2b1a9;  
}

div#footer p a:hover {
   text-decoration: none;
   background-color: #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; 
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   text-transform: lowercase;
   margin: 0 0 0.7em 0;
   color: #f27c00;
   font-size: 18px;
}

div#content h2 {
   color: #f27c00;
   font-size: 16px;
   text-align: left; 
   margin: 0 0 0.5em 0;
}

div#content h3 {
   color: #f27c00;
   font-size: 14px;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #f27c00;
   font-size: 12px;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   color: #f27c00;
   font-size: 10px;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #f27c00;
   font-size: 8px;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px 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 'Layout' */

