/*
Theme Name: Contender Blog Theme
Theme URI: http://wordpress.org/
Description: Blog theme for Contender.
Version: 1.0.0
Author: Axis41
Author URI: http://www.axis41.com


*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #a7a9ac;
	color: #333333;
	font-size: 11px;
	font-family: arial, sans-serif;
}

a {
	text-decoration: none;
	color: #D81F26;
}

hr {
	border-top: 2.5px #58595B solid;
	height: 0;
	background: #58595B;
	margin: 8px 0;
}

h3 {
	font-size: 13px;
}

img {
	border: 0;
}

.red {
	color: #D81F26;
}

.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

.clear {
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
}

/* Wrapper
---------------------------*/
#wrapper {
	width: 940px; /*968px;*/
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0 14px 14px;
}

#middle-wrap {
	background: url(images/background.gif) repeat-y;
}

/* Header
---------------------------*/
#header {
	width: 940px;
	height: 183px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/header-home-image.jpg);
}

.home #header {
	background-image: url(images/header-home-image.jpg);
}

/*
.sponsors #header {
	background-image: url(images/header-sponsors-image.jpg);
}

.contact #header {
	background-image: url(images/header-contact-image.jpg);
}

.images #header {
	background-image: url(images/header-images-image.jpg);
}

.videos #header {
	background-image: url(images/header-video-image.jpg);
} 
*/

#header h1 {
	width: 241px;
	height: 89px;
	background: url(images/header-title-bg.png) no-repeat;
	font-size: 20.5px;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 174px;
}

#header h1 a {
	display: block;
	width: 241px;
	height: 52px; /*89px;*/
	padding: 37px 0 0 0;
	color: #FFFFFF;
	text-indent: -999em;
}

/* middle
---------------------------*/
#middle {
	width: 738px; /*752px;*/
	margin-left: 202px; /*188px;*/
	border-top: 2.5px #58595B solid;
	padding-top: 10px;
}

.top-space {
	display: block;
	height: 28px;
	font-size: 1px;
	line-height: 1px;
}


/* Content
---------------------------*/
#content {
	width: 486px; /*502px;*/
	float: left;
	border-right: 1px #d5d5d5 solid;
	padding-right: 16px;
}

#content h4 {
	margin-bottom: 25px;
}

#content h4 a {
	color: #333333;
}

.post {
	border-top: 1px #d5d5d5 solid;
	padding-top: 8px;
	margin-bottom: 25px;
}

.post h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.post h2 a {
	color: #333333;
}

.post p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

ol.commentlist {
	list-style: none;
	margin-bottom: 25px;
}

ol.commentlist li {
	padding: 10px 0 0;
	margin: 10px 0;
	border-top: 1px #d5d5d5 solid;
}

ol.commentlist li .comment-author {
	font-weight: bold;
}

ol.commentlist li .comment-author cite {
	font-style: normal;
}

ol.commentlist li .comment-meta {
	margin-bottom: 1em;
	font-size: 10px;
}

#respond p {
	margin-top: 1em;
}

#right-bar {
	width: 217px;
	float: right;
}

#right-bar h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 22px;
}

#right-bar hr {
	margin-top: 15px;
}

#right-bar .gallery {
	margin: 0 0 0 -3px;
}

#right-bar .sponsors {
	border-collapse: collapse;
}

#right-bar .sponsors .left {
	border-top: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	border-bottom: 1px #d5d5d5 solid;
}

#right-bar .sponsors .right {
	border-top: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	border-bottom: 1px #d5d5d5 solid;
}


/* left bar
---------------------------*/
#left-bar {
	width: 188px;
	float: left;
	background: #E7E8E9;
}

#left-bar a {
	color: #58595B;
}

#left-bar h4 {
	font-size: 11px;
	font-weight: bold;
	color: #58595B;
	text-transform: uppercase;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 9px;
	border-bottom: 1px #ffffff solid;
}

#left-bar ul {
	list-style: none;
}

#left-bar ul#nav {
	text-transform: uppercase;
	margin-bottom: 18px;
}

#left-bar ul#nav li {
	margin-top: 1px;
}

#left-bar ul#nav li a {
	display: block;
	line-height: 28px;
	background: #231F20;
	color: #FFFFFF;
	padding-left: 12px;
}

#left-bar ul#nav li a:hover, #left-bar ul#nav li.current_page_item a {
	background: #D81F26;
}

#left-bar #categories {
	margin-left: 12px;
	margin-right: 12px;
}

#left-bar #categories li {
	border-bottom: 1px #FFFFFF solid;
	font-size: 12px;
	line-height: 17px;
}

#left-bar #categories a {
	display: block;
}

/* footer
---------------------------*/
#footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2.5px #58595B solid;
	clear: both;
}



.sponsors-list dl {
	height: 179px;
	border-bottom: 1px #d5d5d5 solid;
	padding-bottom: 10px;
}

.sponsors-list dl dt {
	float: left;
	width: 209px;
	height: 169px;
}

.sponsors-list dl dd {
	margin-left: 209px;
	padding-top: 20px;
	padding-right: 10px;
}

.map {
	float: right;
	width: 352px;
	margin-top: -15px;
}

.post p.map-caption {
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.contact-table {
	margin-top: 15px;
	line-height: 1.6em;
}

#BlogLogo {
	width: 100%;
	margin: 30px 0px 0px 10px;
}

