@charset "utf-8";
/*
Theme Name: Radio Evros
Theme URI: http://www.radioevros.gr/
Description: Theme for Radio Evros.
Version: 1.0
Author: Anastis Sourgoutsidis, Natasa Zoumpouloglou
Author URI: http://codesign.gr/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


*{
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	background-image:url(images/balls.jpg);
	font-family:Verdana, Geneva, sans-serif;
	background-repeat:repeat;
	font-size:16px;
}

body.page h1 a, body.page h1{
	color:#165E91;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:2px;	
	text-decoration:none;
}

body.single h1 a, body.single h1 {
	color:#165E91;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:2px;	
	text-decoration:none;
}

a, a:visited {
	outline:none;
	color:#f02f66;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr {
	margin:20px;
	border:#cecece 1px solid;
	clear: both;
}
h3{
	font-size: 14px;
}
address{
	font-size: 14px;
}
input{
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	
}
input:hover, textarea:hover{
	border-color: #F02F66;
}
input, textarea{
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	
	border: #165E91 1px solid;
	
	margin-top: 5px;
	margin-bottom: 5px;
}
input[type=submit]{
	background-color: #165E91;
	color: #fff;
	padding: 5px;
	height: 30px;
}
ul {
	list-style-position:inside;
	list-style-image:url(images/bullets.jpg);
}
ul li {
	margin-bottom:10px;	
}
ul li a:hover {
	text-decoration:underline;	
}
#headerimg {
	display:none;
}


.menu_container {
	background-color: #000;
	height: 30px;
	width: 100%;
}
.menu {
	width: 960px;
	margin-left:auto;
	margin-right:auto;	
}
.menu ul {
	width:630px;
	height:20px;
	float:right;
	list-style:none;
	color:#FFF;
	font-size:14px;
	margin-top:5px;
	overflow:hidden;
	
}
.menu ul li {
	float:left;
	margin-right:15px;
	border-left:#FFF 1px solid;
	padding-left:15px;
	margin-left:-1px;
}
.menu ul li a, .menu ul li a:visited{
	color:#FFF;
	text-decoration:none;
}
.menu ul li a:hover, .menu ul li.current_page_item a {
	color:#FFCF9F;
}
.container {
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	/*background-image:url(images/logo.png);
	background-repeat:no-repeat;*/
	width: 290px;	
	height: 190px;
	margin-left:30px;
	position:absolute;
	top:-30px;
	z-index: 2;
}


.white_bg {
	background-color: #FFF;
	width: 100%;
	padding-top:20px;
	padding-bottom:30px;
}
.shadow_top {
	background-image: url(images/shadow_top.png);
	background-repeat: repeat-x;
	margin-top:-14px;
	height: 14px;
	width: 100%;			
}
.shadow_bottom {
	background-image: url(images/shadow_bottom.png);
	background-repeat: repeat-x;
	height: 14px;
	width: 100%;	
	margin-bottom:10px;
}

img.producer{
	position: absolute;
	right: 0px;
	top: -26px;
}

.player_container {
	position:absolute;
	width:175px;
	height:73px;
	background-image:url(images/player_new.png);
	background-repeat:no-repeat;
	left:424px;
	top:90px;
}
/*
.player_container {
	position:absolute;
	width:282px;
	height:101px;
	background-image:url(images/player.png);
	background-repeat:no-repeat;
	left:90px;
	bottom:22px;
}
*/

