/*
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: #44443f; }

*/

/*background and frame*/
	/*body.custom { background: url(http://jarelcockburn.com/lahe/wp-images/poster.jpg); }
	.custom #container { margin-top: 2em; margin-bottom: 2em; margin-left: 30em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }
		.custom #container { background: #ffffff; }
		body.custom { background: #FFFFFF; }	
		
		#content_area { background: #ffffff; }
		*/

	.custom #page { background: #ffffff; margin-left:500em; }
    .custom #content_box {background:#ffffff; }
	
	#content { background: #ffffff; }
	
	/* header customization*/
	#tabs { background: #fff; }
	#header { border-bottom: none; background:#ffffff; }
	
	/* image customization */
	.custom img { margin: 0px 0px -3px 0px; }
	
	/*headlinescolor: #FFFFFF;*/
	h1 { font-weight: bold; color: #666666;}
	h2 a {  font-size: 24px; color: #FFFFFF; font-weight: bold; background: #666666; }
	h2 a:hover { font-size: 24px; color: #FFFFFF; font-weight: bold; font-family: "Arial"; background: #999999}
	/*
	.custom #footer_area {background:#44443f; padding:0.5em 0; border-top:1px solid #bbd;}
	.custom #footer {border-top:0; background:#44443f; }
	*/
	
	/*header navigation

	ul#tabs li.rss { padding-right: 0; border: none; float: right; color: #111; font-family: "Arial"; background: url('images/icon-rss.gif') 100% 50% no-repeat;}
		 margin-bottom: -0.1em;
	ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; color: #111; font-family: "Arial";}border-left: 1px solid #999; */
	
	ul#tabs { list-style: none; border: 1px solid #999; border-width: 0 0 1px 1px; }
	ul#tabs li a { display: block; line-height: 1em; color: #FFFFFF; text-transform: uppercase; letter-spacing: 1px; font-family: "Arial"; }
	ul#tabs li a:hover { color: #FFFFFF; text-decoration: none; font-family: "Arial"; background: #ca0202;}
	ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; color: #111; font-family: "Arial"; background: #fff;}
	ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; color: #111; font-family: "Arial"; background: none;}
	ul#tabs li { background: #666666; border: 1px solid #999; float: left; font-family: "Arial";}

	/*multimedia box*/
	#image_box { padding: 1.1em; background: #666666; border-bottom: 1px solid #666666; }
	#image_box img { display: block; padding: 0.1em; background: #666666; border: 0.1em solid #666666; }
	
	/*formatting body text*/
	.format_text { color: #666666; clear: both; }
	.format_text .to_comments { color: #999999; clear: both; }
	.format_text .to_comments span { color: #999999; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text a { text-decoration: none; color: #FFFFFF; background: #666666; }
	.format_text a:hover { text-decoration: none; color: #FFFFFF; background: #ca0202; }
	
	/*sidebar links*/
	.sidebar a { color:#999999; }
	.sidebar a:hover { text-decoration: none; color: #FFFFFF; background: #999999}
	li.widget p a:hover { text-decoration: none; color:#999999}
	.prev_next a { text-decoration: none; color:#999999}
	
	/*sidebar*/
	.sidebar h3 { color: #555; letter-spacing: 1px;}
	
	#footer { background: #eeeeee; color: #888; border-top: none; text-align: center; clear: both;}
	
		
	/*comment number*/
	dl#comment_list .comment_num a { font-weight: bold; color: #999999; }
	dl#comment_list .comment_num a:hover { color: #999999; background: #aaa; text-decoration: none; }
	
	/*comments*/
	.format_text .to_comments a { color: #999999; text-decoration: none; background: none; }
	.format_text .to_comments a:hover { color: #999999; text-decoration: none; background: none; }
	
	/*bylines*/
	.headline_meta a { color: #999999; border-bottom: 1px solid #eee; }
	.headline_meta a:hover { color: #999999; }
	
	/*form inputs*/
	input, textarea { font-size: 1em; color: #444; background: #666666; border: 1px solid #aaa; border-right-color: #ccc; border-bottom-color: #ccc; }
	input:focus, textarea:focus { background: #fff; border-color: #ccc; border-right-color: #ccc; border-bottom-color: #ccc; }
	.format_text .text_input, #commentform p .text_input { width: 45%; }
	.sidebar .text_input { width: 95%; } /* Based on inherited font size in sidebar */
	input.form_submit { font-weight: bold; background: #666666; color: #fff; cursor: pointer; border: 1px solid #ccc;}
	input.form_submit:hover { color: #FFFFFF; background: #999999; border: 1px solid #ccc;}
	
	/*comments*/
	.comments_intro a { text-decoration: none; color: #FFFFFF; background: #666666; }
	.comments_intro a:hover { text-decoration: none; color: #FFFFFF; background: #999999; }
	.comment_time a, .edit_comment a { text-decoration: none; color: #FFFFFF; background: #666666; }
	.comment_time a:hover, .edit_comment a:hover { text-decoration: none; color: #FFFFFF; background: #999999;  }
	dl#comment_list .comment_num a { font-weight: bold; text-decoration: none; color: #FFFFFF; background: #666666;  }
	dl#comment_list .comment_num a:hover { text-decoration: none; color: #FFFFFF; background: #999999;  }
	a.comment_link { font-variant: small-caps; border-bottom: 1px solid #bbb; text-decoration: none; color: #FFFFFF; background: #666666;  }
	a.comment_link:hover { color: #111; border-bottom-color: #111; text-decoration: none; color: #FFFFFF; background: #999999;}
	dl#trackback_list dt a { text-decoration: none; color: #FFFFFF; background: #666666; }
	dl#trackback_list dt a:hover { text-decoration: none; color: #FFFFFF; background: #999999; }
	#commentform p a { text-decoration: none; color: #FFFFFF; background: #666666; }
	#commentform p a:hover { text-decoration: none; color: #FFFFFF; background: #999999; }
	
	.author_comment { background: #EDEDED; }
	
	.transparent { filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }