/*
Theme Name: Clean Home
Theme URI: http://midmodesign.com/news/general/our-special-wordpress-theme/
Description: A clean looking, minimal design, offering two widgets areas and four color schemes. This theme also features custom background and header functionality. With a traditional look, yet a modern finish, plus several customizations options Clean Home comes as a flexible option for your site.
Version: 1.2.0-wpcom
Author: Mid Mo Design
Author URI: http://midmodesign.com/
Tags: white, red, black, blue, yellow, tan, light, dark, fixed-width, two-columns, right-sidebar, custom-background, custom-header, custom-menu, theme-options, sticky-post, translation-ready, rtl-language-support, blog, design, journal, professional, seasonal, bright, clean, colorful, earthy, elegant, generic, geometric, minimal, modern, simple, traditional

	The CSS, XHTML and design is released under the GPL.

*/



/*********************** Fonts ***********************/

@font-face {
    font-family: 'AvenirLT45BookRegular';
    src: url('/fonts/avenir_lt_45_book-webfont.eot');
    src: url('/fonts/avenir_lt_45_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/avenir_lt_45_book-webfont.woff') format('woff'),
         url('/fonts/avenir_lt_45_book-webfont.ttf') format('truetype'),
         url('/fonts/avenir_lt_45_book-webfont.svg#AvenirLT45BookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLT35LightRegular';
    src: url('/fonts/avenir_lt_35_light-webfont.eot');
    src: url('/fonts/avenir_lt_35_light-webfont.eot?#iefix') format('eot'),
         url('/fonts/avenir_lt_35_light-webfont.woff') format('woff'),
         url('/fonts/avenir_lt_35_light-webfont.ttf') format('truetype'),
         url('/fonts/avenir_lt_35_light-webfont.svg#webfontx4PNOJsj') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
		font-family:"Crimson Text Italic";
		src:url("/fonts/CrimsonText-Italic.eot?") format("eot"),url("/fonts/CrimsonText-Italic.woff") format("woff"),url("/fonts/CrimsonText-Italic.ttf") format("truetype"),url("/fonts/CrimsonText-Italic.svg#CrimsonText-Italic") format("svg");font-weight:normal;font-style:normal;}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
	color: black;
	background: url(/images/hdr-bkg.png) repeat-x top;
	
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Structure */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.7em;
}
hr {
	margin-top: 5px;
	border: 0;
	border-top: 1px solid #bfbfbf;
	width: 100%;
	color: #fff;
	clear: both;
	text-align:left;
}
#wrapper {
	width: 980px;
	margin: 20px auto 140px;
	padding: 30px 30px 0;
	background: transparent;
	/*background: rgba(255,255,255,0.88);*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.header {
	float: left;
	width: 980px;
	border-bottom: 0px dotted #ccc;
	margin: 0 0 3px 0;
}

#mission {color:#fff;font-family:'AvenirLT45BookRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	width:900px;
	text-align:left;
	position:absolute;top:10px; }



#logo {
	float: left;
	width: auto;
	padding:0;

}
#logo a {
	color: #ca1e00;
	font-size: 60px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
	letter-spacing: -2px;
	text-rendering: optimizeLegibility;
}
#logo h2 {
	font-size: 18px;
	font-weight: 200;
	padding: 12px 4px 0 0;
}
#header-image {
	clear: both;
	border-top: 6px solid #333;
	margin-bottom: 10px;
}
#header-image a {
	border: none;
}
#blurb em {
	font-style: italic;
}


/* Links */

.header a,
#blurb a,
.content a,
#sidebar a
{
	border-bottom: 1px solid #bfbfbf;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
.header a:hover,
#blurb a:hover,
#sidebar a:hover,

.content a:hover {
	color: #53853d;
	border-bottom: 1px solid #bfbfbf;
}
#sidebar a:hover {
	background-color: #f7f7f7;
	background-color: rgba(255,255,255,0.5);
}


/* Menu */

