
.widget{
	margin-bottom: 50px;
	clear: both;
}
.widget:last-child{
	margin-bottom: 0;
}
.widget ul{
	list-style-type: none;
}
.widget h5.widget-title{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5;
	font-size: 20px;
	font-weight: normal;
}
.widget .widget-delimiter{
	padding: 0 0 5px 0;
	height: 1px;
	margin-bottom: 15px;
	background: url('../../images/delimiter.x.png') repeat-x left bottom;
}

.widget ul.widget-list{
	margin: 0;
	padding: 0;
}
.widget ul.widget-list > li{
	list-style-type: none;
	margin-top: 20px;
	padding-bottom: 15px;
	background: url('../../images/delimiter.bg.x.png') repeat-x left bottom; 
	display: block;
}
.widget ul.widget-list > li:last-child{
	background: none;
	padding-bottom: 0;
}
.widget ul.widget-list > li h6, .widget #hot_posts_panel ul > li h6{
	line-height: 1.6em;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.widget .tabs-controller{
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 5px;
}

.widget .tabs-controller li{
	display: inline-block;
	font-size: 15px;
}
.widget .tabs-controller li a{
	font-weight: bold;
	padding: 0 10px;
}
.widget .tabs-controller li:first-child a{
	padding: 0px 10px 0 0;
}
.widget .tabs-controller li a.active{
	color: #ababab;
}
.widget .tabs-container-full > div{
	display: none;
}
.widget .tabs-container-full > div:first-child{
	display: block;
}
.widget .featimg img{
	width: 100%;
	height: auto;
}

/* Category icons */

.widget_category_icons ul li a{
	display: inline-block;
	width: 100%;
}
.widget_category_icons ul li a img{
	vertical-align: middle;
	margin-right: 10px;
}
.widget_category_icons ul li a span.count{
	background-color: white;
	padding: 0 15px;
	border-radius: 4px;
	border:1px solid rgba(0, 0, 0, .1);
}

/* Entry images */
.entry-img img{
	width: 100%;
	max-width: 100%;
}


