/*

	BOB FM Styles
  
*/

body{
	background: #dcb101 url(../../img/content_bg.gif) top left repeat;	
}

a,
a:focus{
	outline: none;
	color: black;
	text-decoration: underline;
}

a:hover{
	color: black;
	text-decoration: none;
}

h1,h2,h3,h4,h5{
	font: 17px 'Ubuntu Condensed', sans-serif;
}

h2{
	font-size: 40px;
	color: white;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	border-bottom: 5px solid #c79f03;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*

	Structure
  
*/

#wrap{
	background: #e3ab34 url(../../img/starburst.png) center center no-repeat;
	padding: 50px 0;
}

.container{
	
}

/*

	Header
  
*/

#header{
	float: left;
	clear: both;
	width: 100%;
	background: url(../../img/dark_stripes.png) top left repeat;
	border-bottom: 4px solid #b08c00;
	padding: 20px 0;
}

#header .container{
}

#logo{
	width: 105px;
	height: 121px;
	background: url(../../img/logo.png) top left no-repeat;
	text-indent: -9999px;
	float: left;
}

/*

	Audio Player
  
*/

#audio_player{
	float: right;
}

#audio_player h3{
	float: left;
	text-transform: uppercase;
	margin-top: 9px;
	
/*	float: left;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;*/
}

.audiojs audio { 
	position: absolute; 
	left: -1px; 
}
.audiojs { 
	float: left;
}

.audiojs .scrubber,
.audiojs .time{
	display: none;
}

.audiojs .play-pause p{ 
	width: 39px; 
	height: 39px; 
	padding: 0; 
	margin: 0px; 
	float: left; 
	overflow: hidden; 
	border-right: 0;
	display: block;
	background: url(../../img/player_btns.png) top left no-repeat;
	cursor: pointer;
	margin-left: 10px;
}

.audiojs .play-pause p.play,
.audiojs .play-pause p.play:hover{ background-position: bottom left; }

.audiojs.playing .play-pause p.play{ background-position: top left;}

.audiojs .play-pause p.pause{ background-position: top right; }

.audiojs.playing .play-pause p.pause,
.audiojs .play-pause p.pause:hover{ background-position: bottom right; }

/*

	Nav
  
*/

#nav{
	float: right;
	margin-bottom: 0;
	margin-top: 40px;
}

#nav li{
	float: left;
	margin-left: 10px;
}

#nav a{
	color: #b3b3b3;
	text-transform: uppercase;
	font: 17px 'Ubuntu Condensed', sans-serif;
	text-decoration: none;
}

#nav a:hover{
	text-decoration: none;
	color: #c8c8c8;
}

#nav a strong{
	color: white;
	font-weight: normal;
}

#nav li.active a,
#nav li.active a strong{
	color: #dcb101;
}

/*

	Content
  
*/

#content{
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0;
}

#content p,
#content li{
	font: 18px/32px 'Ubuntu Condensed', sans-serif;
	color: black;
}

.article{
	display: none;
}

.article#about{
	display: block;
}

.text{
	width: 350px;
	float: left;
}

.text img,
#contact .text img{
	float: left;
	clear: both;
	margin: 0;
}

#about img{
	float: right;
	margin: -70px -50px 0 0;
}

#difference img{
	float: right;
	margin: -70px -50px 0 0;
}

#service img{
	float: right;
	margin: -50px -50px 0 0;
}

#works img{
	float: right;
	margin: 70px 80px 0 0;
}

/* -- Contact -- */

#contact img{
	float: right;
	margin: -50px -50px 0 0;
}

/*#content #contact p{
	float: left;
	clear: both;
}*/

#tv_container,
#tv_set{
	width: 550px;
	height: 402px;
	float: right;
    margin: 56px 0 0 42px;
}

#tv_set{
	background: url(../../img/tv.png) top left no-repeat;
	z-index: 9999;
	position: absolute;
}

/*#video{
	margin: 56px 0 0 42px;
}*/

/*

	Footer
  
*/

footer{
	margin: 0;
	padding: 0;
}

#footer{
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	border: 0;
	padding-top: 20px;
	border-top: 1px solid #b38f00;
	box-shadow: 0 -10px 10px rgba(0,0,0,.05);
}

#footer p{
	font-size: 11px;
	color: #91670e;
}

#footer ul li{
	float: left;
	margin-right: 10px;
}

#footer a{
	color: #91670e;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer li.active a{
	color: #604409;
}

a.facebook{
	height: 20px;
	padding: 3px 0;
	padding-right: 27px;
	background: url(../../img/facebook_icon.png) center right no-repeat;
	line-height: 20px;
	display: inline;
}