@charset "UTF-8";
/* CSS Document */

html * {
	outline: none;
}

html, body {
	margin: 0 auto;
	padding: 0;
}

#custom-doc { width:76.92em;*width:75.07em;min-width:1000px; margin: 0; padding: 110px 0 0; text-align:left; z-index:1; }
   
body{
	font: 12px normal Helvetica, Arial, sans-serif;
	line-height: 150%;
	color: #4d4d4d;
	min-width:900px;
	vertical-align: baseline;
	text-align: left;
}

*{
	padding: 0;
	margin: 0;
}
p, ul, ol, blockquote{
	margin-bottom: 20px;
}

h1 {
	font-size: 34px;
	line-height: 40px;
}

h2 {
	text-transform: uppercase;
	color:#424142;
	font-size: 32px;
	font-weight:bold;
	margin-bottom: 3px;
}

h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ed0c0c;
	font-size: 12px;
	margin-bottom:3px;
}
h4 {
	border-bottom: 1px solid #424142;
	color: #424142;
	font-size: 17px;
	line-height: 10px;
	height: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
blockquote {
	font-size: 24px;
	font-weight: 100;
	line-height: 36px;
	background: #ede8df url(../img/quotes.gif) no-repeat;
	padding: 18px 18px 18px 36px;
	margin: 18px 18px 18px -36px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ol { margin-left: 20px; }
ol li { margin: 0 0 10px 0; }

strong {font-weight: bold;}
em {font-style: italic;}
	
	
/* Links ---------------------------------------------------------- */

a {
	color: #3f3f3f;
	text-decoration: underline;
}
a:hover {
	color: #ed0c0c;
	text-decoration: underline;
}

/* Library Items --------------------------------------------------- */

/* Misc. Library Styles */
.clear{ clear: both; }

.more {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../img/more.png) 0 0 no-repeat;
	color: #FFF;
	display: block;
	height: 16px;
	width: 36px;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: -5000em;
	position: absolute;
	top: 0;
	right: 0;
}

.posted, .date {
	color: #959595;
	font-size: 10px;
}

hr {
   	margin: 0 0 15px;
   	height: 0;
   	clear: both;
   	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-width: 1px 0 1px;
}

#supersize {
	position:fixed;
}

/* Error Styles */


/* Layout Styles ---------------------------------------------------- */

#hd, #bd, #ft {
	background: url(../img/white_bg.png) top left repeat;
	margin-left: 440px;
	padding: 20px;
	width: 520px;
}

#hd {
	clear:both;
	position:relative;
	margin-bottom: 4px;
	z-index:1;
}
	#hd h1 {
		background:transparent url(../img/logo.png) no-repeat scroll left top;
		color:#666666;
		display:block;
		height:180px;
		left:-440px;
		margin:0;
		padding:0;
		position:absolute;
		text-indent:-5000em;
		top:-68px;
		width:340px;
	}
	
	#hd ul#nav { 
		float:left;
		margin:0;
		padding:0;
	}
		#nav li {
			float: left;
		}
			#nav li a {
				color: #777;
				font-size: 21px;
				line-height: 18px;
				padding-right: 15px;
				text-transform: uppercase;
				text-decoration: none;
				float: left;
			}
			#nav li a:hover {
				color: #424244;
			}
		#nav li.selected a {
			color: #424244;
		}
		
#bd {
	position:relative;
	margin-bottom: 40px;
}	

#ft {
	background: #FFF;
	border-top: 1px solid #CFCFCF;
	clear:both;
	display: none;
	height:40px;
	padding:20px 40px;
	position:relative;
}
	#ft ul { margin: 0;}
		#ft ul li {
			float: left;
		}
			#ft ul li h1 {
				height: 40px;
				width: 158px;
				display: block;
				background: url(../img/logo.png) 0 0 no-repeat;
				border-right: 1px solid #A9A9A9;
				padding-right: 20px;
				margin-right: 20px;
				text-indent: -5000em;
			}
			#ft ul li p {
				color: #999;
				font-size: 10px;
			}
		
/* General and Article Page Styles */

#bd #main {
	margin-right: 240px;
}

#bd #sidebar {
	position:relative;
	width: 160px;
}
	#sidebar p {
		margin-bottom: 10px;
	}	
	#sidebar ul li {
		float: left;
		width: 100%;
	}
		#sidebar ul#blocks li {
			margin-bottom: 40px;
		}
		
	#sidebar ul#updates, #sidebar .feedburnerFeedBlock ul {
		list-style: none;
		list-style-image: none;
		padding: 0;
		margin: 0;
	}
		#sidebar ul#updates li, #sidebar ul#blocks li .feedburnerFeedBlock ul li {
			border-bottom: 1px solid #424142;
			color: #666;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
		
		#sidebar ul#blocks li .feedburnerFeedBlock ul li p { 
			margin-bottom: 0;
		}
		
	#sidebar ul#social li {
		border: none;
		float: left;
		margin-right: 5px;
		margin-bottom: 0;
		width: auto;
	}
	
input.newsletter {
	background: #424142;
	border: none;
	color: #FFF;
	font-weight: normal;
	padding: 7px;
	width: 150px;
}
				
/* Individual Posts */
.post {
	color: #4d4d4d;
}
	.post img {
		padding-left: 0;
		padding-bottom: 10px;
		padding-right: 20px;
		padding-top: 0px;
	}
	
	.post p {
		margin-bottom: 20px;
	}
	
.headline a {
	color: #676767;
	font-size: 12px;
	font-weight: bold;
}

#adfed {
	background: url(../img/adfedlogo.png) center top no-repeat;
	display: block;
	text-indent: -5000em;
	height: 115px;
	width: 160px;
	margin-top: 20px;
}
	
#creditfooter { display: none;}

#hrquy-hrquy {
	padding: 3px;
	width: 145px;
}

#submit {
	margin-top: 10px;
}

#register {
	background: url(../img/register.png) 0 0 no-repeat;
	display: block;
	text-indent: -5000em;
	height: 30px;
	width: 280px;
	margin-bottom: 10px;
}

#rules {
	background: url(../img/rules.png) 0 0 no-repeat;
	display: block;
	text-indent: -5000em;
	height: 30px;
	width: 280px;
	margin-bottom: 10px;
}

#register:hover, #rules:hover {
	background-position: 0 -40px;
}

#twitter {
	background: url(../img/twitter.png) 0 0 no-repeat;
	display: block;
	float: left;
	text-indent: -5000em;
	margin-right: 5px;
	height: 20px;
	width: 20px;
}

#facebook {
	background: url(../img/facebook.png) 0 0 no-repeat;
	display: block;
	float: left;
	text-indent: -5000em;
	margin-right: 5px;
	height: 20px;
	width: 20px;
}

#rss {
	background: url(../img/rss.png) 0 0 no-repeat;
	display: block;
	float: left;
	text-indent: -5000em;
	margin-right: 5px;
	height: 20px;
	width: 20px;
}

#rss:hover, #twitter:hover, #facebook:hover {
	background-position: 0 -22px;
}

input {
	margin-top: 5px;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:100px;
}
div#rotator ul {
	margin: 0;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}