/*
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:url(images/wtgi-bg.gif) repeat-x; border-top: solid 5px #203c58; color:#666;}

.custom strong { color:#333;}

.custom a:hover { color:#f11615;}

.custom #container { margin:0 auto; padding:0; background:none; }

.custom #page { margin:0; padding:0; background:none; }
	
.custom #header { background:url(images/wtgi-header.jpg) no-repeat; height:134px; border:none; }
	.custom #column_wrap { float: left; }
	.custom .post_box, .teasers_box { border-style: dashed; border-color: #ddd; clear: both; }
		.custom .teaser { float: left; }
		.custom .teaser_right { float: right; }
	.custom .top { border: none; }
		.custom #sidebars { border-style: dashed; border-color: #ddd; }
			.custom #sidebar_1 { border-style: dashed; border-color: #ddd; }
			
.home .headline_area { display: none; }
.home .image-home { margin:0 20px 15px 0; padding:10px; background:#eee; border:solid 1px #ddd; }	

.home-full .headline_area { display: none; }
.home-full .image-home { margin:0 40px 35px 0; padding:10px; background:#eee; border:solid 1px #ddd; }	

.custom .post_box { margin:0; padding:20px 20px 0 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 a { font-size: 1.3em; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0.091em; border-left-width: 0; font-weight:bold; text-transform:lowercase; letter-spacing:3px; }
.custom .menu ul a { width: 11.818em; border-left-width: 0.091em; }

/*---:[ nav colors ]:---*/
.custom .menu, .menu a, .menu li ul { border-style:dashed; }
.custom .menu .current a, .menu .current-cat a { border-bottom-color: #FFFFFF; }
.custom .menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { }
.custom .menu a, .menu .current ul a, .menu .current-cat ul a { color: #0d0d0d; background: #F2F2F2; }
.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #f11615; background: #0d0d0d; }
.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #0d0d0d; background: #FFFFFF; }

.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 22px; background: url('images/rss.png') 100% 50% no-repeat; border: none; }
		.menu .rss a:hover { text-decoration: underline; }



.custom #content_box { margin: 30px 0 0 0; }

.custom #footer {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: dashed 1px #203c58; margin:30px 0 200px 0; padding:20px 30px;
	}

.custom #footer p { font-size:11px; letter-spacing:2px; }
.custom #footer a { font-size:11px; color:#666; }



/*---:[ headlines and bylines ]:---*/
.custom h1, h2, h3, h6 { font-weight: normal; }
.custom h4, h5 { font-weight: bold; }
.custom h5, h6 { text-transform: lowercase; letter-spacing: 1px; }
.custom .format_text h2 { font-weight: bold; }
.custom .format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.custom .sidebar h3 { font-variant: small-caps; letter-spacing: 2px; }
.custom .sidebar .sidebar_list h3 { color:#111; font-size:1.3em; text-transform:lowercase; font-variant: normal; letter-spacing: 2px; }

.home #sidebars li { list-style:none; }
.home #sidebars h3 { color:#111; font-size:1.3em; text-transform:lowercase; font-variant: normal; letter-spacing: 2px; margin:0 0 10px 0; }

/*---:[ headline meta data (includes bylines) ]:---*/
.custom .headline_meta { font-style: italic; }
	.custom .headline_meta span, .headline_meta abbr { font-style: normal; text-transform: lowercase; letter-spacing: 1px; }
	.custom .headline_meta a { border-bottom: 1px solid #eee; }
	

/*---:[ archive information block ]:---*/
#archive_info { border-bottom: dashed 1px #ddd; }
	#archive_info p { text-transform: lowercase; letter-spacing: 2px; }
	
/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: bold; color: #111; background: url('lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #eb5b5b; }	
	
	#sidebars .text_input { width: 95%; height:30px; }
	
	
.custom .comments_closed p {display: none ;}	

#bannerdiv { display:none; }

.custom div.header-banner {float: left;}
.custom div.header-banner h3 { display:none; }

.custom div#header-banner { float: left; width: 468px; height: 60px; top: 10px; left: 0px; }

#sidebar_3 {display: block; clear:left;}