/*
	Theme Name: Heritage Professional Theme
	Theme URI: http://www.heritageprofessional.com/
	Description: Custom theme designed for Heritage Professional
	Version: 1.0	
	Author: Headstand Media
	Author URI: http://www.headstandmedia.com
*/

/* GLOBAL SETTINGS */

	body,ul,li,form,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	}
	
	ul {
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
	}

	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efefef;
	color: #333333;
	font-size: 8pt;
	}
	
	h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #0066cc;
	}
	
	h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
	h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #0066cc;
	}
	
	h4 {
	font-size: 9pt;
	font-weight: normal;
	}
		
	a:link {
	color: #0066cc;
	text-decoration: none;
	}
	
	a:visited {
	color: #0066cc;
	text-decoration: none;
	}
	
	a:hover {
	color: #0066cc;
	text-decoration: underline;
	}
	
	.blue_line {
	width: 800px;
	height: 12px;
	background-color: #0066cc;
	margin: auto;
	}


/* GLOBAL END */

/* HEADER */
	#header {
	margin: auto;
	margin-top: 20px;
	width: 760px;
	padding: 10px 0px 10px 40px;
	background-color: #b4d6f8;
	background-image: url(/imgs/rounded_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

/* HEADER END /*

/* CONTAINER */

	#container {
	margin: auto;
	width: 798px;
	padding-bottom: 20px;
	overflow: auto;
	background-color: #ffffff;
	border-left: solid 1px #bababa;
	border-right: solid 1px #bababa;
	}

/* CONTAINER END */

/* LEFT NAV */

	#left_nav {
	width: 170px;
	float: left;
	padding: 40px 5px 0px 20px;
	display: inline;
	font-size: 7pt;
	text-align: left;
	color: #666666;
	}
	
	#left_nav ul {
	margin: 0;
	padding-left: 0;
	}
	
	#left_nav li {
	padding-bottom: 4px;
	}
	
	#left_nav ul.tier_1 {
	list-style-type: none;
	}
	
	#left_nav ul.tier_2{
	display:none;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	}
	
	#left_nav ul.tier_3{
	padding-left: 15px;
	list-style-type: circle;
	list-style-position: outside;
	}
	
	li.cat-item {
	list-style-type: none;
	}
	
	li.cat-item-1 a {
	font-weight: bold;
	}

/* LEFT NAV END */

/* CONTENT */

	#content {
	width: 583px;
	margin: 10px;
	float: left;
	display: inline;
	}
	
	.entrytitle a {
	color: #0066CC;
	text-decoration: none;
	}
	
	.entrytitle a:hover {
	text-decoration: underline;
	}
	
	.entrymeta_top {
	font-size: 12px;
	}
	
	.entrymeta a {
	color: #0066CC;
	text-decoration: underline;
	}
	
/* CONTENT END */

/* FOOTER */

	#footer {
	width: 800px;
	padding: 5px 0 5px 0;
	background-color: #b4d6f8;
	color: #0066cc;
	margin: auto;
	margin-bottom: 20px;
	font-size: 8pt;
	text-align: center;
	background-image: url(/imgs/rounded_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

/* FOOTER END */

/* IMAGES */

	.alignright {
	float: right;
	}
	
	.alignleft {
	float: left;
	}
	
/* IMAGES END */

/* FORMS */
	
	#commentform textarea {
	width:360px;
	}

/* FORMS END */