<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

      ___           ___           ___           ___           ___           ___     
     /\__\         /\  \         /\  \         /\  \         /\__\         /\  \    
    /::|  |       /::\  \       /::\  \       /::\  \       /:/  /        /::\  \   
   /:|:|  |      /:/\:\  \     /:/\:\  \     /:/\:\  \     /:/  /        /:/\ \  \  
  /:/|:|__|__   /::\~\:\  \   /::\~\:\  \   /:/  \:\  \   /:/  /  ___   _\:\~\ \  \ 
 /:/ |::::\__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ \:\__\ /:/__/  /\__\ /\ \:\ \ \__\
 \/__/~~/:/  / \/__\:\/:/  / \/_|::\/:/  / \:\  \  \/__/ \:\  \ /:/  / \:\ \:\ \/__/
       /:/  /       \::/  /     |:|::/  /   \:\  \        \:\  /:/  /   \:\ \:\__\  
      /:/  /        /:/  /      |:|\/__/     \:\  \        \:\/:/  /     \:\/:/  /  
     /:/  /        /:/  /       |:|  |        \:\__\        \::/  /       \::/  /   
     \/__/         \/__/         \|__|         \/__/         \/__/         \/__/    


CSS design of original 2007 version by Marcus Estes
Updates along the way by Ken Garson (kenzodb.com) and WFMU staff
v5/24/13 Ken Garson
*/

body {
	/*background-image:url('/WFMU/images/stripes.png');
	background-repeat:repeat;*/
	/*background-color:#999933;*/ /*Olive*/
	background-color:#DDDDDD; /*Grey*/

	margin-bottom:0px;

}

table {

}

#news img{
	margin-right:8px;
}

h1 {
	background:black;
	color:white;
	font-size:13px;
	padding-left:15px;
	font-family:verdana;
	margin-top:0px;
	margin-bottom:0px;
}

h1 a:link, h1 a:visited{
	border:none;
	text-decoration:none;

	
}

td {
	padding:5px;
}

#centercolumn a:active, #centercolumn a:link, #centercolumn a:visited{
	color:#2846DC;
	text-decoration:none;
}

#centercolumn a:hover {
	color:#2846DC;
	text-decoration:underline;	
}

#container {
	width:820px;
	position:relative;
	text-align:left;
	background-color:#CCCC99;
	overflow: hidden;
	margin-left:auto;
	margin-right: auto;

}


#nav {
	background-image:url('../images/bg_header.gif');
	background-position:top;
	background-repeat:no-repeat;
	color:#CCCC99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight:bold;
	letter-spacing: -0.02em;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
}


#nav a:link, a:hover, a:visited, a:active {
	color:#CCCC99;
	text-decoration:underline;
}

#nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#leftcolumn {
	width:240px;
	background-color:#6395AB;
	font-family:verdana, arial;
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	font-size:10px;
	color:#000000;
	padding-bottom: 20010px;  
	margin-bottom: -20000px;  
	
}

#leftcolumn .LinksList {
	line-height: 1.3em;
	font-size:11px;
	text-align:left;
	font-family:verdana;
	padding-bottom:10px;
	margin-right:20px;


}

#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:active {
	color:#FFFFFF;
	text-decoration:none;

	
}

#leftcolumn  a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#logo img{
	margin-left:-25px;
}

/*
.logo img{
	padding-left:0px;
	margin-right:29px;
}
*/

#centercolumn {
	width:560px;
	background-color:#CCCC99;
	float:left;
	font-family:verdana, arial;

}

#centercolumn2 {
        width:720px;
        background-color:#CCCC99;
        float:left;
        font-family:verdana, arial;

}

#joke {
	font-size:16px;
	color:black;
	/*font-style:italic;*/
	margin-top:0px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#bottomnav{
	background-color:black;
	clear:both;
	float:left;
	width:800px;
}


.picofday{
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	font-family:verdana, arial;
	font-size:10px;
	/*font-style:italic;*/
	color:#333333;

}

#greeting {
	margin:auto;
}

#nowplaying {
	background-color:#FFFFBF;
	/*padding-left:15px;
	padding-right:10px;*/
	/*padding-top:5px;*/
	/*padding-bottom: 10px;*/
	/*line-height: 70%;*/
	font-size:10px;
}

#nowplaying div.KDBCLS_more_link, #nowplaying div.KDBCLS_less_link {
	text-align:right;
	padding-right: 10px;
	padding-top: 0px !important;
	padding-bottom: 10px;
	margin-top:-20px;
}

#nowplaying div.playlist-link {
	margin-top:5px;
}

/* KG 9/1/10 */
#nowplaying .streamtitle {
}
#nowplaying .bigline {
	margin-top: 3px;
	font-weight:bold;
	font-size:140%;
	margin-left: 21px;
	text-indent: -21px; /* long title indent past star */
}
#nowplaying .smallline {
	   margin-top: 2px;
	   margin-bottom: 4px;
	   font-size:12px;
}
#nowplaying .script_msg {
	margin-top:0;
	padding-bottom: 10px;
	text-align: center;
}

#nowplaying .links {
	font-weight:bold;
	font-size:12px;
}
#nowplaying .linkssection {
	margin-top: 3px;
}

/*
#nowplaying p {
	text-align:left;
	font-size:10px;
	margin-bottom: 0px;
	margin-top:5px;
}

#nowplaying .nowplayingtext{
	font-weight:bold;
	font-size:140%
}

#nowplaying .nowplayingsmall{
   // font-size: 70%;
}

#nowplaying .nowplayinglinks{
	font-weight:bold;
	font-size:115%
}

#nowplaying .nowplayingbox{
	letter-spacing:1px;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	padding-top:5px;
}

.nowplayingreload{
        padding-top:0px;
        background-color:#FFFFBF;
        font-size:12px;
}
*/

h3 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:3px;
	font-family:verdana;
	border-bottom: solid black 1px;
	
}

#news div.news-inner {
	text-align:left;
	font-size:12px;
	line-height:1.7em;
	margin:0px;
}

#news div.news-odd, #nowplaying div.item-odd {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
	background-color:#CCCC99;
}

#news div.news-even, #nowplaying div.item-even {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFBF;
	padding-left:15px;
	padding-right:10px;
}

#news div.reveal_links{
	float:right;
	text-align:right;
	font-size:10px;
	margin-left:5px;
}

#playingtoday{
	margin-left:auto;
	margin-right:auto;
}

#recentposts{
	line-height:140%;
}

#recentposts ul{
	padding-left:20px;
}

pre { font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; white-space: pre; }


tt  { font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif; }

.caption   { font: 10px/1em Arial, Helvetica, Verdana, Geneva, sans-serif; }

#footer {
	width:820px;
	height:35px;
	padding-top:10px;
	padding-bottom:10px;
	color:#CCCC99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight:bold;
	letter-spacing: -0.02em;
	background:black;
	float:left;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#CCCC99;
	text-decoration:underline;
}

#footer a:hover {
	color:white;
}

#copyright{
	width:100%;
	padding-top:10px;
	margin-bottom:10px;
	line-height: 60%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	
}

.faq {
	text-align:left;
	font-size:12px;
	line-height:160%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:20px;	

}
#copyright a:link, #copyright a:visited, #copyright a:active,  
#copyright a:hover {
	color:#2846DC;;
	text-decoration:underline;
}
</pre></body></html>