/*
Theme Name: Insurance Agents
Theme URI: 
Description: A clean and sleek personal blog theme
Version: 1.0.5
Author: KG

*/






/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


html, body {
			font-family:arial, 'Trebuchet MS', helvetica, verdana, tahoma, tahoma, sans-serif;
			font-size:12px;
			background-color:#F6F6F6;
		
			margin:0;
			padding:0;
}

a {
			text-decoration: none;
			color: #BC7134;
}

#content {
			clear:both;
			float:left;
			padding-top:15px;
			padding-left:15px;
			width:580px;
}

#content p {
			line-height: 1.7em;
			margin: 20px 0;
}

#content table {
			margin: 15px 1px;
			border-collapse: collapse;
}

#content ul {
			list-style: disc;
                        padding:5px 0px 10px 20px;
}

#content ul li, #content ol li {
	                line-height:1.6em;
			margin-bottom:7px;
			margin-top:3px;
}

#content ol {
	 padding:5px 0px 10px 25px;	
}

img {
			border: 0;
}

#page {
			background-color:#FFFFFF;
			border-bottom:1px solid #C1C1C1;
			border-left:1px solid #C1C1C1;
			border-right:1px solid #C1C1C1;
			height:auto;
			margin-top:0px;
			margin-left:auto;
			margin-right:auto;
			padding-top:0px;
			padding-bottom:0px;
			width:775px;
}

#content.noleftcolumn {
			padding-left: 155px;
			width: 505px;
}

#content a:hover, #sidebar a:hover, #header_nav a:hover {
			text-decoration: underline;
}

#page-inner {
			overflow:hidden;
}

#header {
			border-bottom:1px solid #C1C1C1;
}

#header .description {
}

#header_nav {
			margin-bottom: 50px;
			font-size: 12px;
			text-align: right;
			overflow: hidden;
}

#header_nav h2 {
			display: none;
}

#header_nav ul.menu {
			float: right;
}

#footer {
			margin:0px auto;
									width:775px;
																											text-align:center;
			font-size: 12px;
		padding:10px 0px;
}

ul.menu {
			overflow:hidden;
}

ul.menu, ul.menu ul {
			padding: 0;
			margin: 0;
			list-style: none;
}

ul.menu ul ul {
			display: none;
}

ul.menu li {
			float: left;
			padding: 0 5px;
			border-left: 1px solid #999;
}

ul.menu li:first-child {
			border: 0;
}

ul.menu li li:first-child {
			padding-left: 0;
}

ul.menu li li:last-child {
			padding-right: 0;
}

.current_page_item a {
			color: #424039;
}

.current_page_item li a {
			color: #BC7134;
}

#header h1 {
			margin-bottom: 5px;
}

#header h1 a {
			color: #68A618;
}

#header h1 a:hover {
			color: #68A618;
}

div.post, div.page, div.attachment {
			margin-bottom: 80px;
}

#content h1 a {
			color: #68A618;
}

#content h1 {
			font-size: 22px;
			padding-top: 0;
			margin-top: 0;
}

#content h1 a:hover {
			text-decoration: none;
}

#content h1 a:hover {
			color: #999;
}

#content h2 {
			font-size: 16px;
			padding-top: 0;
			margin-top: 0;
			color: #444444;
}

#content h2 a {
			color: #444;
}

#content h2 a:hover {
/* text-decoration: none; */
}

#content h2 a:hover {
			color: #999;
}

.post .date, .page .date, .attachment .date, .comment .date {
			float: left;
			width: 130px;
			text-align: right;
			color: #c6c1a5;
			font-size: 14px;
			padding-top: 7px;
}

.post .post-inner, .page .post-inner, .attachment .post-inner {
/* margin-left: 130px;
	padding-left: 25px; */
}

#back_to_blog {
			margin-top: 30px;
			font-size: 12px;
}

#sidebar {
			overflow: hidden;
			float:right;
			padding:8px;
			text-align:left;
}

#sidebar p {
			line-height: 1.3em;
			margin: 5px 0;
}

#sidebar ul {
			color:#505050;
			list-style-type:none;
text-align:left;
			margin-left:0;
			margin-top:0;
			padding-left:10px;
			padding-top:10px;
}

#sidebar ul li {
			/* background-image:url(images/listbullet.gif); */
			background-repeat:no-repeat;
			margin-top:3px;
			padding-left:7px;
			margin-bottom:7px;
			width:130px;
			line-height: 1.3em;
}