.player {
	width:173px;
	height:60px;
	margin-top: 5px;
	margin-left: 0px;
}
/*
.player {
	width:131px;
	height:60px;
	margin-top: 17px;
	margin-left: 20px;
}
*/
.player ul, .player ul li{
	width: 173px;
	height: 60px;
	list-style-type: none;
	list-style-image: none;
	overflow:hidden;
	display:block;
}
.player a {
	display:block;
	width: 173px;
	height: 60px;
	color: #000;
	text-decoration: none;
	text-indent: -20000px;
}
a.player_media_player{
	background-image:url(images/player_win_media.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a.player_winamp{
	background-image:url(images/player_winamp.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a.player_eradio{
	background-image:url(images/player_e_radio.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a img{
	border: 0px #000 solid;
}
.arrow_left {
	background-image: url(images/arrow_prev.png);			
	width: 54px;
	height: 71px;
	position: absolute;
	left: -53px;	
	bottom:0px;
	display: block;
	cursor: pointer;
}
.arrow_right {
	background-image: url(images/arrow_next.png);			
	width: 54px;
	height: 73px;
	position: absolute;
	right: -53px;	
	bottom:0px;
	display: block;
	cursor: pointer;
}
/*
.arrow_right {
	background-image: url(images/arrow_right.png);			
	width: 64px;
	height: 70px;
	position: absolute;
	right: 30px;	
	bottom:11px;
	display: block;
	cursor: pointer;
}
*/
.now-on-air {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	display: none;
}
div.sms-badge{
	background-image: url(images/sms.png);
	width: 123px;
	height: 122px;
	position: absolute;
	right: 160px;
	top: 60px;
	z-index:5;
}
.moto {
	background-image: url(images/now-on-air.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 425px;
	position: absolute;
	top: 23px;		
	right:167px;
}
/*
.moto {
	background-image: url(images/moto_bg.png);
	right:80px;
	height: 205px;
	width: 425px;
	position: absolute;
	top: 62px;		
}
*/
.moto p.now {
	margin-left: 125px;
	margin-top:17px;
	width:275px;
	height: 30px;
	overflow:hidden;
	font-size: 12px;
}
.moto h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	width:380px;
	margin-left:25px;
	margin-top:35px;
}
.pretty {
	font-family:"Times New Roman", Times, serif;	
}
.moto .description {
	color:#666;
	width:340px;
	height:70px;
	line-height:21px;
	margin-left:50px;
	margin-top:15px;
	font-size:18px;
	overflow:hidden;
}
.left_col {
	width:210px;
	float:left;
	padding-right:20px;
}
.left_col h2{
	/*color:#165e91;*/
	color: #2b2b2b;
	font-weight:normal;
	border-bottom:dotted #300 3px;
	padding-bottom:2px;
	font-size:20px;
	margin-bottom: 10px;
}
.left_col h2 a {
	/*color:#165e91;*/
	color: #2b2b2b;
	font-weight:normal;
	padding-bottom:2px;
	font-size:20px;
}
.weather {
	list-style:none;
	list-style-image: none;
	margin-top:10px;
	margin-left:10px;
}
.weather img {
	vertical-align:middle;
}
.weather li {
	list-style:none;
	list-style-image: none;
	color:#165e91;
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
	text-align: left;
}
.weather li .details{
	display:block;
	text-align:center;
}
.weather li .temp{
	font-size: 12px;
	color: #2b2b2b;
	display:inline;
}
.weather li .desc{
	font-size: 10px;
	display:inline;
	margin-left:5px;
}
a.rsswidget{
	color:#F02F66;	
	text-decoration:none;
	font-size:14px;
}
.middle_col {
	width:490px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
.middle_col h1 {
	color: #165e91;
	margin-top: 20px;
	font-size:22px;
}
.middle_col h2 {
	color: #165e91;
	margin-top: 20px;
	font-size:14px;
}
.middle_col h2 a {
	color: #165E91;
	text-decoration:none;
}
.middle_col h2 a:hover {
	text-decoration:underline;
}
.middle_col .entry p a {
	/*display:block;*/
	color:#165e91;
}
.middle_col .entry p a:hover {
	color: #FF6692;
}
.middle_col .postmetadata {
	display:none;
}

.middle_col .entry table{
	width: 485px;
	font-size: 12px;
	border: 0px solid #000;
}
.middle_col .entry table td{
	border: 0px solid #000;
	padding: 3px;
}
.eidiseis {
	background-image: url(images/eidiseis.jpg);
	height: 135px;
	width: 428px;	
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.middle_col p {
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.middle_col small {
	font-size:11px;
	font-style:italic;
}
.top_banner {
	display:block;
	height: 60px;
	width: 468px;
	border:#e9e9e9 solid 2px;
	margin-left:auto;
	margin-right:auto;	
	padding:3px;
	overflow: hidden;
}
.square_banner {
	display:block;
	width:180px;
	height:150px;
	border:#e9e9e9 solid 2px;
	padding:3px;
	margin: 10px auto 10px auto;
	overflow: hidden;
}
.music_news {
	background-image: url(images/miusic23.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 415px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:#e9e9e9 solid 2px;
	padding:3px;
	background-position:center;
}
.right_col {
	width:210px;
	float:right;
	padding-left:20px;
}
.right_col img {
	margin-right:auto;
	margin-left:auto;
}
.right_col h2 {
	/*color:#f02f66;*/
	color: #2b2b2b;
	font-weight:normal;
	border-bottom:dotted #300 3px;
	padding-bottom:2px;
	font-size:20px;
	margin-bottom:15px;
}
.right_col h2 a {
	/*color:#f02f66;*/
	color: #2b2b2b;
	font-weight:normal;
	border-bottom:dotted #300 3px;
	padding-bottom:2px;
	font-size:20px;
	margin-bottom:15px;
}
.topten {
	list-style:none;
	font-size:12px;
	background-image: url(images/top10.jpg);
	height: 522px;
	width: 206px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.topten li {
	height:40px;
	width:190px;
	color:#FFF;
	overflow:hidden;
	margin-bottom:5px;
	padding-top:7px;
	padding-left:10px;
}
.topten li strong{
	display: block;
	margin-top:4px;
	overflow:hidden;
}
.topten li em{
	display: block;	
	margin-top:2px;
	overflow:hidden;
}
.topten a{
	color: #fff;
}
.square_banner_bottom {
	width:180px;
	height:150px;
	margin-left:44px;
	float:left;
	border:#FFF solid 2px;
}
#footer {
	clear:both;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	background-color:#000;
	height:15px;
	color: #fff;
	margin-top:22px;
}
#footer a{
	color: #FF6692;
	text-decoration:none;	
}
#footer a:hover{
	color: #165e91;
	text-decoration:underline;	
}

.navigation{
	text-align: right;
}
.nav-link{
	margin-right: 15px;
}
.nav-link a, .nav-link a:visited {
	color: #F02F66
}
.nav-link a:hover, .nav-link a:active{
	color: #165E91
}

div.related{
	margin-top: 10px;
}
.related ul{
	margin-left: 20px;
}
.related ul li a{
	color:#165E91;
	font-size: 11px;
	text-decoration: none;
}
.related ul li a:hover{
	text-decoration: underline;
}



.prog-fold{
	cursor: pointer;
}

table#programme, #programme td, #programme th {
	border:solid 1px #fff;
	text-align: center;
	padding:5px;
}
#programme th{
	background-color:#FFFFFF;
}

#programme{
	width: 490px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#programme .church{
	background-color:#252525;
	color:#FFF;
}

#programme .relay{
	background-color:#579d9b;
	color: #FFFFFF;
}

#programme .news{
	background-color: #FFFFFF;
	color: #000000;
}

#programme .playlist{
	background-color: #bf9ba8;
	color: #FFFFFF;
}

#programme .program{
	background-color: #9fbfbf;
}

#programme .kapet{
	background-color: #534741;
	color: #FFFFFF;
}

