/*
Theme Name: Inspire
Description: Pintester Theme
Theme URI: http://www.contactdesigners.com
Author: Contact Designers LLC
Version: 1
*/


/*************************************************
*	INDEX										 *
**************************************************
*												 *
*	01.	General									 *
*	02. Header									 *
*	03.	Navigation								 *
*	04.	Items									 *
*	05.	Filter									 *
*	06.	Archive									 *
*	07.	Posts									 *
*	08.	Sidebar									 *
*	09.	Footer									 *
*	12. Shortcodes								 *
*												 *
*************************************************/


@import url("css/reset.css");
@import url("css/flexslider.css");

#disqus_thread {width: 100%;}
body {
	font-family:"Droid Sans";
	font-size:12px;
	color:#444;
	line-height:1.4em;
}

a { 
	text-decoration:none;
	color:#777;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

a:hover { 
	color:#d71a06;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

h1,h2,h3,h4,h5,h6 { 
	font-family:"Francois One";
	line-height:1.5em;
}

p { line-height:1.5em; margin-bottom:18px; color:#444; }

.right { float:right }
.left { float:left; }

/*************************************************
*	01. General									 *
*************************************************/
#bg-wrapper {
	width:1024px;
	margin:0 auto;
	background:#fff;
	
}
#wrapper { 
	width:1000px;
	margin:0 auto;
}

#main {
	width:1000px;
}

/* editbymb 05012012 */
#ajax_loading_zone {
	display: none;	
}

/* editbymb 21022013*/
.load-more > span {
	display: none;	
}
/*editend*/

#content {
	width:650px;
	margin:0 40px 0 5px;
	float:left;
}

#content.full {
	width:1000px;
	margin:0;
	float:none;
}

#sidebar {
	width:300px;
	float:right;
	margin-right:5px;
}
#home_mid {
	width: 100%;
	display: block;
	float: left;
	}
#home_adspace { left: 666px;
    opacity: 1;
    top: 0;
	width: 305px;
	float: right;
    margin: 0px 5px 0px 20px;
}
#home_adspace .widget {margin: 0;}
#home_adspace li {margin:0px; padding: 2px 0px; font-size:11px;}

/*addedbymb 05022013 to conform with Theme-Check standards*/
.sticky {}
.bypostauthor {}


/*************************************************
*	02. Header									 *
*************************************************/

#header {
	margin:0 5px 10px 5px;
	position:relative;
	height:150px;
}

#t_bord {background:url(images/transp_l.png); padding:0; margin: 0 0 0 -519px; height: 100%;
    width: 1038px; display: block; position:absolute; left: 50%; z-index: -1; position: fixed; top:0;}
#ribbon_bar { width: 100%; box-shadow: 0 4px 5px #e9e9e9; margin-bottom: 20px; border-bottom: 1px dashed #E5E5E5;}
/* editbymb 20012013*/
#logo {
	float:left;
	position: absolute;
	/*margin-top:60px;*/
}

#header-search {
	position:absolute;
	right:0;
	top:10px;
	cursor: pointer;
	z-index: 1;
}
#header-search a.search-icon {
	height:16px;
	width:16px;
	display:block;
	background:url(images/search.png) no-repeat;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
}
#header-search a.search-icon:hover {
	background-position:-16px 0;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
}

#pop_out_search {
float:right; margin: 5px 0 0 0; 
}

	/*** Search ***/
	#searchform input#s {
		border: 1px solid #D71A06;
		background:#fff;
		padding:5px 8px;
		font-size:10px;
		color:#999;
		letter-spacing:1px;
		float:left;
		width:140px;
	}
	
	#searchform #searchsubmit {
		background:url(images/searchsubmit.png) no-repeat;
		width:27px;
		height:25px;
		border: 0px;
		float: right;
		cursor:pointer;
	}
	#searchform #s:focus { outline:none; }
	
		/** searchbar for sidebar ***/
		#sidebar .widget #searchform input#s { 
			width:255px;
		}
	
#header-social {
	position:absolute;
	right:0px;
	top:10px;
	z-index: 1;
}

#header-social a.social {
	display:block;
	height:32px;
	width:32px;
	float:left;
	margin-left:8px;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
	}
#header-social a.social:hover {
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
}

#header-social a.social.facebook {
	background:url(images/facebook-small.png) no-repeat;
}
#header-social a.social.facebook:hover {
	opacity: .5;
}
#header-social a.social.twitter {
	background:url(images/twitter-small.png) no-repeat;
}
#header-social a.social.twitter:hover {
	opacity: .5;
}
#header-social a.social.pinterest {
	background:url(images/pinterest-small.png) no-repeat;
	margin-left: 0 !important;
}
#header-social a.social.pinterest:hover {
	opacity: .5;
	
}
#header-social a.social.tumblr {
	background:url(images/tumblr-small.png) no-repeat;
}
#header-social a.social.tumblr:hover {
	opacity: .5;
}
#header-social a.social.vimeo {
	background:url(images/vimeo-small.png) no-repeat;
}
#header-social a.social.vimeo:hover {
	opacity: .5;
}
#header-social a.social.flickr {
	background:url(images/flickr-small.png) no-repeat;
}
#header-social a.social.flickr:hover {
	opacity: .5;
}
#header-social a.social.rss {
	background:url(images/rss-small.png) no-repeat;
}
#header-social a.social.rss:hover {
	opacity: .5;
}
/*add*/
#header-social a.social.youtube {
	background:url(images/youtube-small.png) no-repeat;
}
#header-social a.social.youtube:hover {
	opacity: .5;
}
#header-social a.social.google {
	background:url(images/google-small.png) no-repeat;
}
#header-social a.social.google:hover {
	opacity: .5;
}