#nav {
	float: left;
	width: auto;
	padding: 0px 0 0;
}
#nav ul {
	height: 50px;
	margin-bottom: 2px;
}
#nav li {
	text-align: center;
	float: left;
	display: inline;
	width: auto;
}
#nav li a {
	font-family:'AvenirLT45BookRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 25px 15px 5px 15px;
	border-bottom: none;
	text-transform:uppercase;
	color:#53853d;
}
#nav li a:hover {

	border-bottom: 5px solid #cfe4c6;
}
#nav li {
	position: relative;
	margin-right:13px;
}
#nav ul ul {
	display: none;
	background:#fff;
	position: absolute;
	top: 57px;
	right: 0;
	z-index: 99999;
	float: none;
	height: auto;
	width: 100%;
	-webkit-box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
}
#nav ul ul a {
width: auto;
font-size: 11px;
text-align: left;
padding: 5px 10px;
border-bottom: none !important;
}

#nav ul ul a:hover {text-decoration:underline !important;}


#nav ul ul ul {
	background:#cfe4c6;
	width:300px;
	left: 100%;
	top: 0;
}

#nav ul ul li {clear:left !important;border-bottom:#cfe4c6 1px dotted;width:100%;}
#nav ul ul ul li {width:300px;border-bottom:#fff 1px dotted;}
#nav ul ul ul li a {padding: 0 10px !important;}

#nav ul li:hover > ul {
	display: block;
}
#nav ul li.current_page_item > a,
#nav ul li.current_page_parent > a,
#nav ul li.current_page_ancestor > a,
#nav ul li.current-cat > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a {
	border-bottom: 5px solid #53853d;
	color: #53853d;
}


/* Content */

#blurb {
	font-family: Georgia, serif;
	height: auto;
	border-bottom: 0px dotted #ccc;
	width: 100%;
	float: left;
	padding: 35px 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
}


.content {
	width: 620px;
	float: right;
	
	padding: 0;
	min-height: 420px;
	overflow: hidden;
}

