/* Alan Schaaf 2007
-----------------------------------------------------*/

.changed {
	color: white;
	font-size: 14px;
	background-color: #000;
	width: 395px;
	margin-top: 15px;
	padding: 10px;
}

.hoverlink {
 	position:relative;
}

.editLink {
	background-color: white;
	color: black;
	position:absolute;
	top: -10px;
	right: 0;
	margin: 10px;
}

/* Main
-----------------------------------------------------*/
html {
	padding:0;
	margin: 0 auto;
}

body {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:0.7em;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #999;
	line-height: 12pt;
	background-position: center;
}

.bgwrapper {
	width: 844px;
	margin: 0 auto;
	background: transparent url(/images/bg.png) top left repeat-y;
}

.content-wrapper {
	margin: 0 auto;
	width: 800px;
	padding-bottom: 10px;
}

.bottom-shadow {
	width: 832px;
	height: 45px;
	margin: 0 auto;
	background: transparent url(/images/bg-bottom.png) top left no-repeat;
}

iframe {
    border: 0;
}

select {
    width: 150px;
}

img {
	border: 0;
}

a {
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

ul {
    padding-left: 15px;
}

ol {
    padding-left: 30px;
}

p {
    margin: 0;
    padding: 0;
}

em {
    font: 400 11px verdana, arial, sans-serif;
    font-style: italic;
}

h2 {
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 12px solid #ddd;
    width: 100%;
	padding: 10px 0 3px 0;
}

h2 a {
	padding-left: 10px;
}

/* Header
-----------------------------------------------------*/

div #header {
	height: 280px;
}

#header div.listennow {
	float: left;
	width: 185px;
	height: 26px;
	vertical-align: middle;
	padding-top: 4px;
    padding-left: 10px;
	background-color: #990000;
}

div.links {
	float: right;
	color: #fff;
	height: 30px;
	background-color: #330000;
}

#header div.banner {
	height: 200px;
}

#header div.radio {
	height: 50px;
	background: #000;
}

#header div.menu {
	width: 800px;
	height: 30px;
	background-color: #990000;
}

/* Media Content
-----------------------------------------------------*/
div.media-content {
	color: #333;
    float: left;
	line-height: 1.7em;
	font-size: 1.1em;
    width: 460px;
	padding: 15px;
	background: #fff url(/images/bg_content.gif) no-repeat;
}

div.media-content p {
	margin: 1.12em 0;
}

.p p {
	margin: 1.12em 0;
}

div.media-content em {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
}

div.media-title {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
	line-height: 1.2em;
	word-spacing: .1em;
}

div.media-title strong {
	font-size: 1.2em;
}

div.media-title em {
	font-size: .7em;
	font-style: normal;
}

/* Content
-----------------------------------------------------*/

div.content {
	color: #333;
    float: left;
	line-height: 1.7em;
	font-size: 1.1em;
    width: 460px;
	padding: 15px;
	background: #fff url(/images/bg_content.gif) no-repeat;
}

div.content-stream {
	float: left;
    width: 490px;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 1.4em;
	font-size: 1.1em;
	background: #fff url(/images/bg_content.gif) no-repeat;
}

div.content em {
	font: 400 12px verdana, arial, sans-serif;
	font-style: italic;
}

div.content h2 table {
	padding: 0 10px 0 0px;
}

div.side_content {
	color: #fff;
    float: left;
	width: 290px;
    padding: 5px 5px 5px 7px;
}

div.side_content div.event_block {
	float: left;
	width: 290px;
    padding: 5px 5px 10px 14px;
    margin-top: 15px;
    margin-left: -7px;
	background-color: #660000;
}

div.side_content table.events, div.side_content table.events a  {
    color: #fff;
    width: 282px;
    font-size: 9px;
    margin-bottom: 20px;
}

div.side_content table.events td {
    padding: 5px 5px 5px 5px;
}

div.side_content a {
	color: #fff;
}

div.side_content div.left {
    float: left;
}

div.side_content div.pad {
    padding-left: 10px;
    width: 100px
}

div.clear{
    clear: both;
}

div.side_content .store {
    font-size: 11px;
    width: 299px;
    height: 180px;
    padding: 10px 5px 10px 5px;
    margin-top: 10px;
    margin-left: -6px;
    background-color: #000;
}

div.content table, div.content td {
	margin: 0;
	padding: 0;
}

