@charset "UTF-8";
/* CSS Document */

/* POSITIONING */
h1,
.message,
dl#audio,
iframe.uw-zone,
ul#tools,
ul#footer,
p.error {
	position: absolute;
}
h1,
ul#tools {
	top: 10px;
}
.message {
    top: 47px;
}
dl#audio {
	top: 55px;
}
iframe.uw-zone {
	top: 115px;
}
p.error {
	bottom: 65px;
}
ul#footer {
	bottom: 7px;
}
h1,
.message,
dl#audio,
ul#footer {
	left: 10px;
}
p.error {
	left: 35px;
}
iframe.uw-zone,
ul#tools {
	right: 10px;
}

p.error {
	display: none;
}

/* LINKS */
a {
	color: #333;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #780515;
	text-decoration: none;
}

/* FONTS */
h1 {
	height: 25px;
	padding: 7px 0 0 90px;
	background: transparent url('../images/vermont-public-radio.png') no-repeat 0 0;
	font-size: 1.5em;
	font-weight: bold;
}
h1 .beta {
	font-size: 70%;
}

/* BUTTONS */
a.button {
	display: block;
	padding: 3px 5px;
	background: #37140F url('../images/button.png') repeat-x left top;
	border: 1px solid #37140F;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	text-decoration: none;
}
a.button.secondary {
	background-color: white;
	color: #37140F;
}
	* html a.button {
		background-image: none;
	}
	a.button:hover,
	a.button:focus {
		background-color: #780515;
		color: white;
	}
	a.button.secondary:hover,
	a.button.secondary:focus {
		color: white;
	}

/* MESSAGE */
body.has-message dl#audio {
	top: 80px;
}
body.has-message dl#audio dd {
	height: 148px;
}
.message {
	width: 468px;
	height: 24px;
	overflow: hidden;
	padding: 3px 5px;
	background: transparent url('../images/message.png') repeat-x 0 0;
	border: 1px solid #7DC8C2;
	border-top: none;
	border-bottom: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1.0em;
	line-height: 1.1;
	color: #37140F;
	display: none;
}
	* html .message {
		background-color: white;
		background-image: none;
	}
body.has-message .message {
	display: block;
}
p.message a {
	text-decoration: underline;
}

/* TABS */
dl#audio {
	position: relative;
	width: 350px;
	font-size: 1.3em;
}
	dl#audio dt {
		position: relative;
		float: left;
		clear: none;
		margin-right: 3px;
		z-index: 5;
	}
		dl#audio dt a {
			height: 12px;
			display: block;
			float: left;
			clear: none;
			padding: 5px 10px;
			background-color: #37140F;
			border: 1px solid #37140F;
			color: white;
			font-size: 1.0em;
			font-weight: bold;
			text-decoration: none;
		}
			* html dl#audio dt a {
				padding-bottom: 3px;
			}
		dl#audio dt a:hover,
		dl#audio dt.active a {
			background-color: white;
			color: #37140F;
		}
		dl#audio dt.active a {
			height: 13px;
			border-bottom: none;
		}
			* html dl#audio dt.active a {
				padding-bottom: 5px;
			}
	dl#audio dd {
		position: absolute;
		height: 170px;
		top: 23px;
		left: 0;
		padding-top: 25px;
		border: 1px solid #37140F;
		background-color: white;
		z-index: 3;
		display: none;
	}
	dl#audio dd.active {
		display: block;
	}

