/* 
 wnyu stylesheet
 lord save us from the tables
*/


body {
  background-color: #000;
  color: #fff;
}

#sidebar { 
}

#content { 
}

/* in-page content */
.content {
  padding: 10px;
}


/* --- links --- */
a { color: #fff; }
a:hover { color: #630000 }
 
td {
  font-size: 8pt; 
  font-family: verdana,monaco,arial,helvetica,sans-serif; 
  color: #FFFFFF;
} 

b { 
  font-size: 8pt;
}

input { 
  font-size: 8pt;
}

h2 {
  margin-top: 1.5em;
}


/* ---- misc ---- */
.noborder { border: 0; }
.right { text-align: right; }
.left  { text-align: left; }
.floatRight { float: right; margin-left: 5px; }
.floatLeft  { float: left; margin-right: 5px; }



/* left column, static& below */
.left-column {
 width: 100%;
 padding: 0;
 margin: 0;
}


/* newsItems on the left */
.newsItem {
  padding: 5px;
  overflow: none;
}

.newsItem .title {
  padding: 4px 4px 4px 25px;
  margin: 10px 0 0 0;
  background: #630000 url('/images/featured.gif') no-repeat 5px 50%;
  font-weight: bold;
  font-size: 100%;
}

.newsItem .body {
  margin-top: 0px;
  padding: 0 5px 5px 5px;
}

.newsItem .metadata {
  text-align: left;
  margin-bottom: 6px;
}

.newsItem .posted, .newsItem .permlink {
  font-size: 90%;
  font-style: italic;
  color: #aaa;
}

.newsItem .permlink a {
  color: #aaa;
  padding-left: 8px;
  margin-left: 6px;
  border-left: 1px solid #999;
}




/* main */
.main {
  padding-left: 30px;
}


/* navigation */
ul#navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}


ul#navigation li {
  padding: 0;
  margin: 0;
  background-color: #666;
  border-bottom: 1px solid #630;
  text-align: left;
}

ul#navigation li a {
  display: block;
  width: 215px;
  height: 12px;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 4px 4px 14px;
  line-height: 1em;
}

ul#navigation li a:hover {
  color: #000;
  background-color: #ccc;
  text-decoration: none;
}

/***** previous/next links *****/
.prevnext {
  margin: 10px 0 10px 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.prevnext_newer, .prevnext_older a {
  background-color: #ccc;
  border: 1px solid #bbb;
  padding: 4px 8px;
  color: #333;
}
.prevnext a:hover {
  background-color: #ecc;  
}






/* ----- currently playin' ------ */
#nowPlaying .currently {
  margin-bottom: 20px;  
  text-align: left;
}
#nowPlaying .currently h1 {
  padding: 0;
  margin: 6px 0 2px 0;
  font-size: 1.25em;
}

#nowPlaying .currently .timeslot {
  display: block;
  margin: 0;
  padding: 0px 0 5px 0px;
  font-style: oblique;
  font-size: 12px;
}

#nowPlaying .currently .description {
  /*clear: both;*/
  padding: 8px 0 9px 0;
}

#nowPlaying .channel {
  /*clear: right;
  float: right; */
  font-size: 10px;
  text-transform: uppercase;
}

#nowPlaying .host {
  font-size: 11px;
}
  

/* ----- UPCOMING show mini-display ------ */
#nowPlaying .upcoming {
  clear: both;
  margin: 0px 0 4px 0;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #660000;
/*  border-top: 1px solid #360000; */
}

#nowPlaying .upcoming .title {
  display: block;
  font-weight: bold;
  margin-left: 55px;
}

#nowPlaying .upcoming .timeslot {
  float: left;
  text-wrap: none;
  width: 45px;
  text-align: right;
}

#nowPlaying .upcoming .description {
  display: block;
  font-size: 90%;
  margin-left: 55px;
}

/* ------ misc ------ */

.playlist {

  float: right;
  padding: 0px 2px 10px 2px;
  margin-top: -10px;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  width: 50px;
  text-align: left;
}

.fullSchedule {
  text-align: right;
  padding-right: 6px;
}



/* various boxes */
/* FIXME CONSOLIDATEME */

#nowPlaying, #events, .box {
  width: 200px;
  padding: 0 0px 5px 0px;
  margin: 10px;
  overflow: hidden;
  float: left;
}

#nowPlaying h3, #events h3, #calendar h3, .box h3 {
  background: #630000;
  margin: 0;
  padding: 4px 0 4px 4px; /* 25 left w/ bg image */
  font-size: 12px;
  text-align: center;
}

#calendar {
  margin-top: 25px;
}


/* not sure what ish above is from */
/* below is new event ish */

