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

/*------------ Background ------------*/

.custom
{

	background: #000 url('images/bg.gif');
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.custom #page { 
	background: none;
	
}

.custom #container {
	margin: 0px;
}

/*------------ Content Region formatting ------------*/

.custom #header #logo {
	height: 100px;
	margin: 21px;
}



.custom #content {
	background-color: #fff;
	border: 2px solid #feb400;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	width: 635px;
	padding: 20px;
	margin: 5px;
}

.custom #content_box {
	width: 935px; 
	margin-top: 10px; 
	margin-bottom: 2em; 
	padding: 10px; 
	background: #33332f; 
	border: 3px solid #fb0043;
	
}

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


/*------------ Header ------------*/

.custom #header {
	padding-bottom: 0px;
	padding-top: 0px;
}

.custom #rss_button {
	position: relative;
	top:-80px;
	right: -55px;
	float: right;

}

.custom #twitter_button {

	position: relative;
	top:-80px;
	right: -30px;
	float: right;

}

.custom .menu .rss {
	display: none;
}

.custom #header #logo a
{
	display:block;
	width:500px;
	height:175px;
	background:url('images/logo.png') left no-repeat;
	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;
	
	position: relative;
	top: -40px;
}

.custom #header {
	border: none;
}

/*------------ Tab Bar ------------*/


.custom .menu {

	border: none;
	top: 20px;
	right: -24px;
}

.custom .menu li a {
	color: #facedb;
	background: url("images/nav.png") repeat top center;
	border-top: 1px solid #fc5985;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	display: -moz-inline-box;
	display: inline-block;
	text-shadow: #333 0px -1px 1px;
	padding: 8px 15px;
	text-decoration: none;

	text-transform: none;
	letter-spacing: normal;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;

	float: left;
	border: none;


}

.custom .menu li a:hover {

	color: #222;
	text-shadow: none;

}

.custom .menu .tab, .custom .menu .cat-item { 
	margin-right: 12px;

}



/*------------ Post Formatting ------------*/

.custom .entry-title { 
	font-size: 25pt;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: 0; 
	font-family: Helvetica, sans-serif;
}

.custom .headline_area .entry-title a  {
	color: #272727;
	text-decoration: none;
	vertical-align: top;	
}

.custom .headline_area .entry-title a:hover {
	background-color: #f3f3f3;
}

.custom .headline_meta {
	margin-bottom: 0px;
}
.custom .dc_headline_area {
	margin-top: 10px;
}

.custom .headline_area {
	margin-bottom: 0.5em;
	position: relative;
	bottom: -5px;
	left: -1px;
}

.custom .dc_headline_area .meta {
	position: relative;
	left: -20px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.custom .dc_headline_area ul.meta li, .custom .button {
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 5px;
	padding: 2px 10px;
}

.custom .dc_headline_area ul.meta li a:link, ul.meta li a:visited {
	color: #999;
	text-decoration: none;
}

.custom .dc_headline_area ul.meta li:hover, .custom .dc_headline_area ul.meta li:hover a, .custom .button:hover {
	background-color: #feb400;
	color: #121212;
}

.custom .dc_headline_area ul.meta li:hover {
	border: 1px solid #222;
}

.custom .post_date {
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .75em;
	line-height: 1em;
	margin-bottom: 10px;
	font-family: Verdana;
}


.custom .comments_indicator {
	background: url("images/comments.png") no-repeat;
	position: relative;
	float: right;
	height: 46px;
	margin: 5px 0 10px 10px;
	text-align: center;
	width: 44px;
	top: -5px;
	right: -20px;
}

.custom .comments_indicator a {
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 8px;
	right: -1;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}

.custom .post {
	position: relative;
	top: -15px;
	border-bottom: 1px solid #eee;
}


.custom p.dc_post_tags a {
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 0.85em;
	padding: 2px 4px;
	margin-top: 7px;
	position: relative;
	top: -5px;
}

.custom p.dc_post_tags a:hover {
	background-color: #feb400;
	color: #222;
	border: 1px solid #444;

}


.custom p.dc_post_tags {
	background: url("images/tag.png");
	background-repeat:no-repeat;
	background-position: 0% 67%;
	border-top: 1px solid #eee;
	margin: 45px 0 0 0;
	padding: 20px 0 0 25px;
	position: relative;
	top: -17px;
}

.custom .wp-caption-text {
	color: #777;
}

/*------------ Comments ------------*/

.custom .comments_intro
{
	display:none;
}

.custom #comments .reply, .custom #comments .form_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	display: -moz-inline-box;
	display: inline-block;
	font-size: 1em;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.custom #comments .form_submit:hover {
	color: #444;
}


