/* @override http://www.motorcademag.com/wp-content/themes/thesis/custom/custom.css */

body {
	background: url(images/bkg_stripe.png);
}

/*-- Entire page (minus background pattern) --*/

#container {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #e2e2e2;
	width: 1070px;
}

#page {
	background: #fff;
	padding: 22px;
}

/*-- Content Column --*/

#content {
	width: 707px;
}

.no_sidebars #content {
	width: 100%;
}

#content_box {
	padding-top: 30px;
	border-top: 10px solid #000;
	

/* kills divider line */
	background: none;
}

.clear {
	clear: both;
}

/* global link formatting */

body a:hover {
	color: #d11700;
}

body a {
	color: #3f5779;
}

/*-- headline formatting --*/

.sidebar h3 {
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-weight: bold;
	color: #8bbfe0;
	font-variant: normal;
}

#logo a {
	display: block;
	height: 126px;
	width: 283px;
	background: url('images/logotext.gif') no-repeat;
	text-indent: -9999px;
}

#header {
	border-bottom: none;
	padding: 10px 0px 14px 0px;
}

#header #tagline {
	display: none;
}

#section_badge {
	font-weight: bold;
	padding: 0 8px 3px 8px;
	margin-left: 10px;
	background-color: #6dcff6;
	color: #fff;
	display: inline;
}

/*-- leaderboard ad */

#leaderboard_ad {
	width: 720px;
	height: 90px;
	position: relative;
	top: 20px;
	left: -8px;
	float: right;
}

/*-- sidebar full ad --*/

#ad_sidebar {
	padding-left: 12px;
	width: 300px;
	height: auto;
}

/*-- sidebar ad-grid --*/

#ad_grid {
	padding: 13px;
	background-color: #eee;
}

#ad_grid .left-top {
	width: 125px;
	height: 125px;
	background: url(images/ad_125_default.gif) no-repeat;
	margin-bottom: 13px;
}

#ad_grid .left-bottom {
	width: 125px;
	height: 125px;
	background: url(images/ad_125_default.gif) no-repeat;
}

#ad_grid .right-top {
	float: right;
	width: 125px;
	height: 125px;
	background: url(images/ad_125_default.gif) no-repeat;
}

#ad_grid .right-bottom {
	float: right;
	width: 125px;
	height: 125px;
	background: url(images/ad_125_default.gif) no-repeat;
}

.clearblock {
	width: 100%;
	clear: both;
}

/*-- drop-down category menus --*/

.menu {
	//	font-weight: bold;
}
.menu a:hover {
	background-color: #8bbfe0;
	color: #fff;
}

.menu .children a, .menu .current-cat .children a {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

.menu .children a:hover {
	background-color: #888;
}

.menu .current-cat a, .menu .current-cat-parent a {
	font-weight: bold;
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.menu .current-cat a:hover {
	background: #000;
	color: #fff;
	cursor: default;
}


/* -- feature box styles -- */

#featured_box {
	width: 100%;
	height: 280px;
	background: url(images/feature_bkg.gif) no-repeat;
	padding-bottom: 16px;
}

.featured_content {
	padding: 14px 14px 14px 14px;
	margin-right: 20px;
	min-height: 242px;
}

.featured_content img {
	width: 240px;
	height: 240px;
	float: left;
	margin-right: 14px;
	border: 1px solid #000;
}

.featured_label {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	background-color: #8bbfe0;
	color: #fff;
}

.featured_text {
	margin-top: 14px;
	margin-bottom: 12px;
}

.featured_text a {
	color: #000;
}

.featured_text p {
	font-size: 13px;
	line-height: 18px;
}

.featured_text h2 {
	line-height: 1.1em;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -1px;
	text-align: left;
	margin-bottom: 10px;
}

.featured_more {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 6px;
}

.featured_more a {
	border-bottom: 1px dotted #ccc;
	color: #888;
}

.featured_more a:hover {
	color: #d11700;
}

/*-- social box --*/

.social_box {
	padding-bottom: 12px;
	margin-left: 12px;
	font-size: 11px;
}

.social_box ul {
	list-style: none;
	font-weight: bold;
}

.social_box h4 {
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 18px;
	color: #8bbfe0;
}

.social_box p {
	margin: 16px 0 16px 0;
	line-height: 14px;
}

.social_box img {
	padding-right: 6px;
	position: relative;
	top: 4px;
}

/*-- Top Nav Menu --*/

ul#top_tabs {
	list-style: none;
	background-color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	height: 26px;
}

