/*
Theme Name: A Concord Carpenter
Author: Nicolas Gauthier-Pin
Author URI: http://nicolas.gauthier-pin.com
Version: 2014
*/

/* General
----------------------------------------------- */

html {
	scroll-behavior: smooth;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #7f1225 url(images/bodybkg.jpg) top center;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.46;
	margin: 0;
	padding: 0 !important; /* Stop Google ads from messing with the body padding */
    }

p {
	margin: 1em 0;
	}

a {
	color: #7f1225;
	text-decoration: none;
	}

a img {
	}

a:hover {
	color:#E63E4d;
	}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 1em 0;
	}

h1 {font-size: 34px;}

h2 {font-size: 28px;}

h3 {font-size: 21px;}

h4 {font-size: 17px;}

h5 {font-size: 14px;}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	}

.box {
	background: #fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
	padding: 20px;
	margin-bottom: 15px;
	}

.box h2.boxtitle,
.box h3.boxtitle,
.box h4.boxtitle {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	}


/* Top Ad
----------------------------------------------- */

#top_ad {
	background: #4a0a16;
	background: rgba(0,0,0,0.4);
	border-bottom: 1px solid #3d0812;
	}

#top_ad_inner {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	}
#top_ad_inner .ad-row {
	margin: 0;
}

#top_ad_inner .ad-row>div {
	margin: 0 auto !important;
	height: auto !important;
}

/* Rap
----------------------------------------------- */
#rap {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	}


/* Header
----------------------------------------------- */

#header {
	width: 960px;
	margin: 0 auto;
	padding-top: 18px;
	position: relative;
	}

h1#text_title, p#tagline {
	display: none;
	}

#title {
	margin: 8px 0 0 120px;
	}

#logo {
	z-index: 100;
	position: absolute;
	bottom: 0;
	}

#header_search {
	position: absolute;
	top: 57px;
	right: 10px;
	background: #fff;
	padding: 0 5px 0 10px;
	border-color: #a8a8a8 #600d1c #600d1c #a8a8a8;
	border-width: 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#header_search label {
	display: none;
	}

#header_search input[type="text"] {
	background: transparent;
	border: none;
	vertical-align: top;
	padding: 3px 0;
	}

#header_search input[type="submit"] {
	background: transparent url(images/search_icon.png) center center no-repeat;
	border: none;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 18px;
	height: 24px;
	vertical-align: top;
	}

#header_text {
	border-top: 1px solid #4f6db1;
	padding-left: 150px;
	}


/* Nav
----------------------------------------------- */


#nav {
	background: rgb(40,40,40);
	background: -moz-linear-gradient(top,  rgba(40,40,40,1) 0%, rgba(20,20,20,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(20,20,20,1)));
	background: -webkit-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(20,20,20,1) 100%);
	background: -o-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(20,20,20,1) 100%);
	background: -ms-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(20,20,20,1) 100%);
	background: linear-gradient(to bottom,  rgba(40,40,40,1) 0%,rgba(20,20,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#141414',GradientType=0 );
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	padding: 14px 0 14px 135px;
	position: relative;
	}

#nav a {
	color: #fff;
	}


#nav ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	}

#nav ul li {
	display: -moz-inline-stack;
	display: inline-block;
	text-align: left;
	}

#nav ul li a {
	margin-right: 16px;
	}


#nav ul#primary li:last-child a {
	margin-left: 0;
	}

#nav_mobile_toggle {
	display: none;
	}

/* Main content
----------------------------------------------- */

#content {
	margin-top: 15px;
	}

#main {
	width: 635px;
	float: left;
	}

#main.wide {
	width: auto;
	float: none;
	}

.post {
	overflow: hidden;
	}

.index_thumb {
	float: left;
    width: 165px;
	}

.post_content.withthumb	{
	float: right;
	width: 430px;
	}

.post_content h2.post_title {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 36px;
	line-height: 1.125;
	font-weight: normal;
	}

.post_content h2.post_title a {
	color: #723032;
	}

.post_content h2.post_title a:hover {
	color: #E63E4d;
	}

.post_content h2 {
	font-size: 24px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #723032;
	}

.post_content h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #723032;
	font-size: 20px;
	margin-top: 2em;
	}

.post_content ul, .post_content ol {
	margin: 12px 0 12px 30px;
	padding: 0;
	}

.post_content ul li, .post_content ol li {
	margin-bottom: 6px;
	}

.post_content img {
	max-width: 100%;
	height: auto;
	}


blockquote {
	font-style: italic;
	color: #505050;
	margin-left: 13px;
	padding: 2px 0px 1px 17px;
	background: url(images/blockquote.png) 0 0 no-repeat;
	font-family: georgia, serif;
	}

.navigation {
	overflow: hidden;
	padding: 15px 20px;
	}

.navigation a {
	font-weight: 700;
	text-transform: uppercase;
	color: #723032;
	font-size: 12px;
	}


