body { 
	padding: 0; 
	margin: 0;
	font: 0.75em sans-serif;
	line-height: 1.5em;
	/*background: #626262;*/
	background: #cccccc;
	color: #000000;
	text-align: center;
}

#main{
	width: 1024px;
	margin: 0px auto;
	text-align: center;
}

#main-content{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

a {	color: #fe0000;	background: inherit; text-decoration: none;}
a:hover { color: #000000; background: inherit; text-decoration: underline;}

h1 { font: normal 2.1em Tahoma, Arial, sans-serif; letter-spacing: -1px; padding: 7px 0 0 300px; margin: -116px; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h3 a { text-decoration: none; }
h1 a:hover, h3 a:hover { color: #FF6600; background: inherit; }

h3 {
	margin: 0;
	padding: 0;
	font: bold 1.2em Tahoma, Arial, sans-serif;
	color: #000;
	background: inherit;
	display: inline;
}

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style-type: none; }

form { 	margin: 0; }

input{
	margin: auto 0;
}

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(../images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(../images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Tahoma, Arial, sans-serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

#header { 
	height: 100px;
	margin: 0 auto;
	background: #1e1e1e;
	color: #ffffff;
	text-align: center;
}

#header-content{ 
	height: 100px;
	width: 1024px;
	margin: 0 auto;
	background: #1e1e1e;
	color: #ffffff;
	text-align: left;
}

#header a{
	text-decoration: none;
	border: 0px;
}

#header img{
	border: 0px;
}

#top_info {
	color: #ffffff;
}

#top_info_left{
	float: left;
	color: #ffffff;
	height: 100px;
}

/*#top_info_right{
	text-align: right;
	padding: .5em .5em;
	color: #ffffff;
	height: 100px;
}*/

#bar {
	display: block;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #000000;
	margin: 0px 0 12px 0px;
	/*background: #585858 url(../images/bar.gif) repeat-x;*/
	text-align: center;
}

#bar-content{
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}

#bar ul{
	/*margin: 0 auto;*/
	/*width: 1024px;*/
	background: #585858;
	margin-left: 74px;
	margin-right: 74px;
	padding: 5px 0 7px 0;

	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;

	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#bar ul li { 
	margin: 0;
	padding: 0px 0px 0px 10px;
	color: #000000;
	background: inherit;
	display: inline;
}

#bar ul li.active { 
	/*background: #C71414 url(../images/bar.gif) no-repeat center top; */
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold; 
	padding: 7px 10px 7px 10px;
}

#bar ul li a {
	font-weight: bold;
	color: #FFF; 
	background: inherit;
	text-decoration: none;
} 

#bar ul li a:hover { 
	text-decoration: underline;
	background: inherit;
} 


.subbar { 
	clear: both;
	font-size: .85em;
	height: 20px; 
	color: #CC0000;
	margin: 0 0 0 0px; 
	/*background: #EE3B32;*/
	background: #EEEEEE;
}

.subbar li { 
	margin: 0; 
	padding: 0px 5px 0px 5px;
	color: #CC0000;
	/*background: #EE3B32;*/
	background: #EEEEEE;
	float: left; 
}

.subbar li.active { 
	/*background: #C71414 url(../images/bar.gif) no-repeat center top; */
	background: #999999;
	color: #FFFFFF;
	font-weight: bold; 
	padding: 0px 5px 2px 5px;
}

.subbar li.active a { 
	color: #FFFFFF;
}

.subbar li a { 
	font-weight: bold;
	color: #CC0000; 
	background: inherit;
	text-decoration: none;
} 

.subbar li a:hover { 
	/*color: #C71414; */
	color: #FFFFFF;
	background: inherit;
} 

