/*
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/
*/

/*LINK HOVER COLOR*/

.custom a:hover { color: #F2670A; }

/*BOLD HEADLINES*/

.custom .headline_area .entry-title, .custom .headline_area h1{
	color: #F2670A;
	font-weight: bold;
        }


/*BACKGROUND*/

body.custom{background:#C4C4C4 url('images/gray_background.jpg'); background-attachment: fixed;}

/*Nav Menu*/
.custom .menu {font-weight: bold;margin-bottom:1em;}
.custom .menu .tab{padding-right:0.5em;}

/*SALES PAGE*/

.reviews #header { padding: 0; border-bottom: 0em;}
.reviews #footer { padding-bottom: 0; border-top: 0em; }
.reviews #footer { display: none; }
.reviews #sidebars { display: none; border: none; }
.reviews #tabs {display:none;}
.reviews #content_box { background:none; }
.reviews .comments_closed { display: none; }
.reviews #header #logo { display: none; }
.reviews #header #tagline { display: none; }
.reviews #content { margin: 0 auto; float: none; }

/*SPACE BETWEEN TOP AND BOTTOM*/

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
}

.custom #page {
    background: #fff;
}

/*HEADER*/

.custom #header #logo a { display: block; height: 260px; width: 960px; background: url('images/Kickass Lifestyle Header.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0px;margin-bottom:10px;}


/*WP PAGE NUMBERS*/

#wp_page_numbers {
	font-weight:700;
	text-transform:uppercase;
	padding:15px;
}

#wp_page_numbers ul {
	list-style-type:none;
}

#wp_page_numbers li {
	float:left;
	padding:5px;
}

#wp_page_numbers li a {
	background:#FFF url(images/blackGrad.gif) repeat-x;
	border:1px solid #BBB;
	color:#312F2F;
	font-size:12px;
	padding:5px 7px;
}
li.page_info {
background:url("images/redGrad.gif") repeat-x scroll 0 0 #FFFFFF !important;
border:1px solid #F8BBBB !important;
margin-right:2em;
}

/*Tabbed Widget Version 2.0*/
.tabbedwidget {
margin-top: 0em;
background: #DDDDDD;
padding: 5px;
padding-top: 10px;
border: 1px solid #EEEEEE;
width:310px;
}

.tabnav {
margin-bottom: 10px;
font-size:14px;
}

.tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
}

.tabnav li a {
background: #ffffff;
border: 1px solid #CCCCCC;
padding: 4px 6px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #F25A02;
border: 1px solid #CCCCCC;
}

.tabdiv {
margin-top: 2px;
background: #ffffff;
border: 1px solid #CCCCCC;
padding: 7px;
}

.tabdiv li {
list-style: none;
border-bottom:1px solid #EEEEEE;
padding:12px;
font-size:12px;
}

.tabdiv li a:hover{
text-decoration:underline;
}

.ui-tabs-hide {
display: none;
}

/*Footer Core*/

.custom #footer {
	margin-top: 1em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 0;	
	background: #fff;
	}

.custom  ul#footer_sidebar li a {
	color: #144d9b;
	}
	
.custom  ul#footer_sidebar li a:hover {
	color: #144d9b;
	text-decoration: underline;
	}
  
.custom .footer_image {
	padding: 10px;
	text-align: center;
	}
	
/*FOOTER WIDGETS 1*/

.custom #footer_sidebar { 
	display:block; 
	list-style-type: none;
	color: #111; 
	overflow: hidden;
	text-align: left;
	padding: 20px;
	}

.custom #footer_sidebar li.widget{
	float: left;
	width: 190px;
	margin:0;
	padding: 20px 20px 20px 20px;
	border-right: 1px dotted #d3d1d1;
	border-bottom: 1px dotted #d3d1d1;
	display: block;
	height: 250px;
	overflow: hidden;
	}  

.custom #footer_sidebar li#text-6.widget, .custom #footer_sidebar li#text-12.widget{
	margin-right: 0px;
	border-right: none;
	}  

.custom #footer_sidebar li#text-9.widget, .custom #footer_sidebar li#text-10.widget, .custom #footer_sidebar li#text-11.widget, .custom #footer_sidebar li#text-12.widget{
	border-bottom: 0;
	}  

	
.custom #footer_sidebar li.widget h3 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	text-align: center;
	color: #000000;
	} 
   
.custom #footer_sidebar li.widget ul#photo_video_icons {
	 
	}  

.custom #footer_sidebar li.widget ul#photo_video_icons li{
	margin-top: 3em;
	text-align: center;
	}   

.custom #footer_sidebar li.widget ul#photo_video_icons li a{
	text-decoration: none;
	border: none;
	}   
	
.custom #footer_sidebar li.widget ul#photo_video_icons li a img{
	}  
 
  
.custom #footer_sidebar a {
	}
    
.custom #footer_sidebar a:hover {
	}
   
  	
.custom h5 {
	color:#272725;
	font-size:1.6em;
	text-align:center;
	text-transform:uppercase;
	font-weight: 100;
	line-height:1.785em;
	margin-bottom:.6em;
	}
	 
.custom ul.catlisting {
	font-size:1.3em;
	line-height:1.385em;
	margin-left: 1.1em;
	}

.custom.about #comments, .custom.contact #comments{
	display: none;
	}