/*************************************************
*	03. Navigation								 *
*************************************************/


/* editbymb 20012013*/
#header .menu {
	position: absolute;
	right: 0px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	/*float:right;*/
	/*margin-top:66px;*/
}
#header .menu li {
	float:left;
	display:block;
	margin-right:8px;
	padding-right:17px;
	position:relative;
}

#header .menu li:last-child {
	margin-right:0;
	padding-right:0;
	background:none;
}

#header .menu li a {
	color:#666;
	padding-bottom:2px;
}

#header .menu li.current-menu-item  a, #header .menu li.current_page_item  a, #header .menu li a:hover  {
	border-bottom:3px solid #d71a06;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
}

	/** Drop down **/
	#header .menu li ul {
		position:absolute;
		left:-20000px;
		z-index:99999;
		border:1px solid #e5e5e5;
		background:#FFF;
		font-size:11px;
		font-weight:normal;
		letter-spacing:1px;
		padding:12px 0;
		margin-top 4px;
		-webkit-box-shadow: 0px 3px 5px rgba(15, 15, 15, .1);
		-moz-box-shadow:    0px 3px 5px rgba(15, 15, 15, .1);
		box-shadow:         0px 3px 5px rgba(15, 15, 15, .1);
	}
	#header .menu li:hover ul {
		position:absolute;
		left:0;
	}
	#header .menu li ul li {
		width:146px;
		padding: 0 10px 0 12px;
		margin:0 0 12px 0;
	}
	#header .menu li ul li:last-child { margin-bottom:0; }
	#header .menu li ul li a {
		color:#888;
	}
	#header .menu li.current-menu-item ul li a, #header .menu li.current_page_item ul li a, #header .menu li ul li a:hover, #header .menu li ul li.current_page_item a, #header .menu li ul li.current-menu-item a  {
		border-bottom:none;
	}
	#header .menu li ul li a:hover {
		color:#d71a06;
	}
	
		/** dropdown lvl 3 **/
		#header .menu li ul li ul {
			position:absolute;
			top:-20000px;
		}
		#header .menu li ul li:hover ul {
			left:168px;
			top:-18px;
		}
		
			/*** navigation level 4 ***/
			#header .menu li ul li ul.sub-menu li ul {
				position:absolute;
				top:-20000px;
			}
			#header .menu li ul li ul.sub-menu li:hover ul {
				left:168px;
				top:-18px;
			}

/* hide responsive menu */
#header select {
	display:none;
}
			
/*************************************************
*	04. Items									 *
*************************************************/

.item {
	width:240px;
	float:left;
	margin:5px;
	cursor:pointer;
}

.item a img {
	margin-bottom:-4px;
}

.item:hover > div > h2 > a {
	color:#d71a06;
}

.item .meta .heart {
	background:url(images/dark-heart.png) no-repeat left;
	padding-left:17px;
	color:#555555;
	font-size:10px;
	letter-spacing:1px;
	margin-right:10px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
	float:left;
}
.item .meta .heart.liked {
	background:url(images/red-heart.png) no-repeat left;
}