.wp-pagenavi {
	clear: both;
	color: #505050;
	text-align: center;
	}

.wp-pagenavi a, .wp-pagenavi span {
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #E1E1E1;
	padding: 4px 8px;
	margin: 0 2px;
	}
.wp-pagenavi a:hover {
	border-color: #723032;
	color: #723032;
	}

.wp-pagenavi span.current {
	border-color: #000;
	color: #000;
	}

.wp-pagenavi span.current {
	font-weight: bold;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	text-align: right;
	}

img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1em;
	}

img.alignright {
	margin-left: 1.5em;
	margin-bottom: 1em;
	}

img.aligncenter {
	display: block;
	margin: 0 auto 1em auto;
	}

.wp-caption {
	text-align: center;
	max-width: 100% !important;
	}

.wp-caption img.alignright, .wp-caption img.alignleft {
	margin: 0;
	}


.wp-caption.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1em;
	}

.wp-caption.alignright {
	margin-left: 1.5em;
	margin-bottom: 1em;
	}

.wp-caption.aligncenter {
	margin: 0 auto 1em auto;
	}

.wp-caption-text {
	color: #505050;
	font-style: italic;
	font-size: 0.9em;
	margin: 0;
	}

/* Home
----------------------------------------------- */

h2.hometitle {
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 0;
	border-top: 1px solid #97162b;
	padding-top: 15px;
	}

#home_slides_wrap {
	position: relative;
	height: 360px;
	overflow: hidden;
	margin-bottom: 15px;
	}

#home_slides {
	width: 100%;
	color: #fff;
	}

#home_slides .slide {
	width: 100%;
	background-position: center top !important;
	background-size: cover !important;
	}

#home_slides .slide_inner {
	background: url(images/slide_shading.png) right repeat-y;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

#home_slides .slide_text {
	height: 332px;
	width: 300px;
	float: right;
	margin-right: 85px;
	padding-top: 28px;
	color: #fff;
	}

#home_slides h3 {
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.5em;
	}

#home_slides h3 a {
	color: #fff;
	}

#home_slides p.readmore a {
	color: #ef7e7e;
	}

#slides_nav {
	position: absolute;
	bottom: 20px;
	left: 20px;
    z-index: 200;
	}

#slides_nav li {
	list-style-type: none;
	display: inline-block;
	display: -moz-inline-stack;
	background: url(images/slide_off.png) no-repeat;
	width: 16px;
	height: 16px;
	}

#slides_nav li.cycle-pager-active {
	background: url(images/slide_on.png) no-repeat;
	}

#home_cats_wrap {
	border-top: 1px solid #610E1C;
	}

#home_cats {
	padding-bottom: 8px;
	padding-top: 12px;
	padding-right: 0;
	font-size: 13px;
	}

#home_cats_columns {
	overflow: hidden;
	padding-bottom: 10px;
	font-weight: bold;
	-moz-column-count: 5;
	-moz-column-gap: 3px;
	-webkit-column-count: 5;
	-webkit-column-gap: 3px;
	column-count: 5;
	column-gap: 3px;
	}


.home_cats_widgetwrap h4 {
	margin: 0 0 3px 0;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	}

.home_cats_widgetwrap ul {
	list-style-type: none;
	}

.home_cats_widgetwrap ul li {
	list-style-type: none;
	padding: 3px 0 3px 13px;
	border-bottom: 1px solid #e1e1e1;
	background: url(images/home_cat_bullet.png) 0 9px no-repeat;
	/* In case the browser doesn't support columns, let's make them manually */
	width: 155px;
	margin-right: 17px;
	display: -moz-inline-stack;
	display: inline-block;
	}

#home_cats_more {
	border-top: 1px solid #e1e1e1;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	}

#home_wrap {
	border-top: 1px solid #610E1C;
	}

.home_featured_post {
	width: 310px;
	float: left;
	padding: 0;
	font-size: 13px;
	}

.home_featured_post.even {
	float: right;
	}

.home_featured_category {
	background: #fff;
	padding: 8px 12px 2px 15px;
	color: #4c4c4c;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	top: -22px;
	}

.home_featured_category a {
	color: #4c4c4c;
	}

.home_featured_text {
	height: 137px;
	margin: 0 10px;
	}

.home_featured_post h2 {
	margin: -15px 5px 10px 5px;
	font-family: Georgia, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.125;
	}

.home_featured_post h2 a {
	}

.home_featured_post p {
	padding-bottom: 5px;
	margin: 0 5px;
	}

.home_featured_post p.continue {
	padding: 8px 5px 10px 5px;
	margin: 0 10px;
	border-bottom: none;
	border-top: 1px solid #e1e1e1;
	text-align: right;
	font-size: 12px;
	}

#home_all {
	clear: both;
	border-top: 1px solid #610e1c;
	}

.home_all_post {
	width: 180px;
	height: 200px;
	float: left;
	padding: 0;
	font-size: 13px;
	margin-right: 15px;
	}

