/* Start of CMSMS style sheet 'typography' */
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 3.5em;
	line-height: 1em;
        font-weight:normal;
	color: #853753;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;

	margin: 0;
}
div#content h2 {
	color: #853753;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;

/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 2.1em;
        font-weight:bold;
	text-align: left;
/* some air around the text */
	padding-left: 0em;
	padding-bottom: 1px;
/* a larger than h1 line height */
	line-height: 1em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#blog h2 {
	color: #853753;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;

/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 2.1em;
        font-weight:bold;
	text-align: left;
/* some air around the text */
	padding-left: 0em;
	padding-bottom: 1px;
/* a larger than h1 line height */
	line-height: 1em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}

div#content h3 {
	color: #853753;

	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 0 0;
	line-height: 1.8em;
	padding-left: 10px;

}
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 {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	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 */
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;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'typography' */