.item .meta span.heart:hover {
	background:url(images/red-heart.png) no-repeat left;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

.item .meta .date {
	color:#828282;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	float:left;
}

.item .meta span.comment {
	background:url(images/comment.png) no-repeat right;
	color:#828282;
	font-size:10px;
	padding-right:15px;
	letter-spacing:1px;
	float:right;
}

.item .item-meta span.comment {
	background:url(images/comment-light.png) no-repeat left;
	color:#828282;
	font-size:10px;
	padding-right:14px;
	padding-left:16px;
	letter-spacing:1px;
	float:right;
	line-height:12px;
}

.item .meta {
	line-height: 11px;
	background:#ebebeb;
	margin:0;
	padding:10px 10px 11px 10px;
	overflow:hidden;
	height:11px;
}

/* new styles for items */
.item .item-title {
	padding:10px;
	background:#000;
}
.item .item-title h2 a {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.item .item-excerpt {
	padding:10px;
	background:#fafafa;
}
.item .item-excerpt p {
	margin:0;
	color:#757575;
}
.item .item-excerpt.quote blockquote {
	text-align: center;
	font-size: 16px;
	color:#757575;
	line-height:1.3em;
}
.item .item-media iframe {
	vertical-align: top; 
}

.item .item-thumb {
	position:relative;
}
.item .item-thumb:hover a > span.zoom {
	position:absolute;
	top:125px;
	left:250px;
	background:url(images/zoom.png) no-repeat;
	width:60px;
	height:60px;
	display:block;
}
	
	
	/* editbymb 05022013 */
	/* item 1 col */
	.item.column1 {
		width:990px;
	}
	.item.column1 .item-title {
		padding:20px;
		text-align:center;
	}
	.item.column1 .item-title h2 a {
		font-size:24px;
		line-height:1.2em;
	}
	.item.column1 .item-excerpt {
		padding:20px;
		text-align:center;
	}
	.item.column1 .item-excerpt p {
		font-size:16px;
		
	}
	.item.column1 .item-excerpt.quote blockquote {
		padding:30px 20px;
		font-size: 24px;
		background-image: url(images/quote-item1.png), url(images/quote-item12.png);
		background-position: top left, bottom right;
		background-repeat: no-repeat;
	}
	
	/* item 2 col */
	.item.column2 {
		width:490px;
	}
	.item.column2 .item-title {
		padding:16px;
		text-align:center;
	}
	.item.column2 .item-excerpt {
		padding:16px;
		text-align:center;
	}
	.item.column2 .item-title h2 a {
		font-size:20px;
		line-height:1.2em;
	}
	.item.column2 .item-excerpt p {
		font-size:14px;
		
	}
	.item.column2 .item-excerpt.quote blockquote {
		padding:20px 26px;
		font-size: 20px;
		background-image: url(images/quote-item1.png), url(images/quote-item12.png);
		background-position: top left, bottom right;
		background-repeat: no-repeat;
	}
	
	/* item 3 col */
	.item.column3 {
		width:323px;
	}
	.item.column3 .item-excerpt.quote blockquote {
		margin:10px 0;
		padding: 18px 16px;
		font-size:18px;
		background-image: url(images/quote-item4.png), url(images/quote-item42.png);
		background-position: top left, bottom right;
		background-repeat: no-repeat;
	}
	
	.item.column3 .item-title h2 a {
		font-size:15px;
	}

	.item.column3 .item-excerpt p {
		font-size:13px;
	}

	/* item 4 col */
	.item.column4 .item-excerpt.quote blockquote {
		margin:10px 0;
		padding: 25px 8px;
		font-size:15px;
		background-image: url(images/quote-item4.png), url(images/quote-item42.png);
		background-position: top left, bottom right;
		background-repeat: no-repeat;
	}

	/* editbymb 20012013 double padding fix*/
	.item .item-title.double {
		padding:3px 10px;
		margin-bottom:3px;
	}


	/** Load More **/
	.load-more {
		text-align:center;
		margin-top:50px;
		margin-bottom:60px;
		clear: both;
		
	}

	.load-more:hover {
		cursor: pointer
	}
		
	.load-more span {
		border:1px solid #CCC;
		padding:12px 26px;
		text-transform:uppercase;
		color:#666;
		letter-spacing:1px;
		font-size:11px;
		-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
	}
	.load-more span:hover {
		background:#e1e1e1;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
	}
	
	.load-more span.no_more { 
		border:1px solid #e5e5e5;
		color:#AAA;
		display: none;
	}
	.load-more span.no_more:hover {
		background:none;
		cursor:default;
	}
	

/*************************************************
*	05. filter									 *
*************************************************/
#filter {
	margin:20px 5px 40px 5px;
	padding-top:16px;
	background:url(images/line.png) repeat-x top;
}

#filter ul {
	overflow:hidden;
	text-transform:uppercase;
	font-size:11px;
	font-weight:700;
	color:#000;
	float:left;
}
#filter ul li {
	float:left;
	margin-right:16px;
	padding-right:16px;
	background:url(images/navi-sep.png) no-repeat right;
}

#filter ul li:last-child {
	background:none;
}

#filter ul li a {
	color:#999;
}
#filter ul li a:hover {
	color:#222;
}
#filter ul li a.active {
	color:#222;
}

#filter ul.sort {
	float:right;
}
#filter ul.sort li.last {
	margin-right:0;
	padding-right:0;
}

/* editbymb 19022013 */
#loading-image {
	display: inline;	
}

/*************************************************
*	06. Archive									 *
*************************************************/

/*editbymb 10012012 whole archive section has been reworked*/

#filter ul.archive li {
	background:none;
	color:#999;
	margin-right:10px;
	padding-right:0;
}

