/*
Theme Name: Inspire
Description: A WordPress Magazine Theme
Theme URI: http://themeforest.net/
Author: BOOSTDEVELOPERS
Author URI: http://boostdevelopers.com
Version: 10.2
License:
License URI:
*/


/*************************************************
*	INDEX										 *
**************************************************

HELPER CLASSES
GENERAL
COLUMNS

HEADER
NAVIGATION

ITEMS
FILTER  

ARCHIVE
POSTS

SIDEBAR

FOOTER
WIDGETS FOOTER

SHORTCODES

*************************************************/


@import url("css/reset.css");
@import url("css/flexslider.css");


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; }


/*************************************************
HELPER CLASSES
*************************************************/

.right { float:right }
.left { float:left; }


.clean-clearfix:before, .clean-clearfix:after { content: " "; display: table; }

.clean-clearfix:after { clear: both; }

.clean-clearfix { *zoom: 1; }

.last{ margin-right: 0!important; padding-right: 0!important;  }

.first{ margin-left: 0!important; padding-left: 0!important;}


/*************************************************
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;
}

/*addedbymb 05022013 to conform with Theme-Check standards*/
.sticky {}
.bypostauthor {}


/*************************************************
COLUMNS
*************************************************/

.full, .col-1-1{
	width: 100%;
	float: none;
} 

.half, .col-1-2{
	width: 48%;
	margin-right: 4%;
	float: left;
}

.third, .col-1-3{
	width: 30%;
	margin-right: 5%;
	float: left;
}

.fourth, .col-1-4{
	width: 22%;
	margin-right: 4%;
	float: left;
}

.fifth, .col-1-5{
	width: 18%;
	margin-right: 2.5%;
	float: left;
}

.two-thirds, .col-2-3{
	width: 65%;
	margin-right: 5%;
	float: left;
}

.three-fourths, .col-3-4{
	width: 74%;
	margin-right: 4%;
	float: left;
}

.two-fifths, .col-2-5{
	width: 36%;
	margin-right: 3%;
	float: left;
}

.three-fifths, .col-3-5{
	width: 61%;
	margin-right: 2%;
	float: left;
}

.four-fifths, .col-4-5{
	width: 78%;
	margin-right: 4%;
	float: left;
}



/*************************************************
HEADER
*************************************************/

#header {
	margin:0 5px 0 5px;
	position:relative;
	height:150px;
}

/* 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.big a.search-icon {
	height:25px;
	width:25px;
	display:block;
	background:url(images/search-header.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;
}

#header-search.big a.search-icon:hover {
	background-position:-25px 0;
}

#pop_out_search {
	position: absolute;	
	right: 0;
	bottom: 10px;
	display: none;
}

	/*** Search ***/
	#searchform input#s {
		border: 1px solid #eee;
		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:20px;
	top:10px;
	z-index: 1;
}
#header-social.big {
	right:29px;
}

#header-social a.social {
	display:block;
	height:16px;
	width:16px;
	float:left;
	margin-left:3px;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
}
#header-social.big a.social {
	height:25px;
	width:25px;
	float:left;
	margin-left:4px;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
	display:block;
}
#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.twitter {
	background:url(images/twitter-small.png) no-repeat;
}

#header-social a.social.pinterest {
	background:url(images/pinterest-small.png) no-repeat;
}

#header-social a.social.tumblr {
	background:url(images/tumblr-small.png) no-repeat;
}

#header-social a.social.vimeo {
	background:url(images/vimeo-small.png) no-repeat;
}

#header-social a.social.flickr {
	background:url(images/flickr-small.png) no-repeat;
}

#header-social a.social.rss {
	background:url(images/rss-small.png) no-repeat;
}

#header-social a.social.instagram {
	background:url(images/instagram-small.png) no-repeat;
}

#header-social a.social.google {
	background:url(images/google-small.png) no-repeat;
}

#header-social a.social:hover {
	background-position:-16px 0;
}

/** Bigger header icons **/
#header-social.big a.social.facebook {
	background:url(images/facebook-header.png) no-repeat;
}

#header-social.big a.social.twitter {
	background:url(images/twitter-header.png) no-repeat;
}