.home_all_post:nth-of-type(5n) {
	margin-right: 0;
	}

.home_all_post img {
	}

.home_all_category {
	background: #fff;
	padding: 8px 12px 0px 10px;
	color: #4c4c4c;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	top: -24px;
	}

.home_all_category a {
	color: #4c4c4c;
	}

.home_all_post h3 {
	margin: -15px 0 10px 0;
	padding: 0 10px;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.275;
	font-weight: normal;
	}

.home_all_post h3 a {
	}

.home_all_post p {
	padding: 0 5px 15px 5px;
	border-bottom: 1px solid #304069;
	margin: 0 10px;
	}

#home_all p.continue {
	text-align: right;
	font-size: 12px;
	margin-bottom: 2em;
	}

#home_all p.continue a {
	color: #FFF;
	}


/* Single
----------------------------------------------- */

.post.single h2.post_title {
	margin-bottom: 0.25em;
	font-size: 48px;
	}

#single_ad_top {
	margin-top: 1em;
	overflow: hidden;
	text-align: center;
	}

p.meta {
	font-family: georgia, serif;
	color: #555;
	font-style: italic;
	margin-top: 0.25em;
	}

p.meta a {
	color: #000;
	}

#sharing_outer {
	border-bottom: 1px solid #fafafa;
	border-top: 1px solid #cdcdcd;
	}

#sharing {
	padding: 10px 0;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #cdcdcd;
	}

#sharing div.button {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0 6px;
	}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
	}

.page-links {
	margin: 2em 0;
	}

.page-links-button {
	float: left;
	}

.page-links-pages {
	float: right;
	}

.page-links span {
	padding: 3px 6px;
	color: #efefef;
	background: #999;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.page-links a span {
	color: #777;
	border: 1px solid #999;
	background: none;
	}

.page-links a:hover span {
	color: #efefef;
	border: 1px solid #999;
	background: #999;
	}

.page-links a span.button {
	border: 1px solid #0b5eab;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-family: Raleway, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	padding: 5px 8px;
	background: #0084ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #0084ff 0%, #106fc7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0084ff), color-stop(100%,#106fc7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0084ff 0%,#106fc7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084ff', endColorstr='#106fc7',GradientType=0 ); /* IE6-9 */
	}

#post_footer_outer {
	border-top: 1px solid #cdcdcd;
	clear: both;
	margin-top: 1em;
	}

#post_footer {
	padding-top: 25px;
	overflow: hidden;
	}

#single_ad_bottom {
	float: right;
	width: 300px;
	margin-top: 15px;
	}

#more_on_category {
	width: 250px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #cdcdcd;
	}

#more_on_category a {
	color: #723032;
	}

#more_on_category ul {
	list-style-type: none;
	margin: 1em 0 0 0;
	}

#more_on_category li {
	padding-bottom: 6px;
	font-family: Georgia, serif;
	font-size: 17px;
	}


#recommended_articles {
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	}

#recommended_articles div.recommended {
	float: left;
	width: 106px;
	margin: 0 16px 20px 0;
	text-align: center;
	}

#recommended_articles div.recommended:last-child {
	margin-right: 0;
	}

#recommended_articles div.recommended img {
	width: 106px;
	height: 106px;
	}

#recommended_articles h4 {
	font-weight: 400;
	font-size: 12px;
	color: #723032;
	margin: 0;
	}

#recommended_articles h4 a {
	color: #723032;
	}

#after_post_search {
	border-top: 1px solid #fafafa;
	padding-top: 20px;
	}

#after_post_search #searchform {
	float: right;
	width: 300px;
	margin-left: 10px;
	}

#after_post_search label {
	display: none;
	}

#after_post_search input[type="text"] {
	padding: 5px;
	background: #fff;
	border: 1px solid;
	border-color: #a8a8a8 #c8c8c8 #c8c8c8 #a8a8a8;
	width: 217px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 	}

#after_post_search input[type="submit"] {
	float: right;
	}

#after_post_search p {
	font-size: 13px;
	font-style: italic;
	color: #333;
	margin: 0;
	}

/* Author Page (and author box)
----------------------------------------------- */

.author_box {
	margin-top: 12px;
	overflow: hidden;
	}

body.author .author_box {
	border: none;
	}

.author_box img.avatar {
	border: none;
	float: left;
	margin: 3px 20px 6px 0;
	}

.author_box h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	font-size: 24px;
	}

.author_box p {
	margin-top: 0;
	}

.author_box p.authortitle {
	color: #505050;
    font-family: georgia,serif;
    font-style: italic;
    margin-top: -6px;
	}


.author_box .author_link {
	padding: 1px 0 1px 21px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: -moz-inline-stack;
	display: inline-block;
	}

.author_box .author_website {
	background: url(images/icon16_website.png) 0 0 no-repeat;
	}


.author_box .author_twitter {
	background: url(images/icon16_twitter.png) 0 0 no-repeat;
	}