#filter ul.archive li.browsing {
	color:#222;
}

	.item.archive {
		width:990px;
		cursor:default;
		margin-bottom:30px;
		padding-bottom:40px;
		border-bottom:1px dashed #e5e5e5;
	}
	.item.archive img {
		float:left;
		margin-right:30px;
	}

	/* editbymb 11032013*/
	.item.archive .media_link_blog {
		float:left;
		margin-right:30px;
		width: 560px;
	}

	.item.archive .item-descrip {
		overflow:hidden;
		padding:0;
		background:#FFF;
		position: relative;
		height: 310px;
	}
	.item.archive .item-title {
		background:#FFF;
		padding:0;
	}
	.item.archive .item-excerpt {
		background:#fff;
		padding:0;
	}
	.item.archive .item-title h2 a {
		color:#000;
		font-size:20px;
		margin-bottom:10px;
		padding-bottom: 10px;
		display:block;
		border-bottom: 1px solid #e5e5e5;
		line-height:1.1em;
	}

	.item.archive .item-meta {
		font-size:10px;
		text-transform:uppercase;
		color:#888;
		letter-spacing:1px;
		padding-bottom: 30px;
	}

	.item.archive .item-meta span.heart {
		background:url(images/light-heart.png) no-repeat;
		padding-left:16px;
		font-size:10px;
		color:#888;
		letter-spacing:1px;
		margin-right:12px;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
		float: right;
		line-height:12px;
	}
	.item.archive .item-meta span.heart:hover {
		cursor: pointer;
		background:url(images/red-heart.png) no-repeat;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
	}
	.item.archive .item-meta span.heart.liked {
		background:url(images/red-heart.png) no-repeat;
	}

	.item.archive .item-descrip p {
		margin-bottom:18px;
		font-size:14px;
		
	}

	.item.archive .item-footer {
		position: absolute;
		bottom: 0px;
		border-top: 1px solid #e5e5e5;
		padding-top: 10px;
		width: 100%;
	}

	.item.archive .item-descrip a.readmore {
		background:#666;
		color:#FFF;
		font-weight:700;
		text-transform:uppercase;
		padding:10px 14px;
		display:inline-block;
	}
	.item.archive .item-descrip a.readmore:hover {
		background:#d71a06;
	}
	

/*************************************************
*	07. Post									 *
*************************************************/
.post {
	padding-bottom:40px;
}

.post .post-img {
	margin-bottom:16px;
	text-align:center;
}

.post-img.full {
	width:1000px;
	margin:0 5px 30px 5px;
	text-align:center;
}

.post-title {
	
}

.post-title h1 {
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:6px;
}
.post-title span.meta {
	font-size:10px;
	text-transform:uppercase;
	color:#888;
	letter-spacing:1px;
}

.post-title span.heart {
	background:url(images/light-heart.png) no-repeat;
	padding-left:16px;
	font-size:10px;
	color:#888;
	cursor:pointer;
	letter-spacing:1px;
	margin-right:12px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
.post-title span.heart:hover {
	background:url(images/red-heart.png) no-repeat;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
.post-title span.heart.liked {
	background:url(images/red-heart.png) no-repeat;
}

.post .post-entry {
	margin-top:24px;
	padding-top:24px;
	border-top:1px dashed #e5e5e5;
	color:#444;
	font-size:13px;
}

	/* post entry styles */
	.post-entry h1 { font-size:28px; margin-bottom:18px; }
	.post-entry h2 { font-size:24px; margin-bottom:17px; }
	.post-entry h3 { font-size:20px; margin-bottom:16px; }
	.post-entry h4 { font-size:18px; margin-bottom:15px; }
	.post-entry h5 { font-size:16px; margin-bottom:14px; }
	.post-entry h6 { font-size:14px; margin-bottom:13px; }
	.post-entry hr { border:0; background-color: #DDD; height:1px; margin-bottom:18px; color:#DDD; }
	.post-entry ul { padding-left: 30px; margin-bottom:20px; font-size:13px; line-height:15px; }
	.post-entry ul li{ background:url(images/ul-dot.png) no-repeat; padding-left:16px; margin-bottom:10px; }
	.post-entry ol { padding-left:46px; margin-bottom:20px; font-size:13px; line-height:20px; }
	.post-entry ol li { list-style-type: decimal; margin-bottom:6px; }
	.post-entry .alignright { float:right; margin:0 0 4px 10px; }
	.post-entry .alignleft { float:left; margin:0 10px 4px 0; }
	.wp-caption, .gallery-caption  { margin-bottom:20px; text-align: center; }
	p.wp-caption-text { margin-bottom:2px; }
	.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	
	/* Gallery */
	#gallery-1 img {
		margin-bottom:6px; 
		width:175px;
		height:175px;
	}
	#gallery-1 a img {
		border:1px solid #ddd;
		padding:6px;
	}
	#gallery-1 a:hover img {
		border:1px solid #c5c5c5;
	}
	
.post.full .post-entry {
	margin-top:0;
	font-size:13px;
	line-height:1.5em;
	color:#444;
}

.post .post-entry .tags a {
	font-size:10px;
	text-transform:uppercase;
	color:#888;
	margin-right:18px;
	letter-spacing:1px;
	display:inline-block;
}

.post .post-entry .tags {
margin-bottom:24px;
clear:both;
}

.clearfix { 
	clear:both;
	margin-bottom:24px;
 }

/* post pagination */
.post-pagination {
	overflow:hidden;
	margin-bottom:24px;
	border-top:1px solid #e5e5e5;
	padding-top:24px;
}