/* AUDIO LISTING */

    /* BROWSERS _NOT_ SUPPORTING SCROLLABLE TBODY (SCROLLABLE TBODY KEEPS THEAD VISIBLE WHEN SCROLLING) */
    .container {
        width: 350px;
        height: 169px;
        overflow-x: hidden;
        overflow-y: scroll;
        border-top: 1px solid #37140F;
    }
        body.has-message .container {
            height: 147px;
        }
    .container table {
	   width: 332px;
	   border-top: none;
    }

    /* BROWSERS SUPPORTING SCROLLABLE TBODY (CONTINUES THROUGHOUT SECTION) */
    html>/**/body .container {
        width: auto;
        height: auto;
        overflow: hidden;
        border-top: none;
    }
    html>/**/body .container table {
        width: 348px;
        border-top: 1px solid #37140F;
    }
    html>/**/body .container table tbody {
        width: 100%;
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    html>/**/body .container table tr {
        width: 100%;
        display: block;
    }

table th,
table td {
	padding: 5px;
	border-bottom: 1px solid #E4E3DF;
}
    body.has-message table td {
    	padding: 3px 5px;
    }
table th {
	padding-top: 8px;
	font-size: 0.8em;
	font-weight: bold;
}
table td {
	font-size: 0.8em;
	vertical-align: middle;
}
table tr.current td {
	background-color: #F0EFEC;
}
	table th.source,
	table td.source {
		width: 173px;
	}
table .quality {
	font-size: 0.7em;
	text-align: center;
}
	table th.quality {
		width: 156px;
	}
	   html>/**/body table th.quality {
	       width: 139px;
	       padding-right: 21px;
	   }
	table td.quality {
		width: 73px;
		text-align: center;
	}
	   html>/**/body table td.quality {
	       width: 65px;
	   }
table td.quality a {
	width: 2.8em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 17px 3px 5px;
	background-image: none;
	background-color: white;
	border: 1px solid #666;
	color: #666;
	text-align: left;
	text-decoration: none;
}
table .quality a:hover,
table .quality a:focus {
	background-color: #666;
	color: white;
}
table td.quality.current a {
	padding-left: 17px;
	padding-right: 5px;
	background: #780515 url('../images/play-indicator.png') no-repeat 3px 3px;
	border-color: #780515;
	color: white;
}
	* html table td.quality.current a {
		background-image: url('../images/play-indicator-png8.png');
	}

/*UNDERWRITING */
iframe.uw-zone {
	width: 120px;
	height: 90px;
	overflow: hidden;
	background-color: transparent;
	border: none;
}
	body.uw-zone {
		background: #E4E3DF url('../images/body.png') repeat-x 0 -115px;
	}
		* html body.uw-zone {
			width: 120px;
			height: 90px;
			background: #E4E3DF url('../images/body.png') repeat-x 0 -115px;
		}
	iframe.uw-zone .uw-zone {
		position: absolute;
		top: 0;
		left: 0;
	}

/* TOOLS */
ul#tools li {
	display: block;
	float: left;
	clear: none;
	margin-right: 5px;
}
ul#tools li.last {
	margin-right: 0;
}

