/* @override 
	http://wp.local/content/themes/david-lehr/css/david-lehr.css?ver=1
	http://www.carpenterevert.com/wp-content/themes/david-lehr/css/david-lehr.css?ver=1
	http://wp.local/content/themes/dll-theme/css/david-lehr.css?ver=1
*/

body {
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #3c3c3e url(../img/minimal/bg.jpg?v=3) repeat left top;
	border-top: 5px solid #000;
}
#container-wrap {
	
}
#container {
	background: #fff url(../img/minimal/containerbg_top.jpg) no-repeat left top;
	border: 2px solid #101010;
}
#single-sidebar {
	width: 265px;
	border-right: 1px solid #e6e6e6;
	background-color: #eee;
	margin: 1px 5px 0 1px;
}
#single.grid_6 {
	width: 630px;
	padding-right: 10px;
	margin-top: 20px;
}
/* @group Style Guide */
h1, h2, h3, h4, h5, h6  {
	color: #16181a;
}
a {
	color: #3185c6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.lower-third {
	color: #fff;
}
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #000;
	margin-bottom: 5px;
}
h1 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font: bold 32px/40px serif;
	letter-spacing: 5px;
}
h1.title a {
	color: #000;
	font-weight: normal;
	font-style: normal;
}
h2, h3, h4 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.wp-caption, .the-content p img {
	background-color: #ccc;
	color: #eee;
	padding: 4px;
	border: 1px solid #fad247;
}
p {
	margin-bottom: 10px;
}
/* @end */

/* @group Header */
#crown {
	margin-top: 23px;
	margin-bottom: 20px;
	
}
#crown #logo a {
	text-indent: -99999px;
	display: block;
	height: 79px;
	background: url(../img/logo.png) no-repeat;
}
#phone-wrap {
	margin-top: 22px;
}
#phone {
	background: url(../img/phone.png) no-repeat 7px center;
	padding: 8px 10px 0 28px;
	border: 1px solid #474747;
	display: inline;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	display: block;
	height: 28px;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
/* @group Navigation */

#navigation {
	margin-bottom: 25px;
}
#navigation ul {
	height: 35px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #3285c6;
	border: 1px solid #25699d;
}
#navigation ul li {
	float: left;
	clear: right;
	display: inline;
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font: bold 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	padding: 5px 15px;
	border-left: 1px solid #26699e;
	border-right: 1px solid #3a98e2;
	white-space: nowrap;
}
#navigation ul li.first a {
	border-left: none;
}
#navigation ul li.last a {
	border-right: none;
}
#dl {
	margin-bottom: 30px;
	height: 200px;
	overflow: hidden;
	border: 2px solid #000;
}
/* @end */

/* @end */

/* @group Home */
#kickers {
	margin-bottom: 20px;
	margin-top: 20px;
}
#kickers #home-kicker-1, #kickers #home-kicker-2 {
	margin-right: 0;
	padding-right: 14px;
	border-right: 1px solid #ebebeb;
}
#kickers #home-kicker-3 {
	padding-right: 14px;
	border-right: 1px solid #ebebeb;
}
#kickers #sidebar {
	margin-left: 0;
	width: 180px;
}
#kickers h3, .widget h3, .widget h2.widget-title {
	font: bold 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	padding: 7px 0 7px 10px;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #bbb;
}
.widget h2.widget-title {
	margin-bottom: 5px;
	padding: 7px 0 7px 10px;
	background-color: #000;
	color: #fff;
}
#kickers h3.block-title, .home h2.widget-title {
	background-color: #000;
	color: #fff;
}
#kickers h3 a {
	color: #fff;
}
#kickers img.target-img {
	margin-bottom: 10px;
}
#kickers .grid_2 {
	margin-bottom: 15px;
}
#kickers .moretext, .widget .learnmore-block {
	display: block;
	background-color: #f2f4f7;
	text-align: center;
	margin-top: 15px;
	margin-bottom: -15px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	text-shadow: #fff 1px 1px 3px;
}
#kickers .moretext a, .widget .learnmore-block a {
}
#kickers .moretext a:hover, .widget .learnmore-block a:hover {
	text-decoration: none;
}
#kickers img.wp-post-image {
	margin-bottom: 15px;
}
/* @end */

/* @group Loop */
.loop .post-content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.loop .post-content img {
	float: left;
	margin: 0 15px 10px 0;
}
.loop .post-content span .learnmore-block {
	display: inline;
}
/* @end */

/* @group Content */
.the-content {
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
}
ol.loop {
	list-style-type: none;
	padding: 0;
}
.the-content ol, .the-content ul {
	display: block;
	clear: both;
	padding-left: 25px;
	margin: 10px 0 10px 25px;
}

