/* @override http://wiredradio.local/css/wired.css */

/* Wired Radio web stylesheet - handcoded by Zarino Zappia, zarino.co.uk */

/* > UNIVERSALS */

* {
	margin: 0px;
	padding: 0px;
}

ul, li {
	padding: 0px;
	list-style: none;
}

#nav a:active {
	outline: none;
}

.clear, br {
	clear: both;
	float: none;
}

a img {
	border: none;
}

p {
	margin-bottom: 1em;
}

a:hover {
	text-decoration: none;
}

a:active, a:hover {
  outline: none;
}


p.disclaimer {
	color: #ccc;
	font-size: 10px;
	line-height: 11px;
	margin-top: 20px;
}

p.disclaimer:hover {
	color: #666;
}



/* > BUILDING BLOCKS */

body {
	min-width: 900px;
	font: 14px/17px "Myriad Pro", Myriad, Calibri, Helvetica, Arial, sans-serif;
}

ul#help {
	position: absolute;
	left: -9000px;
}

#content {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 640px;
	padding: 30px;
}



/* > ADVERT BAR */

#adverts {
	position: absolute;
	top: 30px;
	left: 900px;
	padding-left: 30px;
}

#adverts a, #adverts .socialnetworking {
	display: block; 
	margin-bottom: 20px;
}

#adverts .socialnetworking {
	position: relative;
	width: 120px;
	height: 120px;
	background: #fff url(../img/social_networking.gif) 0 0 no-repeat;
}

#adverts .socialnetworking span {
	display: none;
}

#adverts .socialnetworking a {
	position: absolute;
	left: 0;
	top: 20px;
	width: 120px;
	height: 50px;
	text-indent: -9000px;
	background-color: transparent;
}

#adverts .socialnetworking a.myspace {
	top: 70px;
}



/* > NAV */

#nav {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 100%;
	background-position: 25px 35px;
	background-repeat: no-repeat;
}

#nav ul {
	margin-left: 30px;
	margin-top: 125px;
	width: 140px;
}

#nav a {
	display: block;
	height: 30px;
	width: 140px;
	color: #fff;
	text-indent: -9000px;
}

#nav .listen a:hover, #nav .schedule a:hover, #nav .downloads a:hover, #nav .see a:hover, #nav .about a:hover, #nav .contact a:hover, #nav .backroom a:hover {
	background-position: 0 -30px;
}

body.listen #nav .listen a, body.listen #nav .logo a, body.schedule #nav .schedule a, body.downloads #nav .downloads a, body.events #nav .see a, body.about #nav .about a, body.contact #nav .contact a, body.backroom-login #nav .backroom a {
	background-position: 0 -60px;
	cursor: default;
}

#nav .logo a {
	position: absolute;
	width: 140px;
	height: 100px;
	top: 20px;
}

#nav li.backroom a {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 140px;
	height: 30px;
}



/* > HEADINGS */

h1 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0.5em;
}

h2, .h2 {
	display: block;
	font-size: 21px;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 20px;
}

.h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
}



/* > HOME */

body.listen #intro, body.listen #survey {
	position: relative;
	width: 640px;
	height: 240px;
	margin-bottom: 20px;
}

body.listen #intro *, body.listen #survey * {
	position: absolute;
	left: -9000px;
}

body.listen #left {
	float: left;
}

body.listen #right {
	float: right;
}

body.listen #intro a {
	display: block;
	width: 160px;
	height: 240px;
	top: 0;
	left: 0;
	text-indent: -9000px;
}

body.listen #survey a {
	display: block;
	width: 640px;
	height: 240px;
	top: 0px;
	left: 0px;
	text-indent: -9000px;
}

#mini-schedule, #mini-downloads, #news, #mini-calendar {
	width: 308px;
	border: 1px solid #ccc;
}

#mini-schedule li, #mini-schedule a, #mini-downloads a, #mini-calendar li, #mini-calendar a.more {
	display: block;
	text-decoration: none;
	padding: 10px;
}

body.listen #mini-schedule li p a, body.listen #mini-calendar li p a {
	display: inline;
	text-decoration: underline;
	padding: 0;
	background-color: transparent;
}

body.listen #mini-schedule li p a:hover, body.listen #mini-calendar li p a:hover {
	text-decoration: none;
	background-color: transparent;
}

body.listen .box h2 {
	color: #fff;
	padding: 10px;
	margin: 0px;
}

#mini-schedule p.description {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

#mini-schedule h3, #mini-schedule p.description {
	width: 210px;
	float: right;
}

