/*
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{ background:#e6e4bd url(images/body-bg.jpg); }

.custom #header_area .page{background:none;}

.custom #header_remover{display:none;}


#headerimg {background: transparent url(images/headerimg.jpg) no-repeat bottom right; height:148px; } 

.custom #content_area_top{background:url(images/page-body-bg.jpg) top no-repeat; height:10px;}
.custom #content_area_bottom{background:url(images/footer-bg.jpg) top no-repeat; height:10px;}


#content_box{ padding:15px 15px;}

.custom #header{ padding-left:30px;}

#nav_area ul li{background:none; margin:6px 5px 0px 0px;} 
#nav_area ul li a{margin:0px; padding:0px;}
#nav_area ul li{background: transparent url(images/inactive_lft.jpg) left no-repeat; height:28px; }  
#nav_area ul li a {font-size:10pt; line-height:28px; padding-right:10px; padding-top:0px; padding-left:10px; text-align:center; text-transform:capitalize; font-weight:bold; background:transparent url(images/inactive_rght.jpg) right no-repeat; height:28px; letter-spacing:0px;}
#nav_area ul li:hover{background: transparent url(images/active_lft.jpg) left no-repeat; height:28px; }
#nav_area ul li:hover a{background:transparent url(images/active_rght.jpg) right no-repeat; height:28px; }
#nav_area ul{border:none; position:relative;  left:15px; }
#nav_area ul li.current{background: transparent url(images/active_lft.jpg) left no-repeat; height:28px; }
#nav_area  .current a{ background:transparent url(images/active_rght.jpg) right no-repeat; height:28px;  }


#sidebars ul{padding:0px; }
#sidebars li{padding:0px; margin:4px 0px ; }
#sidebars { background:url(images/sidebar-top-bg.jpg) top center no-repeat; width:285px; margin:25px 35px 0px 10px;}
#sidebars h3{ background:url(images/sidebar-head-bg.jpg) top no-repeat; padding:30px 0px 10px 28px; font-weight:bold;}
#sidebars  li ul li{ margin-left:28px;  background:url(images/list_marker.gif) left center no-repeat; padding-left:15px;}
#sidebar-top {height:10px; }
.sidebar{ background: url(images/sidebar-bg.jpg);}


.custom #footer_area .page{background:none;}
.custom #footer_area p{text-align:center;}
.custom #footer a { color: #cc6600; text-decoration:none; border:none; }
.custom #footer a:hover{text-decoration:underline;}

.custom #contactsubmit{ background:url(images/submit.png) center no-repeat; width:150px; height:50px; border:none; font-weight:bold; color:#FFFFFF; font-size:17px;}
.custom #contactsubmit:hover{ cursor:pointer; background:url(images/submit_onhvr.png) center no-repeat;}

.buy_but{ border:none; background:none;} 