.search_field { 
	background: #fff url(../images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

.center_box h2{
	clear: both;
	background: #ffffff;
	color: #000000;
	padding: 7px 0 7px 5px;
	font: bold 1.2em Tahoma, Arial, sans-serif;
	margin: 0 0 0px 0;
}

.center_box {
	width: 1024px;
	clear: both;
	margin: 0 0 8px 0;
	border: 1px solid #585858;
}
	
.center_article{
	padding: 8px;
	color: #000;
	background: #FFF;
	display: inline-block;
	border-top: 1px solid #cccccc;
	width: 1008px;
}

.left_side {
	width: 400px;
	padding: 0 0 0 10px;
	margin: 10px 0;
}
	
.right_side {
	float: right;
	width: 200px;
	background: #000 url(../images/dotted.gif) repeat-y;
	color: #000;
	padding: 0 0 0 10px;
	margin: 10px 0;
}

.left {
	float: left;
	margin: 0 0 10px 0;
}

.left {width: 680px;} /* for IE */
html>body .left { width: 680px; } /* for firefox */

.left h2{
	background: #ffffff;
	color: #000000;
	padding: 7px 0 7px 5px;
	font: bold 1.2em Tahoma, Arial, sans-serif;
	margin: 0 0 0px 0;
}

.left .menu{
	float: right;
	padding-right: 8px;
	font: 1.0em Tahoma, Arial, sans-serif;
}

.left_side {
	float: left;
	width: 190px;
	padding: 0 0 0 10px;
	margin: 10px 0;
}
	
.left_side a, .right_side a { color: #414141; background: #FFF; }
		
.left_box {
	clear: both;
	margin: 0 0 8px 0;
	border: 1px solid #585858;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;*/
}

.left_article {
	padding: 8px;
	color: #000;
	background: #FFF;
	display: inline-block;
	border-top: 1px solid #cccccc;
}

.left_article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .left_article {height: 1%;}
.left_article {display: block;}
/* End hide from IE-mac */
		
/* right side
   ---------- */
		
.right {
	float: right;
	margin: 0 0 10px 0;
}


.right {width: 340px;} /* for IE */
html>body .right { width: 340px; } /* for firefox */

.right h2 {
	background: #ffffff;
	color: #000000;
	padding: 7px 0 7px 5px;
	font: bold 1.2em Tahoma, Arial, sans-serif;
	margin: 0 0 0px 0;
}

.right_side {
	float: right;
	width: 230px;
	background: #FFF url(../images/dotted.gif) repeat-y;
	color: #414141;
	padding: 0 0 0 40px;
	margin: 10px 0;
}

.right_article {
	background: #FFFFFF;
	color: #000000;
	padding: 8px;
	display: inline-block;
	border-top: 1px solid #cccccc;
}

.right_box{
	clear: both;
	margin: 0 0 8px 0;
	border: 1px solid #585858;
}
	

.right_article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .right_article {height: 1%;}
.right_article {display: block;}
/* End hide from IE-mac */

.image
{
	float: left;
	margin: 0 8px 8px 0;
}

.left_image
{
	float: left;
	margin: 0 8px 8px 0;
}

.icon_block
{
	height: 60px;
	padding-bottom: 8px;
}

.icon
{
	width: 60px;
	height: 60px;
}

.right_image
{
	float: right;
	margin: 0 0 8px 8px;
}

/* footer
   ------ */

#footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.2em;
	background: #000000;
	color: #FFFFFF;
}

#footer a{
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	color: #ff0000;
}

/* other styles
   ------------ */

.style2 {
	font-size: 1.2em;
	font-weight: bold;
}
.style3 {color: #CC0000}
.style4 {font-size: 1em}

#clock {color: #ffffff;
	font-size: .8em;
}

#listenlink {
	font-size: 1.7em;
	font-variant: small-caps;
}

#header a{
	font-weight: bold;
}

#contact_info
{
	font-weight: bold;
}

#header a:hover{
	text-decoration: underline;
	color: #ff0000;
}

