/*
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/
*/



/*---:[ FuseBox Theatre Customizations ]:---*/
	
body.custom { background: #000; color: #ccc; margin: 0 auto;}

.custom div#container{padding-top:20px;}
		 
.custom div#page{ padding: 0.5em 0em 0em; background: transparent;}

.custom strong{ font-weight: bold; }

.custom em{ font-style: italic; }

/*.custom a, .custom a:visited{ color: #138FD4; text-decoration: none; }

.custom a:hover{ color: #881319; text-decoration: none; }*/

.custom .left, .custom .alignleft{ margin: 0 1.571em 1.571em 0; float: left; clear: left; }

.custom .right, .custom .alignright{ margin: 0 0 1.571em 1.571em; float: right; clear: right; }

.custom .center{ display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
	
	
/* Alert & Note Styles */
	
		.custom span.note { background: #ffff66; border: 1px solid #fff; padding: 0.5em; color: #222; float: left; margin-bottom: 1em;}
	
		.custom span.alert { background: #ffffa0; border: 1px solid #881319; }
	
/* List Styles */
	
.custom .format_text ol li, .custom .format_text ul li{ margin-bottom: 0.7811em;}
	
/* Navigation Tabs Styles */

.custom ul#tabs { list-style: none; background: none; border:none;}
 
.custom	ul#tabs li { background: transparent; border: none;float:left;padding-top:20px; }

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: none; border: none; }

.custom	ul#tabs li a, ul#tabs li a:visited { color: #999; text-decoration: none; }

.custom ul#tabs li a:hover { color: #ccc; text-decoration: underline; }
	
.custom ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited { color: #aaa; }
	 
.custom ul#tabs.sub_nav{ font-size: 1.5em;height:80px;} 
  
.custom ul#tabs.sub_nav li{}

.custom ul#tabs.sub_nav a{
	color: #138FD4;
	letter-spacing: 0.02em;
	margin-right: 0.7em;
	padding: 0.5em 0.5em 0.5em 0;
	}
 
.custom ul#tabs.sub_nav a:hover{ color: #881319; text-decoration: none; }

.custom div#nav_search.right{ margin-bottom: 0; margin-top: 15.6em; margin-right: -1.8em;} 

.custom form#search_form input#s.text_input{
	font-size: 1.4em;
	padding: 0.5em;
	background: #0e0e0e;
	color: #555;
	border: 0.1em solid #2b2b2b;
	width: 180px;
	} 



/*---:[ Heading Styles ]:---*/

.custom h1.entry-title, 
h2.entry-title a{ 
	text-transform: uppercase;
	} 

.custom h1.entry-title, 
h2.entry-title a:hover{	
	color: #881319; 
	}  
 
.custom h2.entry-title, 
.custom h1.entry-title{	
	margin-top: 0em; 
	padding-top: 0em; 
	} 

.custom h3.entry-subtitle{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 0.1em solid #2b2b2b;
	}

.custom #sidebars h3{
	font-size: 1.3em;
	padding-bottom: 0.615em; 
	margin-bottom: 0;
	font-variant: small-caps;
	color: #ddd;
	letter-spacing: 0.1em;
	}

.custom #sidebars a h3.widget_title{
	}
		
.custom #sidebars a:hover h3.widget_title{
	color: #881319;
	}

.custom .headline_area{	padding-bottom: 0; margin-bottom: 0.5em;} 

/* Header Styles */

.custom #header {
	padding: 1em;
	border: 0;
	margin: 0 0 60px 25px;
	width: 990px;
	}

.custom #header #logo{
	float: left;
	margin-right: 1em;
	background: #000;
	padding: 0.25em;
	}
	
.custom #header #tagline{
	font-size: 3.4em;
	color: #ccc;
	float: left;
	margin-right: 1em;
	}
  
.custom #content_box{
	background: none;
	}
 
.custom #content{
	margin-top: 1em;
	border-bottom: 1px solid #2b2b2b;
	margin-left:25px;
	width: 65em;
	} 
	
	.custom #sidebars{
	
	margin-right:30px;
	
	} 
	
.custom #content.hfeed{
	}
  
.custom .format_text ul{}

.custom .format_text ul li{ list-style: disc; }

.custom .format_text ul li.question{ list-style: none; font-weight: bold; color: #138FD4; margin-top: 2em; margin-bottom: 1em;}

.custom .format_text ul li.answer{ list-style: none; margin-bottom: 1em;}
*/------Menu------*/

.custom .menu {
margin-left:30px;
}
