

/********************
CONTENT STYLING
*********************/
div#content {padding:1em;

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#content h2, div#content h3 {
  line-height: 1.5em;
  margin: 0 0 0.5em 0;

}

div#content h2 {
	margin: 0 auto 1.0em auto;
	text-align:left;
	color: #572200;
  font-size: 1.5em;
	text-decoration:underline;
	 
}

div#content h3 {
	width:20%;
	text-align: left;
  padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 0.1em solid #572200; 
	border-left: 1.1em solid #572200; 
}

div#content h4 {
   color: #9F6706; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 1.25em 0;
}
div#content h5 {
   color: #9F6706; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #9F6706; 
   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; 
   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 {
   margin: 1.5em 1em;
   padding: 1em 0.5em;
	 width:49%;
   line-height: 1.5em;
   font-size: 90%;
	 background-color: #000;
	 color:#fff;
	 border: 0.5em ridge #fff;
}

/* 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: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
   }

dl.gallery{
   float:left;
	 width:210px;
   text-align:left;
   padding: 1em;
	 
}

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;
}
div#content dl dd {
}

div#content dl {
}


/* END LISTS */

/* IMAGES */

.imageborders {
	border:0.2em solid #572200;
}

/* END IMAGES */

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

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