/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* Core Styles */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border: none
	}

html {font-size:90%}

body {
	background-color: #efefef;
	color: #000;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300;
	}

#header {
	border-bottom: 1px solid #dedede;
	font-family: Baskerville, 'Baskerville Old Face', 'Crimson Text', 'Times New Roman', Times, Georgia, serif;
	font-size: 2em;
	margin-bottom: 5px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	width: 909px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-left: 40px;
	padding-bottom: 20px;
	}

#header  a  {
	text-decoration: none;
	color: #333;
	padding-bottom: 5px;
	}

.red {color: #CC0000;}

.foliotype {
	font-style: italic;
	color: #CCCCCC;
	}

#container {
	min-height:100%;
	width: 950px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #dedede;
	padding-top: 25px;
	}

#nav {
	float: left;
	width: 280px;
	margin-bottom: 125px;
	margin-left: 40px;
	}

#nav h1 {
	font-family: Baskerville, 'Baskerville Old Face', 'Crimson Text', 'Times New Roman', Times, Georgia, serif;
	font-size: 1.3em;
	color: #333;
	margin: 0px;
	font-weight: 400;
	font-style: italic;
	}

#nav h2 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #333;
	margin: 2em 0px 0.4em;
	border-bottom: 1px solid #dedede;
	padding-bottom: 0.2em;
	font-weight: 400;
	}

#nav ul {
	margin: 5px 0px 25px;
	padding: 0px;
	}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#nav li a {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-decoration: none;
	display: block;
	background-color: #efefef;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	color: #666;
	font-size: 0.7em;
	padding-left: 10px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 400;
	}

#nav li a:hover {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #dedede;
	}

#nav p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: 400;
	color: #666;
	}

a {
	text-decoration: none;
	color: #235B94;
	}

a:hover {color: #CC6600;}

a:visited {
	color: #000;
}

#thumbnailcol {
	float: left;
	width: 545px;
	padding-top: 35px;
	margin-left: 45px;
	margin-bottom: 125px;
	}

#thumbnailcol  h1 {
	font-family: Baskerville, 'Baskerville Old Face', 'Crimson Text', 'Times New Roman', Times, Georgia, serif;
	font-size: 1.8em;
	color: #333;
	font-style: italic;
	margin: 0em 0em .4em;
	border-bottom: 1px solid #dedede;
	padding-bottom: 0.1em;
	}

#thumbnailcol h2 {
	font-family: Baskerville, 'Baskerville Old Face', 'Crimson Text', 'Times New Roman', Times, Georgia, serif;
	font-size: 1.4em;
	color: #333;
	font-style: italic;
	margin: 0px;
	}

#thumbnailcol p {
	line-height: 1.5em;
	margin: 0px 0px 1.2em;
	}

.thumbnail {
	margin: 3px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	}

#thumbnailcol #featurepic {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	}

#footer {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dedede;
	font-size: 0.65em;
	margin: 0px;
	line-height: 2em;
	color: #666;
	font-weight: 400;
	}

em {
	font-style: italic;
}

#evensong #one, #noir #two, #white #three, #twothousandten #four, #twothousandfive #five, #twothousand #six, #ninetyfive #seven, #ninety #eight, #licensing #nine, #contract #one, #cnet #two, #macquarium #three {
	color: #333;
	background-color: #FFFFFF;
	border: 1px solid #dedede;
	}

.clear {clear:both;}