div.content .news-item {
	width: 100%;
	cursor: pointer;
	border-bottom: 2px solid #ddd;
	font-size: 14px;
}

div.content .news-item .pad {
	padding-left: 20px;
}

div.content .news-item :hover {
	background-color: #eee;
}

div.content .pad {
	padding: 7px;
}

div.content .date {
	float: none;
	border-bottom: 2px solid #ddd;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	padding: 10px 0 5px 0;
}

div.content .date span {
	padding: 5px;
}

div.content .icon {
	float: left;
	padding: 2px 5px 5px 0;
}

div.content .icon img {
	padding: 1px;
	border: 1px solid #990000;
}

div.content .liner {
	font-weight: bold;
}

div.content .comment {
	margin-top: 5px;
	font-size: 12px;
}

.webcam {
	border: 1px solid #000;
}

div.content table {
	width: 100%;
	margin: 0;
	padding: 0;
}

#news {
	padding: 15px;
}

/* Execs Page
-----------------------------------------------------*/

div.execs_header {
    color: #fff;
    padding: 15px 0 15px 0;
    font-size: 20px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #000;
}

div.execs_content_g {
    float: left;
    width: 464px;
    height: 185px;
    padding: 15px 15px 15px 15px;
    background-color: #ddd;
}

div.execs_content_w {
    float: left;
    width: 464px;
    height: 185px;
    padding: 15px 15px 15px 15px;
    background-color: #fff
}

div.execs_pics_r {
    float: left;
    width: 275px;
    height: 185px;
    padding: 15px 15px 15px 15px;
    background-color: #330000
}

div.execs_pics_b {
    float: left;
    width: 275px;
    height: 185px;
    padding: 15px 15px 15px 15px;
    background-color: #000
}

div.execs_title {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

/* In-Studios Page
-----------------------------------------------------*/

div.interview {
    float: left;
    width: 300px;
    padding-top: 10px;
	color: #eee;
}

div.interview img {
    float: left;
    padding-right: 2px;
}

div.interview a {
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	word-spacing: .1em;
}

div.interview a em {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 5px;
}

div.fade-box {
    top: 312px;
	left: 0;
    width: 100%;
	color: #fff;
    position: absolute;
    font-size: 16px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.fade_header {
	color: #fff;
	width: 800px;
	height: 45px;
    padding: 10px 0 0px 0;
    font-size: 20px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #000;
}

.conframe {
    width: 480px;
    height: 300px;
    margin-top: -10px;
    margin-left: -7px;
}

/* Event Photos
-----------------------------------------------------*/

img.gallery {
    border: 1px solid #cccccc;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;

}

img.gallery:hover {
    border: 1px solid #990000;
}

div.gallery {
    width: 794px;
    padding: 8px 0px 10px 5px;
    margin-bottom: 20px;
    background-color: #fff;
}

div.gallery_header {
    color: #fff;
    width: 770px;
    padding: 15px 15px 10px 15px;
    font-size: 20px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #000;

}

div.album {
    float: left;
    width: 372px;
    border: 1px solid #cccccc;
    padding: 7px 7px 7px 7px;
    margin-top: 7px;
    margin-left: 7px;
    background-color: #fff;
}

div.album img {
    float: left;
    padding-right: 7px;
}

div.album div.album_content {
   font-size: smaller;
}

div.album div.album_content a {
   font: 400 12px verdana, arial, sans-serif;
   font-weight: bold;
}

/* DJ List
-----------------------------------------------------*/

div.dj {
    border: 1px solid #cccccc;
    margin-top: 5px;
    background-color: #fff;
}

div.dj:hover {
    border: 1px solid #990000;
}

div.dj img {
    float: left;
    padding-right: 7px;
}

div.dj_name {
    font-family: "Palatino Linotype", "URW Palladio L", "palladio l", palatino, "book antiqua", times, serif;
	font-size: 16px;
	margin-top: 3px;
}

div.dj_side_content {
	color: #fff;
    float: left;
    width: 200px;
    padding-top: 5px;
    padding-left: 3px;
}

div.dj_side_info {
    color: #fff;
    float: left;
    width: 300px;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 15px;
}

div.dj_side_info table {
    font: 400 12px verdana, arial, sans-serif;
	color: #fff;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}

div.dj_side_name {
    color: #fff;
    font-size: 16px;
    padding-top: 3px;
    font-family: "Palatino Linotype", "URW Palladio L", "palladio l", palatino, "book antiqua", times, serif;
}

div.dj_side_name a {
    color: #fff;
}

div.dj_side {
    height: 110px;
    width: 300px;
}

div.dj_side img {
    float: left;
    margin-left: 3px;
    padding-right: 7px;
}

div.dj_big_photo {
    margin-left: 45px;
}

div.dj_post {
    margin-bottom: 15px;
}

div.dj_side_info td, div.dj td {
    vertical-align: top;
}

div.show_title {
	font-size: 26px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-bottom: 7px;
}

div.dj_post p {
    margin: 0;
    padding: 0;
}

/* Text
-----------------------------------------------------*/

div.title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.2em;
  font-weight: bold;
}

div.day {
    font: 700 14px arial, sans-serif;
    float: left;
    width: 52px;
	color: #888;
	display: block;
	text-align: center;
	background: url(/images/lobster_icon.png) no-repeat;
	padding-top: 50px;
	margin-right: 15px;
	margin-bottom: 25px;
}

div.data {
	float: left;
	width: 405px;
	padding-bottom: 1.5em;
    padding-left: 10px;
    border-left: 1px solid #CCCCCC;
}

.post {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1.5em;
}

div.center {
    text-align: center;
}

.small {
    font-size: smaller;
    line-height: 8pt;
}

.padding_top {
    padding-top: 5px;
}

.padding_left {
    padding-left: 5px;
}

div.float_right {
    float: right;
}

div.float_left {
    float: left;
    width: 100px;
}

div.left {
    float: left;
}

.bold {
    font-weight: bold;
}

/* Misc / Random
-----------------------------------------------------*/

#tooltip {
    font: 400 1em verdana, arial, sans-serif;
    color: #fff;
	margin: 0;
	opacity: .8;
	padding: 10px 10px 10px 10px;
	position: absolute;
	background: #000;
	text-decoration: none;
}

#dropmenudiv {
    font: normal 12px Verdana;
    z-index: 200;
    position: absolute;
    line-height: 22px;
    background-color: #000000;
}

