/*
Description:	Custom stylesheet for Let's Grow Leaders
Author:			John Marcello
*/

/* ---- css reset defaults ---- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, 
audio, video { border: 0; font-size: 100%; font: inherit; margin: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: 700; }
em { font-style: italic; }
input[type="text"], input[type="email"], textarea, input[type="submit"] { -webkit-appearance: none; }

/* ---- site wide defaults ---- */

html { overflow-y: scroll; }
.custom * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.custom { background: #FFFFFF; color: #3D2314; font-size: 62.5%; font-family: 'Open Sans'; }
.custom a { color: #5C8A4C; text-decoration: none; }
.custom a:hover { color: #3D2314; text-decoration: none; }
.custom :focus { outline: none; border-color: #CFCFCF; }

.custom .none { display: none; }
.custom .left { float: left; }
.custom .right { float: right; }
.custom .clear { clear: both; }

.custom img.flex { display: block; height: auto; width: 100%; }
#thesis_launcher { display: none !important; }

.custom .wrapper { margin: 0 auto; } 
.custom .inner { margin: 0 auto; max-width: 120em; }

.custom #mobile .screen { display: block; }
.custom #mobile .mobile { display: none; }

.custom #header { background: #C7C5C6; border-bottom: 6px solid #5C8A4C; margin-bottom: 25px; padding: 10px 25px; width: 100%;
background: -moz-linear-gradient(top,  #C7C5C6 0%, #C7C5C6 5%, #F5F3F4 95%, #F5F3F4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C7C5C6), color-stop(5%,#C7C5C6), color-stop(95%,#F5F3F4), color-stop(100%,#F5F3F4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #C7C5C6 0%,#C7C5C6 5%,#F5F3F4 95%,#F5F3F4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #C7C5C6 0%,#C7C5C6 5%,#F5F3F4 95%,#F5F3F4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #C7C5C6 0%,#C7C5C6 5%,#F5F3F4 95%,#F5F3F4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #C7C5C6 0%,#C7C5C6 5%,#F5F3F4 95%,#F5F3F4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7C5C6', endColorstr='#F5F3F4',GradientType=0 ); /* IE6-9 */
}
.custom #header .wrapper {  margin: 0 auto; max-width: 120em;  }
.custom #header .inner { margin: 0 auto; max-width: 120em; }
.custom #header .tbl_header td { vertical-align: middle; }
.custom #header h2.screen { display: block; }
.custom #header h2.mobile { display: none; }
.custom #header td.logo { padding: 0; width: 25%; }
.custom #header img.flex { height: auto; max-width: 240px; opacity: 1; width: 100%; }
.custom #header img.flex:hover  { opacity: 0.9; }
.custom #header td.grid { color: #FFFFFF; padding: 0; width: 75%; }
.custom #header .social { text-align: right; }
.custom #header .social a { display: inline-block; padding: 1% 0 0; }
.custom #header .social img { height: 24px; opacity: 1; margin: 0 0 0 4px; width: 24px; }
.custom #header .social img:hover { opacity: 0.8; }
.custom #header .menu { margin-right: 3px; overflow: hidden; text-align: right; }
.custom #header .menu li { display: inline; margin-left: -2px; }
.custom #header .menu li:hover { display: inline; } 
.custom #header .menu li a { color: #3D2314; display: inline-block; font: 700 15px/15px 'Open Sans', sans-serif; padding: 1.8% 2.2%; text-transform: uppercase; }
.custom #header .menu li a:hover { color: #5C8A4C; text-decoration: underline; }
.custom #header .menu li.current_page_item a { color: #5C8A4C; }
.custom #header .menu li.current_page_item a:hover { color: #5C8A4C; }
.custom #header .menu li.last a { padding-right: 0; }
.front #header { margin-bottom: 0 !important; }
.contact #header { margin-bottom: 0 !important; }

.custom #slider { background: #FFFFFF; border-bottom: 2px solid #5C8A4C; padding: 15px 25px 25px; width: 100%; }
.custom #slider .wrapper { margin: 0 auto; width: 100%; }
.custom #slider .inner { max-width: 120em; }
.custom #slider .inner img { display: block; height: auto; margin: 0 auto; width: 100%; }
.custom #slider  h1 { color: #3D2314; font: 700 26px/30px 'Open Sans Condensed',sans-serif; margin: 0 10px 20px; text-align: center; text-transform: capitalize; }
.custom #slider .box { height: auto; margin: 0 auto; max-width: 800px; width: 100%; }
.custom #slider .box .image_carousel { padding: 0; position: relative; }
.custom #slider .box .image_carousel a { display: block; }
.custom #slider .box .image_carousel img { display: block; float: left; height: auto; margin: 0; width: 100%; }
.custom #slider .box a.prev, .custom #slider .box a.next { background: url('images/new_sprite.png') no-repeat transparent; display: block; height: 40px; margin-top: -20px; position: absolute; top: 50%; width: 40px; z-index: 8888; }
.custom #slider .box a.prev { left: 10px;  background-position: 0 0; opacity: 0.5; }
.custom #slider .box a.prev:hover { opacity: 1; }
.custom #slider .box a.next { background-position: -40px 0; right: 10px; opacity: 0.5; }
.custom #slider .box a.next:hover { opacity: 1; }
.custom #slider .box a.prev span, .custom #slider .box a.next span { display: none; }
.custom #slider .box .clear { float: none; clear: both; }

.custom #subscribe { background: #5C8A4C; border-bottom: 2px solid #5C8A4C; padding: 20px 0; width: 100%; }
.custom #subscribe .inner { max-width: 120em; overflow: hidden; }
.custom #subscribe .tbl_join td { vertical-align: middle; }
.custom #subscribe .top { color: #FFFFFF; font: 700 20px/34px 'Open Sans Condensed',sans-serif; float: left; margin: 5px 0; text-align: center; text-transform: uppercase; width: 56%; }
.custom #subscribe .bottom { float: left; text-align: left; width: 44%; }
.custom #subscribe .field { float: left; width: 60%; }
.custom #subscribe .field input { background: #FFFFFF; border: 0; border-radius: 4px; color: #3D2314; font: 700 14px/14px 'Open Sans',sans-serif; margin: 0 2% 0 0; padding: 12px 6px; text-align: center; text-transform: uppercase; width: 98%;}
.custom #subscribe .field input:focus { background: #FFFFFF; }
.custom #subscribe .send { float: left; width: 40%; }
.custom #subscribe .send input { background: #3D2314; border: 1px; border-radius: 4px; color: #FFFFFF; font: 700 14px/14px 'Open Sans',sans-serif; height: 42px; letter-spacing: 1px; margin: 1px 0; text-transform: uppercase; width: 120px; }
.custom #subscribe .send input:hover { background: #E9E9E9; border: 0; color: #3D2314; }

.front #features { background: #FFFFFF; border-bottom: 2px solid #D1D1D1; }
.front #features .wrapper { background: #FFFFFF; margin: 0 12px; }
.front #features .inner { margin: 0 auto; max-width: 103em; overflow: hidden; padding: 20px 0 0; }
.front #features  h2 { color: #3D2314; font: 700 26px/30px 'Open Sans Condensed',sans-serif; margin-bottom: 6px; text-align: center; text-transform: capitalize; }
.front #features .column { float: left; margin: 0 auto 35px; padding: 0 12px; width: 33.333333%; }
.front #features .features_image img { display: block; height: auto; margin: 0 auto; max-width: 120px; width: 100%; }
.front #features .features_title h3 { color: #5C8A4C; font: 700 24px/24px 'Open Sans Condensed', sans-serif; padding: 10px 0 15px; text-align: center; text-transform: uppercase; }
.front #features .features_text { font: 400 14px/20px 'Open Sans', sans-serif; margin-bottom: 20px; text-align: justify; }
.front #features .features_button { text-align: center;  }
.front #features .features_button a { background: #5C8A4C; border-radius: 4px; color: #FFFFFF; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 6px 12px; text-decoration: none; text-transform: uppercase; }
.front #features .features_button a:hover { background: #3D2314; border-radius: 4px; }
.front #features .features_button span { position: relative; top: 3px; }

.custom #feeds { background: #F1F1F1; border-bottom: 2px solid #D1D1D1; }
.custom #feeds .wrapper { margin: 0 12px; }
.custom #feeds .inner { margin: 0 auto; max-width: 100em; overflow: hidden; padding: 25px 0 0; }
.custom #feeds .first { float: left; margin: 0 auto 30px; padding: 0 20px 0 12px; position: relative; width: 65%; }
.custom #feeds .first .feed_title h3 { color: #5C8A4C; font: 700 24px/24px 'Open Sans Condensed', sans-serif; margin-bottom: 15px; text-transform: uppercase; }
.custom #feeds .first .feed_container { overflow: hidden; }
.custom #feeds .first img.flex { display: block; float: left; height: auto; margin: 3px 15px 7px 0; max-width: 200px; width: 100%; }
.custom #feeds .first h4.feed_title { font: 700 20px/20px 'Open Sans Condensed', sans-serif; margin-bottom: 4px; text-transform: uppercase; width: 100%; }
.custom #feeds .first h4.feed_title a { color: #3D2314; }
.custom #feeds .first h4.feed_title a:hover { color: #3D2314; text-decoration: underline; }
.custom #feeds .first .meta_cat a { color: #3D2314; display: inline-block; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin-bottom: 12px; text-transform: uppercase; }
.custom #feeds .first .meta_cat a:hover { color: #3D2314; text-decoration: underline; }
.custom #feeds .first .feed_excerpt { font: 400 14px/20px 'Open Sans',sans-serif; margin-bottom: 10px; overflow: hidden; text-align: justify; }
.custom #feeds .first .feed_excerpt h3 { display: none; }
.custom #feeds .first .feed_more a { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; position: relative; text-decoration: none; text-transform: uppercase; top: 1px; }
.custom #feeds .first .feed_more a:hover { color: #5C8A4C; text-decoration: underline; }
.custom #feeds .last { float: left; margin: 0 auto 30px; padding: 0 12px 0 20px; width: 35%; }
.custom #feeds .last .feed_title h3 { color: #5C8A4C; font: 700 24px/24px 'Open Sans Condensed', sans-serif; margin-bottom: 15px; text-transform: uppercase; }
.custom #feeds .last .praise { padding: 0 0 15px; }
.custom #feeds .last .comment { color: #3D2314; font: italic 700 15px/20px 'Open Sans',sans-serif; letter-spacing: -1px; }
.custom #feeds .last .quote_top { color: #3D2314; font: bold 20px/20px georgia,sans-serif; }
.custom #feeds .last .quote_bottom { color: #3D2314; font: bold 20px/20px georgia,sans-serif; } 
.custom #feeds .last .quote_bar { display: inline-block; margin-bottom: 10px; }
.custom #feeds .last .name { color: #5C8A4C; display: block; font: 700 14px/14px 'Open Sans Condensed',sans-serif; margin-bottom: 4px; text-transform: uppercase; }
.custom #feeds .last .org { color: #5C8A4C; display: block; font: 700 14px/14px 'Open Sans Condensed',sans-serif; text-transform: none; }

.custom #projects { background: #FFFFFF; width: 100%; }
.custom #projects .wrapper { margin: 0 12px; }
.custom #projects .inner { margin: 0 auto; max-width: 100em; overflow: hidden; padding: 25px 0 0; }
.custom #projects .first { float: left; margin: 0 auto 30px; padding: 0 20px 0 12px; position: relative; width: 65%; }
.custom #projects .first .feed_title h3 { color: #5C8A4C; font: 700 24px/24px 'Open Sans Condensed', sans-serif; margin-bottom: 15px; text-transform: uppercase; }
.custom #projects .first .feed_container { overflow: hidden; }
.custom #projects .first img.flex { display: block; float: left; height: auto; margin: 3px 15px 7px 0; max-width: 200px; width: 100%; }
.custom #projects .first h4.feed_title { font: 700 20px/20px 'Open Sans Condensed', sans-serif; margin-bottom: 4px; text-transform: uppercase; width: 100%; }
.custom #projects .first h4.feed_title a { color: #3D2314; }
.custom #projects .first h4.feed_title a:hover { color: #3D2314; text-decoration: underline; }
.custom #projects .first .feed_date { color: #3D2314; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin-bottom: 12px; text-transform: uppercase; width: 100%; } 
.custom #projects .first .feed_excerpt { font: 400 14px/20px 'Open Sans',sans-serif; margin-bottom: 10px; text-align: justify; }
.custom #projects .first .feed_more a { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; position: relative; text-decoration: none; text-transform: uppercase; top: 1px; }
.custom #projects .first .feed_more a:hover { color: #5C8A4C; text-decoration: underline; }
.custom #projects .last { float: left; margin: 35px auto; padding: 0 12px 0 20px; position: relative; width: 35%; }
.custom #projects .last .feed_title h3 { color: #5C8A4C; font: 700 24px/24px 'Open Sans', sans-serif; margin-bottom: 15px; text-transform: uppercase; }
.custom #projects .last .links { color: #5C8A4C; display: inline-block; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 4px auto; padding: 10px 0 10px 45px; text-transform: uppercase; width: 100%; }
.custom #projects .last .links a { color: #5C8A4C; display: block; }
.custom #projects .last .links a:hover { color: #3D2314; text-decoration: none; }
.custom #projects .last .read { background: url('images/icon_read_green_square.png') no-repeat scroll 0 center #E7E7E7; }
.custom #projects .last .buy { background: url('images/icon_buy_green_square.png') no-repeat scroll 0 center #E7E7E7; }
.custom #projects .last .bulk { background: url('images/icon_bulk_green_square.png') no-repeat scroll 0 center #E7E7E7; }
.custom #projects .last .blog { background: url('images/icon_blog_green_square.png') no-repeat scroll 0 center #E7E7E7; }
.custom #projects .last .reviews { background: url('images/icon_reviews_green_square.png') no-repeat scroll 0 center #E7E7E7; }

/* ---- major structural elements ---- */

.custom #container { width: 100%; padding: 0 25px; }
.custom #container .wrapper { margin: 0 auto; max-width: 120em; width: 100%; }
.custom #container .inner { overflow: hidden; }
.custom #content { float: left; margin-bottom: 30px; width: 66.666667%; } /* styles content area */
.custom #sidebar { float: right; padding-left: 30px; width: 33.333333%; } /* styles sidebar area */
.contact #container .wrapper { margin: 0 auto; max-width: 120em; padding: 0; width: 100%; }
.custom #full { float: none; width: 100%; } /* styles content area */

/* ---- title area ---- */

.custom #title .tbl_title td { vertical-align: middle; }
.custom #title .tbl_title .title { border-bottom: 4px solid #5C8A4C; color: #5C8A4C; font: 700 24px/24px 'Open Sans Condensed',sans-serif; letter-spacing: -1px; margin-bottom: 27px; padding-bottom: 2px; text-transform: uppercase; }

/* ---- blog pages ---- */

.blog #content table.meta_tbl { margin-bottom: 16px; }
.blog #content td.meta_content { vertical-align: middle; } 
.blog #content td h2.headline_area { border-bottom: 2px solid #EAEAEA; float: left; font: 700 20px/20px 'Open Sans Condensed', sans-serif; margin-bottom: 5px; padding-bottom: 3px; text-transform: uppercase; width: 100%; }
.blog #content td h2.headline_area a { color: #3D2314; }
.blog #content td h2.headline_area a:hover { color: #5C8A4C; text-decoration: none; }
.blog #content td div.meta_data { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; text-transform: uppercase; }
.blog #content td div.meta_data a { color: #5C8A4C; }
.blog #content td div.meta_data a:hover { color: #5C8A4C; text-decoration: underline; }
.blog #content td span.separator { color: #5C8A4C; font: 600 14px/14px 'Open Sans', sans-serif; position: relative; top: -1px; }

/* ---- content areas ---- */

.custom .format_text p { font: 400 16px/26px 'Source Sans Pro',sans-serif; margin-bottom: 16px; text-align: justify; }
.custom .format_text a { color: #5C8A4C; }
.custom .format_text a:hover { color: #3D2314; text-decoration: underline; }
.custom .format_text h2 { border-bottom: 4px solid #5C8A4C; color: #5C8A4C; display: inline-block; font: 700 24px/24px 'Open Sans Condensed',sans-serif; letter-spacing: -1px; margin-bottom: 27px; padding-bottom: 2px; text-transform: uppercase; }
.custom .format_text h3 { color: #5C8A4C; font: 600 20px/20px 'Open Sans Condensed',sans-serif; margin-bottom: 16px; text-transform: uppercase; }
.custom .format_text h4 { color: #3D2314; font: 600 20px/20px 'Open Sans Condensed',sans-serif; margin-bottom: 16px; text-transform: uppercase; }
.custom .format_text h5 { color: #5C8A4C; font: 600 20px/20px 'Open Sans Condensed',sans-serif; margin-bottom: 16px; }
.custom .format_text h6 { color: #3D2314; font: 600 20px/20px 'Open Sans Condensed',sans-serif; margin-bottom: 16px; }
.custom .format_text ul { list-style: square; margin: 0 0 16px 20px; }
.custom .format_text ul li { font: 400 16px/26px 'Source Sans Pro', sans-serif; margin: 0 0 16px 10px; text-align: justify; }
.custom .format_text ul li a { text-decoration: underline; }
.custom .format_text ul li a:hover { text-decoration: underline; }
.custom .format_text ol {  counter-reset: li; margin: 0 0 16px 0; padding: 0; }
.custom .format_text ol > li { font: 400 16px/26px 'Source Sans Pro', sans-serif; list-style: none; margin: 0 0 16px 10px; text-align: justify; }
.custom .format_text ol > li:before { content:counter(li) ". "; counter-increment: li; font-weight: bold; padding-right: 2px; }
.custom .format_text li ol, li ul { list-style-type: square; margin-top: 16px !important; }
.custom .format_text li ol li, li ul li { margin-left: 32px; }
.custom .format_text ol ol li:last-child { margin-bottom: 0; }
.custom .format_text ol li a { text-decoration: none; }
.custom .format_text ol li a:hover { text-decoration: underline; }
.custom .format_text blockquote { border-left: 3px solid #DDDDDD; color: #3D2314; font: 400 16px/20px 'Open Sans', sans-serif; margin: 10px 7px 20px 7px; padding: 0 20px; }
.custom .format_text blockquote .quote { font: italic 400 16px/20px 'Open Sans', sans-serif; margin-bottom: 6px; }
.custom .format_text blockquote .attribution { font: 700 16px/16px 'Open Sans Condensed', sans-serif; }
.custom .format_text .alignleft { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; float: left; height: auto; margin: 5px 25px 10px 0; max-width: 180px; width: 43%; padding: 4px; }
.custom .format_text .alignright { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; float: right; height: auto; margin: 5px 0 10px 25px; max-width: 180px; width: 43%; padding: 4px; }
.custom .format_text .aligncenter { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; height: auto; margin: 0 auto 20px; max-width: 800px; text-align: center; width: 100%; padding: 4px; }
.custom .format_text .custom_excerpt { font: 400 16px/26px 'Source Sans Pro',sans-serif; text-align: justify; }

/* ---- feeds / archives ---- */

.pages .format_text a { text-decoration: underline; }

.feeds .post_box { overflow: hidden; }
.feeds .post_image { display: none; }
.feeds .post_excerpt p { overflow: hidden; }
.feeds .custom_excerpt a { text-decoration: underline; }
.feeds .format_text h3, 
.feeds .format_text blockquote { display: none; }
.feeds img.thumb.alignleft { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; float: left; height: auto; margin: 4px 20px 0 0; max-width: 180px; width: 43%; padding: 4px; }
.feeds img.thumb.alignright { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; float: right; height: auto; margin: 4px 0 0 20px; max-width: 180px; width: 43%; padding: 4px; }
.feeds img.thumb.aligncenter { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; height: auto; margin: 0 auto 20px; text-align: center; padding: 4px; }
.feeds a.read_link { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; position: relative; text-decoration: none; text-transform: uppercase; top: 1px; } 
.feeds a.read_link:hover { color: #5C8A4C; text-decoration: underline; }
.feeds .cat_tag { background: #F9F9F9; border: 2px solid #EAEAEA; border-radius: 4px; color: #5C8A4C; margin-bottom: 50px; padding: 10px 10px 8px; width: 100%; }
.feeds .cat_tag .post_cats { font: 700 14px/20px 'Open Sans Condensed',sans-serif; text-transform: uppercase; }
.feeds .cat_tag .post_cats_intro { color: #3D2314; }
.feeds .cat_tag .post_cats a:hover { color: #5C8A4C; text-decoration: underline; }

.archives .post_box { margin-bottom: 30px; }

/* ---- single posts ---- */

.posts .format_text a { text-decoration: underline !important; }
.posts .thumb { display: none; }
.posts img.post_image.alignleft { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; float: left; height: auto; margin: 5px 25px 25px 0; max-width: 280px; width: 43%; padding: 4px; }
.posts img.post_image.alignright { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; float: right; height: auto; margin: 5px 0 25px 26px; max-width: 280px; width: 43%; padding: 4px; }
.posts img.post_image.aligncenter { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; height: auto; margin: 0 auto 20px; max-width: 640px; text-align: center; width: 100%; padding: 4px; }

.posts h5.call { color: #5C8A4C; font: 600 20px/24px 'Open Sans Condensed',sans-serif; margin: 24px 0 36px; }

.posts #signup { background: #5C8A4C; border-radius: 4px; margin-bottom: 20px; padding: 15px 20px 20px; }
.posts #signup td { vertical-align: middle; }
.posts #signup td.form { padding: 0 20px; width: 100%; }
.posts #signup td.form .lead { color: #FFFFFF; font: 700 20px/24px 'Open Sans Condensed',sans-serif; text-transform: uppercase; }
.posts #signup td.form input[type="email"] { border: 0; border-radius: 4px; color: #3D2314; font: 400 12px/12px 'Open Sans',sans-serif; letter-spacing: 1px; margin: 8px 0 12px; max-width: 480px; padding: 9px 12px; text-transform: uppercase; width: 100%; }
.posts #signup td.form input[type="submit"] { background: #E9E9E9; border: 0; border-radius: 4px; color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 10px; text-align: center; text-transform: uppercase; width: 140px; }
.posts #signup td.form input[type="submit"]:hover { color: #3D2314; }
.posts #signup .privacy { font: italic 400 12px/12px 'Open Sans',sans-serif; margin: 0 0 0 12px; }
.posts #signup .privacy a { color: #FFFFFF; text-decoration: none; }
.posts #signup .privacy a:hover { color: #3D2314; text-decoration: none; }

.posts .post_cats { background: #F9F9F9; border: 2px solid #EAEAEA; border-radius: 4px; color: #5C8A4C; font: 700 14px/20px 'Open Sans Condensed',sans-serif; padding: 10px 10px 8px; position: relative; top: 6px; text-transform: uppercase; width: 100%; }
.posts .post_cats .post_cats_intro { color: #3D2314; }
.posts .post_cats a { color: #5C8A4C; }
.posts .post_cats a:hover { color: #5C8A4C; text-decoration: underline; }
.posts .post_tags { background: #F9F9F9; border: 2px solid #EAEAEA; border-radius: 4px; color: #5C8A4C; font: 700 14px/20px 'Open Sans Condensed',sans-serif; padding: 10px 10px 8px; position: relative; top: 6px; text-transform: uppercase; width: 100%; }
.posts .post_tags .post_tags_intro { color: #3D2314; }
.posts .post_tags a { color: #5C8A4C; }
.posts .post_tags a:hover { color: #5C8A4C; text-decoration: underline; }

.posts #content .share { margin: 30px 0 20px; }
.posts #content .share .share_intro { border-bottom: 2px solid #EAEAEA; color: #3D2314; display: block; font: 700 20px/20px 'Open Sans Condensed',sans-serif; margin-bottom: 15px; text-transform: uppercase;  }
.posts #content .share .st_facebook_vcount .stBubble_count,
.posts #content .share .st_twitter_vcount .stBubble_count { 
	background: #D5D5D5; 
	background: -moz-linear-gradient(top,#d5d5d5 0,#efefef 48%,#fff 94%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d5d5d5),color-stop(48%,#efefef),color-stop(94%,#fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5',endColorstr='#ffffff',GradientType=0);
	border: 1px solid #CCCCCC; }
.posts #content .share .stButton { margin-left: 0; margin-bottom: 10px; }
.posts #content .share .stButton .stBubble { height: 35px; }
.posts #content .share .stButton .stBubble_count { font: 14px/14px 'Open Sans ',sans-serif; height: 26px; padding-top: 5px; }
.posts #content .share .stButton .st-facebook-counter { border-radius: 4px; height: 22px; }
.posts #content .share .stButton .st-facebook-counter:hover { opacity: 0.8; }
.posts #content .share .stButton .st-twitter-counter { height: 25px; }
.posts #content .share .stButton .st-twitter-counter:hover { opacity: 0.8; }
.posts #content .share .stButton .st-linkedin-counter { height: 25px; }
.posts #content .share .stButton .st-linkedin-counter:hover { opacity: 0.8; }
.posts #content .share .stButton .st-pinterest-counter { height: 25px; }
.posts #content .share .stButton .st-pinterest-counter:hover { opacity: 0.8; }
.posts #content .share .stButton_gradient { height: 23px; }

.posts .related_area { margin-bottom: 40px; }
.posts h2#related-posts-via-categories-title { border-bottom: 2px solid #EAEAEA; color: #3D2314; font: 700 20px/20px 'Open Sans Condensed', sans-serif; margin-bottom: 20px; text-transform: uppercase; }
.posts ul#related-posts-via-categories-list { margin: 0 0 16px 20px; list-style: square; }
.posts ul#related-posts-via-categories-list li { font: 700 16px/16px 'Open Sans Condensed',sans-serif; margin-bottom: 16px; text-transform: capitalize; }
.posts ul#related-posts-via-categories-list li a { color: #5C8A4C; }
.posts ul#related-posts-via-categories-list li a:hover { color: #5C8A4C; text-decoration: underline; }

.posts .author { border-top: 4px solid #5C8A4C; border-bottom: 4px solid #5C8A4C; margin-bottom: 20px; overflow: hidden; padding-top: 16px; width: 100%; }
.posts .author_headshot { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; height: auto; float: left; margin: 0 16px 0 0; padding: 4px; width: 20%; }
.posts .author_info .author_name { color: #3D2314; font: 700 20px/20px 'Open Sans Condensed',sans-serif; padding: 6px 0; text-transform: uppercase; }
.posts .author_info .author_bio { font: italic 400 16px/26px 'Source Sans Pro',sans-serif; text-align: justify; }

/* ---- interior pages ---- */

.custom .divider { border-bottom: 2px solid #EAEAEA; margin-bottom: 30px; padding-bottom: 15px; }
.pages .banner_image { margin-bottom: 10px; }

.about ul.award_box { display: block; list-style: none; margin: 0 auto; text-align: center; }
.about ul.award_box li { display: inline-table; margin: 10px auto 10px; width: 24%; }
.about ul.award_box li a { display: inline; }
.about ul.award_box li a img { border: 2px solid #EAEAEA; display: block; height: auto; margin: 0 auto; max-width: 125px; width: 100%; }

.services .tabbed { margin-top: 12px; }
.services .tabbed ul.tabs { border-bottom: 6px solid #E7E7E7; float: left; height: 40px; margin: 0 0 15px; width: 100%; }
.services .tabbed ul.tabs li { border: 2px solid #FFFFFF; border-bottom: 0; float: left; height: 40px; margin: 0 2px; overflow: hidden; position: relative; top: -6px; width: 100px }
.services .tabbed ul.tabs li.first { margin-left: 0; }
.services .tabbed ul.tabs li a { color: #3D2314; display: block; font: 700 16px/38px 'Open Sans Condensed',sans-serif; height: 38px; text-align: center; text-decoration: none; text-transform: uppercase; }
.services .tabbed ul.tabs li.active { background: #F9F9F9; border: 2px solid #E7E7E7; border-bottom: 0; border-radius: 2px 2px 0 0; }
.services .tabbed ul.tabs li.active a { color: #5C8A4C; }
.services .tbl_client ul { margin-bottom: 0 !important; }
.services .tbl_client li { margin-bottom: 0 !important; text-align: left !important; }

.services .divider { border-bottom: 2px solid #EAEAEA; margin-bottom: 30px; padding-bottom: 12px; }
.services #content .reviews { list-style: none !important; margin-left: 0 !important; }
.services #content .reviews li { margin: 0 !important; }
.services #content .quote p { font-style: italic; }
.services #content .attribute { border-bottom: 1px dashed #CFCFCF; margin-bottom: 12px; padding-bottom: 20px; }
.services #content .last .attribute { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.services #content .name { color: #5C8A4C; font: 700 15px/15px 'Open Sans Condensed',sans-serif; margin-bottom: 4px; text-transform: uppercase; }
.services #content .org { color: #5C8A4C; display: block; font: 700 15px/15px 'Open Sans Condensed',sans-serif; text-transform: none; width: 100%; }

.services #join { background: #5C8A4C; border-radius: 4px; margin-bottom: 20px; padding: 15px 20px 20px; }
.services #join form { margin: 0 auto; width: 100%; }
.services #join .lead { color: #FFFFFF; font: 700 24px/30px 'Open Sans',sans-serif; margin-bottom: 15px; text-align: center; }
.services #join input[type="text"] { border: 0; border-radius: 4px; color: #3D2314; float: left; font: 400 12px/12px 'Open Sans',sans-serif; letter-spacing: 1px; margin: 0 1% 20px; padding: 9px 12px; text-align: center; text-transform: uppercase; width: 48%; }
.services #join input[type="email"] { border: 0; border-radius: 4px; color: #3D2314; float: left; font: 400 12px/12px 'Open Sans',sans-serif; letter-spacing: 1px; margin: 0 1% 20px; padding: 9px 12px; text-align: center; text-transform: uppercase; width: 48%; }

.services #join .mc-button { text-align: center; }
.services #join input[type="submit"] { background: #E9E9E9; border: 0; border-radius: 4px; color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 10px; text-align: center; text-transform: uppercase; width: 140px; }
.services #join input[type="submit"]:hover { color: #3D2314; }
.services #join .privacy { font: 400 12px/12px 'Open Sans',sans-serif; margin: 0 0 0 12px; }
.services #join .privacy a { color: #FFFFFF; text-decoration: none; }
.services #join .privacy a:hover { color: #3D2314; text-decoration: none; }
.services #join .denotes { color: #FFFFFF; font: italic 400 12px/12px 'Open Sans',sans-serif; margin: 0 0 0 12px; }

.books .divider { border-bottom: 2px solid #EAEAEA; margin-bottom: 30px; padding-bottom: 25px; }
.books #content div.book_cover { background: #F9F9F9; border: 2px solid #EAEAEA; display: block; float: left; margin: 0 25px 10px 0; padding: 4px; }
.books div.book_cover img { display: block; height: auto; max-width: 150px; width: 100%; }
.books div.book_title { color: #3D2314; font: 700 20px/20px 'Open Sans Condensed', sans-serif; letter-spacing: -1px; margin-bottom: 12px; text-transform: uppercase; }
.books div.book_author { color: #5C8A4C; font: 700 16px/16px 'Open Sans Condensed', sans-serif; margin-bottom: 15px; text-transform: uppercase; }
.books div.book_summary { font: 400 15px/25px 'Source Sans Pro', sans-serif; text-align: justify; }
.books div.book_summary p { margin-bottom: 15px; }
.books .book_intro { border-bottom: 2px solid #E7E7E7; margin-bottom: 30px; padding-bottom: 25px; }
.books .book_intro p { margin-bottom: 0; }
.books .button_area { }
.books .button_area.last { border-bottom: 0; }
.books ul.book_buttons { display: block; list-style: none; margin: 0; text-align: center; }
.books ul.book_buttons li { border-radius: 4px; display: inline-table; font: 700 14px/14px 'Open Sans Condensed', sans-serif, sans-serif; margin: 0 2px 6px; padding: 12px 6px; text-align: left; width: 152px; }
.books ul.book_buttons li a { color: #FFFFFF; display: block; text-transform: uppercase; text-decoration: none; }
.books ul.book_buttons li a:hover { color: #FFFFFF; text-decoration: none; }
.books ul.book_buttons li.sample { background: url('images/icon_white_read.png') no-repeat 8px 50% #5C8A4C; }
.books ul.book_buttons li.sample a { margin-left: 32px; text-decoration: none; }
.books ul.book_buttons li.prebuy { background: url('images/icon_white_buy.png') no-repeat 8px 50% #5C8A4C; }
.books ul.book_buttons li.prebuy a { margin-left: 32px; }
.books ul.book_buttons li.buy { background: url('images/icon_white_buy.png') no-repeat 8px 50% #5C8A4C; }
.books ul.book_buttons li.buy a { margin-left: 32px; }
.books ul.book_buttons li.bulk { background: url('images/icon_white_bulk.png') no-repeat 8px 50% #5C8A4C; }
.books ul.book_buttons li.bulk a { margin-left: 32px; }
.books ul.book_buttons li.read { background: url('images/icon_white_reviews.png') no-repeat 8px 50% #5C8A4C; }
.books ul.book_buttons li.read a { margin-left: 32px; }
.books ul.book_buttons li.downloads { background: url('images/icon_white_bulk.png') no-repeat 8px 50% #5C8A4C; }
.books ul.book_buttons li.downloads a { margin-left: 32px; }
.books ul.book_buttons li:hover { background-color: #3D2314; }

.books div.article_title { margin-bottom: 6px; }
.books div.article_title a { font: 700 16px/20px 'Open Sans Condensed', sans-serif; text-decoration: none; text-transform: uppercase; }
.books div.article_author { color: #3D2314; font: 400 15px/18px 'Source Sans Pro',sans-serif; margin-bottom: 6px; }
.books div.article_date { border-bottom: 1px solid #E7E7E7; color: #3D2314; font: 400 15px/18px 'Source Sans Pro',sans-serif, sans-serif; margin-bottom: 15px; padding-bottom: 15px; }
.books div.article_date.last { border: 0; }
.books ul.video_box { display: block; list-style: none; margin: 0 auto; text-align: center; }
.books ul.video_box li { display: inline-table; margin: 0 0 20px; width: 50%; }
.books ul.video_box li:nth-child(odd) { float: left; padding-right: 10px; }
.books ul.video_box li:nth-child(even) { float: right; padding-left: 10px; }
.books ul.video_box li a { display: inline; }
.books ul.video_box li a img { display: block; height: auto; width: 100%; }

.press ul.press_box { display: block; list-style: none; margin: 0 auto; text-align: center; }
.press ul.press_box li { display: inline-table; margin: 0 10px 20px; width: 44%; }
.press ul.press_box li a { display: inline; }
.press ul.press_box li a img { border: 1px solid #EAEAEA; display: block; height: auto; width: 100%; }
.press ul.press_box li a img:hover { opacity: 0.8; }
.press ul.article_box li a { font-weight: 700; color: #3D2314; text-decoration: none; text-transform: uppercase; }
.press ul.article_box li a:hover { color: #5C8A4C; text-decoration: underline; }

.downloads #content .book_cover img { float: left; margin: 0 20px 20px 0; max-width: 108px; }
.downloads #content .subscribe { margin: 0 auto; width: 50%; }
.downloads #content .mc-field-group  { text-align: center; }
.downloads #content .mc-field-group input { border: 2px solid #EAEAEA; border-radius: 2px; color: #3D2314; font: 400 12px/12px 'Open Sans',sans-serif; letter-spacing: 1px; margin: 0 0 20px; text-align: center; padding: 9px 0; text-transform: uppercase; width: 100%; }
.downloads #content .mc-button { text-align: left; }
.downloads #content #mc-embedded-subscribe { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 9px 14px; text-align: center; text-transform: uppercase; width: 100px; } 
.downloads #content #mc-embedded-subscribe:hover { background: #3D2314;  border: 0; border-radius: 3px; } 
.downloads #content .privacy { font: italic 400 12px/12px 'Open Sans',sans-serif; margin: 0 0 0 12px; }
.downloads #content .privacy a { color: #3D2314; text-decoration: none; }
.downloads #content .privacy a:hover { color: #3D2314; text-decoration: underline; }

.downloads #content .mc-field-group div.call { color: #3D2314; font: italic 700 16px/20px 'Open Sans',sans-serif; margin: 0 auto 15px;text-align: left; width: 100%; }
.downloads #content .mc-field-group div.check { display: block; margin: 0 auto; overflow: hidden; width: 100%; }
.downloads #content .mc-field-group input[type="checkbox"] { border: 1px solid #EAEAEA; color: #3D2314; display: inline-block; float: left; height: 15px; margin: 0 5px 10px 0; min-width: 15px; width: 8%; }
.downloads #content .mc-field-group label { color: #3D2314; display: inline-block; font: 400 14px/14px 'Open Sans',sans-serif; float: left; }


.contact #container .column { position: relative; }
.contact #container .summary { height: 140px; margin: -70px auto 0; max-width: 1200px; position: absolute; top: 50%; width: 100%; }
.contact #container .tbl_contact td { padding: 0 40px; }
.contact #container .tbl_contact h3  { color: #3D2314; font: 700 20px/20px 'Open Sans Condensed',sans-serif; margin-bottom: 10px; text-transform: uppercase; }
.contact #container .tbl_contact .text { color: #3D2314; font: 400 14px/20px 'Open Sans',sans-serif; margin-bottom: 10px; }
.contact #container .tbl_contact .call { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed',sans-serif; margin-bottom: 6px; text-transform: uppercase; }
.contact #container .tbl_contact .intro { color: #3D2314; }
.contact #container .tbl_contact .separator { color: #3D2314; font: 700 14px/14px 'Open Sans Condensed',sans-serif; margin-bottom: 6px; position: relative; top: 0; }
.contact #container .tbl_contact .email { color: #3D2314; font: 700 14px/14px 'Open Sans Condensed',sans-serif; margin-bottom: 0; text-transform: uppercase; }
.contact #container .tbl_contact .email a { color: #5C8A4C; text-decoration: none; }
.contact #container .tbl_contact .email a:hover { color: #3D2314; text-decoration: underline; }

.contact #container .flex { display: block; height: auto; margin: 0 auto; max-width: 1200px; width: 100%; }

.contact #subtitle { background: #F8F8F8; border-top: 2px solid #E7E7E7; border-bottom: 2px solid #E7E7E7; padding: 20px 0; width: 100%; }
.contact #subtitle .inner { max-width: 80em; overflow: hidden; }
.contact #subtitle .top { color: #5C8A4C; font: 700 30px/30px 'Open Sans Condensed',sans-serif; text-align: center; text-transform: uppercase; width: 100%; }
.contact #container .bottom { max-width: 80em; }

.contact .post_box { margin: 40px 0; }
.contact .format_text .row { float: left; margin-right: 4%; width: 48%; }
.contact .format_text .last { margin-right: 0; }
.contact .format_text .text_row { max-width: 100%; }
.contact .format_text .submit_row { float: left; max-width: 200px; }
.contact .format_text .required_row { float: left; margin: 14px 0; max-width: 50%; }
.contact .format_text .last { margin-right: 0; }
.contact .format_text .label { color: #3D2314; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 0 2px 2px; text-align: left; text-transform: uppercase; }
.contact .format_text input { border: 2px solid #EAEAEA; border-radius: 3px; width: 100%; margin-bottom: 20px; padding: 10px 4px; }
.contact .format_text textarea { border: 2px solid #EAEAEA; border-radius: 3px; margin-bottom: 20px; padding: 10px 4px; width: 100%; }
.contact .format_text input[type="submit"] { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; font: 700 16px/16px 'Open Sans Condensed',sans-serif; letter-spacing: 1px; margin: 0 0 15px; padding: 12px 0; text-align: center; text-transform: uppercase; width: 180px; } 
.contact .format_text input[type="submit"]:hover { background: #3D2314; }

.festival .post_box { margin: 0 0 40px 0; }
.festival .format_text .row { float: left; margin-right: 4%; width: 48%; }
.festival .format_text .last { margin-right: 0; }
.festival .format_text .text_row { max-width: 100%; }
.festival .format_text .submit_row { float: left; max-width: 200px; }
.festival .format_text .required_row { float: left; margin: 14px 0; max-width: 50%; }
.festival .format_text .last { margin-right: 0; }
.festival .format_text .label { color: #3D2314; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 0 2px 2px; text-align: left; text-transform: uppercase; }
.festival .format_text input { border: 2px solid #EAEAEA; border-radius: 3px; width: 100%; margin-bottom: 20px; padding: 10px 4px; }
.festival .format_text textarea { border: 2px solid #EAEAEA; border-radius: 3px; margin-bottom: 20px; padding: 10px 4px; width: 100%; }
.festival .format_text input[type="submit"] { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; font: 700 16px/16px 'Open Sans Condensed',sans-serif; letter-spacing: 1px; margin: 0 0 15px; padding: 12px 0; text-align: center; text-transform: uppercase; width: 180px; } 
.festival .format_text input[type="submit"]:hover { background: #3D2314; }

.festival .format_text span.wpcf7-list-item { display: block; margin: 0 0 8px 15px; width: 100%; }
.festival .format_text span.wpcf7-list-item-label { font: 700 14px/14px 'Open Sans Condensed', sans-serif; }
.festival .format_text input[type="checkbox"] { padding: 5px 10px 5px 5px; margin: 5px; position: relative; top: 3px; width: auto; } 



.custom .download { font: 400 16px/26px 'Source Sans Pro',sans-serif; margin-bottom: 16px; text-align: justify; }
.custom .download a { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 9px 14px; text-align: center; text-decoration: none; text-transform: uppercase; width: 160px; }
.custom .download a:hover { background: #3D2314; color: #FFFFFF; text-decoration: none; } 

/* ---- sidebar area ---- */

.custom #sidebar .widget { background: #F9F9F9; border: 2px solid #EAEAEA; border-radius: 4px; margin-bottom: 30px; overflow: hidden; }
.custom #sidebar .widget h4 { color: #3D2314; font: 700 20px/20px 'Open Sans Condensed',sans-serif; margin: 0 auto 20px; text-align: center; text-transform: uppercase; }
.custom #sidebar img.flex { display: block; height: auto; margin: 0 auto; width: 100%; }
.custom #sidebar img.flex:hover { opacity: 0.9; }

.custom #sidebar #php_widget-17 { padding: 20px 0; }
.custom #sidebar #php_widget-17 h4 { margin-bottom: 6px; }

.custom #sidebar #php_widget-13 { padding: 15px 15px 20px; }
.custom #sidebar #php_widget-13 h4 { margin-bottom: 6px; }
.custom #sidebar #php_widget-13 .text { color: #3D2314; font: 700 14px/14px 'Open Sans Condensed',sans-serif; margin: 0 auto 15px; padding: 0 15px; text-align: center; text-transform: uppercase; }

.custom #sidebar #php_widget-7 { padding: 20px 15px; }
.custom #sidebar #php_widget-7 h4 { margin-bottom: 20px; }
.custom #sidebar #php_widget-7 .book_preview { overflow: hidden; padding-bottom: 20px; }
.custom #sidebar #php_widget-7 .book_cover { float: left; margin: 0 10px 10px 0; width: 40%; }
.custom #sidebar #php_widget-7 .book_cover img.flex { display: block; height: auto; max-width: 100px; width: 100%; }
.custom #sidebar #php_widget-7 .book_links { color: #5C8A4C; font: 700 18px/26px 'Open Sans Condensed', sans-serif; text-align: left; }
.custom #sidebar #php_widget-7 .button { margin: 0 0 10px; text-align: center; }
.custom #sidebar #php_widget-7 .button a { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; display: block; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 12px 14px; text-align: center; text-transform: uppercase; width: 120px; } 
.custom #sidebar #php_widget-7 .button a:hover { background: #3D2314;  border: 0; border-radius: 3px; } 

.custom #sidebar #php_widget-11 { padding: 20px 15px; }
.custom #sidebar #php_widget-11 h4 { margin-bottom: 20px; }
.custom #sidebar #php_widget-11 .book_preview { overflow: hidden; padding-bottom: 20px; }
.custom #sidebar #php_widget-11 .book_cover img.flex { display: block; height: auto; margin: 0 auto 20px; max-width: 300px; width: 100%; }
.custom #sidebar #php_widget-11 .book_links { color: #5C8A4C; font: 700 18px/26px 'Open Sans Condensed', sans-serif; text-align: center; }
.custom #sidebar #php_widget-11 .button { margin: 0 0 10px; text-align: center; }
.custom #sidebar #php_widget-11 .button a { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; display: block; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 12px 14px; text-align: center; text-transform: uppercase; width: 120px; } 
.custom #sidebar #php_widget-11 .button a:hover { background: #3D2314;  border: 0; border-radius: 3px; } 

.custom #sidebar #mc_embed_signup { background: none 0 !important; margin-left: 2px; }
.custom #sidebar .mc-field-group  { text-align: center; }
.custom #sidebar .mc-field-group input { border: 2px solid #EAEAEA; border-radius: 2px; color: #3D2314; font: 400 12px/12px 'Open Sans',sans-serif; letter-spacing: 1px; margin: 0 0 20px; text-align: center; padding: 9px 0; width: 100%; text-transform: uppercase; }

.custom #sidebar .mc-button { text-align: center; }
.custom #sidebar #mc-embedded-subscribe { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 9px 14px; text-align: center; text-transform: uppercase; width: 100px; } 
.custom #sidebar #mc-embedded-subscribe:hover { background: #3D2314;  border: 0; border-radius: 3px; } 
.custom #sidebar .privacy { font: italic 400 12px/12px 'Open Sans',sans-serif; margin: 0 0 0 12px; }
.custom #sidebar .privacy a { color: #3D2314; text-decoration: none; }
.custom #sidebar .privacy a:hover { color: #3D2314; text-decoration: underline; }

.custom #sidebar .widget#php_widget-2 { background: #5C8A4C; border: 0; }
.custom #sidebar #php_widget-2 { padding: 22px 15px; }
.custom #sidebar #php_widget-2 h4 { color: #FFFFFF; }
.custom #sidebar #php_widget-2 .mc-field-group input { border: 0; padding: 10px 0; }
.custom #sidebar #php_widget-2 .mc-button { text-align: center; }
.custom #sidebar #php_widget-2 #mc-embedded-subscribe { background: #FFFFFF; color: #5C8A4C; }
.custom #sidebar #php_widget-2 #mc-embedded-subscribe:hover { background: #F9F9F9; color: #3D2314; } 
.custom #sidebar #php_widget-2 .privacy a { color: #FFFFFF; text-decoration: none; }
.custom #sidebar #php_widget-2 .privacy a:hover { color: #FFFFFF; text-decoration: underline; }

.custom #sidebar #php_widget-3 h4 { padding: 20px 15px 0; }
.custom #sidebar #php_widget-3 .book_preview { overflow: hidden; padding: 0 10px 20px; }
.custom #sidebar #php_widget-3 .book_cover { float: left; margin: 0 10px 10px 0; width: 40%; }
.custom #sidebar #php_widget-3 .book_cover img.flex { display: block; height: auto; max-width: 100px; width: 100%; }
.custom #sidebar #php_widget-3 .book_links { float: left; width: 56%; }
.custom #sidebar #php_widget-3 .links { color: #3D2314; font: 700 16px/16px 'Open Sans Condensed', sans-serif, sans-serif; margin: 6px 0 0 6px; padding: 6px 0 6px 36px; text-transform: uppercase; }
.custom #sidebar #php_widget-3 .links a { color: #5C8A4C; }
.custom #sidebar #php_widget-3 .links a:hover { color: #5C8A4C; text-decoration: underline; }
.custom #sidebar #php_widget-3 .read { background: url('images/icon_green_read.png') no-repeat scroll left 0; }
.custom #sidebar #php_widget-3 .buy { background: url('images/icon_green_buy.png') no-repeat scroll left 0; }
.custom #sidebar #php_widget-3 .bulk { background: url('images/icon_green_bulk.png') no-repeat scroll left 0; }
.custom #sidebar #php_widget-3 .reviews { background: url('images/icon_green_reviews.png') no-repeat scroll left 0; }

.custom #sidebar #php_widget-4 h4 { margin-bottom: 10px; padding-top: 15px; }
.custom #sidebar .feed_container { padding: 0 20px 20px; } 
.custom #sidebar .feed_master { border-bottom: 1px dashed #9A9A9A; margin-bottom: 13px; padding-bottom: 13px; }
.custom #sidebar .feed_master.last { border: 0; margin-bottom: 0; padding-bottom: 0; }
.custom #sidebar .feed_time { background: url('images/bg_time_small.png') no-repeat scroll center top; vertical-align: top; width: 60px; }
.custom #sidebar td .feed_square { color: #FFFFFF; text-align: center; text-shadow: 1px 1px -1px rgba(0,0,0,0.5); text-transform: uppercase; } 
.custom #sidebar td .feed_month { font: 700 14px/48px 'Open Sans Condensed', sans-serif; height: 30px; } 
.custom #sidebar td .feed_date { font: 700 14px/18px 'Open Sans Condensed', sans-serif; height: 30px; } 
.custom #sidebar .feed_content { vertical-align: middle; padding-left: 20px; }
.custom #sidebar td .feed_headline h5 { float: left; font: 700 16px/20px 'Open Sans Condensed',sans-serif; margin: 0; text-transform: uppercase; }
.custom #sidebar td .feed_headline h5 a { color: #5C8A4C; }
.custom #sidebar td .feed_headline h5 a:hover { color: #5C8A4C; text-decoration: underline; }
.custom #sidebar .feed_byline { padding: 8px 0 0 0; }
.custom #sidebar td .feed_meta { text-align: center; }
.custom #sidebar td .meta_cat { color: #3D2314; display: inline-block; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0; vertical-align: middle; }
.custom #sidebar td .meta_cat a { color: #3D2314; }
.custom #sidebar td .meta_cat a:hover { color: #3D2314; text-decoration: underline; }
.custom #sidebar td .meta_comments { color: #3D2314; display: inline-block; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0; vertical-align: middle; }
.custom #sidebar td .meta_comments a { color: #3D2314; }
.custom #sidebar td .meta_comments a:hover { color: #3D2314; text-decoration: underline; }

.custom #sidebar #php_widget-6 { padding: 15px 15px 20px; }
.custom #sidebar .search_box { overflow: hidden; }
.custom #sidebar .search_form input { background: #FFFFFF url('images/icon_search.png') no-repeat right 50%; border: 2px solid #EAEAEA; border-radius: 3px; color: #3D2314; float: left; height: 40px; font: 400 12px/12px 'Open Sans',sans-serif; letter-spacing: 1px; margin: 0; padding: 4px 46px 4px 6px; text-align: center; text-transform: uppercase; width: 100%; }

.custom #sidebar #categories-3 { padding: 15px 20px 20px; }
.custom #sidebar li.cat-item { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin-bottom: 6px; padding-bottom: 6px; text-transform: uppercase; }
.custom #sidebar li.cat-item a { background:  url('images/arrow_green.png') no-repeat scroll center left; color: #5C8A4C; margin-left: 13px; padding-left: 13px; }
.custom #sidebar li.cat-item a:hover { background:  url('images/arrow_green.png') no-repeat scroll center left; color: #5C8A4C; text-decoration: underline; }
.custom #sidebar li.cat-item.last { border: 0; margin-bottom: 3px; padding: 0; }
.custom #sidebar div.recommended div { margin-bottom: 13px; }

.custom #sidebar #php_widget-22 h4 { padding: 15px 15px 0; }
.custom #sidebar #php_widget-22 .praise { padding: 0 25px 20px; }
.custom #sidebar #php_widget-22 .review { margin: 0 0 15px 0; }
.custom #sidebar #php_widget-22 .comment { font: 700 14px/20px 'Open Sans Condensed',sans-serif; }
.custom #sidebar #php_widget-22 .quote_top { color: #3D2314; font: bold 20px/20px georgia,sans-serif; }
.custom #sidebar #php_widget-22 .quote_bottom { color: #3D2314; font: bold 20px/20px georgia,sans-serif; }
.custom #sidebar #php_widget-22 .quote_bar { display: inline-block; margin-bottom: 10px; }
.custom #sidebar #php_widget-22 .name { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed',sans-serif; margin-bottom: 6px; text-transform: uppercase; }
.custom #sidebar #php_widget-22 .org { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed',sans-serif; text-transform: none; }

.custom #sidebar .widget#php_widget-8 { background: url('images/sidebar_event.png') no-repeat scroll 0 0 #F9F9F9; }
.custom #sidebar #php_widget-8 h4 { margin: 0 auto 10px; padding: 20px 15px 10px; }
.custom #sidebar #php_widget-8 .subtitle { color: #5C8A4C; font: 400 26px/30px 'Open Sans',sans-serif; margin: 0 15px 20px; text-align: center; text-transform: uppercase; }
.custom #sidebar #php_widget-8 .events_master { border-bottom: 1px dashed #9A9A9A; margin: 0 20px 20px; padding: 0 0 13px;  }
.custom #sidebar #php_widget-8 .events_master.last { border-bottom: 0; margin: 0 20px 20px; padding: 0;  }
.custom #sidebar #php_widget-8 .event_date { font: 700 14px/14px 'Open Sans Condensed',sans-serif; margin-bottom: 6px; text-transform: uppercase; }
.custom #sidebar #php_widget-8 .event_title { font: 400 14px/18px 'Open Sans',sans-serif; margin-bottom: 6px; }
.custom #sidebar #php_widget-8 .event_title a { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed',sans-serif; position: relative; text-transform: uppercase; top: 1px; }
.custom #sidebar #php_widget-8 .event_title a:hover { color: #5C8A4C; text-decoration: underline; }
.custom #sidebar #php_widget-8 .event_more { font: 700 18px/22px 'Open Sans Condensed',sans-serif; margin: 0 20px 20px; text-align: center; }
.custom #sidebar #php_widget-8 .button { margin: 0 0 15px; text-align: center; }
.custom #sidebar #php_widget-8 .button a { background: #5C8A4C; border: 0; border-radius: 3px; color: #FFFFFF; display: block; font: 700 14px/14px 'Open Sans Condensed', sans-serif; margin: 0 auto; padding: 12px 14px; text-align: center; text-transform: uppercase; width: 120px; } 
.custom #sidebar #php_widget-8 .button a:hover { background: #3D2314;  border: 0; border-radius: 3px; } 
.custom #sidebar #php_widget-8 .call { color: #3D2314; font: 700 18px/18px 'Open Sans Condensed',sans-serif; margin-bottom: 15px; text-align: center; }

.custom #sidebar #php_widget-10 { padding: 20px 15px; }
.custom #sidebar #php_widget-10 .quote .comment { display: block; font: italic 400 14px/24px 'Open Sans',sans-serif; margin-bottom: 12px;  }
.custom #sidebar #php_widget-10 .attribute .name { color: #3D2314; display: block; font: 700 14px/18px 'Open Sans',sans-serif; text-transform: uppercase; }
.custom #sidebar #php_widget-10 .attribute .org { border-bottom:  1px dashed #9A9A9A; color: #3D2314; display: block; font: 700 13px/18px 'Open Sans',sans-serif; margin-bottom: 18px; padding-bottom: 18px; }
.custom #sidebar #php_widget-10 .attribute .last { border: 0; margin: 0; padding: 0; }

.custom #sidebar .widget#php_widget-12 { background: #5C8A4C; border: 0; }
.custom #sidebar #php_widget-12 { padding: 22px 15px; }
.custom #sidebar #php_widget-12 h4 { color: #FFFFFF; font: 700 20px/26px 'Open Sans Condensed',sans-serif; letter-spacing: 0; margin: 0 10px 15px; text-transform: none; }
.custom #sidebar #php_widget-12 div.talk img { display: block; height: auto; margin: 0 auto 20px ; max-width: 200px; width: 100%; }
.custom #sidebar #php_widget-12 .mc-field-group input { border: 0; max-width: 300px; margin-bottom: 15px; padding: 10px 0; }
.custom #sidebar #php_widget-12 .mc-field-group div.call { color: #FFFFFF; font: italic 700 16px/20px 'Open Sans',sans-serif; margin: 0 auto 15px; max-width: 300px; text-align: left; width: 100%; }
.custom #sidebar #php_widget-12 .mc-field-group div.check { display: block; margin: 0 auto; max-width: 300px; overflow: hidden; width: 100%; }
.custom #sidebar #php_widget-12 .mc-field-group input[type="checkbox"] { border: 1px solid #EAEAEA; color: #3D2314; display: inline-block; float: left; height: 15px; margin: 0 5px 10px 0; min-width: 15px; width: 8%; }
.custom #sidebar #php_widget-12 .mc-field-group label { color: #FFFFFF; display: inline-block; font: 400 14px/14px 'Open Sans',sans-serif; float: left; }
.custom #sidebar #php_widget-12 .mc-button { margin: 10px auto 0; max-width: 300px; text-align: left; width: 100%; }
.custom #sidebar #php_widget-12 #mc-embedded-subscribe { background: #FFFFFF; color: #5C8A4C; }
.custom #sidebar #php_widget-12 #mc-embedded-subscribe:hover { background: #F9F9F9; color: #3D2314; } 
.custom #sidebar #php_widget-12 .privacy a { color: #FFFFFF; text-decoration: none; }
.custom #sidebar #php_widget-12 .privacy a:hover { color: #FFFFFF; text-decoration: underline; }

.custom #sidebar .widget#php_widget-13 { background: #5C8A4C; border: 0; }
.custom #sidebar #php_widget-13 { padding: 22px 15px; }
.custom #sidebar #php_widget-13 h4 { color: #FFFFFF; font: 700 20px/26px 'Open Sans Condensed',sans-serif; letter-spacing: 0; margin: 0 20px 15px; text-transform: none; }
.custom #sidebar #php_widget-13 div.talk img { display: block; height: auto; margin: 0 auto 20px ; max-width: 200px; width: 100%; }
.custom #sidebar #php_widget-13 .mc-field-group input { border: 0; max-width: 300px; margin-bottom: 15px; padding: 10px 0; }
.custom #sidebar #php_widget-13 .mc-button { margin: 10px auto 0; max-width: 300px; text-align: left; width: 100%; }
.custom #sidebar #php_widget-13 #mc-embedded-subscribe { background: #FFFFFF; color: #5C8A4C; }
.custom #sidebar #php_widget-13 #mc-embedded-subscribe:hover { background: #F9F9F9; color: #3D2314; } 
.custom #sidebar #php_widget-13 .privacy a { color: #FFFFFF; text-decoration: none; }
.custom #sidebar #php_widget-13 .privacy a:hover { color: #FFFFFF; text-decoration: underline; }


/* ---- format pagination ---- */ 

.custom #pagination { margin-bottom: 30px; overflow: hidden; } /* styles content area */
.custom #pagination .previous_posts { float: left; font: 600 11px/11px 'Open Sans',sans-serif; letter-spacing: 1px; margin-left: 10px; text-transform: uppercase; }
.custom #pagination .previous_posts a { text-decoration: none; }
.custom #pagination .previous_posts a:hover { text-decoration: none; }
.custom #pagination .next_posts { float: right; font: 600 11px/11px 'Open Sans',sans-serif; letter-spacing: 1px; margin-right: 10px; text-transform: uppercase; }
.custom #pagination .next_posts a { text-decoration: none; }
.custom #pagination .next_posts a:hover { text-decoration: none; }

/* ---- comments form ---- */

.custom #commentform .comment_form_title { border-bottom: 2px solid #EAEAEA; color: #3D2314; font: 700 16px/16px 'Open Sans Condensed', sans-serif; margin: 16px 0; text-transform: uppercase; }
.custom .comment_form_title { border-bottom: 2px solid #EAEAEA; color: #3D2314; font: 700 20px/20px 'Open Sans Condensed', sans-serif !important; margin-bottom: 20px; overflow: hidden; padding-top: 20px; text-transform: uppercase; width: 100%; }
.custom #commentform p { color: #5C8A4C; font: 700 16px/16px 'Open Sans Condensed', sans-serif; margin: 16px 0; text-transform: uppercase; }
.custom #commentform p a { color: #5C8A4C; text-decoration: none; }
.custom #commentform p a:hover { color: #5C8A4C; text-decoration: underline; }
.custom #comment_form_name label,
.custom #comment_form_email label,
.custom #comment_form_url label { display: inline-block; margin: 0 20px 0 0; width: 60px; }
.custom #comment_form_comment label { display: inline-block; margin: 5px 0; vertical-align: top; width: 100%; }
.custom #comment_form_name input,
.custom #comment_form_email input,
.custom #comment_form_url input { background: #FFFFFF; border: 2px solid #EAEAEA; border-radius: 4px; padding: 10px 5px; width: 280px; }
.custom #comment_form_comment textarea { background: #FFFFFF; border: 2px solid #EAEAEA; border-radius: 4px; padding: 10px 5px; width: 100%; }
.custom #comment_form_name input:focus,
.custom #comment_form_email input:focus,
.custom #comment_form_url input:focus,
.custom #comment_form_comment textarea:focus { border: 2px solid #EAEAEA; }
.custom #comment_form_submit { display: inline-block; float: left; overflow: hidden; margin: 0 0 15px 0 !important; width: 120px; }
.custom #comment_form_submit input.input_submit { background: #5C8A4C; border: 0; border-radius: 4px; color: #FFFFFF; display: block; float: left; font: 700 14px/14px 'Open Sans Condensed',sans-serif; letter-spacing: 1px; margin: 0; padding: 9px 0; text-align: center; text-transform: uppercase; width: 100px; } 
.custom #comment_form_submit input.input_submit:hover { background: #3D2314; } 
.custom .comment-subscription-form { color: #3D2314 !important; display: inline-block; float: left; margin: 7px 0 0 0 !important; padding: bottom: 20px; text-align: left; }

/* ---- comments area ---- */

.custom .comment_list { margin-bottom: 30px; overflow: hidden; }
.custom .comment_list .comment { background: #F9F9F9; border: 2px solid #EAEAEA; border-radius: 4px; clear: both; overflow: hidden; margin: 20px 0 0 0; padding: 12px; }
.custom .comment_list .comment .children .comment { background: rgba(255,255,255,0.9); }
.custom .comment_list .comment .children .children .comment { background: rgba(0,0,0,0.1); }
.custom .comment_list .comment .children .children .end { display: none; }
.custom .comment_list .avatar img { float: left; margin: 0 16px 16px 0; height: 48px; width: 48px; }
.custom .comment_list .comment_author,
.custom .comment_list .comment_date,
.custom .comment_list a.comment-reply-link { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; float: left; margin: 3px 0 10px; text-decoration: none; text-transform: uppercase; }
.custom .comment_list a.comment-reply-link:hover { color: #5C8A4C; text-decoration: underline; }
.custom .comment_list .comment_moderated { display: inline-block; color: #986F18; font: 16px/16px 'Open Sans Condensed', sans-serif; margin-left: 16px; }
.custom .comment_list .comment_text { float: left; margin-bottom: 16px; width: 100%; }
.custom .comment_list .comment_text p { font: italic 16px/24px 'Source Sans Pro', sans-serif; float: left; margin-bottom: 15px; }
.custom .comment_list .comment_spacer { font: 10px/12px 'Source Sans Pro', sans-serif; float: left; margin: 0 2px 16px; position: relative; top: 3px; }

/* ---- format footer area ---- */

.custom #footer { background: #3D2314; border-top: 6px solid #5C8A4C; padding: 25px 0 15px; width: 100%; 
background: -moz-linear-gradient(top, #F5F3F4 0%, #F5F3F4 5%, #C7C5C6 95%, #C7C5C6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F3F4), color-stop(5%,#F5F3F4), color-stop(95%,#C7C5C6), color-stop(100%,#C7C5C6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F5F3F4 0%,#F5F3F4 5%,#C7C5C6 95%,#C7C5C6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F5F3F4 0%,#F5F3F4 5%,#C7C5C6 95%,#C7C5C6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F5F3F4 0%,#v 5%,#C7C5C6 95%,#C7C5C6 100%); /* IE10+ */
background: linear-gradient(to bottom, #F5F3F4 0%,#F5F3F4 5%,#C7C5C6 95%,#C7C5C6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F3F4', endColorstr='#C7C5C6',GradientType=0 ); /* IE6-9 */
}
.custom #footer .wrapper { margin: 0 12px; }
.custom #footer .inner { margin: 0 auto; overflow: hidden; max-width: 103em; }
.custom #footer .column { float: left; overflow: hidden; padding: 0 15px 25px; width: 22%; }
.custom #footer .left_outer { width: 34%; }
.custom #footer .left_outer .item { margin-top: -4px; text-align: justify !important; }
.custom #footer .column h5 { border-bottom: 1px solid #3D2314; color: #3D2314; font: 700 18px/18px 'Open Sans Condensed',sans-serif; margin-bottom: 20px; padding-bottom: 2px; text-align: left; text-transform: uppercase; }
.custom #footer .column .item { color: #5C8A4C; font: 400 14px/21px 'Open Sans',sans-serif; text-align: left; }
.custom #footer .column .item a { color: #5C8A4C; text-decoration: underline; }
.custom #footer .column .item a.learn { color: #5C8A4C; font: 700 14px/14px 'Open Sans Condensed', sans-serif; position: relative; text-decoration: none; text-transform: uppercase; top: 1px; }
.custom #footer .column .item a.learn:hover { text-decoration: underline; }
.custom #footer .column .item li { display: block; float: left; font: 700 14px/14px 'Open Sans Condensed',sans-serif; min-height: 21px; margin-bottom: 7px; padding: 0; width: 100%; }	
.custom #footer .column .item li a { color: #5C8A4C; text-decoration: none; word-wrap: break-word; }
.custom #footer .column .item li a:hover { text-decoration: underline; }
.custom #footer .column .item .icon { float: left; }
.custom #footer .column .item .icon img { margin-top: -4px; height: 22px; width: 22px; }
.custom #footer .column .item .label { float: left; padding-left: 15px; }
.custom #footer .column .item .label:hover { text-decoration: underline; }
.custom #footer .bottom { color: #5C8A4C; font: 400 11px/14px 'Open Sans',sans-serif; letter-spacing: 1px; margin: 0 auto; text-align: center; text-transform: uppercase; }
.custom #footer .bottom .separator { position: relative; top: -1px; }
.custom #footer .bottom a { color: #5C8A4C; }
.custom #footer .bottom a:hover { text-decoration: underline; }
.custom #footer .bottom li { float: left; }
	
/* flexible widths for desktops and laptops  */

@media all and (max-width: 1199px) { 
	.custom #subscribe .top { font: 700 16px/20px 'Open Sans Condensed',sans-serif; margin: 0 0 10px; padding: 0; text-align: center; width: 100%; }
	.custom #subscribe .bottom { float: none; margin: 0 auto; padding: 0; text-align: center; width: 60%; }
	.custom #subscribe .send input { width: 100%; }
	.custom #feeds .first .feed_excerpt { overflow: visible; }

}
@media all and (max-width: 1024px) { 
	.custom #header .menu li a { font: 700 15px/15px 'Open Sans Condensed', sans-serif; padding: 1.8%; }
	.front #features  h2 { font: 700 24px/24px 'Open Sans Condensed', sans-serif; padding: 0 8px; }
	.custom #sidebar .book_cover { float: none; margin: 0 auto 15px; width: 100%; }
	.custom #sidebar .book_links { float: none; margin: 0; width: 100%; }
	.books ul.book_buttons li { width: 48%; }
	.custom #sidebar .feed_time { display: none; }
	.custom #sidebar .feed_content { padding-left: 0; width: 100%; }
	.services #join input[type="text"] { margin: 0 auto 20px; width: 100%; }
	.services #join input[type="email"] { margin: 0 auto 20px; width: 100%; }
	.services #join input[type="submit"] { margin: 0 auto 20px; width: 100%; }
	.services #join .privacy { display: none; }
	.services #join .denotes { display: none; }
}

/* ipad, ipad mini and iphone 5 specific  */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
	.custom #header .menu li a { font: 700 15px/15px 'Open Sans', sans-serif; padding: 2% 2.4%; }
	.front #features  h2 { font: 700 27px/27px 'Open Sans Condensed', sans-serif; }
	.custom #sidebar .book_cover { float: left; margin: 0 10px 0 0; width: 40%; }
	.custom #sidebar .book_links { float: left; width: 56%; }
	.custom #subscribe .top { font: 700 44px/44px 'Open Sans Condensed',sans-serif; }
	.custom #subscribe .bottom { margin: 0 auto 6px; }
}
/* ipad, ipad mini and iphone 5 specific  */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
	.custom #header { background: #F8F8F8; border-bottom: 4px solid #5C8A4C; }
	.custom #header .social { margin-right: 0; }
	.custom #header .menu li a { font: 700 15px/15px 'Open Sans Condensed', sans-serif; padding: 2%; }
	.custom #slider { border-bottom: 4px solid #5C8A4C; padding: 15px 0 0 0; }
	.custom #subscribe { padding: 15px 0 18px; }
	.custom #subscribe .top { font: 700 44px/44px 'Open Sans Condensed',sans-serif; }
	.custom #subscribe .bottom { float: none; margin: 0 auto; padding: 0; text-align: center; width: 80%; }
	.custom #subscribe .field { float: none; margin: 0 auto; width: 100%; }
	.custom #subscribe .send { float: none; margin: 0 auto;  width: 40%; }
	.custom #subscribe .field input { float: none; margin: 0 0 15px 0; width: 100%; }
	.custom #subscribe .send input { float: none; width: 100%; }
 	.custom #features { background: #F8F8F8; border: 0; }
	.custom #features .wrapper { background: #F8F8F8; }
	.custom #features  h2 { font: 700 20px/20px 'Open Sans Condensed', sans-serif; margin-bottom: 6px; padding: 0 20px; }
	.custom #features .column { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 25px; max-width: 480px; width: 100%; }
	.custom #features .first { padding: 20px; }
	.custom #features .center { padding: 20px; }
	.custom #features .last { padding: 20px; }
	.custom #feeds { background: #F8F8F8; border: 0; }
	.custom #feeds .inner { padding: 0; }
	.custom #feeds .first { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 25px; max-width: 480px; overflow: hidden; padding: 20px 25px 30px; width: 100%; }
	.custom #feeds .feed_title h3 { text-align: center; }
	.custom #feeds h4.feed_title { text-align: center; }
	.custom #feeds .feed_date { text-align: center; }
	.custom #feeds .first img.flex { float: none; margin: 0 auto 15px; max-width: 120px; width: 100%; }
	.custom #feeds .first .feed_excerpt { overflow: hidden; margin-bottom: 15px; text-align: center; width: 100% }
	.custom #feeds .last { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto; max-width: 480px; padding: 20px 25px 30px; width: 100%; }
	.custom #feeds .last .review { margin-bottom: 0; text-align: center; }
	.custom #projects { background: #F8F8F8; }
	.custom #projects .first { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 25px; max-width: 480px; overflow: hidden; padding: 20px 25px 30px; width: 100%; }
	.custom #projects .feed_title h3 { text-align: center; }
	.custom #projects h4.feed_title { text-align: center; }
	.custom #projects .feed_date { text-align: center; }
	.custom #projects .first img.flex { float: none; margin: 0 auto 15px; max-width: 120px; width: 100%; }
	.custom #projects .first .feed_excerpt { overflow: hidden; text-align: center; width: 100% }
	.custom #projects .last { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 30px; max-width: 480px; padding: 20px 25px; width: 100%; }

	.custom #container { padding: 0 12px; width: 100%; }
	.custom #content { float: none; margin: 0 auto 26px; max-width: 768px; padding: 0; width: 100%; }
	.downloads #content .subscribe { margin: 0 auto; max-width: 480px; width: 100%; }
	.custom #sidebar { float: none; margin: 0 auto; padding: 0; max-width: 480px; width: 100%; }
	.custom #sidebar .book_preview { overflow: hidden; padding: 0 20px 20px; }
	.custom #sidebar .book_cover { float: left; margin: 0 10px 0 0; width: 26%; }
	.custom #sidebar .book_links { float: left; margin: 0; width: 70%; }
	.custom #sidebar #php_widget-11 .book_cover { float: none; margin: 0 auto 20px; width: 100%; }
	.custom #sidebar #php_widget-11 .book_links { float: none; margin: 0; width: 100%; }	
	.custom #sidebar .feed_time { display: block; }
	.custom #sidebar .feed_content { padding-left: 20px; }	
	.custom #sidebar #php_widget-5 { background: none 0; border: 0; }
	.custom #sidebar #php_widget-5 .frontline img { border: 2px solid #EAEAEA; margin: 0 auto; max-width: 366px; }
	.about ul.award_box li { display: inline-table; margin: 10px auto 10px; width: 24%; }

	.custom #footer { background: #F1F1F1; border-top: 6px solid #5C8A4C; }
	.custom #footer .column { float: none; margin: 0 auto 25px; max-width: 480px; padding: 0 20px; width: 100%; }
	.custom #footer .column .item { height: auto !important; max-height: 888678px; }
	.custom #footer .bottom .copyright { display: block; margin-bottom: 4px; }
	.custom #footer .bottom .separator { display: none; }
	.custom #footer .bottom .attribution { display: block; }
}

/* flexible widths for most mobile devices  */

@media all and (max-width: 767px) {
	.custom #mobile { background: #3D2314; border-bottom: 6px solid #5C8A4C; height: 48px; }
	.custom #mobile .inner { height: 40px; }
	.custom #mobile .mobile { display: block; }
	.custom #mobile .mobile #nav-mobi { color: #FFFFFF; display: block; font: 700 18px/18px 'Open Sans Condensed', sans-serif; position: relative; text-transform: uppercase; width: 100%; z-index; 99999; }
	.custom #mobile .mobile #nav-mobi .flip { background: url('images/icon_menu.png') no-repeat left 50%; cursor: pointer; display: inline; float: left; height: 40px; margin-left: 13px; opacity: 1; padding: 10px 0; width: 48px; }
	.custom #mobile .mobile #nav-mobi ul { background: #9CC38C; display: block; float: left; left: 0; position: absolute; top: 48px; width: 100%; z-index: 9999; }
	.custom #mobile .mobile #nav-mobi ul li { background: transparent; border-bottom: 1px solid rgba(255,255,255,0.5); display: inline; float: left; margin: 0; position: relative; text-align: left; transition: background-color 0.3s; width: 100%; }
	.custom #mobile .mobile #nav-mobi ul li:hover { background: rgba(0,0,0,0.1); transition: background-color 0.3s;}
	.custom #mobile .mobile #nav-mobi ul li a { color: #FFFFFF; display: block; font: 700 16px/16px 'Open Sans Condensed',sans-serif; padding: 12px; text-decoration: none; text-indent: 0; }	
	.custom #mobile .mobile #nav-mobi .social { float: right; padding: 8px 12px; }
	.custom #mobile .mobile #nav-mobi .social img { height: 24px; margin-left: 2px; opacity: 1; width: 24px; }
	.custom #mobile .mobile #nav-mobi .social img:hover { opacity: 0.8; }
	
	.custom #header { background: #F8F8F8; border-bottom: 4px solid #5C8A4C; }
	.custom #header .inner { text-align: center; }
	.custom #header h2.screen { display: none; }
	.custom #header h2.mobile { display: block; margin: 10px; }
	.custom #header td.logo { padding: 0; width: 100%; }
	.custom #header td.grid { display: none; }
	.custom #header img.flex { margin: 0 auto; }
	
	.custom #slider { border-bottom: 4px solid #5C8A4C; padding: 15px 0 0 0; }
	.custom #slider h1 { color: #3D2314; font: 700 20px/30px 'Open Sans Condensed',sans-serif; }
	
	.custom #subscribe { padding: 15px 0 18px; }
	.custom #subscribe .bottom { float: none; margin: 0 auto; padding: 0; text-align: center; width: 80%; }
	.custom #subscribe .field { float: none; margin: 0 auto; width: 100%; }
	.custom #subscribe .send { float: none; margin: 0 auto;  width: 60%; }
	.custom #subscribe .field input { float: none; font: 400 13px/13px 'Open Sans',sans-serif; margin: 0 0 15px 0; width: 100%; }
	.custom #subscribe .send input { float: none; width: 100%; }
	
	.front #features { background: #F8F8F8; border: none; }
	.front #features .wrapper {  background: #F8F8F8; margin: 0 12px; }
	.front #features  h2 { font: 700 20px/20px 'Open Sans Condensed', sans-serif;  margin-bottom: 20px; }
	.front #features .column { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 25px; max-width: 480px; width: 100%; }
	.front #features .first { padding: 10px 25px 25px; }
	.front #features .center { padding: 10px 25px 25px; }
	.front #features .last { padding: 10px 25px 25px; }

	.custom #feeds { background: #F8F8F8; border: 0; }
	.custom #feeds .inner { padding: 0; }
	.custom #feeds .first { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 25px; max-width: 480px; overflow: hidden; padding: 20px 25px 30px; width: 100%; }
	.custom #feeds .feed_title h3 { text-align: center; }
	.custom #feeds h4.feed_title { text-align: center; }
	.custom #feeds .feed_date { text-align: center; }
	.custom #feeds .first img.flex { float: none; margin: 0 auto 15px; max-width: 120px; width: 100%; }
	.custom #feeds .first .feed_excerpt { overflow: hidden; margin-bottom: 15px; text-align: justify; width: 100% }
	.custom #feeds .last { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto; max-width: 480px; padding: 20px 25px 30px; width: 100%; }
	.custom #feeds .last .review { margin-bottom: 0; text-align: left; }

	.custom #projects { background: #F8F8F8; }
	.custom #projects .first { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 25px; max-width: 480px; overflow: hidden; padding: 20px 25px 30px; width: 100%; }
	.custom #projects .feed_title h3 { text-align: center; }
	.custom #projects h4.feed_title { text-align: center; }
	.custom #projects .feed_date { text-align: center; }
	.custom #projects .first img.flex { float: none; margin: 0 auto 15px; max-width: 120px; width: 100%; }
	.custom #projects .first .feed_excerpt { overflow: hidden; text-align: justify; width: 100% }
	.custom #projects .last { background: #FFFFFF; border: 4px solid #E7E7E7; float: none; margin: 0 auto 30px; max-width: 480px; padding: 30px; width: 100%; }
	
	.custom #container { padding: 0 24px; width: 100%; }
	.custom #content { border: 0; float: none; margin: 0 auto 20px; max-width: 767px; padding: 0; width: 100%; }
	.downloads #content .subscribe { margin: 0 auto; max-width: 480px; width: 100%; }
	.custom #content .format_text .alignleft { max-width: 40%; }
	.custom #content .format_text .alignright { max-width: 40%; }
	.custom #sidebar { float: none; margin: 0 auto; padding: 20px 0 0 0; max-width: 480px; width: 100%; }
	.custom #sidebar .book_preview { overflow: hidden; padding: 0 20px 20px; }
	.custom #sidebar .book_cover { float: left; margin: 0 10px 0 0; width: 26%; }
	.custom #sidebar .book_links { float: left; margin: 0; width: 70%; }
	.custom #sidebar #php_widget-11 .book_cover { float: none; margin: 0 auto 20px; width: 100%; }
	.custom #sidebar #php_widget-11 .book_links { float: none; margin: 0; width: 100%; }	
	.custom #sidebar .feed_time { display: block; }
	.custom #sidebar .feed_content { padding-left: 20px; }	
	.custom #sidebar #php_widget-5 { background: none 0; border: 0; }
	.custom #sidebar #php_widget-5 .frontline img { border: 2px solid #EAEAEA; margin: 0 auto; max-width: 366px; }

	.about ul.award_box li { display: inline-table; margin: 10px auto 10px; width: 48%; }

	.books div.book_cover img { max-width: 100px; }
	.contact #container { padding: 0; width: 100%; }
	.contact #container .summary { height: 70px; margin: -35px auto 0; max-width: 1200px; position: absolute; top: 50%; width: 100%; }
	.contact #subtitle .top { font: 700 24px/24px 'Open Sans Condensed',sans-serif; }
	.contact #container .tbl_contact td { padding: 0 20px; }
	.contact #container .tbl_contact .text { display: none; }
	.contact #container .bottom { max-width: 80em; padding: 0 20px; }
	.contact .format_text .row { float: none; margin-right: 0; width: 100%; }
	.festival .format_text .row { float: none; margin-right: 0; width: 100%; }
	.custom #footer { background: #F1F1F1; border-top: 6px solid #5C8A4C; }
	.custom #footer .column { float: none; height: auto !important; margin: 0 auto 25px; max-height: 888678px; max-width: 480px; padding: 0 20px; width: 100%; }
	.custom #footer .column .item { height: auto !important; max-height: 888678px; }
	.custom #footer .bottom .copyright { display: block; margin-bottom: 4px; }
	.custom #footer .bottom .separator { display: none; }
	.custom #footer .bottom .attribution { display: block; }
}

/* flexible widths for most mobile devices */

@media all and (max-width: 600px) {

}

/* flexible widths for most mobile devices */

@media all and (max-width: 480px) {
	.posts #signup td { display: block; float: none; margin: 0 auto; text-align: center; vertical-align: middle; width: 100%; }
	.posts #signup td.form { padding: 10px 0 0; }
	.posts #signup td.form .lead { font: 700 16px/20px 'Open Sans Condensed',sans-serif; }
	.posts #signup td.form input[type="email"] { text-align: center; }
	.posts #signup td.form input[type="submit"] { margin-bottom: 15px; width: 100%; }
	.posts #signup .privacy { margin: 10px 0 15px }
}