@CHARSET "UTF-8";

body {
	font: 1.0em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	min-width: 750px;
}

#wrapper {
	text-align:center;
	margin: 0 auto;
	width: 760px;
	z-index:1; position: relative; 
	
}

#leftside {
	float: left;	
	width: 400px;
}

#rightside {
	float: right;
	clear: right;
	width: 350px;
	margin-left: 10px;
}

.textbox {
	background: #f15922;
	border: 2px solid #b2d234;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 10px 10px 5px #000;
	
}

.big_title {
	color:#FFF;
	font-size: 1.5em;
	font-weight: bolder;
	margin-bottom: 10px;	
}

.event_title {
	color:#00aeef;
	font-size: 3.5em;
	font-family: Impact;
	text-shadow: 0 0 4px white, 0 -5px 4px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -25px 18px #f20;
}

.content {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.content a {
	color: #b2d234;
}

.small_title {
	color:#de4600;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.tix-txt {
	font-size:0.8em;
}

.dj-info {
	margin-top: 10px;
	float: none;
	clear: both;
}
.dj-pic-large {
	width: 120px;
	height: 120px;
	border: 2px solid #f57b20;
	float:left;
	margin-left: 5px;
	margin-bottom: 10px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.dj-name {
	font-size:1.2em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 15px #b2d234;
}
.dj-name a, .dj-affil a {
	text-decoration: none;
	color:#FFF;
}

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

.dj-affil {
	margin-top: 5px;
	text-align: center; 
	font-size: .7em;
}

.dj-genre {
	margin-top: 10px;
	text-align: center; 
	font-size: .8em;
}

