@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #402d1e;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #d4d0b3;
	background-image: url(/images/contentBG.jpg);
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #6c503f; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; border-bottom: 1px solid #6c503f;}
h3 { font-size: 1em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: .8em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

a {
	font-weight: bold;
	color: #332519;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
	border: none;
}

#main_container3col {
	width: 975px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/images/3colHeaderBG.jpg);
	background-repeat: no-repeat;
} 
#main_container2col {
	width: 975px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/images/2colHeaderBG.jpg);
	background-repeat: no-repeat;
} 
.homelink {
	position: absolute;
	border: none;
	top: 100px;
}
#nav{
	text-align: center;
	width: 990px;
	height: 32px;
}

#nav, #nav ul {
	padding: 5px 0 0 0;
	margin: 0 auto;
	list-style: none; 
	line-height: 26px;
}
#nav a{
	padding-left: 20px;
	color: #d4d3b8;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#nav a:hover {
	color: #d4d3b8;
	text-decoration: none;
	background-image: url(/images/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li {
	display: inline;
	padding-right: 20px;
	padding-left: 5px;
	margin-bottom: -1px;
	font-size: 13px;
}
/*3 and 2 column layout styles*/
#column3 {
	background-image: url(/images/3colBG.jpg);
	background-repeat: repeat-y;
	margin: 215px 0 0 0;	
}
#column2 {
	background-image: url(/images/2colBG.jpg);
	background-repeat: repeat-y;
	margin: 215px 0 0 0;	
}
/*Styles for the left column*/
#leftCol {
	background-image: url(/images/leftBG1.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 191px;
	margin: 0;
	float: left;
	padding: 0; 
}
#leftTop{	
	padding: 0px 10px 15px 10px;
}

.adminnav { color:#e1e0cc; }
#adminAdd {
	background-image:url(/images/admin/page_white_add.png); 
	background-position:left; 
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:5px;}
	
	
#adminEdit {
	background-image:url(/images/admin/page_white_edit.png); 
	background-position:left; 
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:5px;}
	
#adminDelete {
	background-image:url(/images/admin/page_white_delete.png); 
	background-position:left; 
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:5px;}		
	
.adhome	{
	font-size:14px;
	border-bottom:1px solid #6c503f;
	list-style:none;
	width:360px;
	margin-top:15px;
}

.adhome a {
		font-size:16px; 
		margin-left:10px;
		font-weight:bold;}

#leftTop h3{font-size:18px; line-height: 10px; padding:0;}
#leftTop p{margin: 0; padding: 0;}
#leftTop .story1{font-size:12px; padding:5px 0 0 0;}
#leftTop .story2{font-size:10px; font-style:italic;}
#leftTop a{font-size:11px; font-weight:bold; color:#c9c6a5;}

#leftBot{
	background-image: url(/images/leftBG2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding: 5px 10px 10px 15px;
	margin: 0 auto;
}

#rightCol {
	background-image: url(/images/rightBG1.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 205px;
	margin: 0 auto;
	float: left;
	padding: 0;
}
#rightTop{
	background-image: url(/images/rightBG1.jpg);
	background-repeat: repeat-y;
	background-position: top;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 0px 10px 0 10px;
}
#rightTop a{color: #fff; font-size: 12px; font-weight: normal;}
#rightMid {
	background-image: url(/images/rightBGmid.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
}
#rightBot{
	background-image: url(/images/rightBG2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
}
#rightBot p{margin: 0; padding: 0;}
#rightBot .post1{font-size: 12px; padding: 10px 0 0 0;}
#rightBot .post2{font-size: 10px; font-style:italic;}
#rightBot .rsssub{font-size: 10px; font-weight:normal; text-align: right; padding: 5px 10px 0 0;}

/*Styles for the center area of 3 column layout*/
#midContent { 
	width: 479px;
	background-image: url(/images/midBG1.jpg);
	margin: 0; 
	float: left;
	padding: 0 45px 10px 55px;
}
#midContent h1{font-size:28px;}
#midContent img{
	margin: 0 0 0 2px;
	padding: 0;
}
/*Styles for the center area of 2 column layout*/
#midContent2 { 
	width: 680px;
	background-image: url(/images/midBG1.jpg);
	margin: 0; 
	float: left;
	padding: 0 45px 10px 45px;
}
#midContent2 h1{font-size:28px;}
#midContent2 img{
	margin: 0 0 0 2px;
	padding: 0;
	border: 1px solid #332519;
}
/*Media Content Styles*/
.mediacontent a{text-decoration:none; font-weight: normal;}
.mediacontent a:hover{text-decoration:underline;}
.videoarea{
	display: block;
	text-align: left;
}
.videoarea .vid{float: left; text-align: center; padding: 5px; margin: 5px;}
.audioarea{
	display: block;
}

/*footer styles for burlap repeat and footer info*/
#prefooter{
	background-image: url(/images/bottomBurlap.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 44px;
	text-align: center;
	padding: 0; margin: 0;
}
#precenter{
	width: 975px;
	text-align: left;
	_margin-left: -15px;
}
#footer { 
	margin: 0 auto;
	padding: 5px 0 2px 0;
	color: #c9c6a5;
	background-color: #332519;
}
#footer li a{
	text-decoration: none;
	color: #c9c6a5;
	border-right: 1px solid #c9c6a5;
	padding: 0 10px 0 10px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer ul{padding:0; margin:0 0 10px 0;}

#footer li{
	font-size: .9em;
	display: inline-block;
	padding-top: 13px;
	vertical-align: top;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size: .8em; 
}
#footer img{margin: 0;}
/*rankings page states*/
.sdrank{
	background-image: url(../images/sdrankBG.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 41px;
	margin: 0;
	padding: 7px 10px 10px 15px;
	font-size: 20px;
	font-weight: bold;
}
.sdrank sup{
	font-size:10px;
}
.rank{float:left;}
.rank h3{margin: 0; padding: 0;}
.sdrankinfo{
	width: 580px;
	float: left;
	margin: 0;
	padding: 7px 10px 10px 15px;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px dashed #332519;
}
/*sliding pictures for homepage*/
.pics {  
	height:  94px; 
	text-align: center; 
    width:   143px;  
    padding: 0;
} 
 
.pics img {  
    border: none;    
	padding: 7px 0 0 10px;
} 
.arrows{ text-align:center; margin-top:15px;}
#leftBot .prev, #leftBot .next {padding: 0 15px 0 15px;}

.clr{
    clear: both;
}