/* Start of CMSMS style sheet 'Clean_Orange_Dark : Main' */
* {
  margin:0;
  padding:0;

}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
  
}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #000040;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #000040;
}

a:hover {
   text-decoration: none;
   color: #CC0000;
}

body {
   background: #000000;
   color: #779CB9;
   margin:1em;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   max-width:950px;
   min-width: 950px;
   background-color: #D8D8D8;
   border:0px solid #0000ff;

}
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 185px;    /* adjust according your image size */
   background: #000000;   
       
}

div#header h1 a {
/* you can set your own image here */
    background: #C8D7EA url(uploads/images/header5.jpg) center no-repeat ; 
   display: block;
   height:150px;             /* adjust according your image size */
padding:2em;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}

div#slogan {
   padding-top: 50px;
   padding-left: 45px;
   padding-bottom: 30px;
   font-size: 20px;
   color: #000000;
   text-shadow: 0px 2px 3px #555;   
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 1px;

}
div#autoplus {
   width:420px;
   float: right;
   padding-top:5px;   
   font-size: 12px;
   text-align: center;
   color: #fff;
   background: #000;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 4px;
  
}

div#slogan2 {
   padding-left: 20px;
   font-size: 11px;
   color: #0000ff;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#request {
   width: 150px; 
   margin-left: 0.1em;
   padding-top: 35px; 
   padding-bottom: 50px;
   font-size: 11px;
   text-align: center;
   color: #000;
   font-family: Arial, Helvetica, sans-serif;
   
  
}

div#paypal {
     width: 0px; 
      margin-top: 1em;
      margin-right: 1em;
      margin-bottom: 0em;
      margin-left: 0em;
     color:  #000;
     background-color: #FFF;
    
     text-align: center;
     font-size: 10px;
     font-family: Arial, Helvetica, sans-serif;
     letter-spacing: 3px;

}
div#forum1 {
         margin-left: 2em; 
   
}
 div#leftsidebar {
      float: left;     
      width: 142px;
      margin-top: 6em;
      margin-right: 1em;
      margin-bottom: 0em;
      margin-left: 1em;
      padding: 0em;
      background-color: #D8D8D8;
      text-shadow: 0px 2px 3px #555;     
      display: inline

}
   div#container {   
     width: 600px;
     float: left;
     margin-top: 1em;
     margin-right: 0em;
     margin-bottom: 1em;
     margin-left:1em;
     color: #000;    
     background-color: #FFF;

}
  div#content{
     width: 95%;
     margin-right: 1em;
     margin-left: 1em;
     color: #000;    
     background-color: #FFF;

}

div#rightsidebar {
     width: 140px;
     float:right;
     margin-top: 1em;
     margin-right: 1em;
     margin-bottom: 0em;
     margin-left: 0em;
     color: #000;
     background-color: #D8D8D8;
     display: inline;
}

div#footer {
     clear: both;
     margin-top: 1em;
     background-color: #D8D8D8;
     color: #000;
}

div#footer p {
     font-size: 0.8em;
     padding: 1em;
     text-align: center;
     margin: 0;
}

div#footer p a {
     color: #fff;
     text-decoration: none;
}

div#footer p a:hover {
   color: #000;
   text-decoration: underline;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #779CB9;
   margin-top: 15px;
   margin-bottom: 15px;
}

h1 {
   color: #000; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #000; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #000; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;

}


h4 {
   color: #000; 

   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #000; 
   font-size: 11px;

   line-height: 1.3em;
   margin: 0 0 0.25em 0;

}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   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#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* END LISTS */
/* End of 'Clean_Orange_Dark : Main' */

