/*  
Theme Name: TheDriveTV
Theme URI: http://thedrivetv.com
Description: TheDRIVEtv Theme
Author: Jane Chao
Author URI: http://heyjane.com/
*/

/* ============ COMMON ============== */

body {
	margin:0px;
	padding:0px;
	font-family: "Helvetica Neue", "Helvetica", Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
}

body.home {
	margin:0px;
	padding:0px;
	background:#ffffff url(images/tpl.body.background.jpg)no-repeat 50% 120px;
	font-family: "Helvetica Neue", "Helvetica", Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
}

.floatclear {
	overflow:hidden;
	height:0px;
	clear:both;
}

a {
	color: #d5aa00;
	text-decoration: none;
}

a:hover {
	background: #4ebfb3;
	color: #fff;
}

p {
	line-height: 18px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
	color: #4ebfb3;
	margin: 0 0 15px 0;
	padding: 0;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; font-weight: normal; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }

input, textarea {
	border: 1px solid #aaa;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

a img {
	border: none;
}


/* ======== BEGIN TEMPLATE ======== */

.canvas-row {
	width: 980px;
	margin:0px auto;
}

#header {
	padding-top:28px;
	height: 104px;
}

#header-nav {
	text-align:right;
	height: 38px;
	padding-top:80px;
	padding-right:20px;
}

#header-nav a:link,
#header-nav a:active,
#header-nav a:visited,
#header-nav a:hover {
	display:inline-block;
	background: url(images/tpl.sprite.Menu.png) no-repeat scroll 0px 0px;
	padding-left: 20px;
	padding-top: 18px;
	width:0px;
	height:0px;
	overflow:hidden;
	margin-left:30px;
}

#header-nav a.about {background-position:0px 0px; padding-left:53px;}
#header-nav a.about:hover {background-position:0px -20px;}

#header-nav a.blog {background-position:-84px 0px; padding-left:37px;}
#header-nav a.blog:hover {background-position:-84px -20px;}

#header-nav a.media {background-position:-152px 0px; padding-left:55px;}
#header-nav a.media:hover {background-position:-152px -20px;}

#header-nav a.calendar {background-position:-237px 0px; padding-left:83px;}
#header-nav a.calendar:hover {background-position:-237px -20px;}

#header-nav a.friends {background-position:-350px 0px; padding-left:61px;}
#header-nav a.friends:hover {background-position:-350px -20px;}

#header-nav a.donate {background-position:-442px 0px; padding-left:62px;}
#header-nav a.donate:hover {background-position:-442px -20px;}

#header-nav a.contact {background-position:-535px 0px; padding-left:71px;}
#header-nav a.contact:hover {background-position:-535px -20px;}

#header-nav a.store {background-position:-635px 0px; padding-left:44px;}
#header-nav a.store:hover {background-position:-635px -20px;}


#nav-logo-home {
	display:block;
	float:left;
	margin: -10px 0 0 13px;
	background: url(images/tpl.header.logo.png) no-repeat scroll top left;
	padding-left: 182px;
	padding-top: 114px;
	width:0px;
	height:0px;
	overflow:hidden;
}

/* ============ HOMEPAGE ============== */

#content-promo {
	background: url(images/tpl.hp-top.background.png) no-repeat scroll 50% 0px;
	height: 532px;
	margin:0px auto;
}

#content-promo-wrapper {
	padding:28px 20px;
}

#hp-slideshow {
	width: 683px;
	height: 441px;
	overflow:hidden;
	float:right;
}

#hp-slideshow p {
	display: none;
}

#hp-promos {
	float:left;
	margin:0px;
	padding:0px;
}

#hp-promos li {
	margin:0px 0px 12px 0px;
	padding:0px;
	width: 242px;
	height: 101px;
	overflow:hidden;
	list-style:none;
}

#hp-content {
	background: url(images/hp-2col-bg.png) repeat-y scroll top left;
	width: 980px;
	margin-top:20px;
	margin-bottom:40px;
}