.post-pagination a.pagination {
	background:#eee;
	padding:20px;
	width:283px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

/* editbymb 13022013 */
.post-pagination.full a.pagination {
	width:452px;
		
}

.post-pagination a.pagination:hover {
	background:#777;
}
.post-pagination a.pagination.last:hover {
	background:#eee;
}
.post-pagination a.pagination.prev {
	float:left;
	margin-right:2px;
}
.post-pagination a.pagination.next {
	float:right;
	margin-right:0;
	text-align:right;
}
.post-pagination a.pagination span {
	font-size:10px;
	font-weight:600;
	color:#bbb;
	text-transform:uppercase;
	display:block;
}
.post-pagination a.pagination {
	text-transform:uppercase;
	font-weight:600;
	font-size:11px;
	color:#999;
}
.post-pagination a.pagination.last {
	color:#bbb;
	cursor:default;
}
.post-pagination a.pagination:hover {
	color:#fff;
}
.post-pagination a.pagination.last:hover {
	color:#bbb;
}

/* editbymb 11012013*/
.post .post-share {
	padding-top:26px;
	height: 26px;
	border-top:1px dashed #e5e5e5;
	position: relative;
}

.post .post-share.last {
	border-bottom:none;
}

	/** Post full width ***/
	.post.full {
		margin:0 5px 0 5px;
	}
	
	.post.full .post-title {
		text-align:center;
		padding:15px 0 35px 0;
	}
	
	.post.full .post-title h1 {
		font-size:28px;
	}
	
	.post.full .post-entry p{
		font-size:13px;
	}
	

	/*** Comments ***/
	.post-comments {
		margin-top:24px;
		padding-top:24px;
		border-top:1px solid #e5e5e5;
	}
	
	.post-comments h2 {
		font-size:15px;
		text-transform:uppercase;
		color:#666;
		letter-spacing:1px;
		margin-bottom:25px;
	}
	.comments {
		margin-bottom:24px;
		padding-bottom:24px;
		border-bottom:1px solid #e5e5e5;
	}
	.comment {
		margin-bottom:12px;
	}
	
	.comment .avatar {
		float:left;
		margin-right:10px;	
	}
	
	.comment-content {
		overflow:hidden;
	}
	.comment .comment-meta {
		margin-bottom:8px;
	}
	.comment span.author {
		color:#666;
		font-weight:700;
		margin-right:6px;
	}
	.comment span.date {
		font-size:10px;
		text-transform:uppercase;
		color:#888;
		letter-spacing:1px;
	}
	.comment span.reply a {
		padding-left:13px;
		font-size:10px;
		text-transform:uppercase;
		color:#888;
		letter-spacing:1px;
		float:right;
		margin-left:12px;
	}
	.comment span.reply a.comment-reply-link {
		background:url(images/reply.png) no-repeat left;
	}
	.comment span.reply a.comment-edit-link {
		background:url(images/edit.png) no-repeat left;
	}
	
	ul.children { margin: 0 0 0 70px; }
	ul.children li.comment { margin:0 0 8px 0; }
	
	#cancel-comment-reply-link {
		float:right;
		padding-right:8px;
	}
	
	#comments_pagination {
		margin-bottom:20px;
	}
	
	#comments_pagination .page-numbers {
		padding:3px 7px;
		margin-right:3px;
		background:#eee;
	}
	#comments_pagination .page-numbers.current {
		background:#888;
		color:#fff;
	}
	
	/** Reply **/
	#respond {
		margin-bottom:20px;
		overflow:hidden;
	}
	
	#respond  h3 {
		font-size:15px;
		text-transform:uppercase;
		color:#666;
		letter-spacing:1px;
		margin-bottom:25px;
	}
	
	#respond h3 small {
		font-size:11px;
		font-weight:normal;
	}
	
	.comment-form-author, .comment-form-email, .comment-form-url {
		margin-bottom:20px;
	}
	
	#respond input {
		padding:6px;
		border:1px solid #DDD;
		margin-right:10px;
		-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
		color:#777;
	}
	#respond input:focus {outline:none;}
	
	#respond label {
		color:#777;
	}
	
	#respond span.required {
		font-size:11px;
		color:#999;
	}
	#respond .comment-form-author .required {
		margin-right:24px;
	}
	#respond .comment-form-email .required {
		margin-right:28px;
	}
	#respond .comment-form-url label {
		margin-right:24px;
	}
	
	#respond textarea {
		padding:6px;
		border:1px solid #DDD;
		-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
		width:96%;
		height:100px;
		font-family:"Droid Sans";
		color:#777;
	}
	#respond textarea:focus {outline:none;}
	
	#respond #submit {
		background:#555;
		-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
		padding:12px;
		color:#FFF;
		letter-spacing:1px;
		font-size:11px;
		text-transform:uppercase;
		cursor:pointer;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
	}
	#respond #submit:hover {
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
		background:#777;
	}

/* editbymb 11012013*/

	/** SHARE **/
	.post-share #share_control {
		float:left;
		cursor: pointer;
	}

	.post-share #share_window {
		float: right;
		width: 570px;
		overflow: hidden;
		position: relative;
	}

	.post-share #share_window .share_buttons {
		position: relative;
		left: -555px;
		float: left;
	}

	.post-share #share_window ul li{
		display: inline;
		/*margin-right:40px;*/
	}

	/*** Fit to content width ***/
	.size-auto, 
	.size-full,
	.size-large,
	.size-medium,
	.size-thumbnail {
		max-width: 100%;
		height: auto;
	}

/*************************************************
*	08. Sidebar									 *
*************************************************/

.widget {
	margin-bottom:40px;
	overflow:hidden;
}

