html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {  
	margin:0;  
	padding:0;  
	-webkit-text-size-adjust:none;  
}  
html, body {
	height: 100%;
	width: 100%;
}
ul, li, ol, dl, dd, dt {  
	list-style:none;  
	padding:0;  
	margin:0;  
}  
a {  
	text-decoration:none;  
}
img {
	border: none;
}

body {
	color: #FFF;
	background-color: #000;
	font-family: Helvetica, Arial;
	font-size: 13px;
}

a, a:visited, a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

p {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 4px;
}

hr {
	border: 0;
	border-top: 1px dashed #ad8376;
	height: 1px;
}

.clearer {
	clear: both;
}

div#wrapper {
	margin: 0 auto;
	position: relative;
	width: 320px;
	height: 480px;
	background: #000 url('../images/bg_page_generic.jpg') scroll 0 0 no-repeat;
}

div#quadbyte {
	bottom:-45px;
	margin-bottom:20px;
	padding-bottom:20px;
	position:absolute;
	right:10px;
}
div#quadbyte a {
	font-weight: normal;
	color: #999;
	font-size:11px
}

h1#date {
	font-size: 19px;
	padding: 12px 0 11px 0;
	text-align:center;
	text-transform:capitalize;
}

div#logo-mini {
	float: left;
	width: 52px;
	height: 49px;
	margin: 10px 0 0 20px;
	background: transparent url('../images/logo_mini.png') scroll 0 0 no-repeat;
}
div#previous {
	float: left;
	width: 105px;
	height: 32px;
	margin: 15px 0 0 10px;
	background: transparent url('../images/prev_next_close.png') scroll 0 0 no-repeat;
}
div#next {
	float: right;
	width: 105px;
	height: 32px;
	margin: 15px 10px 0 0;
	background: transparent url('../images/prev_next_close.png') scroll -186px 0 no-repeat;
}
div#close {
	float: left;
	width: 74px;
	height: 32px;
	margin: 15px 8px 0;
	background: transparent url('../images/prev_next_close.png') scroll -109px 0 no-repeat;
}


div#legend {
	position: absolute;
	top: 112px;
	left: 14px;
	width: 312px
}

div#legend-text{
}

/* Agenda list */
ul.events {
	position: absolute;
	top: 184px;
	left: 12px;
	z-index: 1;
}

li.event {
	width: 282px;
	height: 43px;
	margin: 0 0 4px;
	padding: 5px 8px 4px;
	background: transparent url('../images/bg_row_event.png') scroll 0 0 no-repeat;
	font-size: 14px;
}

li.event a {
  display: block;
  width: 100%;
  height: 100%;
}

li.event div.event-text {
	padding-top: 5px;
}

li.event span.time {
	color: #e8d749;
}



/* Icons */
span.icon {
	float: left;
	width: 42px;
	height: 43px;
	margin: 0 9px 0 0;
}

span.icon-text {
	height: 10px;
	display: block;
	position: absolute;
	top: 160px;
	left: 16px;
}

span.inactive {
	filter: alpha(opacity=25); /* internet explorer */
	-khtml-opacity: 0.25;      /* khtml, old safari */
	-moz-opacity: 0.25;       /* mozilla, netscape */
	opacity: 0.25;           /* fx, safari, opera */
}

/* Jazz */
span.icon-0 {
	background: transparent url('../images/icons.png') scroll 0 0 no-repeat;
}
span.icon-text-0 {
	background: transparent url('../images/icons_text.png') scroll 0 0 no-repeat;
	width: 22px;
	left: 22px;
}

/* Rock */
span.icon-1 {
	background: transparent url('../images/icons.png') scroll -42px 0 no-repeat;
}
span.icon-text-1 {
	background: transparent url('../images/icons_text.png') scroll -23px 0 no-repeat;
	width: 28px;
	left: 71px;
}

/* Electro */
span.icon-2 {
	background: transparent url('../images/icons.png') scroll -84px 0 no-repeat;
}
span.icon-text-2 {
	background: transparent url('../images/icons_text.png') scroll -51px 0 no-repeat;
	width: 47px;
	left: 113px;
}

/* Latino */
span.icon-3 {
	background: transparent url('../images/icons.png') scroll -126px 0 no-repeat;
}
span.icon-text-3 {
	background: transparent url('../images/icons_text.png') scroll -98px 0 no-repeat;
	width: 37px;
	left: 170px;
}

/* Hip Hop */
span.icon-4 {
	background: transparent url('../images/icons.png') scroll -168px 0 no-repeat;
}
span.icon-text-4 {
	background: transparent url('../images/icons_text.png') scroll -135px 0 no-repeat;
	width: 45px;
	left: 216px;
}

/* World */
span.icon-5 {
	background: transparent url('../images/icons.png') scroll -210px 0 no-repeat;
}
span.icon-text-5 {
	background: transparent url('../images/icons_text.png') scroll -180px 0 no-repeat;
	width: 39px;
	left: 271px;
}

/* MAP */
span.icon-map {
	background: transparent url('../images/icons.png') scroll -252px 0 no-repeat;
	width: 37px;
	height: 37px;
	float: right;
	margin: 0 0 10px 10px;
}


/* Home page */
body.home div#wrapper {
	background: #000 url('../images/bg_page_home.jpg') scroll 0 0 no-repeat;
}
body.home div#tonight {
	width: 298px;
	height: 75px;
	position: absolute;
	left: 12px;
	top: 302px;
}
body.home div#where {
	width: 298px;
	height: 75px;
	position: absolute;
	left: 12px;
	top: 390px;
}

/* Where page */
/*
body.where div#wrapper {
	background: #000 url('../images/bg_page_event.jpg') scroll 0 0 no-repeat;
}
*/

/* Event detail */
div#flyer {
	float: left;
	width: 124px;
	height: 124px;
	margin: 10px;
	border-right: 1px solid #200d06;
	border-bottom: 1px solid #200d06;
}


div#info {
	float: right;
	width: 160px;
	height: 124px;
	margin: 10px 10px 10px 5px;
	font-weight: bold;
}
div#detail {
	margin: 10px;
}

body.event-detail div#navigation {
	width: 320px;
	height: 49px;
	background: transparent url('../images/menu_bar.png') scroll 0 0 no-repeat;
}
body.event-detail div#navigation div#previous,
body.event-detail div#navigation div#next,
body.event-detail div#navigation div#close {
	margin-top: 6px;
}

span.date {
	text-transform:capitalize;
}

span.genre {
	font-weight: bold;
	color: #e8d749;
	position:relative;
	top:6px;
}
span.sub-genre {
	font-weight: bold;
	position:relative;
	top:6px;
}
span.legend {
	font-weight: bold;
	color: #e8d749;
}

ul.artists {
	margin-bottom: 10px;
}

body.map,
body.map a {
	color: #000;
}

body.flyer div#wrapper {
	background-image: none;
}