/*  

Theme Name: Matt Henry Group

Theme URI: 

Description: Custom Theme for Matt Henry Group

Version: 2.0

Author: Dak Solutions, Inc.

Author URI: http://www.daksol.com/



All rights reserved. Copyright &#169; 2008 Matt Henry Group.



*/



/* ==================================== RESET BROWSER STYLING  */



/* No list-markers by default - must redefine bullets w/ bg graphics */

ul, ol {
	list-style:none;
}
/* Avoid browser default inconsistent heading font-sizes and pre/code */

h1, h2, h3, h4, h5, h6, pre, code, td {
	font-size:1em;
	margin: 0;
	padding: 0;
}
/* Remove inconsistent (among browsers) default padding or margin */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt, dl, table, tr, td, script, hr {
	margin:0;
	padding:0;
}
/* prevent blue linked image borders */

a img, :link img, :visited img, fieldset {
	border:none;
}
/* ==================================== COLORS 

	#4E4236 : brown bg

	#E7E3DD : light gray divider

	#6E4616 : brown headings

	#272523 : gray text

	#362D25 : dark brown text

	#D4CEB6 : greenish top header text

	#979DA2 : bluish footer text

	#D3710A : orange highlight text

	#DCD7C3 : greenish column bg

*/



/* ==================================== DIMENSTIONS and FONT SIZES

	919px : overall width of content

	680px : width of main_column post area

	12px : default font size

*/





/* ==================================== GLOBAL ELEMENTS */





h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Georgia, Sans-seriff;
}
a {
	text-decoration: underline;
	color: #3A75A1;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
abbr, acronym {
	border: 0;
}
address, dl, p {
	padding: 15px 0 0;
}
blockquote {
	margin: 10px 0 0;
	background: #f7fde8;
}
blockquote p {
	padding: 15px;
}
blockquote blockquote {
	margin: 10px;
	background: #fff;
}
code {
	background: #f8fde9;
}
.clear {
	clear: both;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0 0 0 15px;
}
hr {
	clear: both;
	margin: 10px 10px 5px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #f0f0f0;
	color: #f0f0f0;
}
small {
	font-size: 11px;
}
pre {
	width: 90%;
}
input, textarea {
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}
input#s, input#author, input#email, input#url, textarea#comment {
}
input#author, input#email, input#url {
	margin: 0 5px 0 0;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Georgia, Sans-seriff;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #5592C0 url(images/bg_body.gif) top repeat-x;
	color: #3A75A1;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.padding_fifteenpx {
	width: 100%;
	height: 15px;
}
/* ==================================== DIV STRUCTURE */



/* ================== MAIN CONTAINERS ================== */



#the_box {
	width: 919px;
	margin: 0 auto;
	padding: 0;
}
#shadow_box {
	width: 919px;
	float: left;
	background: url(images/bg_shadow.gif) repeat-y;
}
/* ================== HEADER SECTION ================== */



#header_box {
	width: 889px;
	height: 182px;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	background: url(images/bg_header.jpg) no-repeat;
}
#logo_box {
		float: left;
	width: 889px;
	height: 87px;
	margin: 0 auto;
	background: url(images/bg_logo_box.gif) repeat-x;
}
#logo_box img {
	margin-left: -5px;
}
#nav_box {
	width: 889px;
	height: 42px;
	margin: 5px auto;
	background: url(images/bg_navbar.gif) repeat-x;
}
#nav_box ul {
	float: left;
	list-style-type: none;
	height: 42px;
	width: 889px;
	margin: 0;
	padding: 0;
}
#nav_box ul li {
	float: left;
	margin: 0 1px 0 0;
	height: 42px;
	text-align: center;
	background: url(images/bg_page_item.gif) repeat-x;
}
#nav_box ul li a {
	display: block;
	width: 147px;
	padding: 11px 0 9px 0;
	height: 22px;
	text-transform: capitalize;
	text-decoration: none;
	background: url(images/bg_page_item.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#nav_box ul li a:hover {
	text-decoration: none;
	background: url(images/bg_current_page.gif) repeat-x;
}
#nav_box ul li.current_page_item {
	background: url(images/bg_current_page.gif) repeat-x;
}
#nav_box ul li.current_page_item a {
	background: url(images/bg_tab_b_current.gif) no-repeat;
}
#nav_box ul li.current_page_item a:hover {
	text-decoration: none;
}
/* ================== CONTENT SECTION ================== */



