body {
	background-image:url(../images/starburstbg.jpg);
	background-repeat:no-repeat;
	background-color:#0b1f2a;
	background-position:top center;
	padding:15px;
	margin:0;
	color:#252525;
}
#maincontainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#tophead {
	height: 106px;
	width: 980px;
}
#linkshead {
	height: 65px;
	width: 824px;
	float:right;
}
#contentcontainer {
	float: right;
	width: 838px;
}
#submaincontainer {
	width: 980px;
	clear: both;
}

img.alignright {
	margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 10px; float: right;
}
img.alignleft {
	margin-top: 0px; margin-right: 10px; margin-bottom: 10px; margin-left: 0px; float: left;
}
/* --------------------------------- SIDE MENU DIVs --------------------------------- */


#sidecontainer {
	float: left;
	width: 142px;
}
#sidelinks {
	width: 130px;
	margin:0;
	padding:1px 0;
	list-style:none;
	width:130px;
	background-image:url(../images/sidelinkbg.png);
}
#sidelinks a {
	display:block;
	background-image:url(../images/sidelinkLi.png);
	background-position:center center;
	height:15px;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
#sidelinks a:hover {
	background-image:url(../images/sidelinkLi_over.png);
	color:#FFF;
}
/* --------------------------------- FONT STYLES --------------------------------- */

body, html {
	font-family:Arial, Helvetica, sans-serif
}

h1 {
	font-size:20px;
	margin:0;
	padding:5px 0 10px 10px;
}
h2 {
	font-size:18px;
	margin:0;
	padding:5px 0 15px 10px;
}
h3 {
	font-size:16px;
	margin:0;
	padding:5px 0 15px 10px;
}

a {
	color:#548dba;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* --------------------------------- COMMENTS --------------------------------- */

.commentlist .comment {
	display:block;
	padding:2px 5px;
	margin:2px 10px 2px 10px;
	font-size:11px;
	background-color:#ececec;
}
.commentbutton {
	text-align:right;
	font-size:14px;
	margin:10px;
}
.commentsubbox {
	display:none;
	text-align:right;
	margin-right:10px;
}

.commentheader {
	background-image:none;
	width:auto;
	height:auto;
	padding:15px 0 0 0;
	color:#000;
	font-size:14px;
	text-transform:none;
	
	font-style:italic;
}
.commentlist {
	list-style:none;
	padding:0;
	margin:0;
}

/* --------------------------------- BOXES --------------------------------- */

#contentcol1 {
	width: 525px;
	float: left;
}
#contentcol2 {
	width: 313px;
	float: right;
}
#contentcol3 {
	width:838px;
}
.leftbox .content {
	background-color: #f7f7f7;
	width: 490px;
	padding:10px;
	margin:0 0 10px 0;
	font-size:14px;
}

.leftbox p {
	margin-top:0;
	margin-bottom: 15px;
	line-height:1.3em;
}

#widewhite {
	background-color:#f7f7f7;
}

.leftbox {
	width: 510px;
	margin-bottom:10px;
	overflow:hidden;
}
.leftbox .header {
	background-image:url(../images/leftheader.png);
	width:498px;
	/* height:22px; */
	padding-left:12px;
	padding-top:4px;
	padding-bottom:4px;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase
}

.leftbox h1 {
	margin:0;
	padding:0 0 5px 0;
	font-size:15px;
}

.leftbox .artauthor {
	margin-top:15px;
	font-size:13px;
	font-style:italic;
}

.leftbox a.readmore {
	font-size:13px;
	font-style:italic;
}

.rightbox {
	width:313px;
	margin-bottom:10px;
	overflow:hidden;
}
.rightbox .header {
	background-image:url(../images/rightheader.png);
	width:301px;
	height:22px;
	padding-left:12px;
	padding-top:4px;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase
}
.rightbox .content {
	background-color: #f7f7f7;
	font-size:14px;
}
.rightbox p {
	margin:0 10px 15px 10px;
	line-height:1.2em;
}

.rightbox .row1 a {
	background-color:#efefef;
	font-size:11px;
	color:#666;
	display:block;
	padding:6px 8px 6px 5px;
}

.modsubheader {
	font-size:14px;
	font-stretch:condensed;
	padding:5px;
}

.rightbox .row2 a{
	background-color:#f7f7f7;
	font-size:11px;
	color:#666;
	display:block;
	padding:6px 8px 6px 5px;
}

.rightbox .row1 a:hover, .rightbox .row2 a:hover {
	background-color:#5caff2;
	color:#fff;
}

.ourshows {
	padding:15px;
}
.ourshows .show{	
	clear:both;
}
.ourshows h1 {
	font-size:15px;
	padding-bottom:7px;
	padding-top:0;
}
.ourshows h2 {
	position:relative;
	font-size:14px;
	padding-bottom:2px;
	top:-6px;
	padding-top:0;
	font-style:italic;
	color:#20272d;
}
.ourshows h3 {
	font-size:13px;
	padding-bottom:2px;
	padding-top:0;
	padding-bottom:8px;
	color:#444448;
}
.ourshows .sched {
	font-size:13px;
	font-style:italic;
	color:#838182;
	padding-top:0;
	font-weight:normal;
	padding-left:10px;
}
.ourshows .mainimage {
	float:left;
	width:150px;
	margin-right:5px;
	padding-bottom:30px;
}
.ourshows .mainimage img{
	height:150px;
	width:150px;
}
.ourshows .content {
	width:450px;
	float:left;
	padding-bottom:30px;
}

