body {
	font:12px/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
}
#main {
	width:724px;
}
#body {
	float:left;
	width:100%;
	overflow:hidden;
	position: absolute;
	height:300px;
}
#kludge {
	position:absolute;
	width:20000px;
	left:-10000px;
	margin-left:50%;
	height:300px;
}
#body .incrementor {
	position:absolute;
	margin:0 0 0;
	background:#d9caa1;
	color:#FFF;
	padding:5px 10px;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
}
#body .incrementor:hover {
	background-color:#f7f2df;
	color:#d9caa1;
}
#siteTitle {
	position:absolute;
	width:270px;
	height:160px;
	margin:10px 0 0 20px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
}
#vignette {
/*	background:url(../images/line.png) repeat-x;
*/	position:absolute;
/*	top:400px;
*/	width:724px;
	height:300px;
}
#vignette img {
	width:450px;
	height:300px;
	opacity:0.8;
}
#cover {
	position:absolute;
	width:100%;
	height:724px;
}
#dates {
	position:absolute;
	margin:0 0 0 50%;
	padding:0;
	width:10000px;
}
#dates .date {
	margin:0 0;
	float:left;
	color:#002c77;
	text-align:center;
	line-height:200px;
	width:724px;
}
#dates .date img {
	margin:0;
	display:inline;
}
#dates .date .cover {
	position:absolute;
	width:724px;
	height:100px;
	margin:-85px 0 0 -90px;
	font-weight:bolder;
	font-size:18px;
}
#dates .date .info {
	position:absolute;
	line-height:1.3;
	margin:0;
	padding:0;
	width:724px;
	text-align:left;
	font-size:16px;
}
#dates .date .info .datetop {
	margin:0 0 15px;
	height:200px;
}
#dates .date .info .datebreak {
	margin:0;
	height:75px;
}
#dates .date .info .datetop a {
	text-decoration:none;
}
#dates .date .info .datetop a:hover {
	color:#edac00;
}
#dates .date .info .datehead {
	margin:0;
}
#dates .date .info .datehead a {
	color:#fff;
	background:#d9caa1 url(../images/header-bkgd.png) bottom;
	text-decoration:none;
	display:block;
	padding:5px 10px;
}
#dates .date .info .datehead a:hover {
	color:#edac00;
}
#dates .date .info h2 {
	font-size:18px;
	color:#002c77;
	margin:0 0 10px;
	padding:0 15px;
}
#dates .date .info .details {
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
	color:#002c77;
}
#dates .date .info .details li {
	padding:2px;
}
#dates .date .info .details strong {
	color:#002c77;
}
.bg {
	position:absolute;
	height:300px;
	margin:0 0 0 50%;
}
.fader {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#thumbs {
	margin:300px 0 0;
	width:100%;
	float:left;
	padding:0;
	overflow:hidden;
}
#thumbs ul {
	width:724px;
	background-color:transparent;
	position:relative;
	left:45%;
	margin:0 0 0 -300px;
	padding:0;
	list-style-type:none;
}
#thumbs li {
	float:left;
	padding:0;
	margin:0;
	cursor:pointer;
}
#thumbs img {
	margin:0 10px 0 0;
	padding:0;
/*	border:1px solid #000;
	box-shadow:0 1px 5px rgba(0, 0, 0, 1); */
}
/* Z-Index */
.bg {
	z-index:0;
}
#vignette {
	z-index:1;
}
#cover {
	z-index:3;
}
#sitesNav {
	z-index:4;
}
#siteTitle, #intro {
	z-index:5;
}
#dates {
	z-index:10;
}
#body .incrementor {
	z-index:15;
}
#dates .date .cover {
	z-index:190;
}
#dates .date .info {
	z-index:20;
}
/* Dev: 
.centerRule {
	background:url(../images/rule.png) center top repeat-y;
}*/
