/* Start of CMSMS style sheet 'minimal_main' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif, Sans, Newspaper;
   font-size: 10pt;
}

div {
   font-size: 10pt;
}

img {
   border: 0;
}

.pic_right{
float: right;
margin-left: 10px;
margin-right: 0;
padding: 3px;
border: 1px solid #ccc;
}

.pic_left{
float: left;
margin-right: 10px;
margin-left: 0;
padding: 3px;
border: 1px solid #ccc;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #ff6600;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #ff6600;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #ff6600;
}

body {
   background: #b0a18b url(../uploads/Clean_Orange/bg_burned.jpg);
   background-color: #ffffcc;
   color: #666666;
   margin:1em;
}

/* center wrapper, min max width */
div#pagewrapper {
  /* background: #b0a18b url(../uploads/Clean_Orange/bg_burned.jpg); */
   margin: 0 auto;
   min-width: 850px;
   max-width: 850px;
   background-color: #f5f2e7;
   border: 1px solid #cdac77;
}

div#header {
   background: #b0a18b url(../uploads/Clean_Orange/hand.jpg) bottom ;
   /* border-bottom: 4px solid #948979; */
   border-bottom: 1px solid #cdac77;
   font-size: 20pt;
   margin-bottom: 3px;
   height: 300px;

}

div#header h1 {
   font-size: 18pt;
   color: #ff6600;
   line-height:1em;
   padding:1em;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#header h1:hover {
   background: url(../uploads/Clean_Orange/hand1.jpg) ;
}

div#header h1 a:hover {
   background-color: transparent;
}


div#slogan {
   padding: 3px;
   font-size: 1.1em;
   margin-bottom: 20px;
   color: #f5f2e7;
   background-color: #cdac77;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: .1em;
   border-bottom: 1px solid #948979;
}

div#search {
   width: auto;  
   padding: 0.6em 0 0.2em 0;
   margin-left: 1em;
   width: 175px;
   color: #666666;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#content {
   font-size:10pt;
   font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif, Sans, Newspaper;
   color: #ffffff;
   margin-left: 200px;
   margin-right: 15px;
   width: 604px; /* minus 6px due to ie6 */
   border: 1px dotted #cdac77;
   padding: .5em;
   background: #fffff;
}

div#leftsidebar {

   float: left;
   width: 185px;
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0.5em;
}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #ff6600;
   border-bottom: 1px dotted #cccccc;
   width: 175px;  
   text-align: center;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   float: right;
   width: 175px;
}

div#footer {
   clear: both;
   margin-top: 2em;
   background-color: #cdac77; /* #b0a18b; */
   color: #f5f2e7;
   border-top: 1px solid #948979;
}

div#footer p {
   font-size: 0.8em;
   padding: 0.5em;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

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

h1 {
   color: #cdac77; 
   font-size: 8pt; 
   text-align: left; 
   line-height: 1.7em;
   margin: 0 0 0.7em 0;
}

h2 {
   color: #cdac77; 
   font-size: 13pt; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #cdac77; 
   font-size: 12pt;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #cdac77; 
   font-size: 12pt;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #cdac77; 
   font-size: 11pt;
   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: 10pt;
   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;
}

li.modified:before {
  content: counter(i) " -> ";
  counter-increment:i;
}

.blogs-showblogsentrytitle a:before {
  content: counter(i) ". - ";
  counter-increment:i;
}



/* END LISTS */
/* End of 'minimal_main' */