#home-full-content .content {width:980px !important;}
.hentry {
	padding: 0 30px 0 0;
}
.hentry p {
	margin: 14px 0 14px 0;
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.hentry em {
	font-style: italic;
}
.hentry h2 {
	font-family: AvenirLT45BookRegular;
	font-size: 22px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	font-weight:600;
}
.hentry h1,
.hentry h1 a,
div.attachment h1,
div.attachment h1 a {
	font-family: Crimson Text Italic;
	font-size: 26px;
	margin: 30px 0 10px 0;
	font-weight: normal;
	line-height: 32px;
	color:#53853d;
}
.hentry h3,
.hentry h4 {
	font-family: AvenirLT45BookRegular;
	font-size: 18px;
	margin: 15px 0 10px 0;
	font-weight: normal;
}
.hentry h4 {
	font-size: 18px;
}
.hentry .indent {
	padding-left: 10px;
}
.hentry .indent p {
	padding-left: 10px;
}
.hentry small {
	font-size: 11px;
}
.hentry small a {
	font-weight: normal;
}
.hentry .alignright,
.navigation .alignright {
	float: right;
	margin-left: 10px;
}
.navigation .alignright {
	margin-right: 10px;
}
.hentry .alignleft,
.navigation .alignleft {
	float: left;
	margin-right: 10px;
}
.hentry .aligncenter {
	margin: 0 auto;
	display: block;
}
.hentry abbr {
	font-weight: normal
}
.hentry ul {
	list-style: circle;
	margin: 0 0 0 25px;
}
.hentry ol {
	list-style: decimal;
	margin: 0 0 0 30px;
}
.hentry .wp-caption {
	background: #f7f7f7;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px 5px 0;
}
.hentry .wp-caption-text {
	margin: 0;
	font-size: smaller;
}
.hentry .wp-caption a,
.hentry .wp-caption a:hover {
	border-bottom: 0;
}
.hentry blockquote,
.comment blockquote {
	color: #777;
	border-left: 5px solid #ccc;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
.hentry pre {
	font-family: Courier;
	font-size: 12px;
	letter-spacing: -1px;
	margin: 14px 0 14px 0;
}
.hentry .message ul {
	margin: 12px 0 0;
}
.hentry .message {
	display: none;
	background: #0f67a1;
	margin-top: 10px;
	padding: 20px;
	color: #fff;
}
.sticky .hentry-date {
	display: none;
}
.sticky hr {
	border-top: 12px solid #a0daf5;
}
.hentry table {
	margin: 10px 0;
	width: 100%;
}
.hentry th {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	font-weight: bold;
	text-align: left;
}
.hentry th,
.hentry td {
	padding: 5px 10px;
	vertical-align: top;
}
.hentry table img {
	margin: 0;
	padding: 0;
	border-width: 1px;
}
.hentry td {
	background: #fafafa;
	border-bottom: 1px solid #dadada;
}
.hentry tr:nth-child(2n+1) td {
	background: #eee;
}
.hentry tr:hover td {
	background: #ddd;
}
body.single .navigation {
	border-top: 1px dotted #ccc;
	margin: 30px 30px 0;
	padding-top: 10px;
}
body.single .nav-above {
	border-top: none;
	margin: 5px 10px 60px;
	color: #666;
}
body.single .nav-above a {
	color: #666;
	border-color: #666;
}
.hentry .hentry-meta {
	color: #666;
}
.hentry .hentry-meta a {
	color: #555;
}
.hentry .hentry-meta a:hover {
	color: #000;
	border-bottom: 1px solid;
}
table th,
table td {
	padding: 3px 5px;
}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.hentry img,
body.attachment .navigation img {
	background: #eee;
	border: 3px solid #ddd;
	margin: 0px 0px 5px;
	padding: 5px;
	
}
.hentry img.wp-smiley {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.hentry .wp-caption img {
	border-width: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 1px;
	margin: 0;
	color: #666;
}
.gallery a,
.gallery a:hover {
	border: none;
}
.gallery a:hover img,
body.attachment .navigation a:hover img {
	background: #333;
	border-color: #222 !important;
}


/* Comments */

#comments h3,
#comments h4 {
	font-family: Georgia, serif;
	font-size: 24px;
	margin: 35px 0 5px;
	font-weight: normal;
}
#comments h4 {
	font-size: 28px
}
#comments cite {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	color: #555;
	border-bottom: 1px dotted #ccc;
	margin-left: 5px;
	font-size: 14px;
}
#comments cite a {
	font-weight: normal;
	font-size: 15px;
	margin-right: 5px;
}
#comments em {
	font-style: italic;
	text-align: right;
}
#comments .avatar {
	float: left;
	padding-right: 5px;
}
#comments ol.commentlist li {
	margin-top: 20px;
	border: 1px dotted #ccc;
	border-right: 0;
	padding: 10px 5px 20px 10px;
	min-height: 110px;
}
#comments p {
	margin: 10px 20px 0;
	width: auto;
}
#comments span {
	display: none;
}
#comments .reply {
	margin: 10px 20px;
}
#comments .comment-author {
	margin-bottom: 20px;
}
#comments .comment-meta {
	float: right;
	margin-top: -40px;
}
#comments ul.formlist {
	margin: 20px auto;
	width: 375px;
}
#comments ul.formlist li {
	display: block;
	margin: 10px 0 0;
}
#comments ul.formlist p {
	margin: 10px 0 0;
	text-align: center;
}
#comments ul.children {
	margin-left: 30px;
}
#comments .bypostauthor.comment {
	background: #dff2f8;
}
#comments .comment {
	background: #fff;
	background: rgba(255,255,255,0.8);
}
#comments input {
	width: 370px;
	font-size: 14px;
	font-weight: normal;
}
#comments input[type="text"] {
	background: #f5f5f5;
	color: #666;
	padding: 8px;
}
#comments input[type="text"]:focus {
	background: #fff;
	color: #333;
}
#comments textarea {
	background: #f5f5f5;
	color: #666;
	width: 370px;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
}
#comments textarea:focus {
	background: #fff;
	color: #333;
}
#comments input#submit {
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 20px;
	width: 386px;
}
#comments input#submit:hover {
	background: #ccc;
	cursor: pointer;
}
#comments input#submit:active {
	background: #8cac0b;
	border: 1px solid #5c7205;
	color: #D9EB95;
}
#respond {
	text-align: center
}
.comment-form-comment label,
.form-allowed-tags {
	display: none;
}
#reply-title {
	font-size: 28px;
}
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label {
	display: block;
}


/* Sidebar */

