/* @override 
	http://www.redheadwindscreens.com/wp-content/themes/thesis_17/custom/custom.css
*/

/* UNIVERSAL */

@font-face {
	font-family: 'TwCenMTBold';
	src: url('fonts/tw_cen_mt_bold.eot');
	src: local('Tw Cen MT'), local('TwCenMT-Bold'), url('fonts/tw_cen_mt_bold.woff') format('woff'), url('fonts/tw_cen_mt_bold.ttf') format('truetype');
}

body {
	background: #000;
}

.clearfix {
	clear: both;
}

.format_text a {
	text-decoration: none;
}

a {
	color: #ff7c00;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	position: static;
	border-bottom: 1px dotted;
}

a:active, h1 a:active, h2 a:active, h3 a:active, h4 a:active {
	position: relative;
	top: 1px;
}

/* HEADER */

#top_area {
	height: 39px;
	background: #000 url('images/top_bkg.png') repeat-x;
}

#header_area {
	position: relative;
	height: 300px;
	background: #000 url('images/header_area_bkg.png') repeat-x;
	z-index: 100;
}

#header {
	padding: 0;
	border: 0;
}

#logo a {
	display: block;
	height: 300px;
	width: 1024px;
	background: #000 url('images/header_banner.jpg') no-repeat;
	outline: none;
}

#logo a:active {
	top: 0;
}

#logo a:hover {
	border: 0;
}

#logo {
	text-indent: -9999px;
}

/* hide date byline on gear pages */

.category-gear .headline_meta {
	display: none;
}

a:focus {
	outline: 0;
}

h1 a, h2 a, h3 a, h4 a {
	color: #ff7c00;
	font-family: "TwCenMTBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

/* TOP NAV */

#nav_area {
	background: #32373b url(images/nav_bkg.png) repeat-x;
	-webkit-box-shadow: #000 0px 0px 10px;
	-moz-box-shadow: #000 0px 0px 10px;
	box-shadow: #000 0px 0px 10px;
}

.menu {
	background: url(images/nav_bkg.png) repeat-x;
	height: 34px;
}

.menu li {
	
}

.menu li a {
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	height: 14px;
	padding: 10px 12px;
	background: none;
	color: #afb9c0;
	text-shadow: #000 1px 1px 3px;
	border-right: 1px solid #3c4349;
}

.menu li a:hover {
	color: #afb9c0;
	background: url(images/nav_hover_bkg.png) repeat-x;
	text-shadow: #333 -1px -1px 1px;
	border-bottom: none;
}

.menu li a:active {
	//	background: url(images/nav_active_bkg.png) repeat-x;
	position: relative;
	top: 1px;
	height: 13px;
	text-shadow: #000 0px 0px 1px;
}

.menu .current a, .menu .current-cat a {
	background: url(images/nav_current_bkg.png) repeat-x;
	color: #fff;
	text-shadow: #666 -1px -1px 1px;
}

.menu .current a:hover, .menu .current-cat a:hover {
	background: url(images/nav_current_bkg.png) repeat-x;
	color: #fff;
}

/* CONTENT */

#content_top_bkgnd {
	background: url('images/content_area_bkg.png');
}

#content_area {
	background: url('images/content_area_top_bkg.png') repeat-x;
	z-index: 99;
	position: relative;
}

#content_area .page {
	-webkit-box-shadow: #000 0px 20px 20px;
	-moz-box-shadow: #000 0px 20px 20px;
	box-shadow: #000 0px 20px 20px;
	background: #fff url(images/page_bkg.png) repeat-y;
	z-index: 100;
	position: relative;
}

.home #content_area .page {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.store #content_area .page {
	background: #fff;
}

#content_box {
	background: none;
	padding-bottom: 15px;
	position: relative;
	z-index: -1;
}

#content {
	
}

body.page .headline_area {
	display: none;
}

.post_box {
	margin-left: 2em;
}

.headline_area h1 {
	//	color: #ff7c00;
	font-family: "TwCenMTBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #ddd 1px 1px 1px;
	text-transform: uppercase;
}

h2.entry-title a {
	color: #000;
	text-shadow: #ccc 1px 1px 2px;
}

.format_text {
	
}

.prev_next {
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px dotted #bbb;
	padding: 0;
	padding-top: 1.5em;
	margin: .5em 2em;
}

.prev_next a {
	color: #8b9399;
}

.prev_next a:hover {
	text-decoration: none;
	color: #ff7c00;
}

.wp-caption-text {
	color: #1e2429;
}

#respond {
	margin-left: 2em;
}

