/* NOTEWORTHY BLOG CSS */
/* 2014/2/20 */


/*---Layout---*/
.cwidth_wrapper { max-width: 1040px;}
.screen-reader-text { display: none; }
.pagination-1 .page.current, .pagination-1 a.page:hover,
.button, input[type="submit"] { background-color: #3eb2c4; }

/*---Header---*/
#navMenu, div.mast { margin-bottom: 0; }
body.admin-bar #layout_width { padding: 0; }

/*---Font Style---*/
body, .widget { 
	text-align: left;
	font-family: verdana, arial, sans-serif!important; 
	color: #666;
}
h2.post_title a {
	color: #3f5257;
	font-weight: 100;
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6, .blog-post-1 .post_meta_left .post_meta_left_date .date_box {
	font-weight: 100;
	color: #595959;
}
#layout_width a:link, #layout_width #layout_width a:active, #layout_width a:visited { color: #3eb2c4; }
#layout_width a:hover, .widget a:hover, .blog-post-1 .post_meta a:hover{color: #2fadc1;}
.widget_title { font-weight: 100; }
.ffWidgetTwitter .tweet .timestamp,
.blog-post-1 .post_meta, .blog-post-1 .post_meta a 
.comment-notes { color: #999; }
.col-content p { 
	font-size: 12px;
	line-height: 18px;
}

.blog-post-1 h1.post_title, .blog-post-1 h2.post_title { line-height: 24px; }

/* Collasping List Style*/
#widget-collapscat-2-top li.collapsing.categories.item:before { content: none!important; }
#widget-collapscat-2-top li.collapsing.categories {
	padding: 6px 0;
	text-indent: 0;
}
#widget-collapscat-2-top li.item { 
	border: none;
	text-indent: 10px; 
}
.widget ul > li.expandable > a { 
	background-image: none;
	padding-left: 0;
}

#widget-collapscat-2-top li.collapsing.categories ul li.expandable { 
	border: none; 
	border: none;
	text-indent: 17px;
}

#widget-collapscat-2-top li.expandable div ul li.expandable div li.item {
border: none;
text-indent: 35px!important;
}

/* Image Style*/

.home .post_content img, 
.home .featured_image_inline .featured_image, 
.category .post_content img, 
.category .featured_image_inline .featured_image,
.videos a { max-width: 280px; }

.featured_image_inline.featured_image_left { margin-right: 0; }

.post_content img { margin: 5px 20px 0 0; }

.home div.featured_image_container, 
.home div.featured_image_inline, 
.home div.featured_image_left,
.category div.featured_image_container, 
.category div.featured_image_inline, 
.category div.featured_image_left { 
	max-height: 210px;
	overflow: hidden; 
	text-align: center;
	min-width: 280px;
}

.featured_image_inline .featured_image { max-width: 654px; }

.featured_image_wrapper { display: inline-block; }

/*Category Style*/
.archive a.read_more, 
.category a.read_more {
	color: #3eb2c4!IMPORTANT;
	background: none!important;
	text-transform: inherit;
	font-weight: normal;
	margin: 0;

}

/*Page Style*/

.page .cwidth_wrapper { max-width: 900px; }
.page .section {
	margin: 35px 0;
	border-top: 1px solid #ebebeb;
}
.page .section.first { 
	margin-top:0;
	border:none;
}

.page div.float { width:45%; margin-right: 5%; }
.page div.float.right { float:right; }
.page div.float.left { float:left; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.page div.float { width:100%; margin-right: 0; }
}


/*Gallery Post*/
div.gallery_images img {
	border: 1px solid rgb(235, 235, 235);
	margin-right: 0px;
}

div.gallery_images p { 
	margin: 0 6px 0 0;
	display: inline-block; 
}

/*Video Post*/
div.videos a {
	position: relative;
	display: inline-block;
}

div.videos a img { margin-right: 0; }

div.videos a img.playBtn {
	top: 45%;
	left: 43%;
	position: absolute;
}

.blog-post-1 .featured_area { display: none; }


/*Translation Plugin TRANSPOSH*/
#tr_credit { display: none; }
.widget_transposh input {-webkit-appearance: checkbox;margin:10px 0px 0px 10px;}