/* 
	Theme Name: Injurygroup.com Wordpress Theme
	Theme URL: http://www.robbnetworks.com
	Description: Custom theme for use on injurygroup.com
	Author: Robb Networks
	Author URI: http://www.robbnetworks.com
	Version: 1.0
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#000000;
	background-color:#6C5841;
}

#wrapper {
	margin:auto;
	width:990px;
	text-align:left;
	background: url(images/bg.gif) repeat-y #FFFFFF;
}

#wrapper_top {
	margin:auto;
	width:990px;
	height:10px;
	background: url(images/bghead.gif) no-repeat;
}

#wrapper_bottom {
	margin:auto;
	width:990px;
	height:10px;
	background:url(images/bgfoot.gif) no-repeat;
}

#header {
	height:110px;
	width:960px;
	margin:5px 15px 10px 15px;
	background:url(images/header_bg.gif) repeat-x;
}

#header_left {
	float:left;
	height:110px;
	width:500px;
	cursor:pointer;
	background:url(images/header_left.gif) no-repeat;
}

#header_right {
	float:right;
	height:110px;
	width:220px;
	background:url(images/header_right.gif) no-repeat;
}

#sidebar {
	float:left;
	width:221px;
	min-height:560px;
	margin-left:15px;
}

#content {
	float:right;
	margin-right:15px;
	width:736px;
}

#footer {
	margin:5px auto 20px auto;
	width:960px;
	text-align:left;
	color:#FFFFFF;
}

#sidebar .column {
	float:left;
	width:223px;
}

#content .column {
	float:left;
	width:223px;
	margin-left:22px;
}

.column .body {
	width:221px;
	height:594px;
	margin-bottom:20px;
	border:1px solid #02668F;
	background-color:#F0F0F0;
}

#sidebar .column .body {
	min-height:594px;
	height:auto;
	padding-bottom:20px;
}

.column .body .txt {
	font-size:14px;
	height:420px;
	margin:15px;
}

.txt h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

.post h1, .post h2 {
	margin: 0px 0px 5px 0px;
	font-size:22px;
	color:#094c67;
}

#sidebar .column .body {
	min-height:400px;
}

p {
	margin:6px 0px;
	padding:0px;
}

img {
	margin:0px;
	padding:0px;
	vertical-align: text-bottom;
}

a img {
	border:none;
}

.alignleft {
	float:left;
	margin:0px 10px 5px 0px;
}

.alignright {
	float:right;
	margin:0px 0px 5px 10px;
}

a:link, a:visited {
	color:#094c67;
	text-decoration:none;
}

#subpages, #subpages ul {
	padding:0px;;
	margin:0px;
}

#subpages ul li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

a:hover, a:active {
	color:#000000;
	text-decoration:none;
}

#mainnav ul {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px 20px 0px 10px;
	padding-top:10px;
}

#mainnav ul li {
	list-style-type:none;
	padding:8px 8px 3px 10px;
	border-bottom:1px solid #d2d2d2 ; 
}

#mainnav ul li a:link, #mainnav ul li a:visited {
	color:#000000;
	text-decoration:none;
}

#mainnav ul li a:hover, #mainnav ul li a:active {
	color:#02668F;
	text-decoration:none;
}

.post {
	width:682px;
	margin:0px 0px 15px 20px;
	padding:15px;
	border:1px solid #02668F;
	background-color:#F0F0F0;
}

.postmeta {
	margin:10px 0px;
	color:#000000;
	font-size:11px;
}

#bottom .post {
	padding:0px;
	border:none;
	background:#FFFFFF;
}

#bottom .post .title {
	font-size:14px;
	font-weight:bold;
}

#bottom p {
	display:inline;
	margin:0px;
	padding:0px
}
#bottom .post .title a:link,  #bottom .post .title a:visited {
	color:#094c67;
	text-decoration:none;
}

#bottom .post .title a:hover,  #bottom .post .title a:active {
	color:#000000;
	text-decoration:none;
}

.clearfix {
	clear:both;
}

.email_button a:link, .email_button a:visited {
	display:inline-block;
	width:223px;
	height:48px;
	background:url(images/email_button.jpg) top left no-repeat;
}

.email_button a:hover, .email_button a:active {
	display:inline-block;
	width:223px;
	height:48px;
	background:url(images/email_button.jpg) bottom left no-repeat;
}

.sitemap-list li {
	list-style-type:none;
	padding:2px;
}

#bottomnav {
	margin:auto;
	text-align:center;
	border-bottom: 1px solid #ffffff;
	margin-bottom:20px;
}

#bottomnav li {
	list-style-type:none;
	display:inline;
	padding:5px;
}

#footer a:link,  #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover,  #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}