* { /* sets 0 margin and 0 padding on everything */
	margin: 0; 
	padding: 0; 
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #left {
  margin-left: -113%;
  }
 
* html #right {
  margin-left: -36%;
  }
 
 
 
/* End hide from IE5/mac */


body {
	background-image: url("/rdrimgs/rdrback2020.gif");
	background-repeat: repeat;
	color: #FFD700;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	display: inline;
}

A { 
	text-decoration : none; 
	color : #FFD700; 
	font-weight:bold; 
}

A:Hover { 
	text-decoration : underline; 
	color: red; 
	font-weight:bold; 
}

A:link {
	text-decoration: none;
	color: #FFD700; 
	font-weight:bold;
}

A:visited {
	text-decoration: none;
	color: #FFD700; 
	font-weight:bold;
}

A:active {
	text-decoration: none;
	color: #FFD700; 
	font-weight:bold;
}

h1 {
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	text-align: left;
}

h2 {
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}

h3 {
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}

p { 
	margin: 0 0 5px 0;
}

ul {
	padding: 5px 0 5px 20px;
}
	
li {
	padding: 3px 0 3px 0;
}
	
#wrapper, #content-wrapper {
	float: left;
	width: 100%;
	display: inline;	
}

#header {
	height: 140px;
	padding: 10px 10px 5px 0;
	background: #000;
	color: #BA55D3;
}

#djbanner {
	height: 140px;
	float: right;
}

#rdrlogo {
	height: 140px;
	float: left;
	color: #BA55D3;
	font-size:250%;
}

#playing{
	height: 140px;
	floar: left;
	padding: 0px 0 0px 0;
	border-bottom: 1px solid #ccc;
	background: #000;
	color: #FF0;
}

#content {
	margin: 0 15% 0 15%; /* Margins for content column. Should be #right width 0 #left width */
}

#left {
	float: left;
	width: 12%; /*Width of left column in percentage*/
	margin-left: -100%;
	color: #FFD700;
	display: inline;
	text-align:center;
}

#right {
	padding: 10px 0;
	float: right;
	width: 25%; /*Width of right column in pixels*/
	margin-left: -25%; /*Set margin to that of -(RightColumnWidth)*/
	display: inline;
}

#footer {
	clear:left;
	width: 100%;
	color: #FF0;
	text-align: center;
	padding: 10px 0;
}

#footer a {
	color: #FFFF80;
}

.in {
	margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align:center;
}

.in h3 {
	margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align:center;
}

ul.slideshow {
	list-style:none;
	width:450px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:175px;
	height:25px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#ff0;
	font-size:14pt;
	font-weight: 400;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:0px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

#simplemodal-container a.modalCloseImg {
	background:url(/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#cc_tunein {
        background-color: #000000;
	display: inline-block;
        align: center;
        margin: auto;
	vertical-align: text-top;
}
