
/* reset */
* {padding: 0;margin: 0;}
a:link, a:visited {	text-decoration: none;}
a:active {outline:none;}
:focus {-moz-outline-style:none;}


/* Page Structure */
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #000;
	font-size: 11px;
	text-align: center;
	background-image: url();
}
#container {width: 950px;margin: 0 auto;}

#container_video {width: 600px;margin: 0 auto;}


/*

#pullquote {
	float: right;
	margin: 0 0 .4em 1em;
	width: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 1.3em;
}
*/

#header {
	width:100%;
	height: 220px;
	clear: both;
	background: url(../img/bgheader.png) no-repeat top center transparent;
	margin: 10px auto;
	z-index:10;
}

#header_v {
	width:100%;
	height: 220px;
	clear: both;
	background: url(../img/bgheader_video.png) no-repeat top center transparent;
	margin: 10px auto;
	z-index:10;
}


#footer {
	width:100%;
	height: 70px;
	clear: both;
	background: #000;
	opacity:0.9;
	filter:alpha(opacity=90);
	margin: 10px auto 30px auto;
	padding-top: 10px;
	position:fixed;
	bottom: 0px;
	left:0px;
	z-index:10;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#footer #maincontainer{
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#footer #contentwrapper{
	float: left;
	width: 100%;
}

#footer #contentcolumn{
	background: url(../img/menu3.gif) no-repeat bottom center;
	margin-right: 260px; /*Set right margin to RightColumnWidth*/
	border-right: 1px solid #ececec;
	height: 60px;
}

#footer #rightcolumn{
	float: left;
	width: 260px; /*Width of right column*/
	margin-left: -260px; /*Set left margin to -(RightColumnWidth) */
}

#mediaspace{
	display: inline;
}

#demo_2{
	display: inline;
	padding-bottom: 30px;
}


/* Typography */

p {margin: .5em 0 1em 0;}


h1, h2, h3, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.04em;
	line-height: 1em;
}

h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	color: #fff;
	line-height: 1em;
}

h4 a, h4 a:visited DE6A74

h4 a:hover {
	text-decoration: none;
	color: #ececec;
}


/* Artists List */ 

ul#artists {
	margin-bottom: 50px;
}

	
ul#artists li {
	display:inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 45px;
	letter-spacing: -.04em;
	color: #fff;
	text-transform: uppercase;
}

ul#artists li a span {font-size:25px;font-weight: normal;}

ul#artists li a.l:hover, ul#artists li a.s:hover, ul#artists li a.m:hover, ul#artists li a.t:hover  {color: #fff;}

div#wall .details { text-align: center; }

ul#wall_of_fame li {
	/*display:inline;*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -.04em;
	color: #fff;
	text-transform: uppercase;
	list-style:none;
}
ul#wall_of_fame li p{display: inline;}

ul#wall_of_fame li p span{font-weight: normal;}
ul#wall_of_fame li p.l, ul#wall_of_fame li p.m  {color: #DE6A74;} 
ul#wall_of_fame li p.s, ul#wall_of_fame li p.t {color: #EABE50;} 

span.comment {display:none;}



ul#artists li a.l, ul#artists li a.m  {color: #DE6A74;} 
ul#artists li a.s, ul#artists li a.t {color: #EABE50;} 


/* menu */

#nav {
	width: 699px;
	height: 30px;
	position: relative;
	background:url(nav_main.png);
	list-style-type:none;
	margin-bottom:10px;
}

#nav li {
	float: left;
}

#nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	background: url(../img/menu2.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/*up state*/
li#nav_home a {			left: 0;	width: 80px;	background-position: 0 0;}
li#nav_agenda a {		left: 80px;width: 65px;	background-position: -80px 0;}
li#nav_past a {	left: 145px;width: 62px;	background-position: -145px 0;}
li#nav_pics a {		left: 207px;width: 75px;	background-position: -207px 0;}
li#nav_videos a {		left: 282px;width: 75px;	background-position: -282px 0;}
li#nav_mixes a {		left: 357px;width: 50px;	background-position: -357px 0;}
li#nav_hifi a {		left: 407px;width: 110px;	background-position: -407px 0;}
li#nav_contact a {		left: 517px;width: 80px;	background-position: -517px 0;}
li#nav_thx a {		left: 597px;width: 80px;	background-position: -597px 0;}