.author_box .author_facebook {
	background: url(images/icon16_facebook.png) 0 0 no-repeat;
	}

.author_box .author_googleplus {
	background: url(images/icon16_googleplus.png) 0 0 no-repeat;
	}

.author_box .author_linkedin {
	background: url(images/icon16_linkedin.png) 0 0 no-repeat;
	}

.author_box p.continue {
	padding-top: 1em;
	margin: 0 ;
	border-bottom: none;
	border-top: 1px solid #e1e1e1;
	text-align: right;
	font-size: 13px;
	clear: both;
	}



/* Categories Page
----------------------------------------------- */

#cats_page_columns_outer {
	margin-top: 2em;
	}

#cats_page_columns {
	overflow: hidden;
	}

#cats_page_columns ul {
	margin: 1em 0;
	}

#cats_page_columns .home_cats_widgetwrap ul li {
	width: 43%;
	margin-right: 3%;
	padding-left: 3%;
	}


/* 404
----------------------------------------------- */

body.error404 .post {
	background-image: url(images/404.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 190px;
	}


/* Sidebar
----------------------------------------------- */

#sidebar {
	float: right;
	width: 310px;
	list-style-type: none;
	font-size: 12px;
	}

#sidebar > li {
	margin-bottom: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
	padding: 10px;
	}

#sidebar h2 {
	margin: 3px 0 0.5em 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	}

#sidebar li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar li li {
	border: none;
	margin: 0;
	padding: 0 0 4px 0;
	background: none;
	}

#sidebar li.widget_categories ul.children li {
	padding-left: 10px;
	padding-bottom: 1px;
	}

#sidebar li.widget_tag_cloud .tagcloud {
	text-align: center;
	}

#sidebar .widget_nav_menu .menu {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
	}

#sidebar caption {
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 9px;
    padding-bottom: 3px;
    }

#sidebar #wp-calendar {
	margin: 0 auto;
	}

#sidebar #wp-calendar td {
	padding: 1px 8px;
	}

#sidebar li.hciacc_ad_widget {
	padding: 0px;
	}

.side_ad_wrap {
	padding: 5px;
	}

.side_ad_wrap.nopadding {
	padding: 0px;
	}

.hciacc_ad_widget img {
	display: block;
	margin: 0 auto;
	}

#sidebar li .ad-row {
	margin: 0;
}

#sidebar li .ad-row>div {
	margin: 0 auto !important;
	height: auto !important;
}

.hciacc_recommended_post_widget h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #4C4C4C;
	margin-bottom: 5px;
	margin-top: 3px;
	}

.hciacc_recommended_post_widget h4 a {
	color: #4C4C4C;
	}

.hciacc_recommended_post_widget h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0;
	}

.hciacc_recommended_post_widget h3 a {
	}

.hciacc_recommended_post_widget img {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 14px 6px 0;
	}


.hciacc_recommended_post_widget .more {
	border-top: 1px solid #E1E1E1;
	text-align: right;
	padding-top: 10px;
	}

.hciacc_recommended_post_widget .more a {
	font-weight: bold;
	display: block;
	}

.hciacc_connect_widget .connectwrap {
	text-align: center;
	}

.hciacc_connect_widget img {
	margin-right: 7px;
	}

#sidebar > li.hciacc_newsletter_widget {
	background: #efefef url(images/newsletter_border.png) top repeat-x;
	color: #000;
	padding-top: 20px;
	}

.hciacc_newsletter_widget .newsletterwrap {
	overflow: hidden;
	}

.hciacc_newsletter_widget input[type=text]{
	color: #777;
	font-size: 12px;
	font-family: georgia, serif;
	font-style: italic;
	width: 258px;
	padding: 5px 5px 5px 25px;
	margin-top: 10px;
	background: #fff url(images/newsletter_icon.gif) 5px center no-repeat;
	}

.hciacc_newsletter_widget input[type=submit]{
	margin-top: 5px;
	float: right;
	}




	/* Carpentry template
	----------------------------------------------- */

#carpentry_header {
	margin-bottom: 15px;
	margin-top: 15px;
	background-position: center top !important;
	background-size: cover !important;
	background-color: #000;
	color: #fff;
	text-align: right;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
	}

#carpentry_header .inner {
	background: url(images/slide_shading.png) right repeat-y;
	width: 100%;
	height: 430px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	padding: 15px 35px;
	}



#carpentry_header h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 40px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0.25em;
	line-height: 1;
	}

#carpentry_header h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0.5em;
	}

#carpentry_header .content {
	max-width: 445px;
}

#carpentry_header .content p {
	margin-top: 0;
}

#carpentry_header .button {
	cursor: pointer;
	border: 1px solid #0b5eab;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 15px;
	background: #0084ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #0084ff 0%, #106fc7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0084ff), color-stop(100%,#106fc7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0084ff 0%,#106fc7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084ff', endColorstr='#106fc7',GradientType=0 ); /* IE6-9 */
}