ul#top_tabs .visit {
	font-style: italic;
	margin: 0 10px 0 10px;
}

ul#top_tabs li {
	margin: 5px 0 5px 0;
	float: left;
	line-height: 14px;
}

ul#top_tabs li.current_page_item, ul#tabs li.current-cat {
	background: #fff;
	border-bottom: 0;
}

ul#top_tabs li a {
	display: block;
	background-color: #000;
	color: #fff;
	letter-spacing: 1px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #ddd;
}

ul#top_tabs li a:hover {
	text-decoration: underline;
}

ul#top_tabs li ul {
	position: absolute;
	display: none;
	list-style: none;
}

ul#top_tabs li:hover ul {
	display: block;
}

ul#top_tabs li ul li {
	float: none;
}

ul#top_tabs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -- sidebars --  */

#sidebars {
	border-left: 1px dotted #bbb;
	width: 312px;
	padding-left: 6px;
}

#sidebars .widget, #ad_grid {
	margin-bottom: 30px;
}

.sidebar_list li {
	line-height: 1.1em;
}

/*-- social links formatting */

.social_share {
	background: #FFFBCC;
	border-top: 1px solid #E6DB55;
	border-bottom: 1px solid #e1e1e0;
	text-align: center;
	height: 3.8em;
	margin-left: 1.1em;
	margin-right: 2em;
}

.social_share p {
	margin: 0;
	padding: 0;
	color: #515151;
	font-size: 14px;
}

.social_share img {
	position: relative;
	top: .5em;
	padding-left: .8em;
	padding-right: .3em;
}

/*-- change replay comment to prominent button */

dl#comment_list dd p.reply {
	margin: 1em 0 1.5em 0;
}

dl#comment_list dd p.reply a {
	background: #2f2c28;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 6px;
	text-transform: uppercase;
}

dl#comment_list dd p.reply a:hover {
	background: #46382d;
	border: 0;
}

/*-- teaser formatting --*/

.teasers_box {
	width: auto;
	padding: 0;
	border: none;
	margin-right: 2em;
}

.teaser {
	width: 100%;
	border-bottom: 1px dotted #bbb;
	margin-bottom: 20px;
}

.teaser_right {
	float: left;
}

.teaser img {
	border: 1px solid #000;
	margin: 0 14px 18px 0;
}

.teaser .format_teaser {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
	overflow: hidden;
}

.teaser a.teaser_category {
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	margin-right: 4px;
	background-color: #8bbfe0;
	color: #fff;
}

.teaser_comments {
	display: none;
}

#tweetmeme_button {
	//	margin-bottom: 85px;
	//	float: right;
}

/* automatic overlay??
.teaser_thumb {
	float: left;
	width: 180px;
	height: 180px;
	position: relative;
}
.teaser_thumb .teaser_videomark {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(images/play_icon.png) no-repeat;
}
*/

/* -- Post style --*/

.post h1 {
	font-weight: bold;
	font-size: 3em;
	letter-spacing: -.05em;
}

.post_box {
	margin-right: 2em;
	padding-top: 0;
}

.post h2 {
	line-height: 1.1em;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: -1px;
	text-align: left;
	margin-bottom: 10px;
}

.post h2 a {
	color: #000;
}

.post h2 a:hover {
	color: #d11700;
}

/*-- post author profile formatting */

.postauthor {
	background: #F5F5F5;
	border-top: 1px solid #e1e1e0;
	border-bottom: 1px solid #e1e1e0;
	overflow: hidden;
	padding: 18px;
}

.postauthor img {
	border: 5px solid #e2dede;
	float: left;
}

.postauthor h4 {
	color: #666;
	font-size: 18px;
	margin-bottom: 5px;
}

.postauthor p {
	color: #515151;
	font-size: 13px;
	margin-bottom: 12px;
}

/*-- remove prev-next top border --*/

.prev_next {
	font-size: 1.2em;
	border: 0;
	font-weight: bold;
}

/*-- single post image border --*/

.format_text img {
	border: 1px solid #000;
}

/*-- category listing header style --*/

#archive_info {
	display: none;
	background-color: #eee;
	border: 0;
	margin-bottom: 20px;
}

#footer {
	margin-top: 16px;
	border-top: 8px solid #000;
}