/*
File:			custom.css
Description:	Custom styles for Thesis
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom { background: #667b8c; margin-bottom:3em; }
.custom #container { }
		
		.custom #header { border-bottom:none;
height:200px;
padding-top:0;
padding-bottom:0;
background:url(http://nerdnewsradio.com/header.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }
	
		
	.custom #page { background: #fff; margin-top:2.5em; padding:0em 1.5em 1.5em 1.5em; border-width:1px;border-style:solid;border-color:#CCC #999 #999 #CCC;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
		.custom ul#tabs { margin-left: -1.6em;margin-right:-1.6em;margin-top:-0.1em; *height: 25px;padding: 0 0 0 12px; border: 6px solid #203041; background: #203041; -moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px; }
			.custom ul#tabs li { margin-bottom: 0; margin-right: 1px; margin-left:15px; background: none; border: none; }
			.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0; }
				.custom ul#tabs li a { -moz-border-radius:4px; -webkit-border-radius:4px;padding: 0.5em 0.6em; color: #fff; font-weight: lighter; letter-spacing: 1px; }
				.custom ul#tabs li a:hover { color: #14293b; background: #e3f2f9; text-decoration: none; }
				.custom ul#tabs li.current_page_item a { color: #003974; background: #e3f2f9; }
			.custom ul#tabs li.rss a, .custom ul#tabs li.rss a:visited { background: transparent  no-repeat 94% 4px; padding-right: 10px;margin-right:10px;}/*width:20px;height:20px;margin-top:-5px;margin-bottom:-5px;margin-right:5px;*/
		    .custom ul#tabs li.rss a:hover { color: #003974; background: #e3f2f9 no-repeat 94% 4px; text-decoration: none; }
		    

		.custom #content_box { background: none; border-top: 0em dotted #ccc; }
		        .custom h2.entry-title a{ color: #4081d5;}
		        .custom h2.entry-title a:hover {}		        
				.custom .prev_next { border: 1px solid #ccc; background:#eee; }
				.custom #archive_info {margin-top:15px; background:#fdfcbc; border:none; margin-left:10px; width:605px;}
				.custom #archive_info p { font-size:1.2em; }
					.custom input.form_submit:hover { color: #111; background: #f2e127; }
			.custom #multimedia_box, .custom #image_box, .custom #video_box, .custom #custom_box { background: none; border: 0; }
			.custom #sidebars { border: none; background:transparent;}
				.custom #sidebar_1 { border-right: none; }
		.custom #footer { margin-top:15px; text-align:left; padding: 0; border-top: 0.1em solid #ccc; }
		    .custom #footer div.dont_leave { padding:20px 15px; background:#e3f2f9;}
		    .custom #footer div.dont_leave span { font-size:2em; color:#14568a; }
		    .custom #footer div.dont_leave p { font-size: 1.5em; color: #444; } 
		    .custom #footer div.dont_leave p a{ font-size:0.8em; color:#14568a; text-decoration:none; }
		    .custom #footer div.dont_leave p a:hover{ background:#14568a; color:#fff;}
		   
.custom a { color: #14568a; outline:none; }
.custom a:hover { background:#e3f2f9; }