#mini-schedule p.time {
	float: left;
	width: 60px;
}

#mini-calendar {
	margin-top: 20px;
}

#mini-calendar h3 a {
	color: #0064A0;
	text-decoration: none;
	margin-bottom: 5px;
}

#mini-calendar h3 a:hover {
	text-decoration: underline;
}

#mini-calendar p.price {
	float: right;
}

#mini-calendar p.price, #mini-calendar p.time {
	margin-bottom: 5px;
}

#mini-calendar p.description {
	margin-bottom: 0;
}

#help-button, #join, #show_requests {
	display: block;
	width: 290px;
	margin-top: 20px;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 0px;
}

#show_requests {
	margin-bottom: 20px;
	margin-top: 0px;
}

#join .h2 {
	background: none;
	padding: 0;
	margin-bottom: 10px;
}

#join em {
	display: block;
	width: 200px;
	font-style: normal;
}

#show_requests em {
	font-style: normal;
}

#help-div {
	border: 1px solid;
	border-top: none;
}

#help-div h3 {
	margin-bottom: 5px;
}

#help-div p {
	margin-bottom: 5px;
}

#help-div p.question {
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
}

#help-div ul {
	list-style: none;
	background: #fff url(../img/player_downloadtabs_bg.gif) 0 0 repeat-x;
	width: 244px;
	height: 40px;
	margin: 8px 0 3px 10px;
	padding: 0 0 0 44px;
}

#help-div li {
	float: left;
}

#help-div li a {
	display: block;
	width: 50px;
	height: 40px;
	text-indent: -9000px;
	background: #fff url(../img/player_downloadtabs.gif) 0 0 no-repeat;
}

#help-div li a.itunes.selected {
	background-position: 0 -40px;
}

#help-div li a.quicktime {
	background-position: -50px 0;
}

#help-div li a.quicktime.selected {
	background-position: -50px -40px;
}

#help-div li a.realplayer {
	background-position: -100px 0;
}

#help-div li a.realplayer.selected {
	background-position: -100px -40px;
}

#help-div li a.vlc {
	background-position: -150px 0;
}

#help-div li a.vlc.selected {
	background-position: -150px -40px;
}

#help-div #help_itunes, #help-div #help_quicktime, #help-div #help_realplayer, #help-div #help_vlc {
	display: none;
	padding: 10px 20px 0 20px;
	width: 268px;
}

#help-div input.copyme {
	margin-left: 0px;
	width: 264px;
	text-align: center;
	line-height: 20px;
}

#help-div img {
	margin-bottom: 10px;
}

div#content div#help_itunes {
	display: block;
}

#news {
	margin-bottom: 20px;
}

#news p {
	display: block;
	margin: 10px;
}



/* > SCHEDULE */

body.schedule table {
	width: 638px;
	border: 1px solid #00669f;
}

body.schedule tbody td {
	vertical-align: top;
	padding: 15px;
}

body.schedule thead ul {
	position: relative;
	display: block;
	height: 30px;
	width: 638px;
}

body.schedule thead li h2, body.schedule thead li a {
	position: absolute;
	display: block;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}

body.schedule thead li h2 {
	left: 220px;
	width: 200px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

body.schedule thead li.next a {
	text-align: right;
	width: 100px;
	right: 10px;
	padding-right: 20px;
	background: transparent url(../img/schedule_arrows_blue.gif) no-repeat right top;
}

body.schedule thead li.previous a {
	width: 100px;
	left: 10px;
	padding-left: 20px;
	background: transparent url(../img/schedule_arrows_blue.gif) no-repeat left bottom;
}

body.schedule thead li a:hover {
	text-decoration: underline;
}

body.schedule table p {
	margin: 0px;
	padding: 0px;
}

body.schedule tr.even {
	background-color: #e5eef2;
}

body.schedule h3 {
	line-height: 14px;
}

body.schedule td.time {
	text-align: right;
	width: 50px;
	line-height: 14px;
	padding: 15px 0 15px 5px;
}

body.schedule td.info {
	padding-left: 30px;
}

body.schedule p.presenter {
	font-size: 11px;
	font-style: italic;
}

body.schedule p.description {
	margin-top: 5px;
}

body.schedule #nowplaying .soundwaves_outer  {
	float: left;
	padding-left: 20px;
	background-color: transparent;
	background-repeat: no-repeat; 
	background-position: left 0px;
}

body.schedule #nowplaying .soundwaves_inner {
	float: left;
	padding-right: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right -30px;
}

