html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html {
	overflow-y: hidden;
	overflow-x: hidden;
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
ins {
	text-decoration: none;
}
input, select {
	vertical-align:middle;
}
:focus, a {
	outline: none !important;
}
.clear {
	clear:both
}
p {
	margin-bottom:10px
}
small {
	font-size: 10px;
	font-style:italic
}
a {
	color:#6b105b;
	text-decoration:none;
}
a:hover {
	color: #004294;
}
.alignCenter {
	text-align: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout */
body {
	background:#f2f2f2;
	color:#333;
	font: 13px/1.25 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	width:100%;
	min-width:1024px
}
.vert {
	width: 10px;
	height:100%;
	left:0px;
	top:0px;
	background-color:#f2f2f2;
	position: relative;
	float:left;
	z-index:30
}
#wrap {
	width:738px;
	height:100%;
	float:left;
	text-align:left;
	margin:0
}
#content-area {
	width: 518px;
	height:85%;
	left:0;
	top:0;
	/*	background-color:#ebebeb;*/
/*	background-color:#333;
	opacity: .80; */
	overflow: hidden;
	position: relative;
	float:left;
	z-index:10;
	padding-bottom:50px
}
/*.content-areaBG {
	background-color:#ebebeb;
	opacity: .50;
}*/
#content {
	opacity: 1.0;
}
#topAd {
	width:728px;
	height:90px;
	margin:10px 0 10px 0;
}
.bg {
	width:60%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ side navigation */
#navigation {
	width:200px;
	height:100%;
	background:#dedede;
	float:left;
	position:relative;
	z-index:50;
	margin:0 0 10px 0;
}
#navigation a {
	font-weight:bold;
	width:170px;/*	border-bottom:#dedede 5px solid;*/
}
#navigation ul {
	margin:10px 0 0 10px
}
#navigation ul li {
	margin-bottom:15px;
	height:15px;
	width:180px;
}
#navigation img {
	margin:30px 0 0 -5px
}
/*.navigationBottom {
	width:180px;
	height:5px;
	background-color:#f2f2f2;
	position:fixed
}*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rss feeds */
#feeds {
	width:275px;
	float:left
}
#kickstarter {
	float:left
}
.rssFeed {
	font: 12px/1.25 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom: 10px;
}
.rssFeed a {
	color: #004294;
	text-decoration: none;
}
.rssFeed a:hover {
	color:#6b105b;
	text-decoration: underline;
}
.rssHeader {
	padding: 0.2em 0;
}
.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 5px;
}
#feeds .odd {
	background-color: #dedede;
	opacity:0.8
}
#feeds .even {
	background-color: #f9f9f9;
	opacity:0.8
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nowplaying */
#nowplaying {
	float:left;
	margin:10px 0 0 0;
	text-align:center;
	width: 250px;
	height:100%;
	background:#dedede
}
#nowplaying img {
	margin-top:10px
}
.showname {
	font-size:18px;
	font-weight:bold;
	color:#9f5b92;
	margin-bottom:5px
}
.currentlyplaying {
	font-size:12px;
	font-weight:normal;
	color:#777;
}
.replay {
	font-size:12px;
	font-weight:normal;
	color:#777;
	text-align:right;
	margin:15px 10px 0 0;
	float:right
}
.hostname {
	margin-bottom:5px;
	font-weight:bold
}
.songname {
	margin-bottom:10px;
	color:#000;
	font-weight:bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer */
#footer {
	text-align:right;
	background-color:transparent;
	color:#000;
	width:100%;
	height:30px;
	bottom:0;
	right:10px;
	position:fixed;
	z-index:60;
	font-size:9px
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sponsors page */
#sponsors {
	width: 490px;
	left: 12px;
	overflow: hidden;
	position: relative;
	float:left;
	z-index:10;
}
#sponsors img {
	margin-top:10px;
}
#sponsors .extra {
	margin:10px 0 10px 0;
}
#sponsors h1 {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:#004294 5px solid;
	width:468px
}
#sponsors h2 {
	font-size:18px;
	font-weight:bold;
	margin:10px 0 10px 0;
	border-bottom:#004294 5px solid;
	width:468px
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ headers */
h1 {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:#004294 5px solid
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:10px 10px 10px 12px;
	border-bottom:#004294 5px solid
}
.alternate {
	font-size:18px;
	margin:0 0 10px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ advertising */
#advertising {
	padding-bottom:150px
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ legal */
.legal {
	padding-bottom:150px
}
.legal h2 {
	font-size:18px;
	font-weight:bold;
	margin:10px 0 10px 0;
	border-bottom:#004294 2px solid
}
.legal ul li {
	margin-bottom:10px
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ faq's */
#faqs h2 {
	font-size:18px;
	margin:-10px 0 10px -10px;
	border-bottom:#039 5px solid;
	background-color:#000;
	padding:5px 10px 5px 10px;
	width: 480px;
}
#faqs a {
	color:#000;
	font-weight:bold;
	text-decoration:none
}
.accordionButton {
	width: 500px;
	float: left;
	cursor: pointer;
	margin-bottom:10px;
	font-weight:bold;
	color:#000;
}
.accordionContent {
	width: 480px;
	float: left;
	background: #444;
	opacity: 0.85;
	padding:10px 10px 0 10px;
	margin-top:-30px;
	color:#fff;
}
#faqs .accordionContent a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:#004294 2px solid;
}
#faqs .accordionContent a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:#6b105b 2px solid;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scrollbar */
.jspContainer {
	height:100%;
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 100%;
	background: transparent;
}
.jspVerticalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspTrack {
	background: transparent;
	position: relative;
}
.jspDrag {
	background: #63266C;
	background-image:url(../graphics/sliderButton.png);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspDrag:hover {
	background: #004294;
	background-image:url(../graphics/sliderButton.png);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schedule */
.scheduleWrap {
	margin-top:0px;
	height:100%;
	width:508px
}
#navSchedule {
	width:180px;
	height:100%;
	background:#333;
	opacity: .80;
	float:left;
	position:relative;
	z-index:50;
	margin:0;
}
#navSchedule img {
	margin:0 0 10px 10px
}
#navSchedule a {
	font-weight:bold;
	width:160px;
	color:#dedede;
}
#navSchedule a:hover {
	font-weight:bold;
	width:160px;
	color:#fff;
}
#navSchedule ul {
	margin:10px 0 10px 10px
}
#navSchedule ul li {
	margin-bottom:5px;
	width:160px;
	border-bottom:#333 2px solid
}
#navSchedule ul li:hover {
	margin-bottom:5px;
	width:160px;
	border-bottom:#fff 2px solid
}
#content-area-schedule {
	width: 308px;
	height:100%;
	min-height:400px;
	margin-left:190px;
	/*	background-color:#ebebeb;*/