#carpentry_main {
	margin-bottom: 15px;
	margin-top: 15px;
	background-position: right center !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
	}

#carpentry_main .mobile-thumb {
	display: none;
}

#carpentry_main .inner {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 80%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 80%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 35px 20px;
	}

#carpentry_main .content {
	max-width: 65%;
	}

#carpentry_main h2 	{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	}

#carpentry_main p {
	margin-bottom: 0;
	}

#carpentry_gallery .thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#carpentry_gallery .thumb {
	width: calc(25% - 12px);
	height: 0;
	padding-bottom: calc(25% - 12px);
	margin: 10px 0;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
}


#carpentry_gallery .thumb:nth-child(4n) {
	margin-right: 0;
}

#carpentry_gallery .thumb:nth-child(n+5) {
	display: none;
}


#carpentry_quote {
	margin: 55px 0;
}

#carpentry_quote blockquote {
	/* override blockquote defaults */
	color: #fff;
	margin-left: 0;
	padding: 0;
	background: none;
	font-style: normal;
	font-size: 25px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	max-width: 70%;
	margin: 0 auto;
	}

#carpentry_quote .author {
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	max-width: 70%;
	margin: 5px auto 0 auto;
	}

#carpentry_testimonials {
	margin: 0 45px 6em 45px;
	}

/* Fix the cycle2 flash before loading */
#carpentry_testimonials .testimonial-slide  { display: none; }
#carpentry_testimonials .testimonial-slide:first-of-type { display: block; }


#carpentry_testimonials .testimonial {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	}


#carpentry_testimonials .photo {
	width: 300px;
	height: 250px;
	background-size: cover;
	background-position: center;
	}

#carpentry_testimonials .content {
	width: calc(100% - 300px);
	margin: 0 0 0 -15px;
	position: relative;
	min-height: 160px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 15px;
	}


#carpentry_testimonials .content.nophoto {
	width: 100%;
	margin: 0;
	}

#carpentry_testimonials .name {
	position: absolute;
	right: 10px;
	top: 100%;
	text-align: right;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	margin-top: 24px;
	}

	#carpentry_testimonials .name::before {
		content:'';
		border-style: solid;
		border-width: 12px 15px 0 15px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: -24px;
		right: 0;
	}

.testimonial-nav {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	}

.testimonial-nav img {
	height: 32px;
	}

#testimonial-prev {
	left: -45px;
}

#testimonial-next {
	right: -45px;
}

#carpentry_form {
	text-align: center;
	background: url(images/form-bg.jpg) bottom center no-repeat;
	background-size: cover;
	margin-bottom: 3em;
}

#carpentry_form h2 	{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: -0.5em;
	}

#carpentry_form .thankyou {
	margin: 2em 0 1em 0;
	}


#carpentry_featured h2 {
		font-size: 11px;
		font-weight: 700;
		color: #FFF;
		text-transform: uppercase;
		margin-top: 15px;
		}

#carpentry_featured .articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}

#carpentry_featured .article {
	width: calc(33.33% - 10px);
	box-sizing: border-box;
	padding: 0;
  font-size: 13px;
	}

#carpentry_featured .article .thumb {
	width: 100%;
	height: auto;
	}


#carpentry_featured .article h3 {
	margin: -15px 5px 10px 5px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.125;
	}

#carpentry_featured .more_articles {
	text-align: right;
	width: 100%;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 2em;
	}

#carpentry_featured .more_articles a {
	color: #FFF;
	font-weight: bold;
	}

#carpentry_footer {
	background: #000;
	color: #fff;
	font-size: 13px;
	padding: 15px 20px;
	text-align: center;
}


/* Comments / Forms
----------------------------------------------- */

#searchform {
	overflow: hidden;
	}

input {
	font-size: 12px;
	line-height: 16px;
	}

input[type=text], textarea {
	padding: 3px 5px;
	font-family: georgia, serif;
	color: #333;
	border: 1px solid;
	border-color: #a8a8a8 #c8c8c8 #c8c8c8 #a8a8a8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

input[type=submit] {
	cursor: pointer;
	border: 1px solid #0b5eab;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	padding: 4px 7px;
	background: #0084ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #0084ff 0%, #106fc7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0084ff), color-stop(100%,#106fc7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0084ff 0%,#106fc7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0084ff 0%,#106fc7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084ff', endColorstr='#106fc7',GradientType=0 ); /* IE6-9 */
	}

input[type=submit]:hover {
	}

select {
	margin-top: 8px;
	}

h2.comments-title {
	display: none;
	}

ol.comment-list {
	list-style-type: none;
	}

ol.comment-list li {
	position: relative;
	}

ol.comment-list li.pingback {
	display: none;
	}

.comment-meta {
	display: none;
	}

.comment-author {
	position: absolute;
	left: 0;
	width:13.5%;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #723032;
	padding-top: 2px;
	}

.comment.bypostauthor {
	background: url(images/author_icon.png) top right no-repeat;
	}

.comment.bypostauthor .comment-body {
	padding-right: 54px;
	}

.comment-author a {
	color: #723032;
	}

.comment-author img.avatar,
.comment-author span.says {
	display: none;
	}

.comment-body {
	margin-left: 17%;
	min-height: 4em;
	background: url(images/comment_divider.gif) bottom repeat-x;
	}

.comment-body .reply {
	overflow: hidden;
	}

.comment-body .reply a {
	background: #E0E0E0;
	color: #666666;
	float: left;
	font-size: 11px;
	margin-bottom: 1em;
	padding: 5px 8px;
	position: relative;
	text-transform: uppercase;
	}

ol.comment-list ol.children {
	list-style-type: none;
	}

#respond {
	overflow: hidden;
	position: relative;
	}