body.schedule #nowplaying .show-heading {
	position: relative;
	left: -20px;
}

p.notbroadcasting {
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}


/* > DOWNLOADS */

.download-section {
	float: left;
	display: block;
	width: 308px;
	border: 1px solid #fff;
}

.download-section#podcasts, .download-section#interviews {
	margin-top: 20px;
}

.download-section#musicreviews, .download-section#interviews {
	margin-right: 20px;
}

.download-section#interviews {
	clear: both;
}

.download-section h2 {
	display: block;
	color: #fff;
	padding: 10px;
	margin: 0px;
}

.download-section a {
	display: block;
	text-decoration: none;
	padding: 10px;
}

.download-section h3 {
	line-height: 16px;
}

.download-section em {
	line-height: 14px;
}

ul.old {
	display: none;
}

a.more, a.fewer {
	border-top: 1px dashed;
	font-style: italic;
}



/* ALLREVIEWS/EVENTS/ALLINTERVIEWS etc */

.filter ul {
	float: left;
	width: 610px;
	padding: 10px 15px;
}

.filter li {
	float: left;
	display: inline;
	line-height: 20px;
}

.allreviews .filter li {
	width: 28%;
}

.allreviews .filter li.last {
	width: 15%;
}

.filter li label {
	margin-left: 5px;
}

.allreviews table, .events table, .allinterviews table {
	width: 640px;
	margin-top: 20px;
	border-collapse: collapse;
}

.allreviews thead, .events thead, .allinterviews thead {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.allreviews thead td, .events thead td {
	padding: 10px;
}

.allinterviews thead td {
	padding: 10px 0;
}

.allreviews table a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px;
}

.allreviews .title {
	width: 200px;
}

.allreviews .author {
	width: 120px;
}

.allreviews .date {
	width: 130px;
}

.allinterviews table a, .allinterviews table p, .allinterviews table h4 {
	padding: 0;
	margin: 0;
}

.allinterviews table a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

.allinterviews table h4 a {
	padding-bottom: 0px;
}

.allinterviews table p a {
	padding-top: 5px;
}

.allinterviews .type {
	text-align: center;
	width: 80px;
}

.allinterviews .title {
	width: 400px;
}

.allinterviews .date {
	text-align: center;
	width: 140px;
}

.eventscalendar {
	width: 640px;
}

.eventscalendar tbody td {
	width: 80px;
	height: 80px;
	padding: 5px;
	vertical-align: top;
}

.eventscalendar thead td {
	font-size: 14px;
	text-align: center;
}

.eventscalendar tbody td {
	border-width: 1px;
	border-style: solid;
}

ul.calendarnav {
	width: 620px;
	padding: 10px;
}

ul.calendarnav li {
	float: left;
	width: 140px;
	padding-left: 20px;
	background: transparent url(../img/calendarnav_arrows.gif) 0 0 no-repeat;
}

ul.calendarnav li.next {
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
	background-position: right -17px;
}

ul.calendarnav li.date {
	text-align: center;
	width: 300px;
	padding: 0;
	background: none;
}

ul.calendarnav li.clear {
	clear: both;
	float: none;
	padding: 0;
	background: none;
}

.eventscalendar td a {
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	position: relative;
}

.minidetails {
	display: block;
	position: absolute;
	top: -60px;
	left: 60px;
	z-index: 10;
	width: 240px;
	text-decoration: none;
}

.minidetailsinner {
	display: block;
	width: 198px;
	padding: 10px;
	margin-left: 20px;
	border: 1px solid;
}

.minidetails .arrow {
	display: block;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 50px;
	left: 0;
	background: transparent 0 0 no-repeat;
}

.minidetails h3 {
	font-size: 16px;
	line-height: 16px;
}

.minidetails p {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 5px;
}

.minidetails p.category {
	font-size: 12px;
	line-height: 12px;
}

.minidetails p.more {
	padding-top: 10px;
	border-top: 1px solid #666;
	margin: 10px 0 0 0;
}



/* REVIEW / EVENT DETAILS */

p.back {
	margin-bottom: 30px;
}

p.back a {
	display: block;
	padding: 10px 10px 10px 34px;
	color: #fff;
}

p.back a:hover {
	background: #999 url(../img/back_arrow.png) 10px center no-repeat;
	color: #fff;
}

body.eventdetails h1 {
	margin-bottom: 0px;
}

body.eventdetails p.category {
	font-size: 16px;
	font-style: italic;
}