.eventListing { 
  padding-bottom: 10px;
}

li.eventListing {
  list-style: none;
}
.eventOnAir { /* highlight */
  background-color: #7c6666;
}


.eventListing .date {
  display: block;
  font-weight: bold;
  margin: 10px 0 10px 0;
  padding: 5px 0 2px 0;
  border-bottom: 1px solid #630000;
  color: #630000;
}

.eventListing .time {
  float: left;
  text-wrap: none;
  width: 70px;
  text-align: left;
  margin-top: 0px;
}

.eventListing .summary {
  display: block;
  font-size: 90%;
  margin-left: 72px;
  margin-top: 10px;
}


/* archive stuff */
/* article body */
div.post {
  margin: 0px 0 12px 0;
  padding: 10px 0 15px 3px;
  border-bottom: 1px solid #630000;
}


.minipost_list {
 padding: 3px;
 width: 300px;
}

.minipost {
 font-size: 90%;
 clear: both;
 border-bottom: 1px solid #888;
 padding: 3px 0 2px 0;
}


/* ish */
.hidden {
  display: none; /* we don't degrade now */
}


.audio_stream {
  width: 20px;
  margin-right: 12px;
}
.audio_stream a img {
  background-color: #335;
  border: 1px solid #113;
  padding: 2px 4px 2px 3px;
}

.show_title a {
  display: block;
  text-decoration: none;
}

.inline_player {
  border: 1px solid #333;
  margin: 10px 3px;
  padding: 3px;
  background-color: #fff;
  clear: both;
  float: left;
  position: relative;
  border-left: 10px solid #555;
}



#archives .main {
  padding: 0;
  margin: 0;
}

#archives_menu {
  background-color: #444;
  padding: 5px 0 15px 10px;
  height: 12em;
  min-height: 140px;
  border-bottom: 1px solid #630000;
}

#archives_menu select, #archives_menu select option {
  width: 150px;
}

#archives_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}


#archives_calendar table th {
  background-color: #333;
  padding: 2px;
}

#archives_calendar table td {
  background-color: #666;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 2px 0;
}

#archives_calendar .hasarticle {
  background-color: #666;
}
#archives_calendar a {
  text-decoration: none;
}
#archives_calendar td a {
  padding: 2px 8px 2px 8px;
}
#archives_calendar td a:hover {
  background-color: #630000;
  color: #fff;
}
#archives_calendar table td {
  background-color: #555;
  color: #888;
}

/* archives body area */
#archives_content {
  padding: 0px 2px 0 15px;
  display: block;
  clear: both;
}


#archives_content dt {
  color: #fcfaf5;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 2px 0;
  border-bottom: 1px solid #eee;
}

.hilite {
  background-color: #249;
}

a img, img {
  border: none;
  border-style: none;
}




/* recent archives for the frontpage */
#archives_recent {
  font-size: 90%;
}

#archives_recent dt {
  color: #630000;
  font-weight: bold;
  border-bottom: 1px solid #630000;
  margin-top: 7px;
  margin-bottom: 5px;
}
#archives_recent .minipost {
}
#archives_recent .audio_stream {
/*  margin-bottom: 4px;*/
  width: 20px;
  margin-top: 1px;
}
#archives_recent .show_title {
  padding-bottom: 2px;
}

.announcement {
  margin-top: 10px;
  padding: 0px 10px;
}
.announcement p {
  display: inline;
}

.announcement .comments_invite {
  font-style: italic;
  font-size: smaller;
}


/*********************
* comments
*********************/
.comments li {
  background-color: #555;
  margin-bottom: 10px;
  padding: 10px 10px 3px 10px;
}
.comments li p {
  margin: 0;
  padding: 0;
}
.comments li small {
  position: relative;
  top: -5px;
  left: 15px;
  font-size: smaller;
  font-style: italic;
}

#txpCommentInputForm {
  margin-top: 3em;
}




/* new stuff, whateva */


.main .content h2 {
  margin-top: 26px;
  border-bottom: 1px solid #eee;
  font-family: "Geneva", serif;
}
.main .content h2 a {
  text-decoration: none;
  font-size: 16pt;
}
.main .content {
  font-size: 9pt;
}

.main .content ul {
  list-style: none;
  margin: 0;
  padding: 10px 0px 20px 0;
}
.main .content ul li {
  height: 42px;
  display: inline;
  margin-right: 10px;
}
.main .content ul li a {
  background-color: #000;
  padding: 10px;
  color: #fff;
  border: 1px solid #555;
}

.main .content h3 {
  clear: both;
  display: block;
  text-transform: uppercase;
  font-family: "Century Gothic", "Arial Narrow", sans-serif;
}