/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0;
	font: 0.75em Tahoma, sans-serif;
	line-height: 1.5em;
	background: #ffffff;
	color: #454545;
}

#content{
	min-width: 700px;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 0;
}

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

h1 { font: normal 2.1em 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.5em Arial, Sans-Serif; }
h3 { color: #000; background: inherit; }

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 Arial, Sans-Serif;
}

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

/* layout
   ------ */

#header { 
	height: 100px;
	background: #000000;
	color: #ffffff;
}

#top_info {
	color: #ffffff;
}

	#top_info_left{
		float: left;
		color: #ffffff;
	}

	#top_info_right{
		text-align: right;
		padding: 0 .5em;
		color: #ffffff;
	}

#bar {
	clear: both;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #FFF;
	margin: 5px 0 5px 0px; 

	padding: 7px 0 7px 0px;
	/*background: #CC0000;*/
	background: #000000;
}

	#bar ul li { 
		margin: 0; 
		padding: 0px 10px 0px 5px;
		color: #FFFFFF;
		/*background: #EE3B32;*/
		background: #000000;
		display: inline;
	}
	
	#bar ul li.active { 
		/*background: #C71414 url(../images/bar.gif) no-repeat center top; */
		background: #EE3B32 url(../images/bar.gif) top center; 
		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 { 
		/*color: #C71414; */
		color: #EE3B32;
		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;
}

/* centered
   --------- */
   
.center {

	width: 100%;
	margin: 0 0 10px 0;
}

.center h2{
	clear: both;
	background: #A9C0CE url(../images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.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;
	}
		
	.center_box { float: left; margin: 0 0 10px 0; width: 500px; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* left side
   --------- */

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

.left {width: 60%;} /* for IE - shit */
html>body .left { width: 65%; } /* for firefox */

.left h2{
	background: #A9C0CE url(../images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.2em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 190px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 230px;
		background: #FFF url(../images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box {clear: both; margin: 0 0 8px 0; }
	

	.left_article {
		padding: 8px;
		color: #000;
		background: #FFF;
		display: inline-block;
	}

.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: 32.4%;} /* for IE - shit */
html>body .right { width: 34.6%; } /* for firefox */

.right h2 {
	background: #6C757A  url(../images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.2em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

.right_article {
	background: #FFFFFF;
	color: #414141;
	padding: 8px;
}

.right_box{ clear: both; margin: 0 0 8px 0;}
	

.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;
}

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

/* footer
   ------ */

#footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

#footer a { color: #808080; background: #fff; }

/* 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.4em;
	font-weight: bold;
}
em {color: #C00}
.vevent {padding: 0.5em 0}
.event_title {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: .2em;
}

.event_info{
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.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%}
.position {font-weight: bold}

#on_air{
	font-weight: bold;
	color: #ffffff;
	font-size: 1.2em;
}

.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 Arial, Sans-Serif;
	display: block;
}

.stream .bitrate{
	font: bold 1.0em Arial, Sans-Serif;
	color: #000000;
	display: block;
}