body.eventdetails dl {
	display: block;
	width: 300px;
	float: right;
	margin-top: 10px;
}

body.eventdetails dt, body.eventdetails h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid;
	margin-bottom: 5px;
}

body.eventdetails dd {
	margin-bottom: 20px;
}

body.eventdetails div.description {
	float: left;
	width: 300px;
	padding: 10px;
	font-size: 16px;
}

img.review_image {
	float: right;
	max-width: 300px;
	max-height: 300px;
	margin: 0 0 20px 20px;
}


/* > ABOUT */

body.about #what {
	float: left;
	width: 340px;
	padding: 20px;
	margin-bottom: 20px;
}

body.about #links {
	float: right;
	width: 240px;
}

body.about #links a {
	display: block;
	width: 200px;
	padding: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
}

body.about #who {
	padding: 20px;
}

body.about #what h2, #links .h2, #who h2 {
	display: block;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #fff;
	text-align: center;
}

body.about #who ul {
	width: 640px;
}

body.about #who li {
	float: left;
}

body.about #who li.clear {
	clear: both;
}

body.about #who li a {
	display: block;
	position: relative;
	width: 290px;
	height: 70px;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 1px;
}

body.about #who li a:hover {
	background-color: #ccc;
	color: #fff;
}

body.about #who li img {
	float: left;
}

body.about #who li em {
	position: absolute;
	top: 10px;
	left: 85px;
	display: block;
	font-style: normal;
}

body.about #who li em span {
	display: block;
}

body.about #who li span.name {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}

body.about #who li span.job, body.about #who li span.email {
	font-size: 12px;
	line-height: 15px;
}

/* > CONTACT PAGE */

#contactdetails {
	float: left;
	width: 200px;
}

#person {
	float: right;
	width: 380px;
}

#person a#map {
	display: block;
	width: 380px;
	height: 230px;
}

span#middle {
	display: block;
	height: 20px;
	width: 600px;
}

#contactdetails div, #person {
	padding: 20px;
}

#contactdetails div.email, #contactdetails div.phone {
	margin-bottom: 20px;
}

#contactdetails div p {
	margin-bottom: 0;
}

#contactdetails h2, #person h2 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#contactdetails div.phone, #contactdetails div.email {
	text-align: center;
}

#contactinfo em {
	font-weight: bold;
	font-style: normal;
}

#contactform h2 {
	margin-bottom: 20px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#contactform {
	padding: 20px;
}

#contactform p {
	margin-bottom: 1.5em;
}

#contactform label {
	display: block;
	float: left;
	width: 12em;
	text-align: right;
	margin-right: 1em;
	line-height: 21px;
}

#contactform p.name {
	margin-top: 30px;
}

#contactform input#name, #contactform input#email, #contactform input#phone, #contactform input#show_name, #contactform input#time {
	padding: 2px;
	width: 29.5em;
}

#contactform div.dependent {
	border-top: 1px solid #fff;
	padding-top: 1.5em;
}

#contactform textarea {
	width: 29.5em;
	height: 6em;
	padding: 2px;
}

#contactform div.music_type, #contactform div.ratio {
	margin-bottom: 1.5em;
}

#contactform #music_type_label {
	width: 10em;
	margin-left: 2em;
}

#contactform div.music_type .checkboxes {
	width: 29em;
	float: left;
}

#contactform div.music_type p {
	float: left;
	width: 9em;
	margin: 0 0.5em 0.5em 0;;
}

#contactform div.music_type p label, #contactform div.ratio p label {
	float: none;
	display: inline;
	text-align: left;
	margin: 0;
	padding-left: 5px;
}

#contactform div.music_type p.no_music {
	width: 29em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #fff;
}

#contactform .ratio input {
	width: 2.5em;
	font-size: 18px;
	text-align: center;
	padding: 5px 2px;
}

#contactform div.ratio p label {
	line-height: 24px;
	margin: 0 5px;
}

#contactform div.team_inner {
	float: left;
	width: 29em;
} 

#contactform div.team_inner p {
	margin-bottom: 0.5em;
}

#contactform div.team_inner label {
	float: none;
	display: inline;
	margin-right: 5px;
}

#contactform .position_radios {
	float: left;
	width: 29em;
	margin-bottom: 1.5em;
}

#contactform .position_radios p {
	float: left;
	width: 9em;
	margin-bottom: 0.5em;
}

#contactform .position_radios p.reviews_interviews {
	width: 15em;
}

#contactform .position_radios label {
	float: none;
	display: inline;
	margin: 0 5px;
}

