body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

a {
	color: #003366;  
	text-decoration: none; font-weight: bold;
}
a:hover{
	text-decoration: underline; 
}
a img{
	border: 0px;
}

#friends2follow_widget_small_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	padding: 0px 8px 8px 8px;
}

.live_news_item{
	margin: 14px 0px;
	overflow: auto;
	overflow-x: hidden;
}
.live_news_item:last-child{
	border-bottom: 0px;
}

.live_news_item .time{
	display: block;
	color: #6a6a6a;
	border-top: 1px solid #eeeeee;
	background-color: #f6f6f6;
	text-align: center;
	margin-bottom: 6px;
	hyphens: auto;
}
.live_news_item .avatar,
.live_news_item .photo{
	float: left;
	clear: left;
	margin: 4px 10px 4px 0px;
}
.live_news_item .avatar{
	width: 32px;
}
.live_news_item .photo{
	max-width: 45%;
}
.live_news_item .username{
	color: #333333;
}
.live_news_item h5 {
	font-size: 11px;  
	margin: 0px;  
	padding-bottom: 2px;
}
.live_news_item p{
	margin: 0px;
}

.live_news_item.instagram p.caption{
	padding-bottom: 2px;
}

.logo img {
	max-width: 100%; 
	height: auto;
	margin: 12px auto 6px auto;
	display: block;
}

.sponsor{
	padding-bottom: 12px;
	background: url('../img/sponsor_tag.png') no-repeat center 16px;
}

#postfeed-loading{
   box-sizing: border-box;
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: -60px;
    width: 110px;
	z-index: 999;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 8px 18px;
	text-align: center;
	background-color: white;
	-moz-box-shadow:    0px 0px 7px 2px #bbbbbb;
	-webkit-box-shadow: 0px 0px 7px 2px #bbbbbb;
	box-shadow:         0px 0px 7px 2px #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

@media only screen and (min-width: 250px) and (min-device-width: 250px){

	.live_news_item{
		margin: 0px;
		padding: 10px 0px 10px 55px;
		position: relative;
		border-bottom: 1px solid #eeeeee;
	}
	.live_news_item:last-child{
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	.live_news_item .time{
		left: 0;
		top: 12px;
		position: absolute;
		width: 47px;
		border: 0px;
		margin-bottom: 0px;
		text-align: left;
		background: none;
	}

	.sponsor{
		padding-bottom: 12px;
		background-position: bottom left;
	}

	#postfeed-loading{
		margin-left: -86px;
		width: 172px;
		font-size: 16px;
	}

}
@media only screen and (min-width: 400px) and (min-device-width: 400px){
	
	.live_news_item .avatar{
		width: 40px;
	}

	#postfeed-loading{
		margin-left: -125px;
		width: 250px;
		font-size: 24px;
	}

}
@media only screen and (min-width: 500px) and (min-device-width: 500px){
	
	body {
		font-size: 12px;
	}
	.live_news_item .time{
		font-size: 11px;
	}
	.live_news_item{
		padding: 12px 0px 12px 55px;
	}

	#postfeed-loading{
		margin-left: -135px;
		width: 270px;
		font-size: 26px;
	}

}