/* CONTROLS */
ul.controls {
	position: absolute;
	width: 334px;
	height: 20px;
	top: 2px;
	left: 2px;
	padding: 0 4px;
	border: 1px solid white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.controls,
ul.controls li p.status.muted {
	background: #E3E2DE url('../images/controls.png') repeat-x 0 0;
}
	* html ul.controls {
		background-image: none
	}
ul.controls li {
	position: relative;
	display: block;
	float: left;
	clear: none;
	border-left: 2px solid white;
}
	ul.controls li.last {
		border-right: 2px solid white;
	}
	ul.controls li li {
		border: none;
	}
ul.controls li p,
ul.controls li a {
	height: 12px;
	display: block;
	overflow: hidden;
	padding: 5px 5px 3px 5px;
	font-size: 0.8em;
}
ul.controls li a {
	width: 1px;
	padding-left: 20px;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
	ul.controls li a.active {
		display: block;
	}
	ul.controls li .inactive {
		display: none;
	}
ul.controls li a.play {
	background-image: url('../images/controls/play.png');
}
	ul.controls li a.play.disabled {
		background-image: url('../images/controls/play-inactive.png');
	}
ul.controls li a.pause {
	background-image: url('../images/controls/pause.png');
}
ul.controls li p.status.playing,
ul.controls li p.status.paused,
ul.controls li p.status.muted {
	font-size: 0.7em;
	text-transform: uppercase;
}
ul.controls li p.status.muted {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
	ul.controls li p.status.muted.active {
		display: block;
	}
ul.controls li .mute a {
	padding-left: 35px;
}
	.shoutcast ul.controls li p.status,
	.shoutcast ul.controls li p.status.muted {
		width: 259px;
	}
	ul.controls li .mute a {
		background-image: url('../images/controls/volume.png');
		display: none;
	}
		ul.controls li .mute a.current {
			display: block;
		}
		ul.controls li .mute a.unmute {
			background-position: 0 -220px;
		}
			ul.controls li .mute a.mute.volume-0 {
				background-position: 0 -200px;
			}
			ul.controls li .mute a.mute.volume-1 {
				background-position: 0 -180px;
			}
			ul.controls li .mute a.mute.volume-2 {
				background-position: 0 -160px;
			}
			ul.controls li .mute a.mute.volume-3 {
				background-position: 0 -140px;
			}
			ul.controls li .mute a.mute.volume-4 {
				background-position: 0 -120px;
			}
			ul.controls li .mute a.mute.volume-5 {
				background-position: 0 -100px;
			}
			ul.controls li .mute a.mute.volume-6 {
				background-position: 0 -80px;
			}
			ul.controls li .mute a.mute.volume-7 {
				background-position: 0 -60px;
			}
			ul.controls li .mute a.mute.volume-8 {
				background-position: 0 -40px;
			}
			ul.controls li .mute a.mute.volume-9 {
				background-position: 0 -20px;
			}
			ul.controls li .mute a.mute.volume-10 {
				background-position: 0 0px;
			}
		
	ul.controls li .volume.pane {
		position: absolute;
		width: 25px;
		height: 60px;
		top: 20px;
		left: 2px;
		margin-left: 4px;
		background-color: #E3E2DE;
		text-align: center;
		z-index: 7;
	}
	ul.controls li .volume .ui-slider {
		position: relative;
		width: 6px;
		height: 50px;
		margin: 3px auto 0 auto;
		z-index: 8;
	}
	ul.controls li .volume .ui-slider-handle {
		position: absolute;
		width: 10px;
		height: 5px;
		left: -3px !important;
		z-index: 1;
	}
	ul.controls li .volume a {
		padding: 0;
		z-index: 1;
		display: block;
	}

/* FOOTER */
ul#footer li {
	display: block;
	float: left;
	clear: none;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #37140F;
}
	ul#footer li.first {
		padding-left: 0;
	}
	ul#footer li.last {
		padding-right: 0;
		border-right: none;
	}

/* NO JAVASCRIPT OR FLASH */
body.disabled dl#audio dt a {
	background-color: #9B8987;
	border-color: #9B8987;
}
body.disabled dl#audio dt a:hover,
body.disabled dl#audio dt.active a {
	background-color: white;
	color: #9B8987;
}
body.disabled dl#audio dd {
	border: 1px solid #9B8987;
}
body.disabled table {
	border-top-color: #9B8987;
}
body.disabled table th,
body.disabled table td {
	border-bottom-color: #9B8987;
	color: #9B8987;
}
body.disabled ul.controls li a.play,
ul.controls li a.play.disabled {
	background-image: url('../images/controls/play-inactive.png');
}
body.disabled ul.controls li .mute a.mute {
	background-position: 0 -220px;
}
body.disabled ul.controls li .volume.pane {
	visibility: hidden;
}
body.disabled table .quality a,
body.disabled table .quality a:hover,
body.disabled table .quality a:focus {
	background-color: white;
	border-color: #9B8987;
	color: #9B8987;
}
body.disabled p.status {
	color: #9B8987;
}
body.disabled p.error {
	width: 418px;
	height: 20px;
	display: block;
	overflow: hidden;
	padding: 35px 5px;
	background-color: #37140F;
	line-height: 1.1;
	color: white;
	text-align: center;
	z-index: 10;
}
body.disabled p.error a {
	color: white;
}
body.disabled p.error a:hover,
body.disabled p.error a:focus {
	text-decoration: underline;
}

/* BETA */
dl#audio dt.archive {
	display: none;
}
/*body.no-tabs dl#audio dt {
	display: none;
}
body.no-tabs dl#audio {
	top: 35px;
}
body.no-tabs dl#audio dd {
	height: 190px;
}
body.has-message.no-tabs dl#audio {
	top: 70px;
}
body.has-message.no-tabs dl#audio dd {
	height: 155px;
}
