/*
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:#030406 url(images/28days-bg.jpg) top center no-repeat; margin: 194px auto 40px auto; color:#b7cade;}

.custom #container { background:none; margin: 0 auto; }
	.custom #page { background:none; padding: 10px 2em 2em 2em; }

.custom a { color:#ffffff;}

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

.custom .comments_closed p {display: none ;}

.custom input {color:#b7cade; font-family:"Courier New", Courier, monospace; font-size:12px; background: #030406; border: solid 1px #b7cade;}


/*---:[ headlines and bylines ]:---*/
.custom h1, h2, h3, h6 { font-weight: normal; letter-spacing: -1px;}
.custom h4, h5 { font-weight: bold; letter-spacing: -1px;}
.custom h5, h6 { text-transform: none; letter-spacing: -1px; }
.custom .format_text h2 { font-weight: bold; color:#B7CADE;}
.custom .format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.custom .sidebar h3 { font-size:24px; font-variant: normal; letter-spacing: -1px; color:#B7CADE; }


/*---:[ archive information block ]:---*/
.custom #archive_info { padding-top: 1.1em; padding-bottom: 1.1em; }
	.custom #archive_info p { font-size: 1.2em; line-height: 1em; margin-bottom: 1.1em; }


/*---:[ nav styles ]:---*/
.custom .menu ul, .menu ul li { width: 15em; }
.custom .menu ul ul, .menu :hover ul :hover ul { left: 14.9em; }
.custom .menu li:hover ul, .menu a:hover ul { left: -0.1em; }
.custom .menu { margin-left:-20px; border-width: 0; } 


/*---:[ nav menu styles ]:---*/
.custom .menu table { bottom: -0.1em; }
.custom .nav, .menu li ul { border-width: 0 0 0.1em 0; }
.custom .menu li { margin-bottom: -0.1em; }
	.custom .menu li ul { margin-top: -0.1em; }
	.custom .menu ul ul { margin-top: 0; } 
	

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #ffffff; background: #FFFFFF; }

/*---:[ multimedia box ]:---*/
.image_box, .custom_box { border-style: solid; border-color: #e8e6d5; }
	#image_box img { background: #fff; border-style: solid; border-color: #c7c4ab; }


.custom .menu a { background:none; font-size: 3em; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0em; border-left-width: 0; text-transform: none; letter-spacing: -1px; }
.custom .menu ul a {  width: 11.818em; border-left-width: 0em; }

.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {background:none; cursor: hand;  }

	.custom .menu .current > a, .menu .current-cat > a {background:none;  cursor: text; color: #4e74a0; }
	.custom .menu .current-parent > a, .menu .current-cat-parent > a { color: #ffffff; }
	
		.custom .menu .rss { float: right; display:none; }
		.custom .menu .rss a, .menu .rss a:hover { padding-right: 28px; margin-right:-10px; background: url('../lib/images/rss.gif') 100% 50% no-repeat; border: none; }
		.custom .menu .rss a:hover { text-decoration: none; }
		
		
.custom #comments input.text_input {color:#b7cade; font-family:"Courier New", Courier, monospace; font-size:12px; background: #030406; border: solid 1px #b7cade;}		
.custom #comments .comment_box textarea#comment {color:#b7cade; font-family:"Courier New", Courier, monospace; font-size:12px; background: #030406; border: solid 1px #b7cade;}	

.custom input.form_submit:hover { color: #009cff; }

.custom .to_comments span { color:#ffffff; }
.custom .to_comments a { color:#ffffff; }
.custom .to_comments a:hover { color:#b7cade; }

.custom #comments .comments_intro p { color:#ffffff; }
.custom #comments .comments_intro span { color:#ffffff; }
.custom #comments .comments_intro a { color:#ffffff; }
.custom #comments .comments_intro a:hover { color:#b7cade; }

.custom #respond #respond_intro p { color:#b7cade; }
		
		
.videoboxlarge { background:#030406; padding:10px 10px 5px 10px; width:640px; margin: 10px auto; }