/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: Verdana, Helvetica, Geneva, Arial, Helvetica, sans-serif;
   font-size: 70%;
   line-height: 1.4em;
}


div {
   font-size: 1em;
}


img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: none;
   background-color: transparent; 
   color: #18507C; 
}

a:visited {
   text-decoration: none;
   background-color: transparent; 
  color: #18507C;               
}

a:hover {
   text-decoration: none;
   background-color: none;
   color: #385C72;
}


body {
   background: #D9CDB2 url(uploads/images/bg.jpg) repeat-x;
   color: #584C39;
   margin:0em; 
border-top: 0px solid #D9CDB2;
}

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 600px; /* IE wont understand these, so we will use javascript magick */
   min-width: 600px;
   background-color: transparent;
   color: #584C39;
}



div#header {
   height: 188px;
   background: transparent url(uploads/images/header.jpg) no-repeat;           
}

div#logout {
   float: left;
   width:210px;   
   text-align: left;
   padding: 6px;
      color: #efefef;
   background: #4a5f7a;
   font-size: 11px;
   margin-left: 30px;
}

div#logout a {
 
   color: #D9CDB2;
 
}

div#search {
   float: right;
   width:150px;   
   text-align: left;
   padding-top: 0px;
   padding-right: 45px;
   color: #444444;
   font-size: 11px;
}

input {
border: none;
color: #777777;
font-size: 11px;
padding: 5px;
}

#cntnt01searchinput {

border: 1px solid #dcdcdc;
border-top: 1px solid #D9CDB2;
background: #D9CDB2; 
width: 143px; 
height: 13px;
}

#cntnt01searchinput:hover{

border: 1px solid #dcdcdc;
border-top: 1px solid #D9CDB2;
background: #f9Cfd2; 
width: 143px; 
height: 13px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0;
   font-size: 90%;           
   margin: 0 1em;          
   border-bottom: 0px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   margin: 0 auto; 

}

div#main {
   margin-left: 29%; 
   margin-right: 2%; 
   background: #DBD3C0 url(uploads/header/random_image_loader.php) no-repeat top;
   border: #d2B3A5 1px solid;
   padding: 10px;
   padding-top: 0px;
   text-align: justify;
padding-bottom:20px;
min-height: 400px;
}



div#sidebar {
   float: left; 
   width: 20%;    
   display: inline;  
   margin-left: 30px;
   padding-top: 25px;
background: transparent url(uploads/images/menu.jpg) no-repeat;
height: 480px;
border: #B8B2A5 0px solid;

}


div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  
}
div#footer {
   clear:both;       
   color: #18507C; 
   float: right;
   margin-right: 10px;
   width: 400px;
   heigth: 50px;
margin-top: -10px;
}

div#footer p {
   font-size: 1em;
   padding: 1.5em;      /* some air for footer */
   text-align: right; /* centered text */
   margin:0;
   color: #18507C;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  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 {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #4A5F7A; 
   font-size: 1em; 
   text-align: center; 
   padding-left: 0.5em;
border-bottom: 1px dotted #4a5f7a;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.4em;
   margin: 0 0 0.5em 0;
border-bottom: 0px solid #4a5f7a;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   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;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
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;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


/* End of 'Layout: Left sidebar + 1 column' */

