/* -- RESET -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





/* ================================================== */
/* ================= BASIC ELEMENTS ================= */
/* ================================================== */

body { background-color: #000000; }

h1 { font-family: Georgia, Times New Roman, Serif; font-size: 2em; }
h2 { font-family: Georgia, Times New Roman, Serif; font-size: 1.6em; font-weight: bold; margin: 25px 0px 5px 0px; }
h3 { font-family: Georgia, Times New Roman, Serif; font-size: 1.2em; font-weight: bold; margin: 5px 0px 5px 0px; }
h4 { font-family: Verdana, Sans-Serif; font-size: .9em; font-weight: bold; }

p { font-family: Verdana, Sans-Serif; font-size: .9em; line-height: 1.4em; margin: 10px 0px 10px 0px; }

a { }

ol, ul { margin: 5px 0px 0px 20px; }

ol li { color: #000000; font-family: Verdana, Sans-Serif; list-style-type: decimal; margin-left: 10px; }

ul li { font-family: Verdana, Sans-Serif; margin-left: 10px; }


/* ================================================== */
/* ============= COMMON CUSTOM ELEMENTS ============= */
/* ================================================== */

#wrapper
{
	position: relative;
}

#header
{
	background-image: url(/Themes/CodingHumanist/Images/HeaderBackground.jpg);
	background-repeat: no-repeat;
}

#footer
{
	color: #FFFFFF;
	text-align: center;
}

#mainContentOuter
{
	background-color: #046380;
}

#sidebar
{
	background-image: url(/Themes/CodingHumanist/Images/SidebarBackground.jpg);
	background-repeat: repeat-y;
}

#sidebar div#menu ol
{
	margin-left: 0px;
}

#sidebar div#menu ol li
{
	height: 35px;
	list-style-type: none;
	margin: 4px 0px 0px 0px;
}

#sideMenuBottom
{
	background-image: url(/Themes/CodingHumanist/Images/SidebarBottomBackground.jpg);
	background-repeat: no-repeat;
}

#mainContent div.normalPageContent
{
	color: #FFFFFF;
	margin: 0px 0px 0px 15px;
	padding: 5px;
}

#mainContent div.normalPageContent a
{
	color: #FFFFFF;
}

#siteTitle
{
	text-indent: -2300px;
}

#siteSubtitle
{
	text-indent: -2300px;
}







#footerLinks { color: #FFFFFF; }
#footerLinks a { color: #FFFFFF; }

#copyright { color: #FFFFFF; }
#copyright a { color: #FFFFFF; }