/*
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:

	

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:#FFFFFF none repeat scroll 0 0;
color:#666666;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.custom a:active
{
outline: none;
}

.custom a:focus
{
-moz-outline-style: none;
}

.custom a, .custom a:visited { 
	color:#e43f51;
text-decoration:none;
	}	

.custom a:hover { 
	border-bottom:1px solid #DDE3E6;
color:#e43f51; 
	}

.custom li.widget p a {
	text-decoration: none;}
	
.custom h2 {
font-size:35px;
color: #999;
font-weight:300;
letter-spacing:-1px;
margin-bottom:10px;
text-shadow:0 0 0 #FFFFFF;
line-height:40px;
font-family: "Times New Roman", Times, serif;
}

.custom h1 {
font-size:35px;
color: #e43f51;
font-weight:300;
letter-spacing:-1px;
margin-bottom:10px;
text-shadow:0 0 0 #FFFFFF;
line-height:40px;
font-family: "Times New Roman", Times, serif;
}

.custom h3 {
font-size:25px;
color: #999;
font-weight:300;
letter-spacing:-1px;
margin-bottom:10px;
margin-top: -7px;
text-shadow:0 0 0 #FFFFFF;
line-height:30px;
font-family: "Times New Roman", Times, serif;
	}

.custom #feature_box {
	margin-bottom: 35px;
	padding:1.5em 1.5em 1em;
	background: #f5f5f5;
	border: 1px solid #ddd;}

.custom .format_text h2 {
	display: none;}

.custom .post_box {
	margin-left: 5px;
	padding-right: 35px;}

.custom .sidebar ul.sidebar_list{
	padding-left: 0px;
	padding-right: 0px;}
	
.custom	.sidebar a:hover {
text-decoration:none;
}

.custom #commentform input.form_submit {
border: solid 1px #bcbcbc;
color:#666666;
font-size: 1em;
font-weight: normal;
background: #f5f5f5;
}

.custom #commentform textarea {
background: #F5F5F5 none repeat scroll 0 0;
border: solid 1px #bcbcbc;
width:96%;
}
	
.custom .tabs h2 a {
color:#999;
text-decoration:none;
}

.custom .tabs h2 a:hover {
border-bottom:1px solid #DDE3E6;
color:#999;
}


	
.custom	.my_header {
		margin-right:3px;
		}
	
.custom	.tabs {
display:block;
width: 173px;
float: left;
margin-right: 20px;
margin-top: 10px
}
.custom .tabs h2 {
padding-top: 1px;
}

.custom .last {
margin-right: 0px;
}

.custom .active h2 a {
color:#ccc;
}

.custom .active h2 a:hover{
border-bottom: none;
color: #ccc;
}

.custom .my_logo a {
	background: transparent url(http://www.thesittingroom.co.nz/img/innerHeader.jpg) no-repeat scroll 0px 0px;
height:100px !important;
display: block;
text-indent: -10000px;
margin-top: 4em;
	}

.custom .my_logo a:hover {
		border: none;
		background-position: 0px -107px;
		}
.custom #footer {
	display: none;}		
.custom #myfooter {
	clear:both;
	width: 820px;
	margin: 20px auto;
	background: #f5f5f5;
	border:1px solid #DDDDDD;
	font-size: 12px;
	color: #777;
	height: 180px; }
	
.custom #myfooter a {
		color: #444;
		}
		
	
.custom #footer-pad {
		padding: 20px;}
	
.custom .footerpoints {
display:block;
float:left;
margin-bottom:15px;
margin-right:30px;
width:165px;
}
.custom .footerpoints h3 {
color:#555;
font-size:18px;
letter-spacing:0;
margin-bottom:3px;
}
.custom #twitter_update_list {
			background: url(http://www.thesittingroom.co.nz/img/twitbird.png) no-repeat scroll 0 0;
			clear:both;
height:40px;
padding-left:55px;
padding-top:3px;
width:330px;
			}
.custom #twitter_update_list a {
		color: #666666;}
		
		#contact{
display: block;}

.custom #contact a {
	background: #f5f5f5 url(http://www.thesittingroom.co.nz/img/contact.jpg) no-repeat scroll 4px 8px;
border-color:#DDD;
border-style:solid;
border-width:1px 0 1px 1px;
color:#FFFFFF;
display:block;
height:106px;
padding:10px;
position:fixed;
right:0;
text-indent:-10000px;
top:266px;
width:18px;
	}
.custom #contact a:hover {
	width: 25px;
}

.custom .contact_box{
display: block;
}

.booby {
	display: block;}