/*hover state*/
li#nav_home a:hover {		background-position: 0 -30px;}
li#nav_agenda a:hover {	background-position: -80px -30px;}
li#nav_past a:hover {	background-position: -145px -30px;}
li#nav_pics a:hover {		background-position: -207px -30px;}
li#nav_videos a:hover {	background-position: -282px -30px;}
li#nav_mixes a:hover {		background-position: -357px -30px;}
li#nav_hifi a:hover {		background-position: -407px -30px;}
li#nav_contact a:hover {		background-position: -517px -30px;}
li#nav_thx a:hover {		background-position: -597px -30px;}

/*current state*/
#body_home li#nav_home a {				background-position: 0 -30px;}
#body_services li#nav_services a {		background-position: -97px -30px;}
#body_references li#nav_references a {	background-position: -194px -30px;}
#body_contact li#nav_contact a {		background-position: -291px -30px;}

.right {float:right;}

.info {
	font: 14px Helvetica, Arial, "Times New Roman", Times, sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.info a {
	font-size: 12px;
	text-decoration: underline;
	color: #BBBDBF;
}

.info a:hover {
	text-decoration: none;
	color: #fff;
}

.info h3 {
	color:#FC0652;
	font-size:18px;
}

.home {
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.home a {
	text-decoration: none;
	color: #fff;
}

.home a:hover {
	text-decoration: none;
	color: #BBBDBF;
}


.header {
	font: 12px Helvetica, Arial, "Times New Roman", Times, sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #BBBDBF;
	text-align: right;
	margin: 80px 30px 0 0;
}

.header a {
	text-decoration: none;
	color: #BBBDBF;
}

.header a:hover {
	text-decoration: none;
	color: #fff;
}


.footer {
	font: 10px Helvetica, Arial, "Times New Roman", Times, sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #BBBDBF;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
}

.footer a {
	text-decoration: none;
	color: #BBBDBF;
}

.footer a:hover {
	text-decoration: none;
	color: #fff;
}

.track {
	font: 18px Helvetica, Arial, "Times New Roman", Times, sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #BBBDBF;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
}

.track a {
	text-decoration: none;
	color: #BBBDBF;
}

.track a:hover {
	text-decoration: none;
	color: #fff;
}


/* POP-UPs */
/* some styling for triggers */
#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/* styling for elements inside overlay */
.details {
	text-align:left;
	top:15px;
	right:30px;
	font-size:11px;
	color:#fff;
	width:600px;
	padding: 25px;
	font-weight: normal;
	letter-spacing: normal;
}

.details a, .details a:hover, .details a:visited{	color:#fff;}


.details h3 DE6A74

#contact .details {background:transparent url(../img/map.jpg) no-repeat scroll right top;}

/* the overlayed element */

.simple_overlay, .simple_overlay_big, .simple_overlay_small, .simple_overlay_dj {
	display:none;
	z-index:10000;
	
	background-color:#000;
	opacity:0.9;
	filter:alpha(opacity=90);
	width:675px;	
	border:1px solid #333;
	
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay { min-height:300px;}
.simple_overlay_big { min-height:380px;}
.simple_overlay_small {	min-height:250px; }
.simple_overlay_dj {	min-height:250px;	width:475px; }
.simple_overlay_dj .details {width:400px; }

.simple_overlay_dj .details a {color:white; }
.simple_overlay_dj .details a:hover {color:#ccc; }

/* close button */
.simple_overlay .close, .simple_overlay_small .close, .simple_overlay_big .close, .simple_overlay_dj .close  {
	background-image:url(../img/close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:35px;
	width:67px;
}

.tooltip{width:200px;margin-bottom:10px;padding:5px;font-size:11px;color:#666;background:#000;border:1px solid #333;}
		.tooltip p{margin:0;text-align:justify;}
		#tooltip_1{z-index:100000;}

		
		
/* Form Style */
input, option, select { font-size: 10px;color:#fff;background-color: #000;margin-top: 5px;}

.edit input {color: #fff;}

input, select {width:100px;border:1px solid #333;}

option {background-color: #000;}
option.l, li.l1, h3.l, h3.t, h4.l, h4.t {color: #DE6A74;}
option.s, li.s1, h3.s, h3.m, h4.s, h4.m {color: #EABE50;}
option.m, li.m1 {color: #DE6A74;}
option.t, li.t1 {color: #af141a;}

/* Pop-up Specials */

#slide {width: auto;height: 400px;top:10px;margin-bottom: 20px;}
#slide img {height: 400px;}
#pics	{opacity:1;	filter:alpha(opacity=100);height: 480px;}
