@charset "utf-8";
/*  
Theme Name: HurricaneInsurance.com Default Theme
Theme URI: http://hurricaneinsurance.com/
Description: WordPress theme created by <a href="http://jrod.info/">John Rodler</a>.
Version: 1.0
Author: John Rodler
Author URI: http://jrod.info/

	HurricaneInsurance v1.0
	http://hurricaneinsurance.com/
	
	This theme was designed and built by John Rodler,
	whose blog you will find at http://jrod.info/
*/

/* Page / Container Setup *******************************************************************/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	background: #F6F3EE;
}
.container {
	position: relative;
	width: 816px;
	min-width: 820px;
	min-height: 100%;
	margin: 0 auto;
	background: url(images/body_bg.png) repeat-y top;
}
* html .container {
	height: 100%;
}
.header {
	width: 788px;
	height: 85px;
	margin-left: 16px;
	text-align: right;
	background: url(images/header_bg.png) no-repeat top;
}
.page {
	width: 816px;
	min-width: 820px;
	height: 100%;
	padding-top: 30px;
}
.content, .content_divider {
	width: 740px;
	margin-left: 40px;
	padding-bottom: 30px;
}
.content_divider {
	float: left;
	margin-bottom: 30px;
	margin-left: 0;
	padding-bottom: 0;
	background: url(images/border.png) repeat-y 185px 0;
}
.content_divider_top, .content_divider_bottom {
	position: absolute;
	left: 225px;
	height: 40px;
	width: 1px;
	background: url(images/body_divider_top.png) no-repeat top left;
}
.content_divider_bottom {
	bottom: 70px;
	background: url(images/body_divider_bottom.png) no-repeat top left;
}
.left_menu {
	float: left;
	width: 155px;
	margin-bottom: 33px;
	padding: 15px 30px 30px 0;
}
.body_right {
	float: left;
	width: 495px;
	margin-bottom: 33px;
	padding: 15px 0 30px 30px;
}
.clear {
	clear: left;
	height: 10px;
	width: 100%;
}
.footer {
	position: relative;
	width: 816px;
	min-width: 820px;
	height: 43px;
	margin: -43px auto 0 auto;
	background: url(images/footer_bg.png) no-repeat top;
}
.post {
	margin: 5px 0 25px 0;
	text-align: justify;
}
/********************************************************************************************/

/* Fonts / Anchors **************************************************************************/
a img {
	border: 0;
}
h2 {
	margin: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #554433;
	/* color: #336688; */
}
h3, h3 a, h3 span {
	display: block;
	margin: 0 0 3px -3px;
	padding: 3px 20px 4px 3px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	letter-spacing:normal;
	text-decoration: none;
	color: #D01F3C;
	/* color: #CC5555; */
}
h3 span {
	cursor: default;
}
h3 a:hover {
	text-decoration: none;
	color: #356AA0;
	/* color: #336699; */
	background: url(images/title_bg.png) repeat-y top left;
}
a {
	text-decoration: none;
	color: #356AA0;
	/* color: #336699; */
}
a:hover {
	text-decoration: underline;
	color: #4096EE;
	/* color: #2277EE; */
}
p a {
	border-bottom: 1px dotted #484848;
}
p a:hover {
	text-decoration: none;
	color: #2277EE;
	border-bottom: 1px dotted #484848;
}
.entry {
	margin-top: 5px;
	font-size: 1.0em;
	line-height: 20px;
	color: #333;
}
.entry p {
	margin-top:0;
	padding-top:0;
}
div.divider, .divider_bottom {
	width: 510px;
	height: 1px;
	background: url(images/divider.png) no-repeat top left;
}
.post .divider_bottom {
	margin-top: -6px;
}
p.postmetadata, .navigation {
	margin-top: 4px;
	padding: 0 0 4px 0;
	font-size: 0.85em;
	color: #999;
}
p.postmetadata span.divider {
	background: url(images/body_divider_bottom.png) repeat-y 1px 0;
}
p.alt {
	margin: 0;
	padding: 10px;
	font-size: 1.05em;
	background: url(images/menu_item_bg.png) repeat-y top right;
	border: 1px dotted #CCC;
}
p.login_details {
	font-size: 10pt;	
}
.navigation {
	padding: 0 0 5px 0;
	background: none;
}
.navigation a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #484848;
}

/********************************************************************************************/

/* Left / Header / Footer Menus *************************************************************/
.header a.logo {
	float: left; 
	margin-left: 22px;
}
.header_menu {
	padding: 12px 22px 0 0;
	font-size: 1.0em;
	text-align: right;
	color: #FFF;
}
.footer_menu {
	float: left;
	margin-left: 36px;
	padding: 15px 0 0;
	text-align: left;
}
.footer_sitemeter, .blog_footer_sitemeter {
	width: 80px;
	height: 16px;
	margin-left: 330px;
	padding-top: 18px;
}
.blog_footer_sitemeter {
	margin-left: 350px;
}
.header_menu a, .footer_menu a {
	color: #FFF;
}
.header_menu a:hover, .footer_menu a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}
.header_menu a.current, .footer_menu a.current {
	color: #CF7777;
}
.header_menu span.divider, .footer_menu span.divider {
	font-size: 9px;
	border-left: 1px dotted #FFF;
}
.left_menu ul, left_menu ul li ul {
	width: 155px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.left_menu ul li.pagenav h2, .left_menu ul li.main_menu h2, .left_menu ul li.menu_title h2, .left_menu ul li.categories h2, .left_menu ul li.more h2 {
	margin: 3px 0 0;
	padding: 0 0 7px 5px;
	font-size: 1.35em;
	color: #554433;
	/* color: #665544; */
	background: url(images/menu_item_divider.png) no-repeat bottom;
}
.left_menu ul li.menu_title h2, .left_menu ul li.categories h2, .left_menu ul li.more h2 {
	margin-top: 25px;
}
.left_menu ul li ul li {
	margin: 0;
	background: url(images/menu_item_bg.png) repeat-y top left;
	overflow: hidden;
}
.left_menu ul li ul li a {
	display: block;
	width: 147px;
	margin: 0;
	padding: 4px 0 6px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
	line-height: 1.3em;
	color: #356AA0;
	/* color: #336699; */
	background: url(images/menu_item_divider.png) no-repeat bottom;
}
.left_menu ul li a:hover {
	background-color: #FFF;
	color: #4096EE;
	/* color: #2277EE; */
}
#searchform {
	margin-top: 25px;
	text-align: center;
}
#searchform input.textbox {
	width: 152px;
	border: 1px dotted #CCC;
}
.search_button {
	margin-top: 5px;
}
/********************************************************************************************/



/* WORDPRESS DEFAULT STYLES *****************************************************************/
/* Begin Typography & Colors */
.entry p a:visited {
	color: #b85b5a;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
	background: url(images/title_bg.png) repeat-y top left;
	border: 1px dotted #CCC;
}
.commentlist li a {
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	line-height: 20px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
.attachment {
	text-align: center;
	margin: 5px 0px;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
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
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;	
}
#commentform input.textbox {
	border: 1px dotted #CCC;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	margin: 5px 0;
	border: 1px dotted #CCC;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.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;
} */
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
/* End Various Tags & Classes*/
/********************************************************************************************/