@charset "UTF-8";
/* CSS Document */

html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
	padding-left: 10px;
}

a:link {
	color: #CCC;
	text-decoration: none;
}

a:visited {
	color: #CCC;
	text-decoration: none;

}

a:hover {
	color: #666;
	text-decoration: none;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	background-color: #330000;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 100%;
text-align: center; /* Center align for IE */
}

#wrapper {
width: 1024px;
height: 1292px;
margin: 0 auto; /* Center align for Good browsers like Firefox, Opera, Netscape */
text-align: left;
background-image:url(../Images/Backgrounds/MainBkg.jpg);
background-repeat:no-repeat;
}

#background {
	width: 1024px;
	height: 1292px;
	position: absolute;
	z-index: 1;
}

#homebutton {
	height: 242px;
	width: 385px;
	margin-left: 20px;
	position: absolute;
	z-index: 3;
}

#artist_pics {
	width: 397px;
	height: 242px;
	margin-left: 624px;
	position: absolute;
	z-index: 3;
}

#now_playing {
	width: 200px;
	height: 90px;
	margin-top: 100px;
	margin-left: 414px;
	position: absolute;
	z-index: 4;
}

#onair {
	width: 220px;
	height: 120px;
	margin-top: 255px;
	margin-left: 790px;
	position: absolute;
	z-index: 5;
}

#navigation {
	width: 190px;
	height: 315px;
	margin-top: 242px;
	padding-left: 15px;
	padding-top: 100px;
	position: absolute;
	z-index: 6;
	font-weight: bold;
}

#nav li {
	background-image:url(../Images/star.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: .4em;
	height: 35px;
}

#weather {
	width: 195px;
	height: 180px;
	padding-left: 10px;
	padding-top: 66px;
	margin-top: 657px;
	position: absolute;
	z-index: 7;
}

#feeds {
	width: 190px;
	height: 179px;
	padding-left: 15px;
	padding-top: 66px;
	margin-top: 903px;
	position: absolute;
	z-index: 8;
	font-weight: bold;
}

#feed li {
	background-image:url(../Images/feed.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: .4em;
	height: 35px;
}

#main_text {
	width: 545px;
	height:750px;
	margin-top: 248px;
	margin-left: 215px;
	text-align: center;
	position: absolute;
	z-index: 9;
	overflow: auto;
}

#playlist {
	width: 545px;
	height:700px;
	margin-top: 248px;
	margin-left: 215px;
	position: absolute;
	z-index: 9;
	overflow: auto;
}

#bottomad {
	width: 468px;
	height: 130px;
	margin-top: 1020px;
	margin-left: 260px;
	position: absolute;
	z-index: 10;
	border:1px solid #613232;
}

#events {
	width: 160px;
	height: 255px;
	margin-top: 390px;
	margin-left: 820px;
	position: absolute;
	z-index: 11;
}


#sidead1 {
	width: 150px;
	height: 200px;
	margin-top: 655px;
	margin-left: 825px;
	position: absolute;
	z-index: 12;
	border:2px solid #361B1B;
}

#sidead2 {
	width: 150px;
	height: 200px;
	margin-top: 865px;
	margin-left: 825px;
	position: absolute;
	z-index: 13;
	border:2px solid #361B1B;
}

#sidead3 {
	width: 150px;
	height: 200px;
	margin-top: 1075px;
	margin-left: 825px;
	position: absolute;
	z-index: 14;
	border:2px solid #361B1B;
}

#footer {
	width: 774px;
	height: 100px;
	margin-top: 1200px;
	text-align: center;
	font-size: 75%;
	color: #000000;
	position: absolute;
	z-index: 15;
	font-weight: bold;
}

#footer a {
	color:#000;
}

#footer a:hover{
	text-decoration:underline;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size: 100%;
}

#back {
	font-size:12px;
	width: 354px;
	height: 50px;
	margin-top: 950px;
	margin-left: 300px;
	text-align: center;
	position: absolute;
	z-index: 7;
	overflow: auto;
}

.somediv{
width: 470px;
clear: left;
height: 140px;
background-color:#2F0000;
color:#ddd;
}

.somediv h4{
color:#fff;
}

.somediv .floatbox{
float: left;
width: 110px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0;
margin-left: 111px; }

.songlist {
list-style:none;
text-align:center;
}

.songlist li{
line-height:22px;
display:block;
font-size:80%;
font-weight:bolder;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:15px;
margin-top:7px;
}

INPUT {
border:solid 1px #666666;
}

TEXTAREA {
border:solid 1px #666666;
}

