/*
	Author: Headstand Media
	Author URI: http://www.headstandmedia.com
*/

p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, blockquote, cite {margin:0; padding:0;}
.hide {display:none;}


/* Headers 
-----------------------------------------------*/

h1 {
	font-size: 18pt;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008138;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 14pt;
	margin-bottom: 8px;
	font-weight: normal;
	color: #5BA5AA;
}

h3 {
	font-size: 12pt;
	margin-bottom: 8px;
	font-weight: normal;
	color: #008138;
}

h4 {
	font-size: 12pt;
	margin-bottom: 8px;
	font-weight: normal;
	color: #5BA5AA;
}


/* Links
-----------------------------------------------*/

a {
	color: #008138;
	text-decoration: none;
}

a:hover {
	color: #00bc52;
	text-decoration: none;
}

/* Images
----------------------------------------------*/

.alignright {float: right; padding: 0 0 10px 10px;}
.alignleft {float: left; padding: 0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border: 0;}
.wp-caption {
      text-align:center;  
      font-size:0.9em;
}
.wp-caption p.wp-caption-text {font-size:90%;}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font: 10pt Arial, Helvetica, sans-serif;
}


/* Header Area 
-----------------------------------------------------------*/

#header {
	width: 1000px;
	margin: 0 auto;
}

#header_logo {
	clear: both;
	height: 50px;
	padding: 30px 10px 0px 200px;
}

	#header_logo h1 {
		font-size: 22pt;
		color: #333;
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 8px;
	}


/* Top Navigation 
-----------------------------------------------------------*/

#top_nav {
	width: 1000px;
	margin: 0 auto;
}

#top_nav ul#nav {
	list-style-type: none;
	padding-left: 190px;
}

#top_nav ul {
	list-style: none;	
}

#top_nav ul li {
	padding: 0px;
	margin-right: 2px;
	width: 88px;
	height: 70px;
	float: left;
	font-size: 9pt;
	text-align: right;
}

#top_nav ul li a {
	width: 76px;
	height: 60px;
	padding: 5px 6px 5px 6px;
	font-size: 9pt;
	text-align: right;
	background: url(/images/nav_bg.jpg) top repeat-x;
	display: block;
	color: #333;
}

#top_nav ul li a:hover {
	background: url(/images/nav_bg_over.jpg) top repeat-x;
	color: #333;
}

#top_nav ul li.current_page_item a {
	background: url(/images/nav_bg_on.jpg) top repeat-x;
	color: #fff;
}

#top_nav ul li.current_page_parent a {
	background: url(/images/nav_bg_on.jpg) top repeat-x;
	color: #fff;
}

#top_nav ul li.current_page_ancestor a {
	background: url(/images/nav_bg_on.jpg) top repeat-x;
	color: #fff;
}

ul.children {
	z-index: 100;	
}

/* Dropdown Menu Settings
-----------------------------------------------------------*/

#dropDownMenu {
	position: relative;
	z-index: 99;
}


/* Sub Navigation
-----------------------------------------------------------*/

.sub_nav {
	width: 90px;
	float: left;
}

.sub_nav ul {
	list-style-type: none;
}

.sub_nav ul li {
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 88px;
	height: 70px;
	font-size: 9pt;
}

.sub_nav ul li a {
	width: 76px;
	height: 60px;
	padding: 5px 6px 5px 6px;
	font-size: 9pt;
	text-align: right;
	background: url(/images/nav_bg.jpg) top repeat-x;
	display: block;
	color: #333;
}

.sub_nav ul li a:hover {
	background: url(/images/nav_bg_over.jpg) top repeat-x;
	color: #333;
}

.sub_nav ul li.current_page_item a {
	background: url(/images/nav_bg_on.jpg) top repeat-x;
	color: #fff;
}

.sub_nav ul li.current_page_parent a {
	background: url(/images/nav_bg_on.jpg) top repeat-x;
	color: #fff;
}

.sub_nav ul li.current_page_ancestor a {
	background: url(/images/nav_bg_on.jpg) top repeat-x;
	color: #fff;
}


/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	width: 1000px;
	margin: 0 auto;
	background: url(/images/home_header_bg.jpg) top center no-repeat;
	height: 142px;
	overflow: visible;
	position: relative;
}

.contentLeft {
	float: left; /* Change to right if you want the content to appear on right */
	width: 180px;
}

.contentRight {
	float: right; /* Change to right if you want the content to appear on right */
	width: 790px;
	padding: 152px 10px 10px 10px;
}

	.columnLeft {
		width: 570px;
		float: left;
	}
	
	.columnRight {
		width: 180px;
		float: right;
	}
	
		.columnRightDiv {
			padding-top: 15px;
			margin-top: 20px;
			border-top: 1px solid #ccc;
		}


/* Main body content formatting
--------------------------------------------------------------*/

.entry {
	padding: 0 0 30px 0;
}

.entry p {
	padding-bottom: 15px;
}

.entry ul {
	padding-left: 40px;
	padding-bottom: 15px;
}

.entry li {
	padding-bottom: 8px;
}

blockquote {
	border-left: 5px solid #CCC;
	padding: 10px 20px 10px 20px;
	margin-left: 20px;
}

.entrymeta {
	margin: 10px 0;
	padding: 6px;
	border: solid 1px #CCC;
}
.entrymeta p {
	padding-bottom: 3px;
}

.post-navigation {
	padding: 10px 0;
}

.navigation-previous {
	float: left;
	width: 50%;
	text-align: left;
}

.navigation-next {
	float: right;
	width: 50%;
	text-align: right;
}


/* Search Area 
-------------------------------------------*/

.searchResult {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	
}

#search {
	margin: 8px 0 15px 0;
}


/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	width: 1000px;
	padding: 15px 0px 30px 0px;
	border-top: 1px solid #CCCCCC;
	margin: 0 auto;
	margin-top: 30px;
	color: #999;
	font-size: 8pt;
}

#footer a {
	color: #777;	
}


/* Comments													
-----------------------------------------------------*/

#commentblock {
	padding: 0 0 20px 0;
	text-align: left;	
}

ol#commentlist {
	padding: 5px;
	list-style-type: none;
}

#commentlist li  p{
	margin-bottom: 8px;
}

.commenttext {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
}


#commentsform form{
	text-align: left;
}

#commentsform form textarea{
	width: 99%;
}


/* Calendar 
---------------------------------------------------------*/

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar td {
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	
}

#wp-calendar td:hover, #wp-calendar #today {
	
}

#wp-calendar th {
	font-style: normal;
	text-transform: uppercase;
}