#hp-column01 {
	float:left;
	padding:20px 20px;
	width:660px;
}

#hp-column02 {
	float:right;
	width:224px;
	padding:20px 18px;
}

body.home #hpPost {
	clear: both;
	margin: 0 0 15px 0;
	height: 110px;
}

body.home img#thumbnail {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 240px;
}

body.home #excerpt {
	margin: 0;
	padding: 0;
}

body.home #excerpt h3 a {
	color: #4ebfb3;
	font-size: 18px;
	margin: 0 !important;
	padding: 0 !important;
}

body.home #excerpt h3 a:hover {
	background: #000;
	color: #fff;
}

body.home #excerpt p {
	line-height: 16px;
	margin: 0 !important;
	padding: 0 !important;
}

body.home #hpPost a {
	color: #000;
	font-weight: bold;
}

body.home #hpPost a:hover {
	color: #fff;
}

/* ============ SECONDARY ============== */

#content-promo-sec {
	background: url(images/tpl.sec-top.background.png) no-repeat scroll 50% 0px;
	height: 242px;
	margin:0px auto;
}

#content-promo-wrapper-sec {
	padding:5px 0 0;
	margin: 0 0 0 -2px;
}

#content-promo-wrapper a img {
	border:none;
}

#sec-content {
	width: 980px;
	margin-top:0;
	margin-bottom:40px;
}

#sec-column01 {
	float:left;
	width:680px;
	padding:0px 20px 20px 0;
}

#sec-column02 {
	background: #f2f2f2;
	float:right;
	margin-top: 20px;
	padding:20px 18px;
	width:224px;
}

#sec-column-white {
	float:right;
	margin-top: 20px;
	padding:0;
	width:264px !important;
}

/* ============ ABOUT PAGE ============== */

hr.divider {
	background: #bbb;
	border: none;
	height: 2px;
	margin: 20px 0;
}

#post-2 h2.uppercase {
	text-transform: uppercase;
}

#abouttable td h3 {
	color: #000;
	font-weight: normal;
} 

#abouttable td span.boldname { 
	font-weight: bold; 
}

#abouttable td {
	padding: 0 20px 20px 0;
}

/* ============ MEDIA ============== */

.mediatable h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.mediatable h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.mediatable td {
	padding: 0 30px 0 0;
}

/* ============ SIDEBARS ============== */

#sidebar h3 { 
	color: #000;
	font-size: 18px;
	margin: 20px 0 5px 0; 
	text-transform: uppercase;
}

#sidebar h4 { 
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

#sidebar h3 a.rsswidget {
	display: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar a {
	color: #000;
	text-transform: uppercase;
}

#sidebar a:hover {
	background: #4ebfb3;
	color: #fff;
}

#sidebar a.rsswidget {
	color: #4ebfb3;
	font-size: 11px;
}

#sidebar a:hover.rsswidget {
	background: #000;
	color: #fff;
}

#sidebar span.rss-date {
	color: #bbb;
	font-size: 11px;
}

#sidebar a.widget_sp_image-image-link img {
	border: none;
	margin: -10px 0 -10px -10px;
}

#sec-column-white .widget {
	background: #f2f2f2;
	margin-bottom: 15px;
	padding: 20px;
}

#sec-column-white .widget h3 {
	margin: 0 0 5px 0;
}

a.rss {
	background: url(images/rss.gif) no-repeat 200px top;
	display: block;
	font-size: 15px;
	height: 16px;
}

a:hover.rss {
	background: #f2f2f2;
	color: #000;
}

input#searchsubmit {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}

/* ============ FOOTER ============== */

#footer {
	margin: 30px auto;
	text-align: center;
	width: 980px;
}

/* ============ WORDPRESS ============== */

.post {
	padding: 20px 0 40px 0;
}

.post h2 {
	padding: 0;
}

.post h2 a {
	color: #4ebfb3;
}

.post h2 a:hover {
	color: #fff;
}

.post .top_meta {
	color: #bbb;
}

.bottom_meta {
	margin: 15px 0;
}
