body { overflow-y: scroll; overflow-x: hidden; }
h1, h2, h3, h4, p.lead {
	text-shadow: 0px 0px 1px #000;
}
.panel h1 {
	font-family: 'Helvetica Neue',Roboto,'Segoe UI',Calibri,sans-serif; 
	font-size: 18px; 
	font-weight: 700; 
	line-height: 18px; 
	margin: 12px;
	text-shadow: 0px 0px 0px;
}
.players-social h3 {
	text-shadow: 0px 0px 1px #fff;
}
.navbar {
	margin-bottom: 0px;
}

#loading-page {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/fadeBG.png);
}
#sponsor-message {
	width: 500px;
	height: 80px;
	padding: 20px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #000;
}
#main-content {
	background-color: #eeeeee;
}
#background {
	background-color: #eee;
}
#player {
	margin: auto;
	text-align: center;
}
#player-container {
	margin: 20px;
}

#playeroptions {
	width: 500px;
	margin: auto;
}
.player-link-info {
	font-size: 10px;
	display: block;
	padding: 2px;
	border-radius: 3px;
	margin: 2px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}
.alert-fixed-height {
	height: 100px;
}
#footer {   
	margin-top: 50px; 
	height: 300px;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	color: #eae5d7;
	font-size: 10px;
	border-top: 8px solid #eae5d7;
	border-bottom: 16px solid #000;
	padding: 30px;
}
.jumbotron .panel {
	color: #000;
}
.station-description {
	margin: auto;
	max-width: 992px;
}
.updated {
	font-size: 8px;
	color: #ccc;
}
#leftbar-ad {
	display: none;
	max-width: 305px;
	z-index: 1;
}
#rightbar-ad {
	display: none;
	max-width: 165px;
	z-index: 1;
}
#twitter-widget-1 {
	width: 100% !important;
}
#recentTracks td {
	padding: 15px;
}
.players-social {
	background-color: #ff0046;
	color: #fff;
	z-index: 2;
	position: relative;
}
.alert-players-social {
	color:#b94a48;
	background-color: #FCC;
	border-color:#ebccd1;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.fb-like-container {
	width: 50px;
	margin: auto;
}
.panel-fixed {
	height: 350px;
	overflow: hidden;
}
@media (min-width:768px) {
	.navbar {
		font-size: 10px;
		border-top: 8px solid #fbfbfb;
		border-bottom: 8px solid #eae5d7;
		font-weight: bold;
	}

	.navbar .nav > li > a {
		padding: 10px 0 10px 0;
		width: 100px;
		text-align: center;
	}
	.dropdown-menu li {
		font-align: left;
	}
	#leftbar-ad {
		display: block;
		position: absolute;
		top: 76px;
		left: 0px;
		border-right: 5px solid #EAE5D7;
	}
	#rightbar-ad {
		display: block;
		position: absolute;
		top: 76px;
		right: 0px;
		border-left: 5px solid #EAE5D7;
	}
	.leftbar-alternative {
		display: none;
	}

	.players-social {
		padding: 50px;
	}
}