h3#reply-title {
	position: absolute;
	left: 0;
	width:13.5%;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #723032;
	margin-top: 17px;
	}

h3#reply-title a {
	color: #723032;
	}

h3#reply-title small a {
	color: #666;
	}

#commentform {
	margin-left: 17%;
	}

#commentform.fb-social-plugin {
	margin-left: 0;
	}

#respond input[type=text] {
	width: 40%;
	margin-right: 5px;
	}

#respond label {
	font-size: 12px;
	}

#respond label span {
	font-style: italic;
	}

.af-form-wrapper {
	background: #fafafa;
	border: 1px solid #ccc;
	margin: 1em auto;
	padding: 10px;
	width: 80%;
	text-align: center;
	}

.af-form-wrapper input[type="text"] {
	margin-bottom: 1em;
	width: 50%;
	}

/* Footer
----------------------------------------------- */

#footer {
	background: #25050b url(images/footerbkg.png) top repeat-x;
	font-size: 13px;
	padding: 20px 0;
}

#innerfooter {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}

#footer ul, #footer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


.footer_widgetwrap {
	width: 215px;
	margin-right: 50px;
	padding: 0px;
	float: left;
	color: #fff;
	}

.footer_widgetwrap.wide {
	width: 430px;
	}

.footer_widgetwrap.last {
	margin-right: 0;
	}


.footer_widgetwrap h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	}

#footer .footer_widgetwrap li {
	padding-bottom: 5px;
	}

.footer_widgetwrap img {
	max-width: 100%;
	}

.footer_widgetwrap a {
	color: #fff;
	}

#footcopy {
	background: #0b0103;
	font-size: 12px;
	color: #404040;
	text-align: center;
	padding: 10px 0;
	}

#footcopyinner {
	width: 960px;
	margin: 0 auto;
	}

#footcopy p {
	margin: 0;
	}


/* Responsive Styles
----------------------------------------------- */

@media (max-width: 960px) {

	img, iframe, embed {
		max-width: 100%;
		height: auto;
		}

	#rap {
    	padding-left: 1.15%;
	    padding-right: 1.15%;
    	width: 96.96%;
    	}

	#footer {
    	padding-left: 3.15%;
	    padding-right: 3.15%;
    	width: 92.96%;
    	}

	#top_ad_inner, #header, #innernav, #content, #innerfooter, #innerfootcopy {
		width: 100%;
		}


	#top_ad_inner {
		min-height: 40px;
		overflow: hidden;
		}


	#top_ad_inner div,
	#top_ad_inner ul,
	#top_ad_inner li {
		width: 100% !important;
		}

	#top_ad_inner img {
		width: 90% !important;
		height: auto !important;
		}

	#nav {
		line-height: 2.5;
		padding-top: 8px;
		padding-bottom: 8px;
		}

	#home_slides .slide_text {
		margin-right: 8.85%;
		}

	.home_featured_text	{
		height: 183px;
		}

	#main {
		width: 66.14%;
		}

	#sidebar {
		width: 32.29%;
		}

	.home_featured_post {
		width: 48.81%;
		}

	.home_featured_post img,
	.home_all_post img	 {
		max-width: 100%;
		height: auto;
		width: 100%;
		}

	#home_cats {
		padding-left: 12px;
		padding-right: 12px;
		}

	#home_cats_columns {
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
		}

	.home_cats_widgetwrap ul li {
		padding-left: 1.38%;
		background: url(images/home_cat_bullet.png) 0 9px no-repeat;
		width: 21.35%;
		margin-right: 1.80%;
		}


	.home_all_post {
		width: 18.75%;
		margin-right: 1.56%;
		}

	.post_content.withthumb {
		width: 70.588%;
		}

	.index_thumb {
		width: 25.21%;
		}

	.index_thumb img {
		max-width: 98.3%;
		}

	#single_ad_top {
		margin: 0;
		float: none;
		text-align: center;
		}

	#sharing_outer {
		width: 100%;
		}


	#post_footer {
		text-align: center;
		}

	#single_ad_bottom {
		width: 100%;
		float: none;
		}

	#recommended_articles div.recommended {
		width: 17.81%;
		margin-right: 2.68%;
		}

	#recommended_articles div.recommended img {
		height: auto;
		}

	#more_on_category {
		margin-top: 1.5em;
		width: 100%;
		float: none;
		}

	.cats_page_widgetwrap {
		width: 14.67%;
		margin-right: 2.17%;
		}

	.side_ad_wrap div {
		width: auto !important;
		}

	#innerfooter {
		background: none;
		}

	.footer_widgetwrap {
		width: 22.39%;
		margin-right: 5.2%
		}

	.footer_widgetwrap.wide {
		width: 44.79%
		}

}