#contactform p.form_footer {
	text-align: center;
	margin-bottom: 0;
	padding-top: 1.5em;
	border-top: 1px solid #fff;
}

div#contactform.goodnews form {
	display: none;
}

div#contactform div.goodnews p.first {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-left: 130px;
}

div#contactform div.goodnews p.last {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-bottom: 0px;
	text-align: center;
}

div#contactform div.errors {
	background-image: url(../img/cross_blue.gif);
	background-position: 80px 0px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	width: 550px;
}

div#contactform div.errors p {
	margin-left: 150px;
	margin-bottom: 0;
}

div#contactform div.errors ul {
	margin-top: 5px;
	margin-left: 150px;
	padding-left: 20px;
	margin-bottom: 5px;
}

div#contactform div.errors li {
	list-style: disc;
}



/* > BACKROOM LOGIN / LOGOUT */

body.backroom-login #content {
	padding-left: 155px;
	padding-top: 50px;
}

body.backroom-login h1 {
	text-align: center;
	width: 362px;
}

body.backroom-login fieldset {
	padding: 20px;
	border: none;
	float: left;
}

body.backroom-login form p {
	margin-bottom: 20px;
}

body.backroom-login form p.last {
	margin-bottom: 0;
	text-align: center;
}

body.backroom-login label {
	display: inline;
	width: 7em;
	float: left;
	line-height: 25px;
}

body.backroom-login p input#email, body.backroom-login p input#password, body.backroom-login p input#forgot_email {
	float: left;
	width: 20em;
	line-height: 20px;
	text-indent: 4px;
}

body.backroom-login h3 {
	width: 322px;
	padding: 20px;
	margin-top: 40px;
	border-bottom: 1px solid #fff;
	text-align: center;
	cursor: pointer;
}

body.backroom-login form#forgottenform p.explanation {
	width: 322px;
}

body.backroom-login div.error {
	width: 322px;
	background-color: #ffcdcd;
	padding: 20px;
	color: red;
	margin-bottom: 20px;
}

body.backroom-login div.error ul, body.backroom-login div.error ul li {
	list-style: disc inside;
}

body.backroom-login div.goodnews {
	width: 252px;
	padding: 20px 20px 20px 90px;
	background-position: 20px center;
	background-repeat: no-repeat;
}

body.backroom-login div.goodnews p {
	padding-bottom: 0;
	margin-bottom: 0;
}


/* > STREAM PLAYER PAGE */

body.player {
	min-width: 280px;
	background: none;
}

body.player #content {
	position: static;
	width: 280px;
	margin: 0 auto;
	padding: 0;
}

body.player h1 {
	width: 280px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

body.player hr {
	display: none;
}

body.player a.download {
	display: block;
	width: 280px;
	height: 80px;
	text-decoration: none;
	margin-top: 20px;
}

body.player a.download:hover {
	background-position: 0 -80px;
}

body.player a.download em {
	display: block;
	width: 170px;
	margin-left: 100px;
	padding: 14px 0 5px 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
}

body.player a.download span {
	display: block;
	width: 170px;
	margin-left: 100px;
	font-size: 12px;
	line-height: 14px;
}

body.player a.download:hover span {
	text-decoration: underline;
}



/* > COMING SOON */

.post-it {
	position: relative;
	width: 250px;
	height: 250px;
	text-align: center;
	padding: 40px;
	background: #fff url(../img/postit.gif) no-repeat;
	left: 155px;
	top: 50px;
	color: #333;
}

.post-it h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.post-it p {
	font-size: 18px;
	line-height: 23px;
}

body.share .post-it h2 {
	margin-top: 50px;
}

body.see .post-it h2 {
	margin-top: 40px;
}



/* 404 ERROR */

body.fourohfour {
	background-color: #00669f;
}

body.fourohfour div#content {
	width: 400px;
	margin: 50px auto;
	color: #fff;
	text-align: center;
	position: static;
	top: 0px;
	left: 0px;
	padding: 0px;
}

body.fourohfour p {
	font-size: 16px;
}

body.fourohfour h1 {
	width: 140px;
	height: 100px;
	margin: 0 0 40px 130px;
	background: #00669f url(../img/nav_logo_blue.gif) top left no-repeat;
	text-indent: -9000px;
}

body.fourohfour h2 {
	font-size: 32px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;

}

body.fourohfour a, body.fourohfour a:link, body.fourohfour a:visited, body.fourohfour a:active {
	color: #fff;
}

body.fourohfour a:hover {
	color: #bdd7e6;
}

