body
{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family:Trebuchet MS;
}

a:link{
	color: #D4EA00;
	text-decoration:none;
}

a:visited{
	color: #D4EA00;
	
}

a:hover{
	color: #eef67c;
	text-decoration:underline;
}

#menu a{
	padding:7px;
}
#menu a:link{
 	color: #fff;
	text-decoration:none;
}

#menu a:visited{
 	color: #fff;
 	text-decoration:none;
}

#menu a:hover{
 	color:#fff;
 	text-decoration:none;
 	background-color:#e7138a;
}

#header{
	position:relative;
	background-image: url(images/bbu.png);
	background-repeat: no-repeat;
	width:1000px;
	height:140px;
}

#menu{
	position:absolute;
	bottom:0px;
	right:20px;
	font-family:Trebuchet MS;
	color:#fff;
	text-transform:Uppercase;
	font-size: 13px;
	z-index:500;
}

#mainbody-container{
	margin-top:20px;
	background-image: url(images/main_contenttop.gif);
	background-repeat: no-repeat;
	width:960px;
	min-height:130px;
	padding:20px;
}

#main{
	width:660px;
	min-height:1400px;
	
}

#main #visual{
	background-color:#000;
	width:640px;
	margin-bottom:15px;
}

#pink-block{
	
	width:600px;
	background-color:#e7138a;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	border-bottom: 4px solid #d4ef1f;
}

#pink-block p{
	font-size:14px;
}


.feature-container{
	float:left;
	width:200px;
	margin-right:20px;
	margin-top:15px;
	font-size:11px;
}

.read-more{
	float:right;
	margin-top:3px;
	font-size:10px;
	
	
}

.read-more a{
	color:#fff;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	background-color: #000;
	
}

.read-more a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #e7138a;
}

.feature{
	position:relative;
	padding-top:4px;
}

.feature .txt{
 height:30px;
}
.new-feature{
	position:absolute;
	top:0px;
	
}

#right-col{
	width:300px;
	position:absolute;
	right:20px;

	
}

#right-col .widget{
	margin-bottom:15px;
	background-color: #000;
}


p{
	
	margin-top:0px;
}

.pgtitle{
	font-size:22px;
	text-transform:uppercase;
	background-color:#d4ea00;
	color:#ffffff;
	padding-left:7px;
	padding-right:7px;
	
}



h2{
	margin:0px;
	font-size:20px;
	font-weight:normal;

}

h3{
	margin:0px;
	margin-bottom:10px;
	font-size:16px;

}


.description p{
	font-size:12px;
}

.location{
	overflow:auto;
	margin-bottom:20px;
}

.location img{
	float:left;
	margin-right:20px;
	/*width:330px*/
}

.location .details{
	float:right;
	width:290px;
	margin-right:20px
}

.location .mood-details{
	float:right;
	width:470px;
	margin-right:20px
}
.location .theone-details{
	float:right;
	width:410px;
	margin-right:20px;
	margin-left: 0px;
}

.location .address{
	font-weight:bold;
	font-size:11px;
}

.location .contact{
	font-weight:bold;
	font-size:11px;
}

.location a:link{
	color:#E7138A;
}

.location a:visited{
	text-decoration:none;
	color:#E7138A;
}

.location a:hover{
	text-decoration:underline;
	color:#E7138A;
}

p{
 
}
.container-pos{
	width:1000px;

	text-align:left;
	margin:auto;
	/*overflow:auto;*/
}

.container{
	position:relative;
	top:0px;
	left:0px;
	
}



img{
	border:none;
	margin:0px;
	padding:0px;
}

input{
	background-color:#d4ea00;
	border:0px;
	padding:3px;
	font-size:12px;
}

input.btn{
	background-color:#000;
	color:#fff;
}
form{
	font-size:14px;
	font-weight:bold;
	//color:#000;
}

select{
	background-color:#d4ea00;
	border:0px;
	padding:3px;
	font-size:14px;
}

#footer{
	margin-top:10px;
	/*margin-left:40px;*/
	padding-bottom:80px;
	color:#696969;
	font-size:14px;
}


.small-print{
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
	font-size:9px;
	line-height:10px;
}




/* Navigation */
.nav, .nav ul { 
	
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right:3px;
	margin-left:3px;
}

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  border-right:1px solid #fff;

}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	
  color: #959595;
  display: block;
  text-decoration: none;
}
.nav li a:hover {
  background: #730945;
  color: #fff;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #E7138A;
  color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #E7138A;
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #730945;
  color: #fff;	
}

.nav ul {
  background: #565656;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 30px;
}
.nav ul li {
  border: 0;
  float: none;
  
}
.nav ul a {
  /*border: 1px solid #000;*/
  border-bottom: 0;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #730945;
  color: #000;
 
}
#third-party-links{
	float:left;
	margin-top:20px;
}

#copy{
	float:right;
	margin-top:20px;
}
.flash-player {
	background-image: url(images/lime-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-color:#000;
	padding:5px 10px 5px 10px;
	color: #d4ea00;
	font-size:14px;
	
}

#email-capture {
	background-image: url(images/lime-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-color:#000;
	padding:5px 10px 5px 10px;
	color: #d4ea00;
	font-size:14px;
	
}

#email-capture input{
	background-color:#ffffff;
	border:0px;
	padding:3px;
	margin-top:5px;
	font-size:12px;
	margin-bottom:5px;
}

#mood-search{
	background-color:#000;
	padding:10px 10px 10px 10px;
}

.soundcloud-artist{
	font-size:11px
}

.soundcloud-artist a{
	color: #d4ea00;
	text-decoration:none;
}

.indata{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	border-top:3px dotted #fff;
	padding-top:20px;
	width:100%;
}

.indata select{
	width:300px;
	
	background-color:#000;
	color:#fff;
}

.indata td{
	/*border-bottom:1px dotted #000;*/
}

.button{
	background-color:#000;
	color:#fff;
}

.expertmaker{
	background-color:#333;
	padding:5px;
	font-size:10px;
	color:#fff;
	width:110px;
}

