/*** Custom Styles ***/

/*** Headings ***/

h1, h2, h3, h4 {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	color: #1B5BB4;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: strong;
	line-height: 120%;
}
	
	#header h1 a, #header h1 a:visited {
	color: #13407E;
	text-decoration: none;
}

/*** Navbar ***/

#nav li a:hover, #nav li a:active {
	background: #93C0FE;
	color: #fff;
	text-decoration: none;
}
	
	#nav .current_page_item a {
	background: #93C0FE;
	color: #444;
	text-decoration: none;
}

#nav .current_page_item a:hover {
	background: #93C0FE;
	color: #fff;
	text-decoration: none;
}

/*** Sidebar ***/

#sidebar .widget {
        width: 300px;
	margin: 5px;
	padding: 10px;
	float: left;     
}

#sidebar h2 {
	border-bottom: 2px solid #13407E;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 5px;
	font-size: 16px;
	text-transform: uppercase;
}

	