#programme .rock_zoni{
	background-color: #579d9b;
}
#programme .robolas {
	background-color:#766959;
	color: #FFFFFF;
}
#programme td.divider{
	border-top: #000 2px solid;
}
#programme .laiko {
	color: #333333;
	background-color: #699595;
}
#programme .pop {
	background-color:#bf9ba8;
	color: #000000;
}
#programme .humor {
	color: #252525;
	background-color: #fea59d;
}
#programme .epiloges {
	background-color: #b0c695;
}
#programme .ola {
	background-color: #59474e;
	color: #FFFFFF;
}
#programme .alter {
	background-color: #f2cbbd;
}

body.home #content{
	background-image: url(images/tab_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	position:relative;
	z-index: 1;
}
body.home .middle_col{
	padding-left:0px;
	padding-right: 0px;
}
.tab-content{
	width: 475px;
	padding-left: 10px;
	padding-right: 5px;
}

.tabs{
	list-style: none;
	list-style-image: none;
	height: 41px;
	margin-bottom: 0px;
	position:relative;
}
.tabs li{
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position:relative;
}
.tabs li h1{
	height: 41px;
	width: 108px;
	margin: 0px;
	background-image: url(images/tab_h.jpg);
	background-repeat: no-repeat;
	color: #fff;
	cursor:pointer;
	/*padding-left: 10px;
	padding-right: 10px;*/
	margin-bottom: 0px;
	font-weight:normal;
	font-size: 15px;
	text-align: center;
	position:relative;
	z-index: 2;
	padding-top: 5px;
}

.tabs .disabled{
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	z-index: 0;
	padding-top: 10px;
}

.clear{
	clear: both;
}

#fotobook-credits{
	display: none;
}

.farmacy-info, .gas-info{
	float:left;
	width: 150px;
	margin: 10px 6px 10px 0px;
	border: 1px solid #8d8d8d;
	background-color: #e5e5e5;
}
.farmacy-info{
	height: 110px;
}
.farmacy-info p, .gas-info p{
	margin-left: 5px;
	margin-right: 3px;
	text-align: center;
}
.farmacy-info h3, .gas-info h3{
	margin-top: 5px;
	text-align: center;
}


img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#featured{
	margin-bottom: 20px;
}

#featured .left{
	width: 240px;
	clear: both;
	display: block;
	float: left;
}
#featured .right{
	width: 240px;
	display: block;
	float: right;
}
#featured img {
	float:left;
	margin-right:10px;
	margin-top:25px;
	text-align:left;
}
ul.tabs{
	clear: both;
}

.twitter_button{
	width: 180px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

.tweetthis{
	margin-top: 20px;
	margin-bottom: 10px;
}

.banner_white_bg {
	background-color: #FFF;
	width: 100%;
	padding-top:20px;
	padding-bottom:10px;
}

.top_card_banner{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 180px;
	height: 110px;
	
}


.wp-caption{
	border: 1px #DDD solid;
	padding: 10px 0px 10px 10px;
	background-color: #F3F3F3;
	
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text{
	font-size: 10px;
	text-align: center;
}

.entry ul{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.print-button{
	float: right;
}
div.pharmacy_img{float:left;width:40px;padding-top: 4px;}
div.pharmacy{width:350px;font-size:10px;float:left;}
div.gas_img{float:left;width:40px;margin-right: 5px;}
div.gas{width:350px;font-size:10px;float:left;}
div.city_name{float:left;padding:9px 5px 0 0;}
div.city_weather{width:150px;float:left;font-size:10px;}
div.weather_img{width:40px;padding-top:4px;float:left;}

#city_scrollup {
   position: relative;
   overflow: hidden;
   height: 40px;
   width: 100%;
   background-color:#56999B;
 }
.city_headline {
   position: absolute;
   top: 50px;
   left: 5px;
   height: 40px;
   width:100%;
 }
