/*
File: custom.css
Description:	Custom styles for NAATBatt in Thesis by Headstand Media
*/

	body { 
	background: url(/uploads/naatbatt_bg2.jpg) top center no-repeat #b2e3ff;
	}
	
	div, td, tr, table, span, img, ul, li {border: none;}
	
	h1, h2, h3, h4, h5 {color: #2b2d7a;}

	#header_area .page {
	background: none;
	}

	#footer_area .page {
	background: none;
	}

	.menu {
	border: none;
	}


/*-----------!!!!!!---------ADDITIONAL CLASSES-------------!!!!!---------*/

	#sidebars {
	font-family: Helvetica, sans-serif;
	border: none;
	}
	
	.sidebar {
	border: none;
	}
	
	#sidebar_1 {border: none;}
	
	.sidebar_list {border: none;}
	
	#content {}
	
	#content_box {
	background: url(/uploads/page_curl_small.jpg) top right no-repeat #fff;
	padding: 20px 30px 50px 30px;
	margin-left: -30px;
	}
	
	.sidebar_categories {margin-top: -30px;}
	
	.sidebar_categories ul {
	list-style: none;
	}
	
	.cat-item {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.667em;
	}


/*-------------------------------------:[ CORE LAYOUT ELEMENTS ]:------------------------------------*/

	#header { 
	border-bottom: none;
	padding-bottom: 0;
	clear: both; 
	}

	.post_box { 
	border-top: none;
	}
				
	.top { 
	border: none !important; 
	}

	#footer { 
	color: #888888; 
	border-top: none; 
	text-align: left; 
	clear: both; 
	border: none;
	}
	
	#footer a { 
	color: #888; 
	}

	#footer a:hover { 
	color: #111; 
	}


/*-----------------------------------------:[ GLOBAL ELEMENTS]:------------------------------------------*/
	
	
	a, a:visited { 
	color: #BF0000; 
	text-decoration: none; 
	}

	a:hover { 
	text-decoration: none;
	color: #2b2d7a; 
	}

	a img { 
	border: none; 
	}

	
/*-----------------------------------------:[ #HEADER STYLES ]:-------------------------------------*/
	
	.custom #header { 
	padding: 0; 
	}
	
	.custom #header #tagline { 
	height: 0; 
	}


/*----------------------------------:[ HEADLINES BY BYLINE ]:------------------------------------*/

	h1, h2, h3, h4 { 
	font-size: 1em; 
	font-weight: normal; 
	}

	h2 a { 
	color: #333333; 
	}

	h2 a:hover { 
	color: #2361a1; 
	}
	
	#content #archive_info h1 { 
	font-size: 1.8em; 
	line-height: 1em; 
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	}

/*---:[ h3 and h4 sizes are calculated relative to the base font size of the content or sidebar ]:---*/
	
	.sidebar h3 { 
	color: #555; 
	}

	h4 { 
	font-size: 1em; 
	font-weight: bold; 
	}