/*
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/
*/





body.custom {
background-image: url(http://chsnewzealand.co.nz/wp-content/themes/thesis_17/custom/images/chs_bg.jpg);
background-repeat: repeat-x;
background-position:top;
margin:0;
padding:0;
}


/* DoubleMule Clickable Header v. 1.0 */

.custom #header {
padding: 0em 0em;
border: 0em 0em;
margin: 0em;
}


.custom #header #logo a
{
display:block;
width:960;
height:240px;
background:url(http://chsnewzealand.co.nz/wp-content/themes/thesis_17/custom/images/chs_header.jpg) center no-repeat;
outline:none;
color: #000000;
text-indent: -9999px;
padding:0;
margin:0 0 100px 0;
border: 0em 0em;
}


.custom #header {position:relative;}
	
.custom .menu {position:absolute; display:inline; top:240px; width:auto; margin-left:150px; }
.custom .menu li {text-align:middle; margin-left:10px; border-bottom:solid 1px #ddd; }

.custom .menu ul {background-color:#fff; margin:1px 0 0 0; width:160px; }
.custom .menu ul li {margin-top:1px; float:left; }

.custom .menu li a{text-transform: none;}
       

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}




.custom #content{
width:470px;
margin: 0px;
padding: 0 0px 0 0;
}


.custom .post.post_box {
border: solid 1px #ddd;
margin: 0 0 10px 0;
padding:10px;
}



.custom #sidebar_1 {
width: 200px;
padding: 0 0px 0 9px;
margin:0 0 0 0px;
float:left;
border-left: 1px solid #ddd;
}


.custom .widget h3, .custom .widget h3 a, .sidebar h3, .custom .sidebar h3 a, h3, h5, h6
{
text-transform: none;
font-variant:normal;
}


.custom #sidebar_2 {
width: 206px;
padding: 0 2px 0 3px;
float:right;
margin:0 10px 0 0;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}

.custom .teaser {
   width: 180px;
   margin: 0 0 25px 0;
   padding: 15px 0 5px 0;
   text-align: left;
float:left;
background-image: url(http://chsnewzealand.co.nz/wp-content/themes/thesis_17/custom/images/teaser_bg.jpg);
background-repeat: no-repeat;
background-position:bottom right;
border-top: solid 1px #ddd;
}

.custom .teasers_box {
   padding:0px;
}

.custom .teaser .format_teaser {
font-size:11px;
}

.custom .teaser h2 {
font-size: 14px;
font-weight:bold;
text-align:left;
}

.custom .teaser_date {
font-size: 10px;
text-align:left;
}

















.custom #footer_area{
margin-top:50px;
background-image: url(http://chsnewzealand.co.nz/wp-content/themes/thesis_17/custom/images/chs_footer_bg.jpg);
background-repeat: repeat-x;
background-position:bottom;
height:335px;
}


.custom #footer{
position:relative;
background:url(http://chsnewzealand.co.nz/wp-content/themes/thesis_17/custom/images/chs_footer.jpg);
background-position:bottom-left;
background-repeat:no-repeat;
padding: 140px 0px 0px 0;
margin:0;
height: auto;
width: auto;
}

.custom #footer_1 {
position:absolute;
top:141px;
left:0px;
width:100%;
text-align:center;
font-size:10px;
line-height:80%;
color:#777;
text-decoration: none;
}
	
.custom #footer_1 ul.sidebar_list li.pages {text-align:center; margin:0px 0px 0px 0px; font-size:9px; color:#777; line-height:100%; width:auto; text-decoration: none;}
                .custom #footer_1 ul.sidebar_list li.pages a {color:#777; border-bottom:0; text-decoration: none;}
		.custom #footer_1 ul.sidebar_list li.pages a:hover {color:#910000; text-decoration: none;}             
               
.custom #footer_1 ul.sidebar_list li.about {text-align:center; margin:30px 0px 0px 0px; color:#777; width:auto; text-decoration:none; }
                .custom #footer_1 ul.sidebar_list li.about a {color:#aaa; border-bottom:0; text-decoration: none;}
		.custom #footer_1 ul.sidebar_list li.about a:hover {color:#910000; text-decoration: none;}
		               
.custom #footer_1 ul.sidebar_list li.legal {text-align:center; margin:25px 0px 0px 0px; font-size:8px; color:#777; line-height:100%; width:auto; text-decoration: none; }
                .custom #footer_1 ul.sidebar_list li.legal a {color:#aaa; border-bottom:0; text-decoration: none;}
		.custom #footer_1 ul.sidebar_list li.legal a:hover {color:#910000; text-decoration: none;}





