/* -= WadioMedia.org StyleSheet =- */
/*                                 */
/*  -= Created by Darkimmortal =-  */
/*  -= Based on Matsta's design =- */
	

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;font-weight:400;}img,body,html,table,tr,td,th{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link, a:visited {
	color: #0075e2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #005db3;
}

a:active {
	text-decoration: none;
	color: #0075e2;
}

.admin {
	color: #0075E2;
}
	

#wrapper {
	width: 100%;
	background-color: #fff;
}

#logobar-container {
	width: 100%;
	background-color: #000;
	height: 50px;
}

#logobar {
	margin: 0px auto;
	width: 950px;
}

#logo {
	float: left;
	width: 470px;
}

#menu {
	float: left;
	width: 480px;
	margin: 0;
	color: #fff;
}

.menupart {
	display: inline;
	position: relative;
	padding: 0px 8px 0px 8px;
	top: 17px;
	cursor: pointer;
	vertical-align: top;
	
}

.menupart a {
	text-decoration: inherit;
	color: inherit;
}

.speaker {
	display: block;
	position: relative;
	/*cursor: pointer;*/
	left: 0px;
}

.pagecache {
	display: none;
	width: 0px;
	height: 0px
}

.menuchild {
	display: inline;
}
	

#menu ul { 
}

#menu ul li {
	display: inline;
	padding: 0px 8px 0px 8px;
	background-color: #000;
	color: #fff;
	position: relative;
	top: 17px;
	cursor: pointer;
	font-size: 12px;
}



#header-container {
	width: 100%;
	height: 102px;
	background: url(images/header_bg.gif) repeat-x;
	clear: both;
	/*position: relative;
	top: -3px;*/
}

#header {
	width: 950px;
}

#headleft {
	background: url(images/header_left.gif) repeat-x;
	height: 102px;
}

#headright {
	background: url(images/header_bg.gif) repeat-x;
	height: 102px;
}

#headertable {
	width: 100%;
}

#header-left {
	float: left;
	width: 550px;
}

#header-right {
	float: left;
	width: 400px;
	margin: 0;
}


.team {
	width: 525px;
	background-color: #fff;
}

.team-left {
	width: 185px;
	float: left;
	border-right: 1px solid #ddd;
	padding: 0px 15px 40px 0px;
	margin-bottom: 200px;
}

.team-right {
	width: 290px;
	float: left;
	margin: 0;
	padding: 40px 0px 15px 30px;
	background-color: #fff;
}

.team-body {
	display: none;
	background-color: #fff;
	position: relative;
	top: 0px;
	left: 0px;
/*	width: 280px;*/
}

.hide {
	display: none;
}

.abovetextarea {
	margin-bottom: 5px;
	font-weight: bold;
}


h2.team-name {
	padding-bottom: 15px;
	display: block;
	font-size: 26px;
}


.sch-table {
	width: 265px;
	margin: 0px auto;
}

.team-schedule-body {
	overflow: auto;
	height: 500px;
	padding-top: 10px;
}

/*.sch-table tr {
	border-top: 1px solid #999;
}*/

.sch-time {
	padding: 2px 0px 2px 5px;
	font-size: 11px;
	width: 75px;
	height: 25px;
	font-weight: bold;
	line-height: 16px;
}

.sch-time-count {
	height: 40px !important;
}

.sch-plrow .sch-time {
	color: #666;
}

.sch-shorow .sch-time {
	color: #fff;
}

.sch-shorow .sch-title {
	width: 200px;
	padding-right: 10px;
	font-size: 12px;
/*	color: #00A8DF;*/
	color: #fff;
	font-weight: bold;
}

.sch-shorow a {
	color: #fff;
}

.sch-shorow a:hover {
	color: #eee;
}

.sch-plrow td, .sch-diffrow td {
	border-top: 3px solid #fff;
}

#listenlive {
	cursor: pointer;
}


/*
.sch-dj {
	font-style: italic;
	width: 80px;
	font-size: 12px;
}*/

.sch-plrow {
	background-color: #efefef;
}

.sch-shorow {
	background-color: #0075e2;
}

