/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body { background-color: #FFF; background-image: url(../images/bckgrnd_interior.jpg); background-repeat: repeat-x; background-position: left top; margin: 0px; padding: 0px; }

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	height: 146px;
	width: 950px;
}
#branding { float: left; height: 146px; width: 470px; background-image: url(../images/hg_logo.jpg); background-repeat: no-repeat; background-position: left top; }


/**************************************/
/*             NAVIGATION             */
/**************************************/

#topnav {	float: left;
	height: 146px;
	width: 470px;
}
#topnav ul {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav ul li { display: inline; font-size: .9em; white-space: nowrap; padding: 0px; margin: 0px; }
#topnav ul li a {
	color: #00767f;
	display: inline;
	white-space: nowrap;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#topnav ul li a:hover {
	font-weight: bold;
}


#sidenav {}
#sidenav ul {
	list-style-type: none;
	padding-top: 30px;
	margin-top: 0px;
	padding-right: 16px;
}
#sidenav ul li {
}
#sidenav ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 5px;
}
#sidenav ul li a:hover {
	color: #00767f;
}
#sidenav .podgroup.pagemenu ul { margin: 0px; padding: 0px; }
#sidenav .podgroup.pagemenu ul li a { padding-left: 20px; }
#content #sidenav .blogsidebar .podgroup { margin-bottom: 36px; }
#sidenav .active { font-weight: bold; color: #217580; }
#sidenav .blogsidebar { padding-left: 50px; padding-right: 10px; padding-top: 36px; }
#sidenav .blogsidebar ul { margin: 0px; padding: 0px; }
#sidenav .blogsidebar h2 { font-size: 1.25em; font-weight: normal; color: #21787D; clear: left; border-bottom: 1px solid #CCC; padding-bottom: 3px; }
#content #sidenav .blogsidebar .podgroup li a { padding: 0px; border-style: none; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content {
	margin-bottom: 20px;
}

#maincontent { padding-top: 30px; }
#maincontent h1 { color: #00767f; font-weight: normal; font-size: 2em; margin: 0px; padding: 9px 0px 3px; line-height: 1.2em; }
#maincontent h2 { color: #00767f; font-size: 1.5em; margin: 0px; font-weight: normal; padding: 0px; }
#maincontent h3 { color: #00767f; font-size: 1.2em; }
#maincontent h4 { font-size: 1.1em; margin-bottom: -6px; padding-bottom: 0px; }
#maincontent p { }
#maincontent ul { margin-top: -11px; }

#quote {}
.attribute { font-style: italic; color: #00767F; font-size: .9em; padding-left: 50px; }
#rightpic {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#content .blog h1  { margin-top: 36px; padding-top: 18px; }
#content .blog h1 a { text-decoration: none; }

.meta  {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e3a56;
	padding-top: 18px;
}
.meta span {
	text-align: right;
	display: block;
	margin: -18px 0px 0px;
}
.meta a {
	margin-left: 10px;
}
.add_comment {
	float: right;
}
.tagged {
	clear: both;
	margin-bottom: 36px;
}
span.tagged {
	float: left;
}
.previous {
	float: left;
}
.previous a {
	text-decoration: none;
	font: 2em Baskerville, Georgia, "Times New Roman", serif;
}

/* search form
---------------------------------------------------------------------- */
#searchForm { padding-top: 36px; margin-bottom: 36px; }
#searchForm fieldset {
	padding: 0px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}
#searchForm legend {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	font: normal 1.7em Baskerville, Georgia, "Times New Roman", serif;
}
#searchForm input { float: left; }
button.searchbutton {
	width:54px;
	height:21px;
	text-indent:-9999px;
	border:0;
	background:url(../images/btn-search.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	margin-left: 10px;
}
button.searchbutton:hover { background-position:0 -21px; }


/* Comments
---------------------------------------------------------------------- */
button.submitcomment {
	width:250px;
	height:26px;
	text-indent:-9999px;
	border:0;
	background:url(../images/btn-submit-comment.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	margin-left: 10px;
}
button.submitcomment:hover {
	background-position:0 -26px;
}
.comment_num {
	float: right;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
}
.comment_num a { }
.comment {
	background: url(../images/bg-horizontal-dots.png) repeat-x left top;
}
ul#comment_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#comment_list li {
	margin: 18px 0px 0px;
	padding: 9px 0px 18px;
}
#comment_list p { }
#respond {
	border-top: 3px double #CCC;
	padding-top: 9px;
}
.comment_time {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/**************************************/
/*               FOOTER               */
/**************************************/

#footer_bckgrnd {
	background-color: #e5e0dd;
	background-image: url(../../images/background_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer {
	margin-top: 20px;
}

#footer h2 { color: #666; font-size: 1.4em; margin-left: 40px; margin-bottom: 0px; }

#footer p { color: #666; margin-top: 0px; margin-left: 40px; margin-right: 30px; margin-bottom: 5px; }

#footer h3 { font-size: 1.1em; color: #666; margin-left: 40px; margin-top: 0px; margin-bottom: 5px; }
#geninfo {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c4c2c1;
	margin-left: 40px;
}
.formtype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #00767f;
	font-size: 1.2em;
}
.formtype2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #00767f;
	font-size: 1 em;
}
.button {
	color: #FFF;
	background-color: #00767F;
}
.imgright { float:right; margin-left:10px; padding: 2px; border: 1px solid #E6E6E6; }
.imgleft { float:left; margin-right:10px; padding: 2px; border: 1px solid #E6E6E6; }