.widget h2.widget-title {
	font-size:15px;
	text-transform:uppercase;
	color:#666;
	letter-spacing:1px;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}
	
	/** Widgets general **/
	.widget ul li {
		border-bottom:1px dashed #eee;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	
	/** Widget items **/
	.widget .widget-item {
		margin-bottom:14px;
		overflow:hidden;
	}
	
	.widget .widget-item img {
		float:left;
		margin-right:10px;
	}
	
	.widget .widget-item h3 a {
		font-family:"Droid Sans";
		font-size:12px;
		font-weight:700;
		line-height:1.3em;
		color:#777;
		display:block;
		margin-bottom:5px;
	}
	
	.widget .widget-item:hover > h3 > a {
		color:#d71a06;
	}
	
	.widget .widget-item span.meta {
		font-size:10px;
		text-transform:uppercase;
		color:#888;
		letter-spacing:1px;
	}
	.widget .grid_view {
		padding-left:0;
	}

	.widget .list_view .widget-item {
		padding-left:1px;
	}
	
		/** only thumbs **/
		.widget img.widget-img {
			margin-right:0px;
			margin-bottom:0px;
		}

		.widget img.widget-img.last {
			margin-right:0;
		}
	
	/** Latest post widget **/
	.widget h2.widget-title span.grid {
		float:right;
	}
	.widget h2.widget-title span.list {
		float:right;
		margin-right:8px;
	}
	
	
	/** Social widget **/
	.widget a.sidebar-social {
		display:block;
		height:32px;
		width:32px;
		margin-right:5px;
		float:left;
		-o-transition:none;
		-ms-transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		transition:none;
	}
	.widget a.sidebar-social:hover {
		-o-transition:none;
		-ms-transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		transition:none;
	}
	.widget a.sidebar-social.facebook:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.facebook {
		background:url(images/facebook.png) no-repeat;
	}
	.widget a.sidebar-social.twitter:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.twitter {
		background:url(images/twitter.png) no-repeat;
	}
	.widget a.sidebar-social.pinterest:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.pinterest {
		background:url(images/pinterest.png) no-repeat;
	}
	.widget a.sidebar-social.flickr:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.flickr {
		background:url(images/flickr.png) no-repeat;
	}
	.widget a.sidebar-social.tumblr:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.tumblr {
		background:url(images/tumblr.png) no-repeat;
	}
	.widget a.sidebar-social.google:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.google {
		background:url(images/google.png) no-repeat;
	}
	.widget a.sidebar-social.youtube:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.youtube {
		background:url(images/youtube.png) no-repeat;
	}
	.widget a.sidebar-social.vimeo:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.vimeo {
		background:url(images/vimeo.png) no-repeat;
	}
	.widget a.sidebar-social.rss:hover {
		opacity: .7;
	}
	.widget a.sidebar-social.rss {
		background:url(images/rss.png) no-repeat;
	}	
	
	/** Twitter widget **/
	.widget ul.twitter li {
		background:url(images/twitter-widget.png) no-repeat top left;
		background-position:0px 1px;
		padding-left:24px;
		margin-bottom:20px;
		border-bottom:none;
		color:#777;
		
	}
		
	.widget ul.twitter li span {
		font-size:10px;
		display:block;
		text-transform:uppercase;
		color:#AAA;
		letter-spacing:1px;
	}
	
	.widget ul.twitter li a span {
		color:#777;
		font-weight:700;
		font-size:12px;
		text-transform:none;
		display:inline;
		letter-spacing:0;
	}
	
	/** Calendar Widget **/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:700; color:#d71a06; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
	
	/** Custom Menu **/
	#sidebar .widget .menu li a:hover {
		border-bottom:none;
	}
	#sidebar .widget .menu li ul li {
		margin:16px 0 0 16px;
		padding:0;
		border-bottom:none;
		
	}
	
	/* Widget general elements */
	.widget input {
		padding:6px;
		border:1px solid #e5e5e5;
		color:#999;
	}
	.widget h1 {
		font-size:18px;
	}
	.widget h2 {
		font-size:16px;
	}
	.widget h3 {
		font-size:15px;
	}
	.widget h4 {
		font-size:14px;
	}
	.widget h5 {
		font-size:13px;
	}
	.widget h6 {
		font-size:12px;
	}
	
/*************************************************
*	09. Footer									 *
*************************************************/
#footer {
	border-top:1px dashed #DDD;
	margin:0 auto;
	padding-top:8px;
	clear:both;
	overflow:hidden;
}
#footer p {
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	letter-spacing:1px;
}

/* editbymb 11012013 */

#footer_tab {
	clear: both;
	position: relative;
	width:1024px;
	margin:0 auto;
	text-align:center;
	background:#FFF;
}

#footer_tab img {
	position: relative;
	cursor: pointer;	
	margin-bottom:-4px;
}
#footer_hidden_wrapper {
	width:100%;
	border-bottom:4px solid #d9d9d9;
	background:#d9d9d9;
	margin-bottom:-20px;
}
#footer_hidden {
	clear:both;
	width:990px;
	position: relative;
	margin:0 0 0 19px;
	margin:0 auto;
}

/** Back to top button **/
#to_top {
	width:40px;
	height:40px;
        
    background:#f7f7f7;
    
    position:fixed; 
    bottom:20px; 
    right:20px;
    cursor:pointer;
    /*display:none;*/
    /*opacity: 0.0;*/
}


