/*
Theme Name: Kovachi Wheels
Theme URI: http://kovachiwheels.com/
Description: Kovachi Wheels WP template
Version: 1.0
Author: Casey Nix
Author URI: http://entype.com/
*/

/*	( News ) ----------------------------------------------- */

div.news .post {
	margin: 20px 0 0 0; padding: 20px;
	background-color: #fff;
}

div.news .post p { margin: 0 0 20px 0; }
.continue-reading a, div.news .post p a { color: #f0f; }
.continue-reading a:hover,  div.news .post p a:hover { color: #555; }

.post-close {
	margin: 10px 0 0 0; padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
}

.post-meta {
	margin: 0 0 20px 0; padding: 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.post-info {
	text-align: right;
	margin: 0; padding: 10px 5px;
	width: 130px; height: auto;
	border-bottom: 4px solid #ccc;
	position: absolute;
	bottom: 0; right: 0;
}

h2.post-title {
	color: #f0f;
	margin: 0; padding: 0 0 10px 0;
	width: 450px; height: auto;
}

/*	( Schedule ) ------------------------------------------- */

.post em {
	font-weight: bold;
	padding: 10px;
	display: block;
	background-color: #eee;
}

div.schedule .post strong {
	display: inline-block;
	width: 60px;
}

/*	( Team ) ----------------------------------------------- */

div.team #breadcrumbs { width: 945px !important; }
div.team .page { width: 965px !important; }

div.team .post {
	margin: 20px 0 0 0; padding: 20px 20px 10px 20px;
	float: left;
	width: 405px;
	background-color: #fff;
}

div.team .post p { margin: 0 0 10px 0; }

div.team .post h4 {
	font-weight: bold;
	margin: 0 0 15px 0; padding: 10px;
	display: block;
	background-color: #eee;
}

div.team .gallery { padding: 20px 0 0 0; }

.gallery-item {
	margin: 0 0 10px 10px;
	float: left;
	background-color: #fff;
}
.gallery-item a { padding: 4px; border: 1px solid #999; display: block; }
.gallery-item a:hover { border: 1px solid #f0f; }

#riders {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#riders li { display: inline; }
#riders li.last a { margin: 15px 0 0 0 !important; }

#riders li a {
	color: #fff;
	margin: 15px 15px 0 0; padding: 10px;
	float: left;
	width: 200px;
	background-color: #333;
	position: relative;
}

#riders li a:hover { background-color: #f0f; }

#sponsors a span { display: none; }

.s-ballpark, .s-hyper, .s-alien, .s-hrp, .s-fly, .s-white, .s-cane, .s-thomson, .s-tioga, .s-entype, .s-geico { position: absolute; }

.s-ballpark { width: 240px; height: 80px; top: 30px; left: 10px; }
.s-hyper { width: 352px; height: 48px; top: 30px; left: 305px; }
.s-alien { width: 225px; height: 47px; top: 35px; left: 720px; }
.s-hrp { width: 135px; height: 30px; top: 129px; left: 122px; }
.s-fly { width: 210px; height: 54px; top: 90px; left: 260px; }
.s-white { width: 100px; height: 85px; top: 102px; left: 472px; }
.s-cane { width: 125px; height: 76px; top: 110px; left: 598px; }
.s-thomson { width: 185px; height: 18px; top: 108px; left: 754px; }
.s-tioga { width: 230px; height: 33px; top: 176px; left: 16px; }
.s-entype { width: 184px; height: 64px; top: 153px; left: 274px; }
.s-geico { width: 190px; height: 56px; top: 152px; left: 754px; }

/*	( Constants ) ------------------------------------------ */

#content-news {
	margin: 0;
	border-bottom: none;
	position: relative;
	width: 720px;
}

div.news .post p, div.team .post p { line-height: 1.7; }

div.schedule .post strong, div.team .post strong {
	color: #f0f;
	font-size: 14px;
	font-weight: bold !important;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