.custom #comments dl#comment_list dd p.reply a:link {
	text-transform: none;
	margin: 2px;
	color: #666;
	
}

.custom #comments dl#comment_list dd p.reply a:hover {
	text-decoration: none;
	color: #222;
}
.custom #comments .reply:hover {
	background-color: #feb400;
	border: 1px solid #222;
}

.custom dl#comment_list dt {
	border: none;
}

.custom #comments .comment_time a {
	color: #333;
}

.custom #comments .comment_author a:hover.url {
	text-decoration: none;
}

/*------------ General Styling ------------*/


.custom h1, h2, h3 {
	color: #272727;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.6em 0;
}

.custom h4, h5, h6 {
	color: #272727;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	
}

.custom .format_text p { 
	font-family: Verdana;
	size: 12;
}

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

.custom a:hover {
	text-decoration: none;
	color: #fe0059;
}

/* ----------- Sidebar Formatting -------*/

.custom #content_box .sidebar {
	float: right;
	width: 240px;
}
.custom ul.sidebar_list {
	position: relative;
	top: -14px;
}

.custom .widget a:link, .custom .widget a:visited {
	color: #feb400;
	text-decoration: none;
}


.custom .widget {
	background-color: #181818;
	border: 1px solid #fb0043;
	color: #efefef;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 20px 0;
}

.custom .sidebar h3 {
	background: url("images/star-s.png") no-repeat top left;
	clear: both;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	padding-left: 16px;
	font-variant: normal;
	letter-spacing: normal;
	
}

.custom .sidebar li.recentcomments {
	background-color: #111;
	color: #dddddd;
	display: block;
	padding: 4px 10px;
	font-size: 10pt;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #222;
}


.custom .sidebar li.recentcomments a.url, .custom .sidebar li.recentcomments a:visited.url {
	border: none;
	padding: 0;
	color: #ddd;
}

.custom .sidebar .widget_archive select, .custom .sidebar .thesis_widget_search input {
	position: relative;
	left: 20px;
	width: 170px;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.custom .sidebar .thesis_widget_search input, .custom .sidebar .widget input.subscribe_email {
	color: #888;
	height: 16px;
	font-size: 8pt;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}

.custom .sidebar .thesis_widget_search input:focus, .custom .sidebar .widget input:focus.subscribe_email {
	color: #000;
}


.custom .sidebar a.email_link {
	position: relative;
	left: 25px;
	font-size: 10pt;
}

.custom .sidebar #twitter_div {
	padding: 15px;
	font-size: 1.25em;
	color: #fff;
}

.custom .sidebar #twitter_update_list a, .custom .sidebar #twitter_update_list a:visited {
	color: #999;
}

.custom .sidebar #twitter_update_list a:hover {
	color: #feb400;
}


.custom .sidebar #subscribe_form {
	text-align: center;
}

.custom .sidebar #subscribe_form .button {
	font-size: 9pt;
	font-weight: bold;
}

.custom .sidebar .widget_tag_cloud div {
	padding: 10px;
}

/* ---------- Footer ----------- */

.custom #footer .footer_text a {
	border-bottom: 1px dotted #222;
	text-decoration: none;
}

.custom #footer .footer_text a:hover {
	color: #feb400;
}