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


/* IE TRANSPARENCY FIX */

body.custom, .custom img, .custom div, .custom ul, .custom li, .custom span, .custom :hover { behavior: url('/wp-content/themes/thesis_151/custom/iepngfix.htc') }


/* BASIC TYPE SETTING AND COLORS */

	.custom .format_text {font-size:16px; line-height:135%;}
	.custom .format_teaser {font-size:12px; line-height:135%; text-align:justify;}
	.custom h1, .custom h2, .custom h2 a {color:#cc3333;}
	.custom a {color:#bfbf3f; text-decoration:none;}
	.custom a:hover {color:#ffff54; text-decoration:none;}
	.custom strong {font-weight:normal; color:#FFF;}
	
/*---:[ headlines and bylines ]:---*/
	.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6 { font-weight: normal; }
	.custom h5, .custom h6 { text-transform: none; letter-spacing: 2px; }
	.custom .sidebar h3 { text-transform:uppercase; letter-spacing: 2px; color: #888; font-size:16px; }

/* BODY */
	
	.custom
{
	margin:0%;
	padding:0%;
}
	body.custom
{
	background-color: #330000;
	background-image:url(images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:#ccc;
}

/* HEADER */
/*---:[ Header Layout ]:---*/
	.custom #header_area
{
	height:252px;
	margin-left: auto;
	margin-right: auto;
}
	.custom #header
{
	width:960px;
	height:140px;
	border:none;
	margin-top:22px;
	background-image:url(images/title_image-trans.png);
	background-repeat:no-repeat;
}
	.custom.ie.ie6 #header
{
	position: relative;
}

/*---:[ Navigation ]:---*/
	.custom #tabs { margin-left:20%; list-style: none; border:none; font-family:Helvetica, Arial, sans-serif; font-size:14px; font-weight:bold; font-stretch:expanded;}
	.custom #tabs li { width:auto; margin-bottom: 0em; margin-right:70px; background:none; border:none; float: left; }
	.custom #tabs .current_page_item, .custom #tabs .current-cat { padding-bottom: 0em; background:none; border-bottom: 0; }
	.custom #tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
	.custom #tabs a:hover { color: #F00; text-decoration: none; }
	.custom #tabs .current_page_item a, #tabs .current-cat a { cursor: pointer; }
	.custom #tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	
	.custom #tabs .rss { width:auto; display:none; position: absolute; font-size: 0; left: -9999px; padding-right: 0; background: none; border: none; float: right; }
	.custom #tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }


/* CONTENT */

/*---:[ Content Layout ]:---*/
	.custom .page {	width:960px; border:0px;}
	.custom #header_area .page {overflow: hidden;}
	.custom #content_box { background-image:url(images/blackBGwide_trans_5-trans.png); background-repeat:repeat-y; background-position:left; }
	.custom #content { position:relative; width:570px; height:100%; padding-left:71px; padding-right:71px; }
	.custom .post_box {	border:none; clear:both; }
	.custom .comments_closed {display:none;}

/*---:[ Subscribe Bar ]:---*/
	.custom #subscribe_bar {list-style:none; width:712px; height:30px; margin-top:15px; line-height:30px; background-image:url(images/blackBG_trans_25-trans.png); font-size:14px; float:left;}
	.custom #subscribe_bar li {display:inline; padding-left:30px;}
	.custom #follow {width:auto; color:#888; font-size:12px; float:left; padding-left:84px;}
	.custom .email {background-image:url(images/icon_email.gif); background-repeat:no-repeat; background-position:right; padding-right:20px;}
	.custom .rss {background-image:url(images/icon_rss.gif); background-repeat:no-repeat; background-position:right; padding-right:20px;}
	.custom .twitter {background-image:url(images/icon_twitter.gif); background-repeat:no-repeat; background-position:right; padding-right:20px;}
	.custom .email a:hover {color:#fff;}
	.custom .rss a:hover {color:#ff6600;}
	.custom .twitter a:hover {color:#9999ff;}
	
	.custom.ie.ie6 .email, .custom.ie.ie6 .rss, .custom.ie.ie6 .twitter {background-position:left;}
	
/*---:[ Search Widget ]:---*/
	.custom #search {width:auto; float:right; background-image:url(images/blackBG_trans_25-trans.png); margin:0px; margin-top:15px; padding:1px;}
	.custom.ie.ie6 #search {padding:1px 0px 0px 1px;}
	.custom #search .text_input 
{
	display:block;
	float:left;
	width:210px; 
	height:16px;
	font-size:12px;
	color:#ccc; 
	text-indent:0px;
	border:0px;
	margin:0px; 
	padding:6px 30px 6px 6px;
	background-color:#500000; 
	background-image:url(images/icon_search.gif);
	background-repeat:no-repeat;
	background-position:right;
}

	
/*---:[ headline meta data (includes bylines) ]:---*/
	.custom .headline_meta { font-style: italic; color: #888; text-decoration:none;}
	.custom .headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; text-decoration:none;}
	.custom .headline_meta a { color: #bfbf3f; border-bottom:none;}
	.custom .headline_meta a:hover { color: #ffff54; text-decoration:underline;}

/*---:[ after-post elements ]:---*/
	.custom .format_text .to_comments { font-size:14px; color: #bfbf3f; clear: both; }
	.custom .format_text .to_comments span { font-size:14px; color: #888; line-height: 1em; }
	.custom .format_text .to_comments span.bracket { font-size:14px; color: #888; }
	.custom .format_text .to_comments a { color: #bfbf3f; text-decoration: none; }
	.custom .format_text .to_comments a:hover { color: #ffff54; text-decoration: none; }

/*---:[ form inputs ]:---*/
	.custom #respond_intro p {color:#888;}
	.custom #respond a {text-decoration:none;}
	.custom input, .custom textarea { color: #ccc; background: #330000; border: 1px solid #500000;}
	.custom input:focus, .custom textarea:focus { background: #500000; border-color: #330000; }
	.custom input.form_submit { font-weight: bold; color: #ccc; background: #330000; border: 3px double #500000; cursor: pointer; width: auto; overflow: visible; }
	.custom #commentform input.form_submit { border-width: 3px; }
	.custom input.form_submit:hover { color: #ccc; background-color: #500000; border-color: #330000; }

	.custom .comments_intro p { color: #888; }
	.custom .comments_intro a { text-decoration: none; }
	.custom .comments_intro a:hover { text-decoration: none; }
	.custom .comments_intro span { color: #ccc; line-height: 1em; }
	.custom .comments_intro span.bracket { color: #ccc; }
	.custom dl#comment_list { border-top: 1px dotted #ccc; }
		.custom dl#comment_list dt a:hover { text-decoration: none; }
		.custom dl#comment_list dt .comment_author { font-weight: bold; color:#fff; }
		.custom .avatar img { width:auto; float: right; display:none; }
			.custom dl#comment_list .comment_num a { font-weight: bold; color: #bfbf3f; }
			.custom dl#comment_list .comment_num a:hover { color: #ffff54; background: none; text-decoration: none; }
	.custom dl#comment_list .bypostauthor { background: #330000; }
	.custom dl#comment_list dd { border-bottom: 1px dotted #ccc; }
		.custom dl#comment_list dd p.reply a { color: #bfbf3f; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		.custom dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	.custom dl#comment_list dl { border-top: 0; }
		.custom dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		.custom dl#comment_list dl dd { border-bottom: 0; }
		.custom dl#comment_list dl .bypostauthor { background: none; }
		.custom dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #500000; }
		.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #500000; }
		.custom a.comment_link { color: #bfbf3f; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #ccc; }
		.custom a.comment_link:hover { color: #ffff54; border:none; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
.custom dl#trackback_list { border-top: 1px dotted #ccc; }
		.custom dl#trackback_list dt a { color: #bfbf3f; }
		.custom dl#trackback_list dt a:hover { color: #ffff54; text-decoration: underline; }
	.custom dl#trackback_list dd { color: #888; }
	.custom .comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }


/* TEASERS */
/*---:[ home page teasers layout ]:---*/
	.custom .teasers_box { width:570px; }
	.custom .format_teaser { width:250px; }
	.custom .teasers_box { border:none; clear: both; }
	.custom .teaser { width:48%; }

/*---:[ home page teasers styles ]:---*/
	.custom .teaser a.teaser_link:hover { text-decoration: underline; }
	.custom .teaser .teaser_author { font-style: italic; color: #888; }
	.custom .teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.custom .teaser .teaser_date { color: #888; }
	.custom .edit_post { letter-spacing: 1px; color: #888; }
	.custom .teaser_author a, .custom .teaser a.teaser_comments, .custom .teaser a.teaser_category, .custom .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #bfbf3f; border-bottom: none;}
	.custom .teaser .teaser_author a:hover, .custom .teaser a.teaser_comments:hover, .custom .teaser a.teaser_category:hover, .custom .teaser .edit_post a:hover { color: #ffff54; text-decoration:underline;}
	.custom .teaser .teaser_author a { font-style: normal; }
	.custom .teaser .format_teaser a { text-decoration: underline; }
	.custom .teaser .format_teaser a:hover { text-decoration: none; }

/* SIDE BAR */
	.custom #sidebars
{
	text-align:right;
	width:248px;
	margin-bottom:175px;
}
	.custom #sidebars img
{
	width:auto;
	float:right;
	margin-left:10px;
}
	.custom .sidebar ul.sidebar_list { padding-right: 40px; padding-left: 0px; }
	.custom .cat-item
{
	width:100%;
	height:42px;
	line-height:42px;
	margin:0px;
	padding-right:40px;
	background-image:url(images/list_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
	.custom .cat-item:hover
{
	background-image:url(images/list_bg_hover-trans.png);
	background-repeat:repeat-x;
}
	.custom .widget_archive li
{
	width:100%;
	height:42px;
	line-height:42px;
	margin:0px;
	padding-right:40px;
	background-image:url(images/list_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
	.custom .widget_archive li:hover
{
	background-image:url(images/list_bg_hover-trans.png);
	background-repeat:repeat-x;
}
	.custom .widget_links li
{
	width:100%;
	height:42px;
	line-height:42px;
	margin:0px;
	padding-right:40px;
	background-image:url(images/list_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
	.custom .widget_links li:hover
{
	background-image:url(images/list_bg_hover-trans.png);
	background-repeat:repeat-x;
}


/* FOOTER */

/*---:[ Footer Layout and Styles ]:---*/
	.custom #footer_area
{
	height:40px;
	background-image:url(images/footer_bg-trans.png);
	background-repeat:repeat-x;
}
	.custom #footer
{
	width:960px;
	height:40px;
	border-top:none;
	padding-bottom:0em;
	padding-top:0em;
}
	.custom #footer p
{
	display:inline;
	line-height:40px;
	margin-left:20px;
	position:relative;
	left:25px;
}
	.custom #copyright
{
	float:right;
	text-transform:uppercase;
	font-size:12px;
	line-height:40px;
	position:relative;
	right:-220px;
}
	.custom #footer a { color: #ccc; border-bottom: none; text-decoration:none; }
	.custom #footer a:hover { color: #ffff54; }

/*---:[ dimeRocker ]:---*/
	.custom #dimerocker
{
	width:100%;
	height:100%;
	background-image:url(images/DR_logo_small-trans.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	clear:both;
}
	.custom.ie.ie6 #dimerocker {background-image: none;}
	.custom #dr_button
{
	display:block;
	width:243px;
	height:40px;
	float:right;
	background-image:url(images/dr_button-trans.png);
	background-repeat:no-repeat;
	position:relative;
	top:-39px;
	right:15px;
	cursor:pointer;
}
	.custom #dr_button:hover
{
	display:block;
	background-image:url(images/dr_button_hover-trans.png);
	background-repeat:no-repeat;
	cursor:pointer;
}