/*
File:			custom.css
Description:	Custom styles for Thesis
Job: PURE MASSAGE OILS
*/

body.custom { background: #93A93D; }
.custom #page { background: #fff;}

/*change/set color background of sidebar */
.custom #sidebar_1 { background-color: #none; }		

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 250px; width: 855px; background: url('images/puremass_header.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }
.custom #header #tagline { margin-top: -6px; }

/*  Change Colors of Menu Tabs When Hovering */ 
.custom ul#tabs li a:hover { background: #0033cc; color:#ffffff; }

/* Change Color of Active Menu Tab */
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a { background-color: #ff0000; color: ffffff; }

/* Remove Underline on Menu Tabs When Hovering */
.custom ul#tabs li a:hover { text-decoration: none; }

/* Remove Uppercase Formatting on Menu Tabs Text */
.custom ul#tabs li a { text-transform: none; }

/*remove header border*/
.custom #header {  border:none ; }

/*remove content box border*/
.custom #content_box {background: none;}

/*custom sidebar border*/
.custom #sidebar_2 {border-left:0px solid #cccccc;}

/*remove ul tabs border*/
.custom ul#tabs {border:none;}

/*The above removes any borders and fancy stuff… pretty much everything except the padding, main layout and fonts1*/
.custom ul#tabs {border-bottom:none; border-left:none;}

.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
.custom ul#tabs li.rss {}
	
/*removes margins, borders from nav bar and sets background color*/
.custom ul#tabs li {margin-bottom:0; border:none; background-color: #82992d;}
		
/*custom body background image*/		
body.custom { background: #ffffff url('images/background.jpg') 50% 0 no-repeat; background-attachment: fixed; }
		
/* this creates a full width menu bar */
.custom ul#tabs {background: #82992d;}

/*change/set border/margin to top of footer and top of sidebar-1*/
.custom #footer { border-top:0px solid #ffffff; }
.custom #sidebar_1 {border-top:0px solid #ffffff;}

/*change/set background color of footer and Sidebar-1*/
.custom #footer { background-color: #ffffff; }
.custom #sidebar_1 {background-color: #none;}

/*change color and/or width of footer border */
#footer {border:1px solid #82992d;}

.custom #content_box { background:transparent url(images/bg-content-box-1.gif) repeat-y scroll 57.5em 0; }
.custom #content_box { border-top:10px solid #ffffff; }
.custom #content_box { border-bottom:10px solid #ffffff; }