/*************************************************
*	12. Shortcodes								 *
*************************************************/

	/*** Buttons ***/
	a.button {
		color:#FFF !important;
		font-weight:700;
		display: inline-block;
		font-size:11px;
		cursor: pointer;
		-webkit-border-radius: 4px;
		-moz-border-radius:4px;
		border-radius: 4px;
		margin: 0 5px 5px 0;
		line-height: 17px;
		padding:7px 11px 7px 11px;
	}
	
	a.button:hover {
		color:#fff;
	}
	
	a.button.big {
		font-size:16px;
		padding:10px 14px 10px 14px;
	}
	
		/*** Button colors ***/
		a.button.dark {
			background-color: #333;
		}
		a:hover.button.dark { background:#555; }
		
		a.button.blue {
			background-color: #0e7db9;
		}
		a:hover.button.blue { background:#1592d5; }
		
		a.button.red {
			background-color: #cc4740;
		}
		a:hover.button.red { background:#f66058; }
		
		a.button.green {
			background-color: #498028;
		}
		a:hover.button.green { background:#5b9f33; }
		
		a.button.purple {
			background-color: #853497;
		}
		a:hover.button.purple { background:#b548cd; }
		
		a.button.orange {
			background-color: #ee7b00;
		}
		a:hover.button.orange { background:#ff911b; }
		
		a.button.teal {
			background-color: #359194;
		}
		a:hover.button.teal { background:#41a9ac; }
		
		a.button.light {
			background-color: #dddddd;
			color:#777 !important;
		}
		a:hover.button.light { background:#eee; }
		
	/*** Tabs shortcode ***/
	.post-entry .tabs_wrapper ul.tabs {
		margin-left:-17px; 
		height:36px;
		padding-left:17px; 
		overflow:hidden; 
		margin-bottom:0; 
	}
	.post-entry .tabs_wrapper ul.tabs li {
		background:none;
		float:left;
		margin-right:5px;
		border-top:1px solid #E2E2E2;
		border-left:1px solid #E2E2E2;
		border-right:1px solid #E2E2E2;
		line-height:36px; 
		padding:0 14px 0 14px;
		-webkit-border-radius: 4px 4px 0px 0px;
		border-radius: 4px 4px 0px 0px;
		font-weight:700;
	}
	.post-entry .tabs_wrapper ul.tabs li.active { 
		background:#efefef;
		border-top:1px solid #D2D2D2;
		border-left:1px solid #D2D2D2;
		border-right:1px solid #D2D2D2; 
		text-shadow: 1px 1px 1px #FFF; 
	}
	.post-entry .tabs_wrapper ul.tabs li a {
		color:#666;
	}
	.post-entry .tabs_wrapper .tab_content {
		padding:16px 14px 16px 14px;
		display:none;
		border:1px solid #E2E2E2;
		margin-bottom:20px;
	}
	
	/*** Toggle shortcode ***/
	.toggle_wrapper {
		margin-bottom:20px;
	}
	.toggle_wrapper h3.toggle {
		margin-bottom: 0px;
		color:#666;
		font-size:14px;
		display:block;
		border:1px solid #DDD;
		padding:12px 12px 12px 32px;
		background:#F4F4F4 url(images/toggle-plus.png) no-repeat 12px 50%;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
	}
	.toggle_wrapper h3.toggle:hover {
		cursor: pointer;
		background:#EEE url(images/toggle-plus.png) no-repeat 12px 50%;
	}
	.toggle_wrapper .toggle_content {
		border-left:1px solid #E2E2E2;
		border-right:1px solid #E2E2E2;
		border-bottom:1px solid #E2E2E2;
		padding:14px 14px 14px 14px;
	}
	
	/*** Alert shortcode ***/
	.alert {
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding:20px;
		margin-bottom:20px;
	}
	.alert p { margin-bottom:0; }
	.alert.red {
		background:#ffe4e5;
		color:#c15f61;
	}
	.alert.blue {
		background:#c5e4f1;
		color:#41758a;
	}
	.alert.yellow {
		background:#f7f7d3;
		color:#706c4d;
	}
	.alert.green {
		background:#e0fad9;
		color:#4f7146;
	}
	
	/*** Highlights shortcode ***/
	.highlight {
		background:#efefb7;
	}
	.highlight2 {
		background:#666;
		color:#FFF;
	}
	
	/* Dropcap shortcode */
	.dropcap { 
		float:left; 
		display:block; 
		text-transform:uppercase;
	}
	.dropcap.simple {
		height:38px;
		margin-right:4px; 
		font-size:44px;
		line-height:44px;
		font-weight:700;
	}
	.dropcap.box {
		height:38px;
		width:38px;
		margin-right:5px;
		overflow:hidden;
		font-size:22px; 
		line-height:38px; 
		font-weight:700; 
		text-align:center; 
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px; 
		background:#E5E5E5;
	} 
	
	/*** blockquote ***/
	.post-entry blockquote p { 
		background:url(images/quote.png) no-repeat;
		padding-left:32px;
		padding-top:3px;
		margin-left:25px;
		color:#888;
		font-style:italic;
		font-size:15px !important;
		margin-bottom: 20px; 
		font-family: "Georgia", Times New Roman, Times, serif
		
	}
	
	/*** Columns ***/
	.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth { margin-right: 4%; float: left; margin-bottom:20px; }
	.one_half { 	width: 48%; }
	.one_third { width: 30.6666%; }
	.two_thirds { width: 65.3332%; }
	.one_fourth { width: 22%; }
	.three_fourths { width: 74%; }
	.one_half.last, .one_third.last, .two_thirds.last, .three_fourths.last, .one_fourth.last { margin-right: 0 !important; clear: right; }
	.clearboth{ clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow:hidden; }
		/*** Fit to content width ***/
	.size-auto, 
	.size-full,
	.size-large,
	.size-medium,
	.size-thumbnail {
		max-width: 100%;
		height: auto;}
/*flexslider*/
#homeslider {width: 660px; height: 400px; position: relative; float:left;}
.flexslider {width: 660px; height: 400px !important; overflow: hidden;}

/*about pintester*/
.about_pin {width: 990px; height: 200px; margin: 0 0 10px 5px; background: black; overflow:hidden; position: relative;} 
.about_pin img.mobile {display:none;}
#author_tag_box	{position: absolute; display: block; background:url(images/transp.png); width: 675px; height: 75px; top: 28px; left: 220px;}
#author_tag_box	{font-size: 26px; padding: 20px 30px 20px; color: #fff; text-shadow: 1px 1px 1px #000; line-height: 36px; font-family: "Francois One";}
#author_tag_box a {color: #fff;}

#author_tag_box a:hover { 
	color:#d71a06;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

#about_link {position: absolute; bottom: 12px; right: 20px; background:url(images/about_pintester.png) no-repeat; height: 40px; width: 40px; display: block;}
/*subscribe*/
#subscribe {height: 35px; width: 290px; margin: 10px 5px; clear: both !important;}
.fb-like {margin: 0; padding: 0; float:left; position: relative; right: 0px; margin-top: 8px;}

#bg-wrapper {height: 100%; background: white;}

/*Newsletter Form*/
#subscribe_box { position: absolute; width: 320px; height: 28px; display: blank; margin-top:-2px; bottom: 18px; right: 50px; z-index: 2;}
#subscribe_box .af-form-wrapper {float: left; width: 320px;}
#subscribe_box #awf_field-48084188 {width: 200px; height:28px; background: #fff; border-style: none; color: #68635f; -moz-box-shadow:    inset 0 0 5px #555; -webkit-box-shadow: inset 0 0 5px #555; box-shadow: inset 0 0 5px #555; ; padding: 0px 8px; font-style: italic; margin-top: 5px;}
#subscribe_box .submit {float: right; background: url(images/subscribe.png) no-repeat; height:40px; width:93px; float:right; color: invisible; border: none;} 
#subscribe_box .submit:hover { opacity: .5;}

/*footer widget area*/
.footer_widget {width: 728px; margin: 0 auto;}
.footer_widget .widget {padding: 0; margin: 0;}
.footer_widget .textwidget {display: block; height: auto;}
.footer_widget .textwidget img {vertical-align:bottom;}

/*Logos*/
#logos {margin-bottom: 20px;}
#logos a {margin-right: 15px;}
#logos a img{ vertical-align: middle;
   text-align: center; }
   
/**/
#bg-wrapper {
  border-top:4px solid #318387;
}

#footer_hidden_wrapper {
max-width: 1024px;
margin: 0 auto -20px auto;
background: #760a08;
border-bottom:4px solid #318387;
}

.item .item-title {
background: #222222;
}

.flexslider ul.slides li .slider-text p {
color: #760a08;
background: #ffffff;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
right: -30px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
left: -30px;
}

.widget img.widget-img {
width: 143px;
}

#searchform input#s {
border: 1px solid #cacaca;
margin-right: 5px;
height: 13px;
}

#sidebar .widget #searchform input#s {
width: 246px;
}

.shareaholic-show-on-load {
clear:both;
padding-top: 5px;
border-top: 1px dashed 
#e5e5e5;
}

div.youtube_channel { margin-top: 20px; }

div.ytc_link {
font-size: 14px;
margin-top: 20px;
}

.widgets-grid-layout {
margin-top: 20px;
}

/*contact form*/
#ufo-form-id-3 label , #ufo-form-id-4 label {
color: #535353;
font-size: 12px;
}

#ufo-form-id-3 textarea, #ufo-form-id-4 textarea, #ufo-form-id-3 input , #ufo-form-id-4 input{
border: 1px solid #ccc;
box-shadow: 0 1px 1px: rgba(0,0,0,0.75) inset;
-moz-box-shadow: 0 1px 1px: rgba(0,0,0,0.75) inset;
-webkit-box-shadow: 0 1px 1px: rgba(0,0,0,0.75) inset;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
color: #555555;
font-size: 14px;
height: 20px;
line-height: 20px;
padding: 4px 6px;
}

#ufo-form-id-4 input[type="submit"], #ufo-form-id-3 input[type="submit"], button[type="button"] {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  
  margin-bottom: 20px; 
}
.clear {
	clear: both;
	width: 100%;
	}
