/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
background: #717171;
}

.custom #header_area .page {
padding-top:1.2em;
}

/**** HEADER ****/

.custom #header {
padding:0;
border: none;
width: 100%;
}

.custom #header_area {
background: url('images/header.png') repeat-x;
height:195px;
position:absolute;
z-index:50;
}

.custom #header_area .page {
background: none;
}

/**** NAVIGATION ****/

.custom .menu, .custom .menu a, .custom .menu a:hover {
border:none;
padding-top:12px;
clear:both;
}

.custom .menu li {
padding-top:0px;
padding-right:40px;
background: none;
}

.custom .menu li a {
background: none;
color: #FFFFFF;
text-transform: uppercase;
font-weight: bold;
}

.custom .menu li a:hover {
background: #FFFFFF;
color: #000000;
}

.custom .menu li.current a {
}

.custom .menu li ul {
padding-top:0px;
margin-top: -5px;
}

.custom .menu li ul li a {
background: #000000;
color: #FFFFFF;
text-transform: uppercase;
font-weight: bold;
}

/**** SEARCH BOX ****/

.custom .menu li#search {
float:right;
padding-top:3px;
}

.custom #s {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url('images/search.png') no-repeat scroll 0 0;
border:none;
color:#9f8080;
float:right;
font-size:14px;
height:13px;
letter-spacing:1px;
margin-left:118px;
padding:9px 5px;
width:180px;
}

/**** CONTENT ****/

.custom #content_area {
background: url('images/pagebackground.png') repeat-y center top;
padding-top:180px;
}

/**** FOOTER ****/

.custom #footer {
margin-bottom:20px;
border: none;
}

.custom #footer_area {
background: transparent url('images/footer.png') center no-repeat;
color: #FFFFFF;
height: 57px;
}

.custom #footer_area .page {
background: none;
}

.custom #footer p {
font-size: 14px;
color: #FFFFFF;
}

.custom #footer p a {
text-decoration: none;
color: #FFFFFF;
}


/**** VIDEO SECTION ****/

.custom .video {
background: transparent url('images/videobkgrd.png') center no-repeat;
position: relative;
min-height:455px;
width:1031px;
padding-top: 40px;
position:relative;
left:-82px;
}

/**** OPTIN SECTION ****/

.custom #homebox {
height: 25px;
width: 175px;
background: #ffffff;
}

.custom #homeboximg {
border: 0;
float: right;
width:101px;
}

/**** HOMEPAGE TEASERS ****/

.custom .teasers_home h2 {
margin:0;
font-size: 1em;
}

.custom .teasers_home a {
color: #51b8f4;
}

.custom .teasers_home p {
margin-bottom: 0;
}

.custom .teasers_home .teaser_link {
background: url('images/rarrow.png') no-repeat right;
padding:0 10px 3px 0;
}


/**** COMMENTS CLOSED ****/
.custom .comments_closed p {
display: none;
}


/**** RED BARS ****/

.custom #redbar_left {
background: url('images/redback_left.png') no-repeat left;
margin-left:-71px;
width: 185px;
height: 43px;
float:left;
margin-bottom:20px;
z-index: 100;
}

.custom #redbar_right {
background: url('images/redback_right.png') no-repeat right;
margin-right:-75px;
width: 185px;
height: 43px;
float:right;
margin-bottom:20px;
z-index: 100;
}

.custom #redbar_left p {
color: #ffffff;
padding:0 10px 3px 40px;
font-size: 1.3em;
}

.custom #redbar_right a {
color: #ffffff;
background: url('images/rarrow2.png') no-repeat right;
padding:0 10px 3px 0;
text-decoration: none;
font-size: 1.3em;
}

/**** SHOP PAGE ****/

.custom #salesleft {
float:left;
width: 454px;
}

.custom #salesright {
float:right;
width: 370px;
}

.custom .frame {
background: url('images/product-page-frame.jpg') no-repeat top center;
height: 491px;
width: 454px;
}

.custom #redbar_left2 {
background: url('images/redback_left2.png') repeat-x left;
margin-left:-82px;
width: 245px;
height: 43px;
float:left;
margin-bottom:20px;
margin-top: 50px;
z-index: 100;
position: relative;
}

.custom #redbar_left2 p {
color: #ffffff;
padding:0 10px 3px 40px;
font-size: 1em;
}

.custom .quote {
background: url('images/product-page-quote.jpg') no-repeat top center;
height: 193px;
width: 334px;
font-size: 1.1em;
margin-top: 20px;
}

.custom .quote p {
}

/**** TWITTER UPDATES ****/

.custom ul.twittList {
list-style-type: none;
padding: 10px;
}

.custom ul.twittList li {
padding-bottom: 5px;
}


/**** TABBED SECTION ****/

.custom .tabbedwidget {

}

.custom #post-4708 .format_text ul {
margin-bottom: 0;
}

.custom .tabnav ul {
margin-bottom: none;
}

.custom .tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
}

.custom .tabnav li a {
background: #F6F6F6;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
padding: 4px 6px;
text-decoration: none;
color: #000;
}

.custom .tabnav li a:active, .custom .tabnav li.ui-tabs-selected a {
background: #fff;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

.custom .tabnav li a:hover {
background: #999999;
color: #fff;
}

.custom .tabdiv {
margin-top: 0px;
background: #fff;
border: 1px solid #999999;
padding: 7px;
}

.custom #tab1, .custom #tab2, .custom #tab3 {
margin-top: -22px;
}

.custom .tabdiv li {
list-style: none;
margin-bottom: 0.667em;
}

.custom .ui-tabs-hide {
display: none;
}

/**** COUNTDOWN TIMER ****/
.custom .count {
border:none;
font-size:16px;
color: #FFFFFF;
background: transparent;
}

/**** CONTACT FORM ****/
.custom form.ddfm textarea {
width: 70%;
}

/**** TESTIMONIALS ON SHOP PAGE ****/

.custom #sfstest-sidebar blockquote {
border: none;
padding: 10px 20px;
}

.custom #sfstest-sidebar cite {
font-weight: bold;
}


.custom a img {
padding:0;
margin:0;
}