#content_box {
	width: 889px;
	margin: -43px 0 0 15px;
	background: url(images/bg_content_box.gif) repeat-y left;
}
*html #content_box {
	width: 889px;
	margin: -43px 0 0 7px;
	_margin-left: 15px;
	background: url(images/bg_content_box.gif) repeat-y left;
}
/* ================== CONTENT SECTION - SIDEBAR ================== */

		

		.sidebar {
	float: left;
	width: 158px;
	padding: 10px;
}
.sidebar ul, sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.sidebar ul a, .sidebar p {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.sidebar ul a:hover {
	color: #003366;
}
.sidebar p {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #9AC1DE;
	display: block;
}
.sidebar ul ul li {
	margin: 0;
	padding: 0 0 0 16px;
}
ul.search {
	float: left;
	margin-top: 20px;
}
/* ================== CONTENT SECTION - NARROW COLUMN ================== */



		.narrowcolumn {
	margin-left: 20px;
	padding-bottom: 10px;
	padding-left: 168px;
	_padding-left: 0px;
	width: 680px;
	vertical-align: top;
	z-index: 2;
}
*:first-child+html .narrowcolumn {
	float: left;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 680px;
	vertical-align: top;
	display: inline;
}
.post {
	margin: 0;
	padding: 0;
	_padding-left: 10px;
}
.post h1 {
	padding: 0;
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.post h2 a {
	color: #536f06;
}
.entry {
	line-height: 20px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	border: 0;
	margin: 0;
	padding: 15px 0 0;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}
.entry h1 {
	font-size: 24px;
	line-height: 24px;
}
.entry h3 {
	font-size: 16px;
	font-weight: bold;
}
.entry h4 {
	font-size: 14px;
}
.entry h5 {
	font-size: 12px;
}
.entry h6 {
	font-size: 11px;
}
.entry img {
	max-width: 100%;
}
.entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
}
.entry img.alignleft {
	margin: 5px 7px 2px 0;
	display: inline;
}
.entry p.author {
	font-size: 11px;
	padding: 5px 0 0;
}
.postinfo {
	float: left;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	margin: 15px 0 10px;
	padding: 0 0 10px;
	clear: both;
	font-size: 11px;
}
.postinfo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postinfo ul li {
	float: left;
	margin: 10px 0 0;
}
.postinfo ul li.tags {
	padding: 0 0 0 21px;
	background: url(images/tag_green.gif) no-repeat;
}
.postinfo ul li.comments-link {
	margin-right: 10px;
	padding: 0 0 0 19px;
	background: url(images/comment.gif) no-repeat 0 2px;
}
.postinfo ul li.postdate {
	margin-right: 10px;
	padding: 0 0 0 21px;
	background: url(images/calendar.gif) no-repeat;
}
.postinfo ul li.edit {
	margin-left: 10px;
}
.browse {
	font-weight: bold;
	border-top: 3px solid #ddd;
}
.browse p {
	padding: 10px;
}
/* ================== COMMENTS TEMPLATE ================== */



.comments-template {
	margin: 15px 0 0;
	border-top: 1px solid #f0f0f0;
	padding: 15px 0 15px;
}
.comments-template h2 {
	padding: 0;
	background-image: none;
}
.comments-template h2, .comments-template h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}
.comments-template ol li {
	margin: 15px 0 0;
	line-height: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f0f0f0;
}
.comments-template p.nocomments {
	padding: 0;
}
/* ================== FOOTER SECTION ================== */





#footer_box {
	float: left;
	padding: 0;
	margin: 5px 0 0 15px;
	width: 889px;
	height: 35px;
	background: #E6E6E6;
	color: #fff;
}
*html #footer_box {
	float: left;
	padding: 0;
	margin: 5px 0 0 7px;
	width: 889px;
	height: 35px;
	background: #E6E6E6;
	color: #fff;
}
#footer_box ul {
	margin: 11px auto 0 auto;
	width: 800px;
}
#footer_box ul li {
	float: left;
}
#footer_box ul li a {
	color: #70ABD7;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: inline;
	margin: 0 21px;
}
#footer_box ul li a:hover {
	color: #3A75A1;
}
#sub_footer {
	float: left;
	width: 919px;
	height: 48px;
	background: url(images/bg_subfooter.gif) repeat-x;
}
#sub_footer p {
	text-align: center;
	font-weight: bold;
	color: #B5DAF7;
	font-size: 10px;
}
#sub_footer a {
	color: #B5DAF7;
	text-decoration: none;
}
#sub_footer a:hover {
	color: #7BC2F8;
}
/* ================== GRID SECTION ================== */



.grid {
	width: 680px;
}
.grid, .grid tr, .grid th, .grid td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.grid th, .grid td {
	text-align: left;
	padding: 10px;
}
.grid tr th {
	color: #5292c3;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}
.grid tr td {
	color: #5292c3;
	font-family: Tahoma;
	font-size: 12px;
}
.grid tr .spacer {
	background-color: #85bee9;
	height: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.grid tr .spacer_2 {
	background-color: #d4edff;
	height: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.grid tr .first_line {
	background-color: #f2faff;
}
.content_links:active, .content_links:link, .content_links:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #619dca;
}
.content_links:hover {
	color: #3A75A1;
}
.error {
	color: #7d0000;
}
/*----added 09.23.09---*/
#social_links {
	float: left;
	width: 20%;
	height: 25px;
	position: relative;
	top: -65px;
	left: 280px;
}
* html #social_links {
/*	display: none;*/
	position: absolute;
	top: 40px;
	left: 450px;
	width: 21%;
}
