/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


/*	.custom .menu { border:none; background:#ffc000; height:38px; font-family:georgia; font-size:1.2em; 
	}
	.custom .menu > li { margin: 0 0 0 15px;  }
    .custom .menu li > a { background: #ddd; text-shadow: 1px 1px #eee; color:#888; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding:5px 25px; margin-top:0; letter-spacing:2px; text-transform:capitalize; font-family: Cantarell, Candara, Verdana, sans-serif; }
    .custom .menu > li.current > a { background: #eee; color:#ff5200; }
    .custom .menu > li a:hover { background: #fff; color:#ff5200; }
*/    

	ul.menu { background-color: #efefef; }
	
	.headline_area { margin-bottom: 1em; margin-left: 2em; }
/* 	#archive_intro { display: none; } */
    
/*
	#post-6 h1 { display: none; }
	#post-7 h1 { display: none; }
	#post-8 h1 { display: none; }
	#archive_intro h1 { display: none; }
*/
	
	.post { padding-bottom: 0em; }
    
    .format_text { padding: 0 1.5em 1.5em 1.5em; }
    
    #content { padding-bottom: 2em; }
    
    .QA { color: #ff5200; font-weight: bold; font-size: 1.1em; }
    
    #form_field_01 { width: 55%; }
    #form_field_02 { width: 25%; }
    
	div#comments { margin-top: 0; padding: 0 2em; }
	
	#respond { margin-bottom: 2em; }

	.post_nav { padding-left: 3em; }

	li.widget { margin-bottom: 1.8em;  }
	
	.sidebar { padding-top: 0;  }
	#sidebars { background: #f5f5f5; margin-top: 2em; }
	
	ul.sidebar_list { padding-top: 0; }
			
	#sidebar_1 { padding-left: 2em; width: 29em; }
	#sidebar_2 { padding-right: 2em; width: 29em; }
	
	.sidebar_list h3 { 
		color: #fff; 
		background: #888; 
		padding: 2px 0 2px 10px; 
		-moz-border-radius: 0 5px 0 5px; 
		-webkit-border-radius: 0 5px 0 5px; 
		border-radius: 0 5px 0 5px; 
		}
	
	.sidebar h3 { position: relative; top: -.85em; margin-bottom: 0; }
		
	.rsswidget { color: #fff; }

	.rsswidget img { height: 10px; width: 10px; }	
    
    #footer { color: #fff; text-align: center; background: #888; padding: .5em; font-size: smaller; }