/* *******************************
   ** DDP Hack Radio Stylesheet **
   ** Designed by PsypherX      **
   ** "Learn, Share, Empower"   **
   *******************************
*/

body {
	background-color: #191919;
	font-family: 'Trebuchet MS', Verdana, Helvetica, 'sans serif';
	color: #f0f0f0;
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.showtitle {
	font-weight: normal ! important;
	text-decoration: none ! important;
	color: #ff9933;
}

.dayofweek {
	font-weight: bold;
	color: #33cc33;
	font-size: 20px;
	border-bottom-style: ridge;
}

.navimage {
	float: left;
	margin-bottom: 20px;
}

.headerimage {
	position: absolute;
	top: 35px;
	left: 60px;
}

#container {
	width: 750px;
	height: 100%;
}

#content {
	position: absolute;
	left: 290px;
	top: 205px;
	width: 460px;
}

#content a:link, a:visited {
	color: #ff9933;
	border-bottom: 1px dotted #ffa200;
	text-decoration: none;
} 

#content a:hover {
	color: #ff9933;
	border-bottom: none;
	text-decoration: none;
}

#header {
	background-color: inherit;
	color: white;
	padding: 40px;
}

#headercont {
	height: 200px;
}

.title {
	position: absolute;
	font-size: 48px;
	font-family: Verdana, Arial, Helvetica, 'sans serif';	
	left: 285px;
	top: 145px;
}

.datetime {
	text-align: right; 
	vertical-align: text-bottom;
	position: absolute;
	left: 575px;
	top: 165px;
}

#sidebarwrapper {
	background-color: inherit;
	color: inherit;
	font-size: 12px;
	text-align: center;
	width: 190px;
	position: absolute;
	left: 25px;
	top: 225px;
}

#sidebarnav {
	background-color: #303030;
	color: inherit;
	width: 190px;
	height: 190px;
	padding: 20px;
	position: absolute;
	left: 25px;
	top: 225px;
}

#sidebarlinks {
	background-color: inherit;
	color: inherit;
	width: 190px;
	padding: 20px;
	position: absolute;
	left: 25px;
	top: 480px;
}

.footer {
	font-size: 0.8em ! important; 
	text-align: center ! important;
}