#sidebar {
	width: 300px;
	float: left;
	margin: 0 0 25px 0;

}
#sidebar .block {
	padding: 25px 0 0;
}
#sidebar h3 {
	padding: 0 0 3px 0;
	font-size: 26px;
	font-family: Crimson Text Italic;
	font-weight:normal;
	color:#53853d;
}
#sidebar .block ul {
	
}
#sidebar .block ul .children {
	border: 0;
	padding: 0 0 0 8px;
}
#sidebar .block li {
	border-top: 1px solid #bfbfbf;
		color:#666;
}
#sidebar .block li a {
	background: transparent url(images/bullet_black.gif) no-repeat scroll 6px 10px;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 0 2px 15px;
	display: block;
	border-bottom: none;

}
#sidebar .block li a:hover {
	background: #f7f7f7 url(/images/bullet-green.png) no-repeat scroll 3px 52%;
	background: rgba(255,255,255,0.5) url(/images/bullet-green.png) no-repeat scroll 3px 52%;
}
#sidebar .widget_search label {
	display: block;
	padding: 25px 0 3px 0;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
}
#sidebar .widget_recent_comments li {
	background: transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
	padding: 2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,
#sidebar .widget_recent_comments li a:hover {
	background: none;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
#sidebar .widget_recent_comments li a:hover {
	color: #e12000;
	border-bottom: 1px dashed #e12000;
	background-color: #f7f7f7;
	background-color: rgba(255,255,255,0.5);
}
#sidebar .widget_tag_cloud h3 {
	margin: 0 0 8px;
	border-bottom: 1px dotted #ccc;
}
#sidebar .widget_text h3,
#sidebar .calendar h3 {
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 8px;
}
#sidebar .calendar h3 {
	display: none;
}
#sidebar #wp-calendar {
	width: 95%;
	text-align: center;
}
#sidebar #wp-calendar caption,
#sidebar #wp-calendar td,
#sidebar #wp-calendar th {
	text-align: center;
}
#sidebar #wp-calendar caption {
	font-size: 18px;
	padding: 25px 0 3px 0;
}
#sidebar #wp-calendar th {
	font-weight: bold;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#blurb .tweets {
	font-size: 22px;
}


/* Footer */


#footer {
	background:url(/images/shadow-bottom-content.png) no-repeat top center;
	width: 100%;
	min-height:300px;
	clear: both;
	border-top: 0px dotted #cccccc;
	text-align: center;
	padding: 30px 0 0;
	background-color:#53853d;
	margin:0 auto;
	color:#FFF !important;
}
#wpstats {
	display: block;
	margin: 10px auto 0;
}

/* Attachments */

body.attachment .content {
	width: 100%;
	border-right: none;
}
body.attachment .attachment img {
	margin: 20px auto 0;
	display: block;
	border: none;
	border-top: 6px solid #222;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
}
body.attachment #wrapper .attachment small + a {
	border-bottom: none;
}
body.attachment .navigation {
	width: 620px;
	margin: 0 auto 20px;
	border: none;
	overflow: hidden;
}
body.attachment .navigation a {
	border: none;
}


/* WP.com */

#wpl-button a,
#wpl-button a:hover,
#wrapper div.sharing a,
#wrapper div.sharing a:hover {
	border: none;
}
#wrapper .share-custom a.sharing-anchor,
#wrapper .sharing-hidden a {
	color: #666;
}
.widget_twitter ul {
	margin-top: 8px;
}
.widget_twitter ul li {
	padding: 8px 0 4px;
}
#sidebar .widget_twitter ul a {
	opacity: 0.6;
	display: inline;
	background-image: none;
	padding-left: 0;
}
#sidebar .widget_twitter ul a:hover {
	background-image: none;
}
#sidebar .widget_twitter ul .timesince {
	font-size: 11px;
	margin-left: 20px;
	display: block;
}
.widget_twitter ul a:hover {
	opacity: 1;
}
.widget #flickr_badge_uber_wrapper {
	width: 100%;
}
.widget #flickr_badge_wrapper {
	background: none;
	border: none;
	width: 100%;
}
.widget #flickr_badge_wrapper td {
	text-align: center;
}
.widget #flickr_badge_wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}

#frm_form_2_container label {color:#666 !important;}

#frm_checkbox_15-0,#frm_checkbox_15-1,#frm_checkbox_15-2 {float:left; width:100px;} 

