/*
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 .sidebar h3 {
font-size: 16px;
font-weight: bold;
line-height: 1.385em;
font-variant: normal;
margin-bottom: 0.615em;
color: #33332D;
letter-spacing: 0px;
border-bottom: 2px solid #9FB4CC;
}

.custom li.widget {
font-size: 1.3em;
line-height: 1;
}
.custom li.widget { margin-bottom: 10px; }

.custom a {text-decoration:none;}

.custom a:visited {text-decoration:none;}

.custom a:hover {text-decoration:none; text-shadow: 0 0 4px #9FB4CC;}

.custom .welcome {
	font-size: 12px;
	background: #fff;
}

.custom .menu a {
text-transform:none;
letter-spacing: 0px;
font-size: 20px;
line-height: 10px;
}

.custom .menu {
	width: 100%;
	padding: 0px;
	background: #33332D;
}

.custom #welcome h2 {
	font-size: 1.75em;
	color: #DB4105;
	margin-left: 125px;
}

.custom #welcome img {
	float: left;
	margin-right: 10px;
}

.custom #welcome body {
	background: #fff;
	font-size: 14px;
}

.custom .custom_box {
	background: #fff;
}

.custom #custom_box {
	background: transparent none repeat scroll 0 0;
	border-bottom:0px solid #DDDDDD;
	font-size:12px;
	line-height: 15px;
}

.custom .bracket {
	display: none;
}

.custom #header_area .page {
	background: #33332D;
	border: none;
}

.custom #header {
	background: #33332D url('images/tb.png') no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	height: 70px;
	border: none;
}

.custom blockquote {
background:transparent url(images/quote.png) no-repeat scroll 10px 0;
border:medium none;
color:#33332D;
margin:20px 0;
padding:0 20px 0 50px;
}

.custom .teaser div.sociable {
	display:none;
}

.custom .headline_area h1, .headline_area h2  {
	letter-spacing: -1px;
}

.custom .headline_meta a {
	border-bottom:0px;
	color:#DB4105;
}

.custom .headline_meta {
	color: #33332D;
}

.custom .headline_meta span, .headline_meta abbr {
	font-style:normal;
	letter-spacing:0px;
	text-transform: none;
}

.custom .post_box {
	padding-top: 10px;
}

.custom #content {
	width: 585px;
	padding-left: 0.5em;
}

.custom #sidebars {
	padding-right:0.5em;
}

.custom #multimedia_box {
	border: 0px;
	background:transparent;
	margin-bottom:2em;
}

.custom dl#comment_list .bypostauthor {
	background:#9FB4CC none repeat scroll 0 0;
}

.custom .comment_time, .edit_comment {
	color:#33332D;
}

.custom input.form_submit:hover {
	color:#DB4105;
}

.custom .format_text .to_comments a:hover {
color:#DB4105;
text-decoration:none;
}

.custom .format_text p {
	color:#33332D;
}

.custom .teaser .teaser_date {
	color:#33332D;
	text-transform: none;
}

.custom .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {
border-bottom:0;
color:#DB4105;
letter-spacing:0px;
text-transform: none;
}

.custom .teaser a.teaser_link:hover {
	text-decoration: none;
}

.custom .prev_next {
	border-style: none;
	letter-spacing:0px;
	text-transform: none;
	font-size: 14px;
}

.custom .social {
	float: right;
	font-size: 22px;
	letter-spacing: -1px;
	color: #DB4105 ;
}

.custom h5 a {
	font-size: 20px;
	font-weight: bold;
	text-transform:none;
	letter-spacing: 0px;
}

.custom h5 {
	margin-bottom: 25px;
	background: #33332D;
}

.custom #footer {
	background:  #33332D;
	border-top: 5px solid #DB4105;
}

.custom #footer a {
	border-bottom: 0;
	color: #DB4105;
}

.custom #footer a:hover {
	color: #9FB4CC;
}

.custom .footerlogo {
	float: left;
	margin-top: -15px;
}

.custom #twitter_div img {float:right; 
	margin-top:-36px;
	}	

dl#comment_list dd p.reply a {
color:#DB4105;
letter-spacing:0px;
text-decoration:none;
text-transform:uppercase;
}

.custom abbr, acronym {
letter-spacing:0;
}