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

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	margin-top: 320px;
}

a {
	text-decoration:none
}

#fuck-ie{width: 500px; font-size: 11px; text-align: center; color: #333333; position: absolute; left: 50%; margin-left: -250px; top: 50%; margin-top: -150px; }
#fuck-ie a{color: #000000; font-weight: bold; text-decoration: underline;}

#logo {
	width: 600px;
	height: 425px;
	margin:auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -300px;
	z-index: 1
}
#logo-bg {
	width: 600px;
	height: 425px;
	margin:auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -300px;
	z-index: 0
}
#container {
	width: 940px;
	margin:auto;
	padding-bottom: 0px;
	}
#now-playing {
	width: 190px;
	float:left;
	font-size: 14px;
	color:#000000;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: center;
	position:static;
	
	}

.col-titles,#now-playing strong{
	font-variant:small-caps;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight:bold
}

.listen {
	width: 160px;
	border: 0px dotted #FFFFFF;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#FFFFFF;
	margin:auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color: #000000;
	font-size: 20px;
	text-decoration:none;
	font-weight: normal;
	background-image: url('../img/pressplay.png');
	background-repeat:no-repeat;
	background-position:center
}

.listen:hover{background-color:#333333;}

.listen a {
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
}

.listeners{
    color: #FFFFFF; 
    font-size: 10px;
	padding: 2px;	
	padding-left: 4px;
	padding-right: 4px;	
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#000000}

.about, .about a {font-size: 11px; color: #666666; text-align: justify; padding: 10px;}

#previously {
	width: 495px;
	position:static;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-left: 200px;
	
}
#previously li {
	list-style:none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 2px;
	float:left;
	font-size:12px;
	border: 1px solid black;
}
 #previously li:nth-child(even) {
background-color: #000000;
color: #FFFFFF;
}
#previously li:nth-child(odd) {
background-color: #FFFFFF;
color: #000000;
}

#tee {
	width: 200px;
	margin-left:520px;
	margin-top: -18px;
	font-style:normal;
	padding: 0px;	
	float: none
}

#tee a{color: #000000; text-decoration:underline}


.infos a {
	text-decoration:none;
	color: #999999
}

#footer {
position: static;
	width: 940px;
	margin:auto;
	font-size: 9px;
	color: #999999;
	text-align:left;
	line-height: 10px;
	margin-left: -210px;	
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC	}
		
.footer-logos{float:left; margin-right: 10px;}
.footer-credits{float: left; margin-right: 20px;}
.facebook a{color: #999999; text-decoration:underline}		
