
div#content {
	padding: 0 1em;
	line-height: 1.4em;
}



/* sidebar */

div#sidebar {
   float: right;       
   width: 30%;     
	 display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
	 padding: 0 1em 0 1em;
	 background: #333;
	 color: #fff;
	 border: solid #B2B20F;
	 border-width: 1px;
}

div#content #sidebar img {}


div#content #sidebar h3 {
	font-size: 1.3em;
  line-height: 1.3em;
	padding: 0.5em 0;
	text-align: left;
}

div#content #sidebar p {}

div#content #sidebar ul {
	list-style-type: none;
}

div#content #sidebar ul li {
}



/* main */

div#main {
   margin-left: 0%; 
	 width: 55%;
}

div#content #main h2 {
	width: 50%;
	color: #999900; 
	font-size: 1.5em; 
	text-align: left; 
	padding-bottom: 1px;
	line-height: 1.5em;
  margin: 0 0 0.2em 0;
	display: none;
}

div#content #main h3 {
	width: 50%;
	color: #999900; 
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
	
}
div#content #main h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content #main h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content #main h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


p {
   margin: 0 0 0.8em 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;
}

div#main ul.bullet {
	list-style-image: url(../images/bulletpoint.png);
		
}

/* 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 */