@media (max-width: 820px) {

	#header_ad img {
		max-width: 78% !important;
		}

	#header {
    padding-bottom: 50px;
  	}

  #logo {
    bottom: 50px;
  	}

	#header_search {
    top: auto;
    bottom: 10px;
    width: calc(100% - 15px);
    right: 0;
  	}

	#header_search input[type="text"] {
    padding: 6px 0;
    width: 80vw;
  	}

  #header_search input[type="submit"] {
    float: right;
  	}

	.home_featured_post {
		width: 100%;
		}

	.home_featured_text	{
		height: 137px;
		}

	.home_cats_widgetwrap ul li {
		padding-left: 1.88%;
		width: 29.12%;
		margin-right: 1.80%;
		padding-top: 5px;
		padding-bottom: 5px;
		background-position: 0px 11px;
		}

	.home_all_post {
		width: 23.8%;
		}

	.home_all_post:nth-of-type(5n) {
		margin-right: 1.56%;
		}

	.home_all_post:nth-of-type(4n) {
		margin-right: 0;
		}

	.home_all_post:nth-of-type(9),
	.home_all_post:nth-of-type(10) {
		display: none;
		}

	.cats_page_widgetwrap {
		width: 29.34%;
		margin-right: 3.99%;
		}

	#recommended_articles div.recommended {
		width: 22.99%;
		margin-right: 2.68%;
		}

	#recommended_articles div.recommended.position5 {
		display: none;
		}

	#recommended_articles div.recommended.position4 {
		margin-right: 0;
		}

	#after_post_search #searchform, #after_post_search #cse-search-box {
		float: none;
		margin: 0.75em 0;
		}

	.comment-body {
		margin-left: 0;
		}

	.comment-author {
		position: static;
		text-align: left;
		padding-top: 2em;
		width: auto;
		}

	.comment.bypostauthor {
		background-position: right 2em;
		}

	#commentform {
		margin-left: 0;
		}

	h3#reply-title {
		position: static;
		text-align: left;
		margin-top: 2em;
		width: auto;
		}
}

@media (max-width: 781px) {

	#carpentry_testimonials {
		margin-left: 30px;
		margin-right: 30px;
	}

	#carpentry_testimonials .testimonial {
		display: block;
	}

	#carpentry_testimonials .photo {
		width: 100%;
		height: 250px;
		background-size: cover;
		background-position: center;
		}

	#carpentry_testimonials .content {
		width: calc(100% - 40px);
		margin: 0;
		position: relative;
		min-height: 0;
		}


	#carpentry_testimonials .content.nophoto {
		width: calc(100% - 40px);
		margin: 0;
		}
	.testimonial-nav {
		position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
		}

	.testimonial-nav img {
		height: 24px;
		}

	#testimonial-prev {
		left: -36px;
	}

	#testimonial-next {
		right: -36px;
	}

	#carpentry_featured .article {
		width: 100%;
		}

}

