/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	Cool? Now get to hackin!
*/
body { background: url(images/main_bg.jpg) repeat-y top #fff; color: #0057a2; font: 62.5% Georgia, "Times New Roman", Times, serif;  }

* { padding: 0; margin: 0; }


#container { width: 900px; margin: 0 auto 0 auto; background: #fff;}

	#content_box {
	width: 900px;
	text-align: left;
	float: left;
	clear: both;
	background: #fff;
	color: #000000;
}
			
		#content { width: 445px; padding: 0 10px 0 0; float: left; background: #fff; margin-left: 5px;}
		
		#sidebar { width: 210px; padding: 0 0 0 10px; float: left; background: #fff; }
		
	#footer {
	width: 900px;
	padding: 1.2em 0 0 0;
	border-top: 2px solid #ccc;
	clear: both;
	background: #fff;
	text-align: center;
}
		

#masthead { width: 900px; background: #fff; padding: 0 0 10px 0;/*height: 100px; background: url('images/logo.gif') no-repeat;*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

	/* #masthead a { display: block; width: 970px; height: 100px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav { list-style: none; width: 880px; padding: 0 10px 0 10px ;  border-bottom: 3px solid #e4792c; float: left;  background: #fff;}

	ul#nav li { padding: 0.85em 40px 0.7em 0; font: bold 1.6em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; background: #fff;}
	
		ul#nav li a, ul#nav li a:visited { color: #0057a2; text-decoration: none; }
	
		ul#nav li a:hover { color: #e4792c; text-decoration: underline; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #e4792c; text-decoration: underline; }
		
	ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; }
			
		ul#nav li.rss a { padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }
			
#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #e4792c; float: left; clear: both; background: #fff; }

	#header_img img { display: block; background: #fff;} /* this is really just an IE 6 and 7 hack in disguise */

/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 180px; padding: 3px; color: #0057a2; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #e4792c; border-left: 1px solid #e4792c; border-right: 1px solid #e4792c; border-bottom: 1px solid #e4792c; }
	
	li.widget .search_input { font-size: 1.1em !important; }
	
		#search_form .search_input:focus { border-top: 2px solid #e4792c; border-left: 2px solid #e4792c; border-right: 2px solid #e4792c; border-bottom: 2px solid #e4792c; }




h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; }

h1 { font-size: 3.6em; letter-spacing: -0.03em; }

	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; }
	
	h1 a, h1 a:visited, h1 a:hover { color: #0057a2; text-decoration: none; }
	
	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 2.8em; text-transform: none; color: #e4792c; text-align: center; }


h2 { font-size: 2.0em; color: #e4792c; }


	h2 a { color: #e4792c; text-decoration: none; }

	h2 a:visited { color: #0057a2; text-decoration: none; }
	
	h2 a:hover { color: #0057a2; text-decoration: none; }



	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 200px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

		li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #0057a2; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