/* --------------------------------- MAIN BANNER DIVs --------------------------------- */



#mainbanner {
	height: 263px;
	width: 838px;
}
#mainbannerheader {
	background-image:url(../images/mainbannertop.png);
	padding:4px 15px;
	height:21px;
	color:#FA7E14;
	text-transform:uppercase;
	font-size:16px;
}
#mainbannerOver {
	position:relative;
	left: 443px;
	width:39px;
	height:223px;
	top: -223px;
}
#bannercontainer {
	width:482px;
	height:223px;
	float:left;
}
#bannerinfo {
	padding:10px;
	width:336px;
	height:203px;
	float:right;
	overflow:hidden;
	font-size:14px;
	text-align:justify;
	line-height:1.3em;
	background-image:url(../images/mainbannercontentBG.png);
}

#topbannerholder {
	float: right;
	height: 94px;
	width: 777px;
}

	
/* --------------------------------- Schedule --------------------------------- */
#schedtable {
	width:313px;
	border-collapse:collapse
}
#schedtable .showheader {
	font-size:14px;
	font-stretch:condensed;
	padding:5px;
}
#schedtable .showcol1 {
	font-size:11px;
	border-right:dotted 2px #000000;
	padding:6px 8px 6px 5px;
}
#schedtable .showcol1 a{
	color:inherit;
}
#schedtable .showcol2 {
	font-size:11px;
	padding:6px 5px 6px 8px;
	white-space:nowrap;
}
#schedtable .showrow1 {
	background-color:#efefef;
	color:#666;
}
#schedtable .showrow2 {
	background-color:#f7f7f7;
	color:#666;
}
#schedtable .showrowNOW {
	background-color:#ffca95;
	color:#ce6700;
}
#schedtable .showrow1:hover, #schedtable .showrow2:hover, #schedtable .showrowNOW:hover {
	background-color:#5caff2;
	color:#fff;
}


/* --------------------------------- MENU DIVs --------------------------------- */
	
div.menu {
	cursor: pointer;
	float:left
}
div.menu#ourshows {
	background: transparent url(../images/links_ourshows.png) no-repeat top center;
	width:108px;
	height:54px;
}
div.menu#radioschedule {
	background: transparent url(../images/links_radiosched.png) no-repeat top center;
	width:88px;
	height:54px;
}
div.menu#livechat {
	background: transparent url(../images/links_livechat.png) no-repeat top center;
	width:86px;
	height:54px;
}
div.menu#podcasts {
	background: transparent url(../images/links_podcast.png) no-repeat top center;
	width:80px;
	height:54px;
}
div.menu#home {
	background: transparent url(../images/links_home.png) no-repeat top center;
	width:91px;
	height:54px;
}
div.menu#ourshows:hover, div.menu#radioschedule:hover, div.menu#livechat:hover, div.menu#podcasts:hover, div.menu#home:hover {
	background-position: bottom center;
}

/* --------------------------------- CALENDAR STYLES --------------------------------- */

.cal {
	margin: 0 auto;
	width:820px;
	border-collapse:collapse;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
}
.cal th {
	width:118px;
	height:22px;
	vertical-align: top;
	background-color:#3f3f3f;
	color:#FFF
}
.cal td {
	width:108px;
	height:200px;
	padding:5px;
	vertical-align:top;
	border:1pt solid #ccc;
	font-size:11px;
}
.cal .out {
	background-color:#f0f0f0;
}
.cal td .num {
	text-align:right;
	font-size:14px;
	font-weight:bold
}

.weekcal {
	border-collapse:collapse;
	width:600px;
	margin-right:auto;
	margin-left:auto;
}
.weekcal td {
	padding:10px;
	vertical-align:top;
	font-size:14px;
	text-align:left;
}
.feed {
	position:relative;
	top:-10px;
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
} 

/* --------------------------------- PODLIST STYLES --------------------------------- */

.poddate {
	margin:10px 0 10px 15px;
	font-size:16px;
	font-weight:bold;
	color:#d67517;
	border-bottom:solid #212121 1px;
	width:300px;
}

.podshowname {
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	
}

.podtitle {
	margin-left:20px;
	font-size:13px;
	margin-bottom:20px;
}

.poddesc {
	margin-left:30px;
	font-size:12px;
	font-style:italic;
	position:relative;
	top:-15px;
	width:500px;
}

/* --------------------------------- STAFF STYLES --------------------------------- */

.stafflist {
	padding:20px 50px 0 50px;
}
.staff {
	clear:both;
	margin-bottom:60px;
}

.staff h1 {
	color:#d67517;
	font-size:15px;
	padding-bottom:5px;
	padding-top:0;
}
.staff h2 {
	font-size:14px;
	padding-top:0;
	padding-bottom:0;
	font-style:italic;
	color:#20272d;
}

.staff p {
	font-size:13px;
}