@media (max-width: 700px) {

	#header_ad img {
		width: 100% !important;
		max-width: 100% !important;
		}

	#header_text {
		text-align: center;
		padding: 1.5em 0;
		}

	#header_text img#site_title_img {
		padding: 0;
		}

	#title {
		max-width: 78%;
		}


	#nav {
		text-align: center;
		}

	#nav ul {
		padding-left: 0;
		}

	#nav ul li {
		display: block;
		text-align: center;
		}

	#nav ul#primary,
	#nav.home ul#primary {
		display: none;
		margin-top: 1.5em;
		}

	#nav.open ul#primary {
		display: block;
		border-bottom: none;
		}

	#nav_mobile_toggle {
		display: block;
		}

	#nav_mobile_toggle a {
		padding-right: 20px;
		padding-left: 5px;
		background: url(images/nav_toggle_sprite.png) 100% 0 no-repeat;
		}

		#nav.open #nav_mobile_toggle a {
		background-position: 100% 103%;
		}

	#nav ul li a {
		display: block;
		margin-left: 0;
		padding: 10px 0 10px 20px;
		border-bottom: 1px solid #222;
		border-top: 1px solid #2d2d2d;
		}

	#nav ul#primary li:last-child a {
		border-bottom: none;
		}

	#nav ul li#mobile_cats {
		display: block;
		}

	#nav ul li#mobile_cats a {
		color: #ffe985;
		}

	#main {
		width: 100%;
		}

	#sidebar {
		display: none;
		}

	#home_cats_columns {
		}

	#home_cats_more {
		border-top: 0;
		padding: 0;
		}

	#home_cats_more a {
		display: block;
		padding: 12px;
		}

	.home_all_post {
		width: 32.29%;
		height: 210px;
		}

	.home_all_post:nth-of-type(4n) {
		margin-right: 1.56%;
		}

	.home_all_post:nth-of-type(3n) {
		margin-right: 0;
		}

	.home_all_post:nth-of-type(9) {
		display: block;
		}

	.box h2.boxtitle, .box h3.boxtitle, .box h4.boxtitle {
		text-align: center;
		}

	#after_post_search #searchform {
		width: auto;
		text-align: center;
		}

	#after_post_search #searchform, #after_post_search #cse-search-box {
		margin-left: auto;
		margin-right: auto;
		}

	#after_post_search input[type="text"] {
		margin-right: 5px;
		float: none;
		display: inline-block;
		}

	#after_post_search input[type="submit"] {
		float: none;
		display: inline-block;
		}

	#after_post_search p {
		text-align: center;
		}

	#recommended_articles div.recommended {
		width: 17.81%;
		margin-right: 2.68%;
		}

	#recommended_articles div.recommended.position5 {
		display: block;
		}

	#recommended_articles div.recommended.position4 {
		margin-right: 2.68%;
		}

	#carpentry_main {
		background-image: none !important;
	}

	#carpentry_main .mobile-thumb {
		display: block;
	}

	#carpentry_main .inner {
		background: none !important;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#carpentry_main .content {
		max-width: 100%;
	}

	#carpentry_quote blockquote {
		max-width: 90%;
	}

}

@media (max-width: 560px) {

	#logo {
		width: 16%;
		}

	#title {
		margin-left: 18%;
		max-width: 82%;
		}

	#nav {
		padding-left: 18%;
		}

	.home_featured_post p.continue {
		text-align: center;
		}

	.home_featured_post p.continue a {
		display: block;
		}

	.home_cats_widgetwrap ul li {
		padding-left: 3%;
		width: 42.3%;
		margin-right: 4%;
		padding-top: 8px;
		padding-bottom: 8px;
		background-position: 0px 15px;
		}


	#home_all h2 {
		padding:20px 0 10px 0;
		text-align: center;
		}

	.home_all_post {
		width: 48.65%;
		height: 240px;
		}

	.home_all_post:nth-of-type(odd) {
		margin-right: 2.7%;
		}

	.home_all_post:nth-of-type(even) {
		margin-right: 0;
		}

	.home_all_post:nth-of-type(10) {
		display: block;
		}

	#home_all p.continue {
		text-align: center;
		}

	#home_all p.continue a {
		display: block;
		}

	h2.archivetitle {
		text-align: center;
		}

	.index_thumb {
		float: none;
		text-align: center;
		margin-bottom: 1em;
		width: auto;
		}

	.post_content.withthumb {
		float: none;
		width: auto;
		}

	#recommended_articles div.recommended {
		width: 22.99%;
		margin-right: 2.68%;
		}

	#recommended_articles div.recommended.position5 {
		display: none;
		}

	#recommended_articles div.recommended.position4 {
		margin-right: 0;
		}

	.cats_page_widgetwrap {
		width: 46%;
		margin-right: 3.99%;
		}

	.footer_widgetwrap,
	.footer_widgetwrap.wide,
	.footer_widgetwrap.last {
		width: 95%;
		margin: 0 2.5%;
		}


		#carpentry_header {
			background-position: center left !important;
			text-align: center;
		}

		#carpentry_header .inner {
			background: rgba(0,0,0,0.65);
			display: block;
			padding: 30px;
			height: auto;
		}

		#carpentry_header .content {
			max-width: 100%;
		}

		#carpentry_header .button {
			display: inline-block;
    	margin-bottom: 1em;
		}

		#carpentry_gallery .thumb {
			width: calc(50% - 10px);
			height: 0;
			padding-bottom: calc(50% - 10px);
		}

}

@media (max-width: 460px) {

	.home_all_post {
		height: 210px;
		}

	#home_slides .slide_text {
		margin-left: 8.85%;
		width: 82.3%;
		}

	.cats_page_widgetwrap {
		width: 100%;
		margin-right: 0%;
		text-align: center;
		}

	#recommended_articles div.recommended {
		width: 48.66%;
		margin-right: 2.68%;
		}

	#recommended_articles div.recommended.position2,
	#recommended_articles div.recommended.position4 {
		margin-right: 0;
		}

	#after_post_search #searchform, #after_post_search #cse-search-box {
		width: 250px;
			}

	#after_post_search input[type="text"] {
		width: 167px;
		}

	#after_post_search input[type="submit"] {
		}

	}

@media (max-width: 320px) {
	.home_all_post {
		width: 100%;
		margin-right: 0
		}
}
