/*
File:			custom.css for Bikeskills dot com; created 20110511. updated June 26 2011; updated August 23; updated 20120212. updated 9/2/12
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/
*/


/* ----------------------------------- BACKGROUND IMAGE --------------------------------------- */

body.custom { background: #000000 url('http://www.bikeskills.com/blog/wp-content/uploads/2012/05/background_novato4.jpg') 50% 0 repeat-x; background-attachment:fixed;
 color:#666666 }





/* -------- header -------*/


/* -------- CUSTOM 2nd additional NAV BAR FOR TOP OF PAGE (& PAGES) --------------*/
.custom ul#topnav {
	color:#ffffff;
	position: relative;
	margin-top:-5px;
	top: 2px;
	right: -24px;
	z-index: 100;
	border-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	
	float: right;
}
.custom ul#topnav li { float: right; padding: 8px 20px 8px 0px; }
.custom ul#topnav li a { font-size: 1.3em; color: #ffffff; }
.custom ul#topnav li a:hover {  color:#666666; } 


.custom #header_area {
	background:  url('http://www.bikeskills.com/blog/wp-content/uploads/2012/05/header_black.png');
	background-repeat:repeat-x;
	
	/*border-width: 4px;*/
}	

.custom #header_area .page {
	padding-top: 1em;
}	

.custom #header {
	left: -7px;
	position: relative;
	top:-26px;
	
}

.custom .full_width .page { background:none;}

.custom .menu {
	position:relative;
	float:right;
	margin-right: -6px;
	top: -52px;
}

.custom .menu, .menu a, .menu li ul {
	/*background: none;
	padding: 7px 20px; 
	/*border-radius:5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;; Firefox 3.6 and earlier */
}

.custom .menu .submenu ul {
	top:-15px;
}



/*------- main content ----------*/

.custom #content_area {
	/*background:#666;*/
	position:relative;
	top:-81px;
}

.custom #content_slider {
	position: relative;
	top:29px;
}

.custom #content_box {
	background:#ffffff;
	position:relative;
	top:29px;
	padding-bottom: 122px;
}

.custom .format_text a {
	text-decoration: none;
}

.custom a: link {
	color:#333333;
}
.custom a:hover {
	/*color:#770101;*/
	text-decoration: none;
}

.custom .post_box, .teasters_box, .full-width #content_box .page {
	margin: 0 2.1em 0 4em;
}

/* ------------  TEASERS, STYLE AND PLACE ON ONE LINE     ----------------------------- */
.custom .teaser {
   width: 100%;
   margin-top: 10px;
   /*padding-top: 1em;*/
   border-top: 0;
   border-bottom: 1px dashed #666666;
   text-align: justify;
}

.custom .teasers_box {
	padding-bottom: 0em;
	padding-top:0em;
	/*border: 1px solid #003a4d;*/
}



/*----- side bar --------*/
.custom #sidebars {
 	background:#e2e5e7;
	position:relative;
	top: 0px;
}

.custom .sidebar h3 {
	font-weight: strong;
	font-size:2em;
	/*padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;*/
}



/* ------ partner content ---------*/
.custom #partner_content {
	position: relative;
	top:-50px;
	margin-left:10px;
	z-index:1000;
}

.custom #santacruz {
	position: relative;
}
.custom #foxracingshox {
	position: relative;
	margin-left:182px;
	top:-34px;
}
.custom #Sun {
	position: relative;
	margin-left:321px;
	top:-117px;
}
.custom #wtb {
	position:relative;
	margin-left:477px;
	top:-211px
}	
.custom #clifbar {
	position:relative;
	margin-left: 598px;
	top:-284px;
}		
.custom #shimano {
	position: relative;
	margin-left: 761px;
	top:-331px;
}
.custom #innovations {
	position: relative;
	margin-left: 599px;
	top:-474px;
}		



/* -------- footer area ------- */
.custom #footer_area {
	background: url('http://www.bikeskills.com/blog/wp-content/uploads/2011/05/skills_footer_logo.png') repeat-x;

	position:relative;
	top:-400px;

}	 
.custom #footer_area p {
	color:#CCCCCC;
}
.custom #footer {
	position:relative;
	top: -100px;
	height:100px;
}