#field_9ha45e,#field_iz8hyn,#field_xchahn,#field_u6vs93 {font-family:Arial, Helvetica, sans-serif;width:290px;background-color:#eaeaea;border:1px solid #cbcbcb;color:#666;font-style:normal !important;padding:5px;   -moz-box-shadow:inset 1px 1px 1px #cccccc;
   -webkit-box-shadow:inset 1px 1px 1px #cccccc;
   box-shadow:inset 1px 1px 1px #cccccc;}


#frm_field_34_container #field_phone  {font-family:Arial, Helvetica, sans-serif;width:290px;background-color:#eaeaea;border:1px solid #cbcbcb;color:#666;font-style:normal !important;padding:5px;   -moz-box-shadow:inset 1px 1px 1px #cccccc;
   -webkit-box-shadow:inset 1px 1px 1px #cccccc;
   box-shadow:inset 1px 1px 1px #cccccc;}

#field_iz8hyn {margin-top:15px;}

.frm_primary_label {
float: left !important;
padding-left: 0 !important;
width: 100% !important;
}


#frm_checkbox_31-0,#frm_checkbox_31-1,#frm_checkbox_31-2 {float:left; width:100px;}
#field_name, #field_address, #field_city,#field_state, #field_zip, #field_phone2, #field_fax, #field_emailaddress, #field_briefdescriptionofyourlegalissue  {font-family:Arial, Helvetica, sans-serif;width:490px;background-color:#eaeaea;border:1px solid #cbcbcb;color:#666;font-style:normal !important;padding:5px;   -moz-box-shadow:inset 1px 1px 1px #cccccc;
   -webkit-box-shadow:inset 1px 1px 1px #cccccc;
   box-shadow:inset 1px 1px 1px #cccccc;}
#field_briefdescriptionofyourlegalissue {margin-top:15px;}

.with_frm_style p.submit {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#field_u6vs93 {height:60px;}

#footer-container {margin:0 auto;width:940px;height:auto;margin-top:10px;}
#footer-column-left {float:left;width:444px;height:auto;}
#footer-column-right {float:right;width:444px;height:auto;color:#FFF;position:relative;}
#footer h3 {font-family: Crimson Text Italic;font-size: 26px;font-weight: normal;line-height: 32px; margin:0;text-align:left;border-bottom: 1px solid #3e6431;padding-bottom:7px;}
#footer li a {color:#fff;text-decoration:none !important;line-height:2.25;}
#footer a {color:#fff;text-decoration:none;}
#footer a:hover {color:#fff;text-decoration:underline;}
#footer li a:hover {color:#fff;text-decoration:underline !important;}
#footer-sub-column {font-family:'AvenirLT35LightRegular', Arial, Helvetica, sans-serif;font-size:12px;color:#fff;line-spacing:1.5;text-align:left;float:left;width:222px;margin-top:10px;}
#greenline {height:1px; background-color:#3E6431 !important;width:444px;float:left;margin:10px 0;}
#footer-utilities {font-family:'AvenirLT35LightRegular', Arial, Helvetica, sans-serif;font-size:12px;color:#fff;line-spacing:1.5;text-align:left;float:left;width:444px;margin-top:10px;}
.shareinpost {float:left;}
#copyright {width:980px; text-align:center;color:#fff;font-size:11px;font-family:'AvenirLT35LightRegular', Arial, Helvetica, sans-serif;margin:0 auto;padding-top:40px;}


#home-col-left {font-family:'AvenirLT35LightRegular', Arial, Helvetica, sans-serif;font-size:12px;color:#fff;line-spacing:1.5;text-align:left;float:left;width:300px;margin:10px 20px 0 0;}
#home-col-right {font-family:'AvenirLT35LightRegular', Arial, Helvetica, sans-serif;font-size:12px;color:#fff;line-spacing:1.5;text-align:left;float:right;width:300px;margin:10px 0 0 0;}
#home-cols h3 {font-family: Crimson Text Italic;font-size: 26px;font-weight: normal;line-height: 32px; margin:0;text-align:left;border-bottom: 1px solid #ccc;padding-bottom:7px;color: #53853D;}
#home-cols li {color:#666;}

.shareinpost a {border-bottom:none !important;}
#phone {margin:15px 0 0 627px;}
#social {position:absolute; top:10px; right:0px; width:50px;}
#fb {float:left;}
#tw {float:right;}

.random-image {padding-top:30px;}