#header-social.big a.social.pinterest {
	background:url(images/pinterest-header.png) no-repeat;
}

#header-social.big a.social.tumblr {
	background:url(images/tumblr-header.png) no-repeat;
}

#header-social.big a.social.vimeo {
	background:url(images/vimeo-header.png) no-repeat;
}

#header-social.big a.social.flickr {
	background:url(images/flickr-header.png) no-repeat;
}

#header-social.big a.social.rss {
	background:url(images/rss-header.png) no-repeat;
}

#header-social.big a.social.instagram {
	background:url(images/instagram-header.png) no-repeat;
}

#header-social.big a.social.google {
	background:url(images/google-header.png) no-repeat;
}

#header-social.big a.social:hover {
	background-position:-25px 0;
}

/*************************************************
NAVIGATION
*************************************************/


/* editbymb 20012013*/
#header .menu {
	position: absolute;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	/*float:right;*/
	/*margin-top:66px;*/
}
#header .menu li {
	float:left;
	display:block;
	margin-right:17px;
	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; padding-right:12px; }
	#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;
}
			
/*************************************************
ITEMS
*************************************************/

.item {
	width:240px;
	float:left;
	margin:5px;
	cursor:pointer;
}

.item 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:#000;
	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:#EER;
	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:#EEE;
	margin:0;
	padding:10px 10px 11px 10px;
	overflow:hidden;
	height:11px;
}

/* new styles for items */
.item .item-title {
	padding:10px;
	background:#EEE;
}
.item .item-title h2 a {
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.item .item-excerpt {
	padding:10px;
	background:#EEE;
}
.item .item-excerpt p {
	margin:0;
	color:#111;
}
.item .item-excerpt.quote blockquote {
	text-align: center;
	font-size: 16px;
	color:#000;
	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-bottom:0;
		margin-bottom:-6px;
	}


	/** 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;
	}
	

/*************************************************
FILTER
*************************************************/
#filter {
	margin:0 5px 40px 5px;
	padding-top:16px;
	background:url(http://www.paulinaarcklin.net/wp-content/themes/inspire/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;	
}

/*************************************************
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;
		-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;
	}
	

/*************************************************
POSTS
*************************************************/
.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 solid #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 solid #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;
	}


/*************************************************
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:10px;
		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 {
		background:url(images/facebook.png) no-repeat;
	}
	.widget a.sidebar-social.twitter {
		background:url(images/twitter.png) no-repeat;
	}
	.widget a.sidebar-social.pinterest {
		background:url(images/pinterest.png) no-repeat;
	}
	.widget a.sidebar-social.flickr {
		background:url(images/flickr.png) no-repeat;
	}
	.widget a.sidebar-social.tumblr {
		background:url(images/tumblr.png) no-repeat;
	}
	.widget a.sidebar-social.vimeo {
		background:url(images/vimeo.png) no-repeat;
	}
	.widget a.sidebar-social.rss {
		background:url(images/rss.png) no-repeat;
	}
	.widget a.sidebar-social.instagram {
		background:url(images/instagram.png) no-repeat;
	}	
	.widget a.sidebar-social.google {
		background:url(images/google.png) no-repeat;
	}	
	.widget a.sidebar-social:hover {
		background-position:-32px 0;
	}
	
	/** 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;
	}
	
/*************************************************
FOOTER
*************************************************/

footer {
	clear: both;
	overflow: hidden;
	border-top:2px solid #DDD;
	width: 100%;
}

#footer {
	border-top:1px solid #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:#EEE;
	margin-bottom:-20px;
}
#footer_hidden {
	clear:both;
	width:990px;
	position: relative;
	height: 220px;
	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;*/
}

/*************************************************
WIDGETS FOOTER
*************************************************/

#widgets-footer {
	border-top:1px solid #DDD;
	margin:0 auto;
	padding-top: 20px;
}



/*************************************************
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 { 
		background:url(images/quote.png) no-repeat;
		padding:3px 40px 20px 40px;
		margin-left:25px;
		color:#888;
		font-style:italic;
		font-size:14px;
		
	}
	
	/*** 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;
	}