/*	background-color:#333;*/
/*	opacity: .80; */
	overflow: hidden;
	position: absolute;
	float:left;
}
#content-area-schedule ul li {
	margin-bottom:15px;
	height:15px;
}
.shows {
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px
}
#content-area-schedule ul li a {
	color:#004294;
	text-decoration:none;
}
#content-area-schedule ul li a:hover {
	color: #6b105b;
}
/*------------------------------ team ------------------------------*/
.viewport {
	border: 0;
	float: left;
	height: 130px;
	margin:17px;
	overflow: hidden;
	position: relative;
	width: 130px;
}
.viewport a {
	display: block;
	position: relative;
}
.viewport a img {
	height: 130px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 130px;
}
.viewport a span {
	display: none;
	font-size: 14px;
	font-weight: normal;
	height: 100%;
	padding-top: 110px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	color:#000
}
.dark-background {
	/*	background-color: rgba(242, 242, 242, 0.8);*/
	color: #000;
}
/*------------------------------ bios ------------------------------*/
#bios {
	padding-bottom:200px
}
img.floatLeft {
	float: left;
	margin: 0 20px 0 0;
}
.bioSpacer {
	height:15px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ player */
#nowplayingplayer {
	float:right;
	margin:-30px 20px 0 0
}
#playeroptions {
	width:510px;
	height:60px;
	padding:0 0 0 0;
	margin:0 0 0 0
}
.playeroptions {
	width:37px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	color:#000;
	float:left;
	margin-top:10px
}
.playerselect {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:none;
	border-top:#004294 5px solid
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nivo slider */
.nivoSlider {
	position:relative;
	width:160px;
	height:160px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	margin:0 0 0 20px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height:160px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ submissions */
form.ddfm h1, form.ddfm h2 {
	color:#000;
}
form.ddfm legend, form.ddfm label, form.ddfm label.fmtextlblwide {
	color:#000;
}
form.ddfm .fmcheck p, form.ddfm .fmradio p, form.ddfm textarea, form.ddfm .fmfullblock, form.ddfm .fmhalfblock, form.ddfm .fmselect, form.ddfm input.fmtext, form.ddfm input.fmverify, form.ddfm textarea.fmtextwide, form.ddfm .submit, form.ddfm .credits {
	color:#000;
}
form.ddfm .required {
	color: #FF0000;
}
.ddfmerrors {
	color: #FF0000;
}
/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
form.ddfm h1, form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}
form.ddfm h1 {
	font-size: 140%;
}
form.ddfm h2 {
	font-size: 115%;
}
form.ddfm legend, form.ddfm label, form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: normal;
}
form.ddfm .credits {
	font-size: 90%;
}
form.ddfm legend {
	font-size: 110%;
}
.ddfmerrors {
	font-weight: bold;
}
/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px 0 15px 0;
	width: 100%;
}
.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}
form.ddfm {
	text-align: left;
	padding: 0px;
	width: 430px;
}
form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}
form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;
}
form.ddfm label {
	display: block;
	float: left;
	width: 26%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
	clear: left;
}
form.ddfm label.fmtextlblwide {
	display: block;
	float: left;
	text-align: left;
	margin: 0 10px 0 1px;
	padding-bottom: 8px;
}
form.ddfm select.fmselect {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}
form.ddfm .fmcheck {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}
form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}
form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}
form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}
form.ddfm textarea {
	float: left;
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}
/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-bottom: 13px;
	display: block;
}
form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left;
	display: block;
}
form.ddfm input.fmverify {
	float: left;
	width: 22%;
	margin-bottom: 15px;
	padding: 3px;
	position: relative;
	display: block;
}
form.ddfm img {
	margin: 1px 0 0 10px;
	float: left;
}
form.ddfm input.fmfile, form.ddfm input.fmtext {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}
form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px;
	padding: 3px;
}
form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}
form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}
.ddfmwrap .ddfmerrors {
	display: block;
	float: left;
	width: 27%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
}
.ddfmwrap .errorlist {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	text-align: left;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ requests */
.requestLeft {
	float:left;
	margin:0 10px 10px 0;
	width:30%
}
.requestRight {
	float:left;
	margin:0 0 10px 0;
	width:30%
}
.requestRightWide {
	float:left;
	margin:0 0 10px 0;
	width:60%
}
.requestspacer {
	height:15px
}