/* Entry meta */
.widget div.entry-meta{
	margin-top: 10px;
}
.widget div.entry-meta ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 16px;
	margin-bottom: 5px;
}
.widget div.entry-meta ul li{
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.widget div.entry-meta ul li span.like{
	height: 16px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
}
.widget div.entry-meta ul li span.like em{
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url('../../images/like.sprite.16.png') no-repeat;
}
.widget div.entry-meta ul li span.like em.thumb{
	background-position: 0 0;
}
.widget div.entry-meta ul li span.like:hover em.thumb, .widget div.entry-meta ul li span.like.voted em.thumb{
	background-position: 0 -16px;
}
.widget div.entry-meta ul li span.like em.star{
	background-position: 0 -32px;
}
.widget div.entry-meta ul li span.like:hover em.star, .widget div.entry-meta ul li span.like.voted em.star{
	background-position: 0 -48px;
}
.widget div.entry-meta ul li span.like em.heart{
	background-position: 0 -64px;
}
.widget div.entry-meta ul li span.like:hover em.heart, .widget div.entry-meta ul li span.like.voted em.heart{
	background-position: 0 -80px;
}
.widget div.entry-meta ul li span.like i{
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	margin: 0 0 0 5px;
}

/* Tabs widget */
.widget_tabber{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_tabber li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.tabs-container a.tag{
	display: inline-block;
	padding: 4px 10px;
	background: white;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #000 !important;
}

/* Things */
#tabber_tags_posts_panel{
	margin-top: 25px;
}
.widget div.entry-meta li.cosmo-comments{
	line-height: 16px;
}
.widget div.entry-meta li.cosmo-comments > a{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	background: url('../../images/meta.sprite.16.png') no-repeat 0 -64px;
	padding-left: 25px;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.widget div.entry-meta li.cosmo-comments > a:hover{
	background-position: 0 -80px;
}
.widget div.entry-meta li.time time{
	line-height: 16px;
	display: inline-block;
	height: 16px;
	background: url('../../images/meta.sprite.16.png') no-repeat 0 -160px;
	padding-left: 25px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.widget div.entry-meta li.time time:hover{
	background-position: 0 -176px;
}
.widget div.entry-meta li.author{
	line-height: 16px;
	display: inline-block;
	height: 16px;
	background: url('../../images/meta.sprite.16.png') no-repeat 0 -96px;
	padding-left: 25px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.widget div.entry-meta li.author:hover{
	background-position: 0 -112px;
}

.thelike{
	display: inline-block;
	height: 16px;
	line-height: 16px;
}


/*Twitter widget*/

.cosmo-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.cosmo-twit-container .cosmo_twitter{ }
.cosmo-twit-container .cosmo_twitter p{ margin:0;}

@media only screen and (min-width: 768px) and (max-width: 990px) {.flickr_badge_image img{ width:65px !important;height: auto !important;}}


@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (min-width: 240px) and (max-width: 479px) {}

.cosmo-twit-container ul li div{padding: 15px 0; }

.cosmo-twit-container span.date{ display: block; margin-top: 10px; text-align: right; }
.cosmo-twit-container span.date a{ text-decoration: none; }

footer aside .cosmo-twit-container .cosmo_twitter p{ margin:0; max-width: 370px;}

.i_join_us{ float: left; background: url(../../images/bird.static.png) no-repeat 0 center; width:100%; height: 32px; line-height: 32px; display: block; margin: 0; text-indent: 45px; font-weight: bold; position:relative;}


/*Static Twitter widget*/
.tweet_item{display: none;margin-bottom: 7px;opacity: 0;}
.static .cosmo_twitter .tweet_item{ background: transparent url(../../images/delimiter.bg.x.png) repeat-x bottom left; padding: 13px 0 15px 0;opacity: 1;display: block;}
.static .cosmo_twitter .tweet_item:first-child{ padding-top: 0; }
.static .cosmo_twitter p{ width: auto; max-width: none;}
.static .slides_container { padding: 0; }
.static.i_join_us{ background: url(../../images/bird.static.png) no-repeat; margin-top: 15px; height: 22px; line-height: 22px; text-align: left;}


/* Testimonials */
.testimonials{margin:0;}
.testimonials h4.title{display: inline-block;font-family: 'PT Sans Narrow', sans-serif;font-size: 18px;color: #FFF;background: #2c2c2c;padding: 3px 8px;text-transform: uppercase;font-weight: 300;margin-bottom: 20px;zoom: 1;*display:inline;}
.testimonials ul li{background: none;}
.testimonials ul.testimonials-quotes{margin: 0;}
.testimonials ul.testimonials-quotes li{margin: 0;background: url('../../images/testimonials-quotes.png') no-repeat 0px 0px;padding: 0 0 0 30px; width:auto;font-size: 14px;font-style: italic;list-style-type: none;}
.testimonials ul.testimonials-authors{margin: 15px 0 0 0;text-align: center;}
.testimonials ul.testimonials-authors li{display: inline-block;margin:0 5px 13px 0;float: none;width: auto;background: none;zoom: 1;*display:inline;list-style-type: none;}
.testimonials ul.testimonials-authors li:last-child{margin-right: 0;}
.testimonials ul.testimonials-authors li a{display: block;margin:0;width: 30px;height: 30px;background-color: white;border-radius: 50%;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); cursor: pointer;}
.testimonials ul.testimonials-authors li a:hover{background-color: rgba(255,255,255,.5);}
.testimonials ul.testimonials-authors li.author{background: none;display: inline-block;width: 60px;height: 60px;cursor: default;margin: 0 16px 0 11px; text-align: center;zoom: 1;*display:inline;}
.testimonials ul.testimonials-authors li.author .author-overlay{display: block;position: relative; top: 4px; margin: 0 auto; width:52px;height:52px;border-radius: 50%;}
.testimonials ul.testimonials-authors li.author .author-border{position: absolute;top: 0;left: 0;display: block;float: left;width:60px;height:60px;border-radius: 50%;border:4px solid rgba(255,255,255,1);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)}
.testimonials .author-info{text-align: center;}
.testimonials .author-info{margin: 10px 0 0 0;}
.testimonials .author-info li{margin: 0;display: none;padding: 0;list-style-type: none;}
.testimonials .author-info li:first-child{display: block;}


/*Submit content widget*/
.widget_submit p, .widget_submit p a{line-height: 3.4;}
.widget_submit p a {
  height:67px;
  display: block;
  clear: both;
  font: 20px/67px 'PT Sans Narrow';
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #d5d5d5;
  text-shadow: 1px 1px 0px #FFF;
  text-align: center;
  -moz-box-shadow:inset 0 1px 1px #FFF;-webkit-box-shadow: inset 0 1px 1px #FFF;box-shadow:inset 0 1px 1px #FFF;
  border-radius: 5px;
  color: #181818;
  line-height: 3.4;
}
.widget_submit p  a:hover{
  background: #ededed; /* Old browsers */
  background: -moz-linear-gradient(top,  #ededed 0%, #dddddd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ededed 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ededed 0%,#dddddd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ededed 0%,#dddddd 100%); /* IE10+ */
  background: linear-gradient(top,  #ededed 0%,#dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
  border: 1px solid #d5d5d5;
  text-shadow: 1px 1px 0px #FFF;
}
.widget_submit p a img{margin-bottom:-8px;margin-right: 15px;}

.instagram_widget p.instagram_likes{
	display: block;
	line-height: 18px;
	font-size: 12px;
	color: black;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.instagram_widget p.instagram_caption{
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	margin-bottom: 15px;
	display: block;
}
#wp-calendar > caption{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#wp-calendar{
	border-spacing: 0;
	width: 100%;
}

.widget_calendar > ul > li, .widget_archive > ul > li, .widget_categories > ul > li, .widget_meta > ul > li, .widget_recent_comments > ul > li, .widget_pages > ul > li, .widget_tag_cloud > ul > li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url("../../images/delimiter.bg.x.png") repeat-x scroll left bottom transparent;
}
.widget_calendar > ul > li:last-child, .widget_archive > ul > li:last-child, .widget_categories > ul > li:last-child, .widget_meta > ul > li:last-child, .widget_recent_comments > ul > li:last-child, .widget_pages > ul > li:last-child, .widget_tag_cloud > ul > li:last-child{
	background: none;
	padding: 0;
	margin: 0;
}