body {
	background: url(../img/background.jpg) center top no-repeat;
	font-size: 12px;
	line-height: 1.4;
}
#outer-page-wrapper {
	width: 90%;
	margin: 0 auto;
}
#inner-page-wrapper {
	background: rgba(0,0,0,0.35);
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#header {
	background: #000;
	height: 90px;
	padding: 15px 0px;
	z-index: 99;
	position: relative;
}
#logo { margin: 5px 0px; }
#nav-channeltxt {
	background: #690;
	color: #fff;
}
#nav-channeltxt .span8 {
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0px 10px 30px;
	overflow: hidden;
	height: 50px;
}
#nav-channeltxt .span9 {
	overflow: hidden;
}
#nav-channeltxt .span8 i {
	margin: 5px 3px 0px;
}
/*#nav-channeltxt .span4 { 
	background: #557D00 url(../img/menu-icon.png) right center no-repeat;
	line-height: 50px;
}*/
#nav-channeltxt > #controls { 
	background: #333;
	line-height: 50px;
	height: 50px;
	position: relative;
}
#nav-channeltxt > #controls > .row-fluid { 
	position: relative;
	background: #333;
	z-index: 11;
}
#nav-channeltxt .dropdown {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav-channeltxt .dropdown a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-right: 80px;
}
#nav-channeltxt .dropdown-menu {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	background: #557D00;
	margin-top: 0px;
	box-shadow: none;
	font-size: 12px;
	padding: 0px;
	width: 100%;
}
#nav-channeltxt .dropdown-menu li a {
	line-height: 30px;
	font-weight: bold;
}
#nav-channeltxt .dropdown-menu li a:hover {
	background: #690;
}
#content-container {
	background: #fff;
	padding: 30px 30px 25px;
}
#tallbanner {
	background: #eee;
	border: solid 1px #ccc;
	padding: 4px 0px;
	margin-bottom: 30px;
}
.channel {
	margin-bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
}
.channel.active {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
}
.channel:hover {
	color: #fff;
	text-decoration: none;
}
.channel span { display: block; }
.channel h3 {
	font-size: 22px;
	line-height: 1;
	margin: 0px 15px 10px;
	padding-top: 16px;
}
.channel p {
	margin: 0px 15px 15px;
}
.cover-container {
	width: 100%;
	position: relative;
	text-align: center;
}
.overlay {
	background-color: rgba(0,0,0,0.6);
	background-image: url(../img/icon-play.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}
#one {
	background: #F86D07;
	height: 370px;
}
#two {
	background: #9906C8;
	height: 210px;
}
#three {
	background: #0649C8;
	height: 270px;
}
#four {
	background: #D7066B;
	height: 230px;
}
#five {
	background: #690;
	height: 290px;
}
#squarebanner {
	background: #eee;
	border: solid 1px #ccc;
	margin-bottom: 30px;
	padding: 19px;
}
#chatbox {
	height: 530px;
	background: #606060;
}
#about {
	background: #0691C8; 
	height: 210px; 
	position: absolute; 
	left: 0px; 
	top: 640px; 
	margin: 0px;
}
#footer {
	line-height: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	text-transform: uppercase;
	color: #606060;
}
.highlight { font-size: 14px; }
.smalltype { text-transform: none; }
.fmbdy { background-color: none !important; }

#currentSong {
	font-weight: bold;
	overflow: hidden;
	color: #ff0;
	height: 30px;
}
#buyBtn {
	font-size: 12px;
	color: #ff0;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	border-left: 1px solid #557D00;
	border-right: 1px solid #557D00;
	background: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-style: italic;
}
#buyBtn:hover { color: #fff; }
#buttons button {
	height: 50px;
	width: 50px;
	background-color: #333;
	background-position: center center;
	border: none;
	margin: 0px;
}
#buttons button:hover {
	background-color: #555;
}
#playBtn {
	background-image: url(../img/button-play.png);
	display: none;
}
#stopBtn {
	background-image: url(../img/button-stop.png);
}
#historyBtn {
	background-image: url(../img/button-history.png);
}
#volumeControl {
	position: relative;
	height: 50px;
}
#slider {
	width:200px;
	height: 4px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -1px;
	background: #000;
	border: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.ui-slider-range {
	background-color: #F86D07 !important;
	border: none !important;
	margin: 1px;
	height: 2px !important;
}
.ui-slider-handle {
	width: 30px !important;
	height: 10px !important;
	border: none !important;
	top: -3px !important;
	background-color: #fff !important;
	margin-left: -15px !important;
}
#amount, #eqHolder { display: none; }
#coverPreloader img {
	margin: auto;
	width: 32px;
	height: 32px;
}
#songHistoryBackground {
	background: #333;
	position: absolute;
	width: 100%;
	top: -260px;
	height: 240px;
	z-index: 9;
	padding: 10px 0px;
}
#songHistoryText { 
	overflow: auto;
	height: 240px;
}
#songHistoryText table { margin: 0px 10px; }
#songHistoryText table td {
	line-height: 24px;
	padding: 0px 10px;
	vertical-align: top;
}


#modal-contact .modal-body {
	height: 490px;
}