#sidebar h2 {
			font-size: 14px;
			color: #444;
}

#sidebar ul ul {
			margin-left:0;
			margin-top:0;
			padding-left:10px;
			padding-top:3px;
			padding-bottom:3px;
}

#sidebar ul ul li {
			margin-bottom: 5px;
}

#sidebar ul ul ul {
			margin-top: 3px;
			margin-left: 20px;
}

.entry {
			overflow: hidden;
}

.commentlist {
			list-style: none;
			padding: 0;
			margin: 0;
}

.comment {
			overflow: hidden;
			margin-bottom: 15px;
}

.comment .date {
			padding: 0;
}

#content .comment p {
			margin: 10px 0;
}

.comment div.avatar {
			float: left;
			clear: left;
			text-align: right;
			width: 130px;
			margin-top: 10px;
}

.comment .reply {
			margin-bottom: 20px;
}

.comment .children {
			margin-top: 20px;
}

#comments {
			margin-left: 130px;
			padding-left: 25px;
}

.comment-inner {
			margin-left: 130px;
			padding-left: 25px;
}

#commentform {
			width: 95%;
}

#commentform textarea {
			width: 100%;
			height: 100px;
			border: 1px solid #ccc;
}

#respond {
/* margin-left: 130px;
	padding-left: 25px; */
}

.pagenavigation {
			/* margin-left: 155px;*/
	margin-bottom: 80px;
			overflow: hidden;
}

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;
}

.aligncenter {
			display: block;
			margin-left: auto;
			margin-right: auto;
}

.alignleft {
			float: left;
}

.alignright {
			float: right;
}

.wp-caption {
			border: 1px solid #ddd;
			text-align: center;
			background-color: #f3f3f3;
			padding-top: 4px;
			margin: 10px;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
}

.wp-caption img {
			margin: 0;
			padding: 0;
			border: 0 none;
}

.wp-caption-dd {
			font-size: 11px;
			line-height: 17px;
			padding: 0 4px 5px;
			margin: 0;
}

.sidebox_header {
			background-image:url(images/right_box_top.gif);
			background-repeat:no-repeat;
			color:#3F670B;
			font-weight:bold;
			height:19px;
			margin-top:5px;
			padding-left:15px;
			padding-top:6px;
			width:143px;
}

.sidebox_inner {
			background-image:url(images/right_box_bg.gif);
			background-repeat:repeat-y;
}

#searchform {
			margin-left:0;
			margin-top:0;
			padding-left:13px;
			padding-top:10px;
}

#search_button {
			margin:1px;
			padding:1px;
			border:1px solid #999999;
}

#quote {
			margin-top:10px;
			height:324px;
			margin-bottom:10px;
}

h1.ttl {
			margin-bottom:30px;
}



#quote form {
	margin: 125px 0px 0px 0px;
			width:155px;
}
fieldset {
}
#quote input.input-text, #quote  input[type=text] {
	display: block;
	background: #fff;
width:155px;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #fff;
	font: 22px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	text-shadow: 0 0 1px #fff;
	text-align:center;
}
input[type=checkbox] {
	margin: 0;
}
form input.input-text:focus, form textarea:focus {
	outline: none;
	border-color: #379DE1;
}
span.wrap {
	background: #E6E5C6;
	display: inline-block;
	margin: 0 0 14px;
	padding: 3px;
	line-height: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
span.wrap small, span.wrap input, span.wrap select {
	display: inline;
	vertical-align: top;
}
span.wrap small {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	padding: 3px 10px 0 2px;
	position: relative;
	top: 4px;
}
span.wrap.markdown {
	line-height: 1;
}
span.wrap.markdown img {
	margin: 0 !important;
}
span.wrap select {
	width: auto;
}
span.wrap p {
	margin: 0;
	padding: 4px 3px 3px;
}
.item {
	text-align:left
}
#navi {
	background:#F7F9E4;
	border-bottom:1px solid #c1c1c1;
}

#zipcode ul {
			text-align:center;
	margin:0px auto;
	padding:15px 0px;
}
#zipcode ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	list-style-type:none;
	text-align:left;
			display:inline;
	background-image:url("../../../images/tick2.gif");
	background-position:left 1px;
	background-repeat:no-repeat;
	margin:5px 0px;
	padding:5px 0px 5px 25px;
	margin-top:1px;
}


a.standout {font-size:16px;font-weight:bold}