.the-content ol li {
	list-style-type: decimal;
}
.the-content ul li {
	list-style-type: disc;
}
blockquote {
	padding-left: 10px;
	border-left: 5px solid #eee;
	margin-left: 20px;
}
.post-content img {
	padding: 5px;
	background-color: #f0f0f0;
}
.excerpt-content {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.pagination_single {
	padding: 0 15px;
	display: block;
	height: 22px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.pagination_single a {
	font-weight: bold;
}
.pagination_single .next {
	float: right;
}
#gallery {
	margin-top: 30px;
	margin-bottom: 10px;
}
#gallery img, .gallery-item img {
	padding: 4px;
	margin: 5px;
	background-color: #f0f0f0;
}
.gallery-item .gallery-caption {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}
#breadcrumb {
	width: 940px;
	margin: -15px 10px 10px;
	color: #999;
	display: none;
}
#author-block {
	display: block;
	text-align: left;
	padding: 5px 20px 5px 105px;
	border: 1px solid #eee;
	text-shadow: #fff 1px 1px 3px;
	background: #f2f4f7 url(../img/taking-notes.jpg) no-repeat 5px center;
	height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 25px;
}
/* @end */

/* @group Widget */
.widget {
	margin: 0 0 25px 10px;
}
.home .widget {
	margin-left: 0;
}
.widget ul  {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

.widget ul li ul  {
	margin: 0 0 5px 10px;
	font-size: 11px;
	white-space: nowrap;
}
.widget ul li li a:link, .widget ul li li a:visited  {
	padding: 5px 5px 5px 15px;
	font-size: 10px;
	background-position: 5px 8px;
	line-height: 1;
}

.widget ul li a:link, .widget ul li a:visited  {
	display: block;
	padding: 7px 0 7px 15px;
}

.widget ul li  {
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	border-top: 1px none #eee;
}
.widget ul > li  {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.widget ul li li  {
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	white-space: normal;
	text-transform: capitalize;
}
.widget ul li a:link, .widget ul li a:visited  {
	color: #3a3a3a;
	background: url(../img/minimal/widgetlisticon.gif) no-repeat 5px 13px;
}
.widget ul li.current_page_parent > a, .widget ul li.current_page_item a {
	color: #000;
	background: url(../img/minimal/subnav_current.gif) no-repeat 5px center;
}
.widget ul li a:hover  {
	color: #000;
	background: #f5f5f5 url(../img/minimal/subnav_current.gif) no-repeat 5px center;
	text-decoration: none;
}
.widget h5 {
	font-weight: bold;
	display: inline;
	float: left;
	width: 50px;
	padding-left: 10px;
}
.widget p {
	margin-bottom: 5px;
	padding: 0 10px 5px 15px;
}

.widget.widget_news h2, .widget.widget_about h2 {
	display: none;
}
#sub_nav {
	margin-bottom: 25px;
}
.widget.widget_about {
	padding-bottom: 0;
	margin-bottom: 25px;
}
.widget.widget_about img {
	margin-left: 0;
}
.widget.widget_about h3 {
	border-bottom: 1px solid #bbb;
	background-color: black;
}
.widget.widget_news {
	background-color: transparent;
	padding: 0;
}
.widget_news .tabs-wrap{
	border: 1px solid #76a0cd;
	clear: both;
	background-color: #fff;
	padding: 5px;
}
.widget_news ul.tab-nav {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
}
.widget_news ul.ui-tabs-nav li {
	list-style-type: none;
	display: inline;
	margin: 4px 5px 0 0;
	padding: 3px 10px;
	background-color: #bbb;
	color: #fff;
	float: left;
	clear: right;
}
.widget_news ul.ui-tabs-nav li.ui-state-active {
	background-color: #76a0cd;
	padding: 5px 10px;
	margin-top: 0;
}
.widget_news ul.ui-tabs-nav li:hover {
	background-color: #76a0cd;
}
.widget_news ul.ui-tabs-nav li a {
	color: #fff;
}
.widget_news p.email {
	padding: 0;
	margin-left: 5px;
}
.widget_news p.email a {
	font-size: 12px;
	padding-left: 25px;
	background: url(../img/mail.png) no-repeat left center;
}
/* @end */

/* @group Misc */
.typekit-badge {
	display: none !important;
}
/* @group forms */

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap  textarea {
	padding: 8px;
	border: 1px solid #efaf15;
	font-size: 13px;
	width: 220px;
}
.wpcf7-form-control-wrap  textarea {
	width: 400px;
}
.wpcf7-form input.submit {
	border-style: none;
	width: 115px;
	height: 40px;
	cursor: pointer;
}
.screen-reader-text {
	display: none;
}

/* @end */
/* @end */

/* @group Footer */
#footer {
	color: #ccc;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-column {
	font-size: 11px;
}
#footer a {
	color: #ccc;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer #footer-mid-1 ul li a, #footer ul li span {
	font-weight: bold;
	text-transform: uppercase;
}
#footer ul li {
	padding: 0 5px 0 10px;
	background: transparent url(../img/minimal/footerlisticon.gif) no-repeat 0 7px;
	overflow: hidden;
}
#footer ul li.last {
	border-right: none;
}
#footer ul li a {
	text-decoration: none;
	font-size: 11px;
	display: block;
	white-space: nowrap;
	text-transform: lowercase;
}
#footer #search {
	margin-top: 50px;
}
/* @end */
