/*
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 */

body.custom {
    background: #e4ebc4;
}

/* .custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #8494b1;
} */

.custom #page {
    background: #fff;
}

/* Custom Header */

.custom #header_area .page { padding-top: 0px; }

/* .custom #header_area .page {padding-top: 0em;} */

.custom #header
{
background: #93B215;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:954px;
height:200px;
background:url(http://www.willowtreecentre.co.uk/wp-content/uploads/2009/11/wtc-logo-2.png) center no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #tagline
{
color:#000000;
text-indent: -9999px;
}

.custom #header #tagline { height: 0; }

.custom #header { padding: 0; }

/* Hopefully removes padding around navbar */

.custom .menu { padding-top: 0px; }

.custom .post_box { padding-top: 0.2em; }

/* New H3 Style */

.custom .format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 0.5em 0 0.5em 0; }

/* New NavBar Style */

.custom ul.menu { background: #336633 url('http://www.willowtreecentre.co.uk/wp-content/uploads/2009/11/navbar.jpg') repeat-x; height: 50px; border:0;  padding-left:0px; }
/* .custom ul.menu li {border: none; background:none; padding:0.25em 0 0 0; margin:0;} */
.custom ul.menu li { border:none; background:none; }
.custom ul.menu li a {color:#ffffff;  font-weight:bold; letter-spacing:0px; }
.custom ul.menu li a:hover {color:#ffffff; text-decoration: none;}
/* .custom ul.menu li.current_page_item a {color:#ffffff; } */

/*---:[ nav colors ]:---*/
/* .custom .menu, .custom .menu a, .custom .menu li ul { border-color: #ffffff; } */
/* .custom .menu .current a, .custom .menu .current-cat a { border-bottom-color: #92b693; } */
/* .custom .menu ul .current a, .custom .menu ul .current-cat a, .custom .menu .current ul a, .custom .menu .current-cat ul a { border-bottom-color: #DDDDDD; } */
.custom .menu a, .custom .menu .current ul a, .custom .menu .current-cat ul a { color: #111111; }
.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover { color: #111111; background: #9DB693; }
.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover { color: #111111; background: #336633; }
.custom .menu .current-parent > a, .custom .menu .current-cat-parent > a { color: #ffffff; background: #9DB693; }


/*---:[ 3 Column Layout ]:---*/

#columns { background-color: #fff; padding: 0px }

#left-col { width: 280px; border: 2px solid #93b215; margin-right: 10px; margin-bottom: 10px; padding: 10px 10px 5px 10px; font: 14px Arial, Helvetica, sans-serif; text-align: left; float: left; color: #000; background-color: #f4f7e7; }

#centre-col { width: 280px; border: 2px solid #93b215; margin-right: 10px; margin-bottom: 10px; padding: 10px 10px 5px 10px; font: 14px Arial, Helvetica, sans-serif; text-align: left; float: left; color: #000; background-color: #f4f7e7; }

#right-col { width: 280px; border: 2px solid #93b215; margin-bottom: 10px; padding: 10px 10px 5px 10px; font: 14px Arial, Helvetica, sans-serif; text-align: left; float: right; color: #000; background-color: #f4f7e7; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */ 

/*---:[ Remove Sidebar Padding ]:---*/

.custom .sidebar ul.sidebar_list { padding-top: 1em; }


/*---:[ Front Page Quote ]:---*/

#quote { background: url('http://www.willowtreecentre.co.uk/images/fp-quote-bg.png') no-repeat top left; padding: 0 0 20px 150px; color: #999; }

/*---:[ Price List Table Styling ]:---*/

table.pricelist {
	border-width: 3px 3px 3px 3px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #93b215 #93b215 #93b215 #93b215;
	border-collapse: collapse;
	background-color: white;
}
table.pricelist th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}
table.pricelist td {
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}


/*---:[ Custom Footer Styling ]:---*/


#custom-footer { background-color: #fff; }

#footer-left { background-color: #fff; width: 32%; margin-right: 10px; text-align: left; float: left; position:relative; }

#footer-center { background-color: #fff; width: 32%; margin-right: 10px; text-align: center; float: left; position:relative; }

#footer-right { background: #fff url('http://www.willowtreecentre.co.uk/images/wp-footer.png') no-repeat top right; width: 32%; text-align: left; float: right; position:relative; }
