/* 
Description:			96.9 The Big Dog | WDJR
CMS: 				Wordpress 2.9.2
Theme: 				Thesis 1.7
Author: 			Greg Rickaby dESIGN
Author URL: 			http://gregrickaby.com
Date: 				4.7.10

Color Hex's
LOGO RED:			#DB2328;
YELLOW: 			#FFF07B;
WEB RED:			#FF0000;
*/

/* --- Body Styles --- */
body.custom {
	background-color: #000;
	background-attachment: scroll;
	background-image: url(images/sparkle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.custom #header {
	width: auto;
	height: 178px;
	background-attachment: scroll;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
}
.custom #logo, .custom #logo a {
	display: block;
	width: 270px;
	height: 200px;
	text-indent: -9999px;
}
/* --- Main Navigation --- */
.custom .menu {
	background-color: #FFF07B;
	margin: 0 0 10px 0;
}
.custom .menu a {
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
}
.custom .menu .current > a, .custom .menu .current-cat > a {
	text-shadow: 1px 1px #e9e9e9;
}
/* --- Featured Content Slider --- */
#featured_content {
	height: 280px;
	width: 660px;
	margin: 13px 0 0 0;
	overflow: hidden;
}
#slideshow h2 {
	font-size: 14px;
	position: relative;
	top: 0;
	left: 5px;
	z-index: 9998;
}
#slideshow img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.nav {
	margin: 0;
	float: right;
}
#nav a {
	position: relative;
	top: -13px;
	left: 0;
	color: #000;
	border: 1px solid #000;
	background: #FFF;
	padding: 2px 4px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	z-index: 9999;
}
#nav a.activeSlide {
	background-color: #F00;
}
#nav a:focus {
	outline: none;
}
/* --- Teaser Boxes --- */
#news {
	height: auto;
	width: 662px;
	float: left;
}
.story {
	height: 200px;
	width: 660px;
	background-attachment: scroll;
	background-image: url(images/story-back.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	color: #000;
}
.category h2 {
	height: 30px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 0 7px;
	color: #880D0D;
}
.category {
	height: auto;
	width: 150px;
	float: left;
}
.headline h2 {
	width: 509px;
	float: left;
	padding: 12px 0 25px 0;
}
.headline a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.headline a:hover {
	color: #FFF;
	text-decoration: underline;
}
.theauthor {
	height: 150px;
	width: 130px;
	padding: 3px 0 0 14px;
	clear: left;
	float: left;
}
.excerpt {
	font-size: 12px;
	margin: 0 10px 0 10px;
}
.excerpt img {
	margin: 0 10px 10px 10px;
	float: left;
}
.permalink {
	margin: 10px 0 0 0;
}
.permalink a {
	font-size: 12px;
}
.clear {
	clear: both;
}
/* --- Sidebar --- */
.custom #sidebars {
}
/* --- Jock Rotator --- */
#jock-rotator {
	height: 210px;
	width: 300px;
	margin: 13px 0 0 10px;
	text-align: center;
}
.jock-pic img {
	border: none;
	margin: 0;
	padding: 0;
}
.jock-notes {
	font-size: 12px;
	color: #000;
	padding-bottom: 7px;
	float: left;
}
.jock-social {
	float: right;
}
/* --- Misc. --- */
#leaderboard {
	height: 100px;
	width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
}
#rectangle {
	height: 250px;
	width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
li.tweet_list {
	color: #FFF;
}
img.avatar {
	margin: 5px;
}
.mc-field-group {
	margin: 10px;
}
input.btn {
	margin: 10px;
}
.left {
	width: 300px;
}
.phonearea {
	width: 200px;
	clear: none;
	float: left;
	display: inline;
}
.phonedetail1, .phonedetail2 {
	width: 120px;
	clear: none;
	float: left;
	display: inline;
}
li.tweet_list {
	color: #000;
}
/* --- Footer --- */
.custom #footer {
	color: #000;
	height: 75px;
	width: auto;
}
.custom #footer a {
	color: #000;
	border: none;
	text-decoration: underline;
}
.custom #footer a:hover {
	text-decoration: none;
}
.custom #footer .footer_left {
	display: block;
	text-align: left;
	float: left;
	height: 75px;
	width: 600px;
}
.custom #footer .footer_right {
	display: block;
	float: left;
	height: 75px;
	width: 350px;
}