
/* CSS Document */

/*
Theme Name: Webb Martin Colsulting Theme
Theme URI: http://jamielesouef.com
Description: Custom Theme Designed by <a href="http://jamielesouef.com">Jamie Le Souef</a>.
Version: 1.0
Author: Jamie Le Souef
Author URI: http://jamielesouef.com.com/

*/
body {
	margin:3px 0 0 0;
	padding:0;
	background:url(images/main-body-background.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#232629;
}

/*global settings*/
p { margin:10px 0; }

ul, li { margin:0 0 10px 0 }

a {
	color:#0082b3;
	text-decoration:none
}

a:Hover {
	text-decoration:underline;
	color:#00B9FF
}

h2 a {
	text-decoration:none;
	color:#EF7D00
}

h2 a:Hover {
	text-decoration:none;
	color:#FF8500
}

h1, h2, h3, h4, h5 {
	margin:20px 0;
	font-family:'Helvetica', Verdana, Arial, Helvetica, sans-serif
}

h1 { font-size:2em }

h2 {
	font-size:1.8em;
	color:#ef7c00;
	line-height:20px;
}

h3 {
	font-size:1.2em;
	color:#0082b3;
	font-weight:normal
}

ul { margin-left:20px }

li { list-style-type:disc }

ol { list-style:decimal }

blockquote {
	width:352px;
	margin:10px auto;
	background:#a8d4ef url(images/meta_box.jpg) 0 0 repeat-x;
	border:1px solid #0082cf;
	text-align:center;
	padding:40px 40px;
}

#header {
	height:125px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#header #logo { margin:20px 0 0; }

#header #logo h1 {
	margin:0;
	padding:0;
}

#header #logo a {
	display:block;
	height:77px;
	width:374px;
	text-indent:-9999px;
	background:url(images/header-logo-off.gif) 0 0 no-repeat;
}

#header #logo a:Hover { background:url(images/header-logo-on.gif) 0 0 no-repeat; }

#header #menu {
	height:29px;
	background:#2f3033;
}

#header #navigation_list li {
	margin:0;
	padding:0;
	list-style:none;
}

#header #navigation_list a {
	display:block;
	width:60px;
	padding:30px 0 5px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration:none;
	text-align:center;
	border-bottom:1px #c7c7c7 dashed;
}

#header #navigation_list li a:Hover {
	background:#2f3033;
	color:#ef7e00;
	border-bottom:1px #2f3033 solid;
}

#header .current_page_item a {
	color:#ef7e00;
	background:#2f3033;
	border-bottom:1px #2f3033 solid;
}

#banner {
	height:204px;
	margin:-26px 0 40px 0;
}

#main_content #loop {
	border-right:1px dotted #a8a8a8;
	padding:0 10px 0 0;
}

#main_content #news_loop { border-right:1px dotted #a8a8a8; }

.news_3 {
	padding:0 5px;
	margin:0;
}

.archive { margin:30px 0 0; }

.archive ul, .archive li {
	margin:5px 0;
	padding:3px 0;
	list-style:none;
}

.more-link {
	padding:10px 0;
	text-align:right;
}

.post_comment_count {
	float:right;
	width:60px;
	background:url(images/comment-count-background.gif) 50% 0 no-repeat;
	text-align:center;
	color:#00a2ff;
	font-size:10px;
}

.comment_num {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:7px 0 15px;
}

.post_comment {
	text-align:right;
	background:url(images/comment-icon.gif) 100% 50% no-repeat;
	padding:10px 30px 10px 0;
}

.comment_num a {
	color:#00a2ff;
	text-decoration:none;
}

.post_title { margin-rigth:60px; }

.post_author {
	font-size:10px;
	margin:-10px 0 0;
	color:#666666;
}

.post_meta {
	font-size:11px;
	padding:10px 0;
	background:#a8d4ef url(images/meta_box.jpg) 0 0 repeat-x;
	border:1px solid #0082cf;
	padding:10px;
}

.post_meta ul, .post_meta li {
	margin:0;
	padding:0;
	list-style:none;
}

.post_meta div {
	float:left;
	width:33%;
}

#sidebars ul, #sidebars li {
	list-style:none;
	margin:2px 0;
	padding:3px 0;
}

#meta_holder {
	font-size:10px;
	color:#989da7;
	border-top:1px solid #a8a8a8;
}

#meta_holder h2 {
	font-weight:normal;
	font-size:15px;
}

#meta_holder .widgettitle { color:#989da7; }

#meta_holder ul, #meta_holder li {
	margin:0;
	padding:0;
	list-style:none;
}

#meta_holder a {
	color:#989da7;
	text-decoration:none;
}

#meta_holder a:Hover {
	color:#ef7e00;
	text-decoration:underline;
}

#footer {
	margin:20px 0;
	font-size:10px;
	color:#989da7;
	text-align:right;
}

#container_12 #footer h2 { color:#989da7; }

#footer a {
	color:#989da7;
	text-decoration:none;
}

#footer a:Hover {
	color:#ef7e00;
	text-decoration:underline;
}

/* Begin Comments*/

.commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }

.commentlist li { font-weight: bold; }

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }

.commentmetadata { font-weight: normal; }

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p { margin: 10px 5px 10px 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.featured_h2, .featured_h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#676767;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }

.alignleft { float: left }

.signup-h3{text-align:center; margin:0; padding:0;}

