/* flickr widget */
.flickr_badge_image {text-align:center; float:left;display:inline;margin-bottom:5px;margin-right:5px;}
.flickr_badge_image img {}
#flickr_tab{float:left;}

/* show posts */

.los-custom-post{
		margin-bottom:1em;
		
		}
.los-custom-post .entry-thumb img{max-width:100%;height: auto;margin-bottom:1em;}
.los-custom-post  .entry-title{
		margin-bottom:0.3em;
		}
.los-custom-post  .entry-date{
		margin-bottom:0.5em;
		font-size:0.8em;
		}
.los-custom-post  .entry-content{	
		margin-bottom:1em;
}
		
.los-content-link-btn{
		clear:both;
		text-align:right;
		font-size:0.8em;
		text-decoration:none;
		line-height:1;
		}		
/* shortcode columns */
.los-custom-post.clear{
	clear:both;
	visibility: visible; /*correction for 960 themes */
	width: 100%; /*correction for 960 themes */
	height: auto; /*correction for 960 themes */}
.los-custom-post.one-half, .los-custom-post.one-third, .los-custom-post.two-thirds, .los-custom-post.one-fourth, .los-custom-post.three-fourths, .los-custom-post.one-fith, .los-custom-post.one-sixth {
	float: left;
	margin-right: 3.8%;
	position: relative;
	margin-bottom: 1em;
	padding:0;
}
.los-custom-post.one-half {
	width: 48%;
}
.los-custom-post.one-third{width:30.75%;}
.los-custom-post.one-fourth{width:23.2%; margin-right:2.4%;}
.los-custom-post.one-fith{width:18.72%; margin-right:1.6%;}
.los-custom-post.one-sixth{width:16%; margin-right:0.8%;} 
.los-custom-post.two-thirds{width:65.4%;}
.los-custom-post.three-fourths{width:74.05%;margin-right:2.4%;}
.los-custom-post.columns{width:100%;clear:both;}
.los-custom-post.last{margin-right:0;}


/* post format icons */	
.los-custom-post.format-standard.no-post-image { background: url(../images/format_post48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-gallery.no-post-image { background: url(../images/format_gallery48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-image.no-post-image { background: url(../images/format_image48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-video.no-post-image { background: url(../images/format_video48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-status.no-post-image { background: url(../images/format_status48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-audio.no-post-image { background: url(../images/format_audio48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-aside.no-post-image { background: url(../images/format_aside48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-link.no-post-image { background: url(../images/format_link48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-chat.no-post-image { background: url(../images/format_chat48.png) no-repeat 5px 5px;min-height:50px;}
.los-custom-post.format-quote.no-post-image { background: url(../images/format_quote48.png) no-repeat 5px 5px;min-height:50px;}

.los-custom-post.format.no-post-image .entry-title,
	.los-custom-post.format.no-post-image .entry-content,
	.los-custom-post.format.no-post-image .entry-date {margin-left:60px;}
	

	
.clearfix:after{
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix {display: block;}
