﻿@charset "utf-8";
/* CSS Document */

/* we repeat this for tinymce -- there's a nicer way but I'm too lazy to figure it out*/
body {
	font:14px "Times New Roman", Times, serif;
	color:#000;
	}
	
	
/* ZombieTuesday Stuff */	
.spform_input {
		position:absolute;
		text-decoration:underline;
		background-color:#CC0000;
		left:0px;
		top:-500px;
		width:1px;
		height:1px;
		overflow:hidden;
		}	
		
.EventBox{
width:130px;
height:90px;
float:left;
border:2px solid #2f2416;
background-color: #b38b4a;
margin-right:9px;
margin-bottom: 9px;
padding:3px;
}	
		
		
		
/* End ZombieTuesday Stuff */		

.container {
	width: 964px;
	margin: 10px auto;
	padding:10px 0;
	text-align:center;
	background-color:#2f2416;
}

div#pageheader {
	width:944px;
	height:204px;
	margin: 0px auto 0px auto;
	background:url(../images/header_img.jpg) no-repeat top left;	
	text-align:left;
	overflow:hidden;
	position:relative;	
}

#pageheader h1 a.logo{
	width:337px;
	height:144px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	top:33px;
	left:49px;	
}

h1#topHead  {
	margin-top:0;
	}
	
div#footer {
	margin: 0px 14px 10px 14px;
	height:44px;
	background:#c49b58 url(../images/bkg_footer.jpg) bottom repeat-x;
	border:1px solid #634E2D;
	/*border:1px solid #090b09;*/	
}
	
div.topnav {
	background:#c49b58 url(../images/bkg_nav_bar.jpg) top repeat-x;
	height:40px;
	margin: 10px 14px 0 14px;
	padding-top:5px;
	border:1px solid #634E2D;
	/*border:1px solid #090b09;*/	
}

.topnav ul{
	float:right;
	list-style:none;
	margin:7px auto auto auto;
	padding:auto;
	overflow:hidden;
}

.topnav li{
	display:inline;
	overflow:hidden;
	padding:0px 10px 0px 10px;
	margin:0 0 0 -1px;
}

.topnav li a{
	display:inline;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	color:#000;
	text-decoration:none;
}


.topnav li a:hover {
	color: #fff;
	}
	
.topnav li.current a {
	color: #3c1a0b;
	text-decoration:underline;
	}	

div#content {
	margin: 0 14px;
	padding: 10px 0;
	overflow:auto;
}

div#leftcol {
	text-align:left;
	float:left;
	width: 180px;
	min-width:180px;

}
div#midcol {
	/*border:1px solid #090b09;*/
	border:1px solid #634E2D;
	background: #c49b58 url(../images/bkg_nav_bar.jpg) top repeat-x;
	text-align:left;
	min-height:400px;
	float:left;
	width: 600px;
	padding: 14px 10px;
}
div#rightcol {
	/*border:1px solid #090b09;*/
	border:1px solid #634E2D;
	background: #c49b58 url(../images/bkg_nav_bar.jpg) top repeat-x;
	margin-left:10px;
	min-height:300px;
	float:left;
	width: 282px;
	padding:14px 10px;
	text-align:left;
}



/*Left navigation */


 ul.leftnav {
	list-style-type:none;
	margin:0;	
	padding:0;
}

 ul.leftnav li ul {
	list-style-type:none;
	margin-left:20px;
	padding:0;
}

 ul.leftnav li {
/*	background-color : #CD120B;*/
	background-color : #efefef;
	padding:0;
	border-top: 1px dotted #000;
	min-height: 24px;
}

 ul.leftnav li a {
	display:block;
	color: #000;
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:9px 5px 9px 5px;
	text-decoration:none;
	margin:0;
}

ul.leftnav li a:hover, ul.leftnav li.active a {
	 font-weight:bold;
	 color:#fff;
	background-color:#999;	 
}

ul.leftnav li.last {
	border-bottom: 1px dotted #000;
	}
	
/* content stuff */

p.introText {
	font-size: 16px;
}
	
span.runinHead {
	font-size:24px;
	font-weight:bold;
	}	
	
#midcol h1, #rightcol h1 	{
	font-weight:bold;
	font-size:20px;
	margin-top:18px;
	margin-bottom:10px;
	text-align:left;}

h2 	{
	font-weight:bold;
	font-size:18px;
	margin-top:18px;	}
	
h3 	{
	font-weight:bold;
	font-size:14px;
	margin-top:16px;}	

h4 {
	font-weight:bold;
	font-size:16px;
	margin-top:12px;}
	
h5 	{
	font-weight:bold;
	font-size:12px;
	margin-top:12px;}

p {	margin-top:12px;}

div#leftcol h2, div#midcol h2, div#rightcol h2 {
	margin: 10px 2px 10px 2px;
	font-weight:bold;
	font-size:18px;
	}

div#rightcol h2, div#rightcol p{
	text-align:left;
	}		
	
	

div#rightcol h2:firstchild {
	margin-top:0;
	}
	
div#rightcol div.review {
	text-align:left;
	width:260px;
	margin: 23px auto 10px auto;
	border: 1px solid #090b09;
	padding:0;
	}	
	
div#rightcol div.review h2 {
	margin:0;
	padding:4px;
	font-family:"Times New Roman", Times, serif;
	color:#c49b58;
	background:#2f2416;
	}	

div.review h3, p.reviewAuthor, p.reviewContent {
	margin:10px;
	}
	
p.reviewAuthor {
	font-style:italic;
	}	
	
	
	
.floatleft {
	float: left;
	margin: 10px 10px 10px 0;
	}
	
.floatright {
	float: right;
	margin: 10px 0px 10px 10px;
	}	

.clear {
	clear:all;
	}	
	
div#midcol ul, div#midcol ol, div#rightcol ul {
	margin:1em 0 1em 2em;
	padding-left:20px;
	}		
	
div#content a {
	color: #3B190B;
	text-decoration:underline;
}

div#content a:hover {
	color: #fff;
	text-decoration:none;
}

p.photoCaption {
	font-size:12px;
	font-style:italic;
	text-align:left;
	}
	
a.external {
	padding-right:16px;
	background:
	}	