em {color: #C00}

.datetime{
	font-weight: bold;	
}

.guests
{
	font-size: 1.1em;
}

/*.concert .event_title{
	border-left: 1.2em solid rgb(255, 0, 0);
}

.event .event_title{
	border-left: 1.2em solid rgb(0, 128, 0);
}

.live_show .event_title{
	border-left: 1.2em solid rgb(0, 0, 255);
}*/

#event_form {
	background: #A9C0CE;
	color: #FFF;
	padding: 0px 0 7px 5px;
	font: bold 1em Tahoma, Arial, sans-serif;
	margin: 0 0 0px 0;
}

#event_form a:hover { color: #6C757A; background: inherit; }

#event_form SPAN{
	padding-right: 1em;
	white-space: pre;
}

#concerts_chk{
	color: rgb(255, 0, 0);
}

#live_shows_chk{
	color: rgb(0, 0, 255);
}


#events_chk{
	color: rgb(0, 128, 0);
}

#concerts_chk a{
	color: rgb(255, 0, 0);
}

#live_shows_chk a{
	color: rgb(0, 0, 255);
}


#events_chk a{
	color: rgb(0, 128, 0);
}


.show {font-style: italic}
table.center_box td {border-right: 1px dotted #A9C0CE}
table.center_box {width: 100%}

#on_air{
	color: #000000;
}


#on_air .show_name{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

#on_air .dj_name{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

#on_air_label {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.event_wrpi_tickets{
	font-weight: bold;
	color: rgb(255, 128, 0);
}

.event_wrpi_present{
	font-weight: bold;
	color: rgb(69, 162, 237);
}

.show_name{
	font-weight: bold;
	font-size: 1.5em;
}



.show_time{
	font-weight: bold;
}

.genre_name{
	font-weight: bold;
}

.dj_name {font-weight: bold;}

a img{
	border: 0px;
}

.stream{
	border: 2px solid #000000;
	float: left;
	width: 200px;
	padding: 3px;
	margin: 3px;
}

.stream ul{
	list-style-type: square;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

.stream A{
	text-decoration: none;
}

.stream .head{
	border-bottom: 2px solid #000000;
	text-align: center;
	padding: 3px;
}

.stream .format{
	font: bold 1.5em Tahoma, Arial, sans-serif;
	display: block;
}

.stream .bitrate{
	font: bold 1.0em Tahoma, Arial, sans-serif;
	color: #000000;
	display: block;
}

html>body .multiple_icons img{ /* for firefox */
	display: inline;
}

.multiple_icons div{ /* for ie */
	display: inline;
}

#staff_picture{
	float:left;
	margin-left: 7px;
	margin-bottom: 14px;
	margin-right: 5px;
}

#position_description{
	font-style: italic;
}

#member_description{
	
}

#staff_email
{
	display: block;
}

#staff_name{
	font-weight: bold;
	font-size: 1.1em;
}

.blog_title{
	font-weight: bold;
	font-size: 1.2em;
}

.blog_text{
	display: block;
	padding-left: .4em;
}

.sig{
	color: #aaaaaa;
	padding-left: .8em;
}

.sig_name
{
	color: #000000;
}

.sig_datetime
{
	color: #000000;
}

#staff
{
	display: none;
}

#positions
{
	float:right;
	padding-left: .6em;
}
.address
{
	text-align: center;
}

.location
{
	font-weight: bold;
}

#donate_link, #donate_link:visited
{
	color: #fe0000;
}


.other_shows
{
	margin-top: 1em;
}

#history img
{
	width: 300px;
}

#history{
	text-align: center;
}

#history p
{
	text-align: left;
}

#listen {
    float: right;
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: bold;
    padding: 4px;
    margin: 0px;
}

#listen canvas {
    display: block;
}

.glasscon {
	display: inline;
    height: 32px;
    width: 32px;
}

#glass {
display:inline;
float:left;
background: #1e1e1e;
margin-left: 65px;
padding: 0 5px 1px 5px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;

	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#new-listen {
  margin-top: 1em;
}
