/*
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/
*/
.custom #container { width: 964px; margin: 0 auto; }
.custom #header {border:none; clear: both; background:url(images/header.jpg) no-repeat;width:960px; height:149px; padding-top:0px; padding-bottom:0px; margin:0px auto;}
.custom #header, #footer{padding-left:0px; padding-right:0px;}
.custom #footer{padding-left:0px; padding-right:10px;}
.custom #content_box{background:none;}
.custom #column_wrap{background:none; width: 742px;}
.custom #content { width:524px; float: right; }
.custom #sidebars { width: 217px; border: 0; float: left; }
.custom #sidebar_1 { width:217px; border: 0; float: left; }
.custom #sidebar_2 { width: 217px; }
.custom ul#tabs{
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	width:958px;
	height:30px;
	margin:0px auto;
	margin-bottom:15px;
	margin-top:0px;
}
.custom ul#tabs li:hover ul {display:block;}
.custom ul#tabs {border-bottom:none; border-left:none;}
.custom ul#tabs li {
	margin-bottom:0;
	border:none;
	background:none;
	display:block;
}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {display:block; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:13px; background:url(images/navbgright.jpg) no-repeat right center;}
.custom ul#tabs li a:hover {
	text-decoration:none;
	background:url(images/navbgright.jpg) no-repeat right center;
	color: #FFFFFF;
}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {
		
	
}
		
.custom ul#tabs li ul {
	display:none;
	position:absolute;
	list-style:none;
}

.custom ul#tabs li ul li {
	float:none;
	color: #FFFFFF;
	background-color: #a87c4c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a87c4c;
	display: block;
	width:225px;
	}
	.custom ul#tabs li ul li a{
	color: #FFFFFF;
	background-color: #D0A054;
	background-image:none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left:8px;
	display:block;
	
}

.custom ul#tabs li ul li a:hover{
	color: #FFFFFF;
	background-color: #D8BC80;
	background-image:none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	display:block;
}
.custom #topsearch{
	background:url(images/searchtopbg.jpg) no-repeat;
	width:960px;
	height:55px;
	margin:0px auto;
	position:relative;
	}
.custom #search{
	width:250px;
	position:absolute;
	top:15px;
	right:5px;
	}
.custom #search #s
{
	width:147px;
	padding:3px 3px;
	background:#ffffff;
}
.custom #search #searchsubmit{
	background:url(images/search.gif) no-repeat center center;
	border:none;
	width:69px;
	height:24px;
}
.custom #column_wrap .sidebar ul.sidebar_list { padding-top:0px; }
.custom .sidebar ul.sidebar_list {padding-left:0px; padding-right:0px;}

/*Sidebar1*/

.custom #sidebar_1 li li ul{margin:0px;}
.custom #sidebar_1 li ul li{margin-bottom:0px;}
.custom .sidebartop_1{
	background:url(images/side_top.jpg) no-repeat;
	width:217px;
	height:16px;
}
.custom .sidebarbg_1{
	background:#a87c4c;
}
.custom .sidebarbottom_1{	
	background:url(images/side_bot.jpg) no-repeat;
	width:217px;
	height:10px;
}
.custom #sidebar_1 ul li h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
}
.custom #sidebar_1 li li a{
	border-bottom:1px solid #A87C4C;
	padding-bottom:0px;
}
.custom #sidebar_1 li li li{
	padding-bottom:0px;
	padding-left:5px;
}
.custom #sidebar_1 ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background: #d0b078 url(images/arrow.png) no-repeat 10px 15px;
	padding:10px 10px 6px 20px;
	display:block;
}
.custom #sidebar_1 ul li a:hover{
	background: #d8bc80 url(images/arrow.png) no-repeat 10px 15px;
}

/*Sidebar2*/

.custom .sidebarbg_2{
	background:#a87c4c;
}

.custom #sidebar_2 li li ul{margin:0px;}
.custom #sidebar_2 li ul li{margin-bottom:0px;}
.custom .sidebartop_2{
	background:url(images/side_top.jpg) no-repeat;
	width:217px;
	height:16px;
}
.custom #sidebar_2 ul li h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
}
.custom #sidebar_2 li li a{
	border-bottom:1px solid #A87C4C;
	padding-bottom:0px;
}
.custom #sidebar_2 li li li{
	padding-bottom:0px;
	padding-left:5px;
	}	
.custom #sidebar_2 ul li a{
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background:#d0b078 url(images/arrow.png) no-repeat 10px 15px;
	padding:10px 10px 6px 20px;
	display:block;
}

.custom #sidebar_2 ul li a:hover{
	background: #d8bc80 url(images/arrow.png) no-repeat 10px 15px;
}
.custom .sidebarbottom_2{	
	background:url(images/side_bot.jpg) no-repeat;
	width:217px;
	height:10px;
}
.custom	#image_box, #video_box, #custom_box {
	padding:0px;
}


/*Landing Page*/
.landing{background:url(images/bodybg.jpg) repeat;}
.landing #container{background:#ffffff;}
.landing #search{display:none;}
.landing #sidebar_1{display:none;}
.landing #content{width:741px;}
.landing #comments{display:none;}