.wp-caption {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#archive_info {
	display: none;
}

#archive_info h1 {
	color: #646c72;
	font-family: "TwCenMTBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 2.7em;
	font-weight: bold;
	letter-spacing: 1px;
}

#archive_info p {
	display: none;
}

.amazon {
	width: 120px;
	height: 240px;
	float: left;
	margin-bottom: 2em;
	border: 4px solid #000;
}

.teaser {
	width: 100%;
	margin-top: 2.5em;
	padding-top: 2em;
	border-top: 1px dotted #bbb;
	text-align: justify;
}

.teasers_box {
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
}

/* FOOTER */

#footer {
	border: 0;
	background: #000;
}

#footer_area {
	height: 100px;
	background: #000 url(images/footer_area_bkg.png) repeat-x;
	position: relative;
	z-index: 200;
}

#footer_area .page {
	background: none;
}

.comments_closed {
	display: none;
}

/* SIDEBARS */

#sidebars {
	
}

.sidebar ul.sidebar_list {
	margin-top: 2em;
	padding-top: 0;
	padding-right: 2em;
	padding-left: 2em;
}

.sidebar ul li a {
	color: #53595f;
	padding: 2px 0;
}

.sidebar ul li a:hover {
	text-decoration: none;
}

.sidebar h3 {
	color: #afb9c0;
	color: #fff;
	text-transform: uppercase;
	font-family: "TwCenMTBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-variant: normal;
	text-shadow: #777 1px 1px 1px;
}

#store_select a {
	display: block;
	padding-top: .3em;
	padding-bottom: 2em;
}

/* --FOOTER WIDGETS-- */

#footer_widgets {
	padding: 2em;
	overflow: hidden;
	background: url(images/footer_bkg.jpg) no-repeat center top;
}

#footer_widgets .footer_widget_box {
	width: 33%;
	float: left;
}

/* --FOOTER WIDGET ITEM-- */

#footer_widgets .footer_items {
	width: 90%;
	font-size: 12px;
	text-align: left;
	margin: auto;
}

/* --FOOTER WIDGET HEADERS-- */

#footer_widgets .footer_items h3 {
	font-size: 14px;
	color: #f3a500;
	color: #ff7c00;
	padding-bottom: .5em;
	margin-bottom: .5em;
	font-family: "TwCenMTBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

/* do not change these! */

#footer_widgets .footer_items li {
	list-style-type: none;
	background: transparent url(images/bullet.png) no-repeat left 7px;
}

#footer_widgets .footer_items li a {
	display: block;
	line-height: 2.5em;
	border-bottom: 1px dotted #3b4247;
	color: #afb9c0;
	padding-left: 14px;
}

#footer_widgets .footer_items li a:hover {
	background: #1e2429 url(images/bullet.png) no-repeat left 7px;
}

#footer_widgets .footer_items ul {
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
}

#footer_widgets .search_form {
	margin-bottom: 2em;
}

#footer_widgets .text_input {
	padding: .3em;
	width: 100%;
	background: #646c72;
	color: #fff;
	border-color: #8f9ca4;
}

/* PAGE-SPECIFIC STYLES */

body.home #content_box {
	padding: 0;
}

#landing {
	cursor: pointer;
	height: 576px;
}

body.products #logo a {
	background: #000 url('images/header_store.jpg') no-repeat;
}

body.products #products {
}


/* PAYPAL */

#paypal {
	color: #48555c;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 1em;
}

#paypal select {
	margin-bottom: 10px;
}

#paypal input {
	
}

#paypal input[type=image] {
	margin-top: 1em;
	width: auto;
	height: auto;
	background: none;
	border: none;
}

#promotions {
	margin-bottom: 1.5em;
}

/* content header for category listings */

#content_header {
	background: #f7941d url(images/content_header_bkg.png) repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	border-top: 0;
	margin-right: 0;
}

/* giveaway header aweber form */

#aweber {
	width: 208px;
	border-top: 0;
	float: left;
	margin-left: 0;
	clear: none;
}

#aweber input[type="text"] {
	width: 100%;
	color: #000;
	margin-bottom: 1.5em;
}

#aweber input[type="submit"] {
	background: url(images/win_btn.png) no-repeat;
	width: 193px;
	height: 46px;
	border: 0;
	text-indent: -9999px;
}

#aweber input[type="submit"]:hover {
	cursor: pointer;
}

#aweber .privacyPolicy a {
	color: #fff;
	font-size: .8em;
	font-style: italic;
}

/* js-kit ECHO comments */

.js-kit-comments {
	margin-left: 2em;
	margin-right: 2em;
}