.sch-plrow .sch-title {
	width: 200px;
	padding-right: 10px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

span.key {
	color: #777;
	margin-bottom: 10px;
}

span.value {
	color: #000;
	font-weight: bold;
}
.newsimage{
	padding:0;
	border:2px solid #ddd;
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px;
	width:300px;
}
blockquote {
	border : 2px solid #ddd;
	width: 85%;
	margin: 15px auto;
	padding: 10px;
	background-color: #eee;
/*	quotes: "\201C" "\201D";*/
}/*
blockquote:before { 
	content: open-quote;
	font-weight: bold;
	font-size: 40px;
	display: block;
}
blockquote:after {
	content: close-quote;
	font-weight: bold; 
	font-size: 40px;
	display: block;
	text-align: right;
}*/

.slidey {
	background: url(images/selector.png) no-repeat;
	z-index: 1;
	position: relative;
	width: 225px;
	height: 40px;
	top: 42px;
}    
	
.selector {
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	height: 35px;
	border-bottom: 1px solid #eee;
	padding: 6px 10px 0px 10px;
	z-index: 2;
	background: transparent;
}

.selector span {
	vertical-align: middle;
}

#p_podcasts .selector {
	padding-left: 10px !important;
}

.chat {
	width: 100%;
	height: 400px;
	border: 0;
}

.selector img {	
	vertical-align: middle;
	padding: 0px 5px;
}

.selector span {
	color: #666;
}


.selector span.hover {
	text-decoration: underline;
	color: #005db3 !important;
}

.selector span.active {
	color: #000;
	font-weight: bold;
}

#content-container {
	width: 100%;
	clear: both;
}
	

#content {
	margin: 0px auto;
	width: 950px;
}

#maincontent {
	float: left;
	width: 525px;
	padding-right: 25px;
	padding-top: 50px;
	min-height: 850px;
}

#sidebar {
	float: left;
	width: 400px;
	margin: 0;
}

#fademenu {
	width: 340px;
/*	background: url(images/sidebar.png) #fff no-repeat;*/
/*	height: 376px;	*/
	margin-top: 10px;
	border: 1px solid #DAE3EB;
/*	padding: 3px;*/
	background-color: #F3F8FB;
}

#fademenu-inner {
	border: 1px solid #DAE3EB;
	margin: 3px;
	background-color: #fff;
	padding-top: 5px;
}

#fademenu h3 {
	font-size: 17px;
	font-weight: bold;
}

.fadechild {
	padding-top: 8px;
	width: 310px;
	height: 82px;
	margin: 0px auto;
	cursor: pointer;
}

.fadechild-left {
	width: 95px;
}

.fadechild-right {
	padding-top: 10px;
	width: 215px;
}

.fadechild-left, .fadechild-right {
	float: left;
	background-color: #fff;
	position: relative;
	left: 0px;
}

.workaround {
	display: none;
}
	
.welcometext {
	text-align: justify;
	padding-top: 35px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

.welcometext h4 {
	color: #0075E2;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 30px;
}

.applicationtext p {
	margin-bottom: 15px;
}

.contentspace {
	height: 60px;
	width: 100%;
}



.nowplaying, .nextshow {
	width: 525px;
	height: 60px;
	background: url(images/playing.gif) #fff no-repeat;
	padding: 30px 10px 0px 30px;
	margin: 20px auto;
	font-weight: bold;
}

.nextshow {
	background: url(images/nextshow.gif) #fff no-repeat;
}
	
.nowplaying span {
	cursor: pointer;
	background-color: #fff;
}

.nextshow span{
	background-color: #fff;
}

#footer-container {
	width: 100%;
	clear: both;
	background: url(images/footer_bg.gif) repeat-x;
}

.contentitself, .safe, .team {
	width: 525px;
	background-color: #fff;
}

#spacin {
	width: 285px;
	height: 74px;
}

textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.form {
	margin: 0px auto;
}

.c-left, .r-left {
	text-align: right;
}

.c-left, c-right, .r-left, .r-right {
	height: 30px;
}

#footer {
	padding-top: 13px;
	width: 540px;
	height: 83px;
	background: url(images/footer.gif) no-repeat;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	font-weight:bold;
	line-height: 1.6em;
}

em, i {
	font-style: italic;
}

#credits {
	text-align: center;
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
}

.transtop {
	position: relative;
	top: 20px;
	z-index: 3;
	background: url(images/transtop.png) repeat-x;
	height: 20px;
	width: 270px; /* match sch-table+5 */
}

.transbottom {
	position: relative;
	top: -20px;
	z-index: 3;
	background: url(images/transbottom.png) repeat-x;
	height: 20px;
	width: 270px; /* match sch-table+5 */
}
	

#credits a {
	font-weight: bold;
}

p.news {
	text-align: justify;
	margin-bottom: 15px;
}	
	
h2 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.added {
	font-style: italic;
}
	


strong {
	font-weight: bold;
}