#dropmenudiv a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 1px 0;
    text-indent: 10px;
    font-weight: normal;
    text-decoration: none;
    background-color: #883139;
}

#dropmenudiv a:hover {
    background-color: #660000;
}

#rss_link {
    float: right;
    height: 20px;
    display: block;
    margin-top: -43px;
    margin-right: -6px;
}

.clear {
    clear: both;
}

/* Calendar
-----------------------------------------------------*/

#calendar a {
	color: #DF9496;
}

#calendar {
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	width: 282px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #A2ADBC;
	background-color: #fff;
}

#calendar .nav, #calendar .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#calendar caption {
    font: bold 12px "verdana, arial, sans-serif;", Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    width: 282px;
    margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	border-top: 1px solid #A2ADBC;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	background-color: #DDD;
}

#calendar .today, #calendar td.today a, #calendar td.today a:link, #calendar td.today a:visited {
	color: #F6F4DA;
	background: #DF9496;
	font-weight: bold;
}

#calendar td {
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	height: 35px;
	text-align: center;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
}

#calendar td a {
    cursor: default;
	height: 27px;
	display: block;
	background: url(/images/bg_calendar.gif) no-repeat;
	padding-top: 7px;
	font-weight: bold;
	text-decoration: none;
}

.event_today {
    color: red;
	display: block;
	background: url(/images/bg_calendar.gif) no-repeat;
    font-weight: bold;
	padding-top: 0px;
	font-weight: bold;
	text-decoration: blink;
}

span.freeshow {
    font-size: 9px;
}

div.on_air {
    width: 180px;
    float: left;
}

.newsdate {
	float: left;
  width: 2.3em;
  text-align: right;
  margin-right: 10px;
}

.newsdate .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.newsdate .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.bar {
	border-bottom: 12px solid #ddd;
}

.topten {
	padding: 10px;
	font-size: 10pt;
}

.topten ol li {
	line-height: 1.7em;
	margin-left:15px;
}

/* Media Users
-----------------------------------------------------*/

div.media-users {
	padding: 20px 100px;
	font-size: 14px;
}

div.media-users div.user {
	float: none;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

div.media-users div.user:hover {
	border: 1px solid #990000;
}

div.rss {
	margin: 0px -13px 0 -6px;
}

#ad300x250 {
	margin-top: 190px;
	width: 300px;
	height: 250px;
}
