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

/**
 * Imports
 */
@import url('images/css-reset.css');

/**
 * Body
 */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	color: #999;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:15px;
	background-color: #000000;
}
img {
	border:0;
	}
a {
	color:#CCC;
	text-decoration:none
	}
a:hover {
	color:#FFF;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#999;
	font-style: normal;	
	}
.clear {
	clear:both;
	}

/**
 * Page structure
 */

.container {
	/*width: 1000px;*/
	width: 880px;
	margin:0 auto;
	padding: 0 0 0px 0;
	background-color: #000000;
}


#footer {
	background: url('images/footer_bg.jpg') repeat-x;
	height: 40px;
	width: 880px;
	bottom: 0px;
	position: static;
	text-align: center;
	display: table-cell;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
}
/**
 * Navigation
 */
#navigation {
	background: url('images/menu_bg_all.jpg') repeat-x;
	height: 40px;
}

	#navigation li {
		float: left;
		height: 40px;
	}
	
	#navigation a {
		display: block;
		height: 40px;
		overflow: hidden;
	}
	
		/**
		 * Rollover Control
		 */
		#navigation a img {
			display: none;
		}
		
		#navigation a:hover img {
			display: block;
		}
	
	/**
	 * Nav items
	 */
	#nav_homepage {
		background: url('images/nav_home.jpg') no-repeat;
		width: 100px;
	}
	
	#nav_palinsesto {
		background: url('images/nav_palinsesto.jpg') no-repeat;
		width: 140px;
	}
	
	#nav_djs {
		background: url('images/nav_djs.jpg') no-repeat;
		width: 60px;
	}
	
	#nav_guests {
		background: url('images/nav_guests.jpg') no-repeat;
		width: 100px;
	}
	
	#nav_gallery {
		background: url('images/nav_gallery.jpg') no-repeat;
		width: 100px;
	}
	
	#nav_chat {
		background: url('images/nav_chat.jpg') no-repeat;
		width: 80px;
	}
	
	#nav_guestbook {
		background: url('images/nav_guestbook.jpg') no-repeat;
		width: 40px;
	}
	
	#nav_radiolive {
		background: url('images/nav_radiolive.jpg') no-repeat;
		width: 120px;
	}
	
	#nav_contatti {
		background: url('images/nav_contatti.jpg') no-repeat;
		width: 140px;
	}
	
#onair{
	background-image: url(images/onair.gif);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 200px;
	line-height: 30px;
	text-align: center;
}

#onair a {
	text-transform: capitalize;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	text-decoration: blink;
}

#onair a:hover {
	text-transform: capitalize;
	text-align: center;
	font-size: 12px;
	color: #F00;
	text-decoration: blink;
}

/* Search */


#search {
	height:30px;
	width:200px;
	float:right;
	background:url(images/searchb.jpg);
	padding-top:10px;
	padding-left:10px;

}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	float: left;
	width: 120px;
	background:url(images/sf.jpg) no-repeat;
	border:none;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#searchsubmit {
	width:60px;
	float: left;
	background:url(images/smit.jpg) no-repeat ;
	border:none;
	font: bold 100%;
	color: #FFFFFF;
	height:30px;
}

/* sidebar */
#rightcol{
	width:200px;
	float:right;
}

/* The Sidebar1 */
.sidebar1{
	text-align: center;
	float:right;
	width:200px;
	padding-top:10px;
	padding-left:10px;
	font-size:12px;
	}

.sidebar1 h2 {
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#fff;
	margin:0px;
	background:url(images/sh2.jpg);
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
.sidebar1 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar1 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebar1 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar1 ul li {
	height:100%;
	line-height:14px;
	}

.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
	color: #CCC;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	}

.sidebar1 ul li a:hover {
	color:#F00;
	background-color: #666;
	}

.sidebar1 p {
	padding: 7px 10px;
	margin:0;
	
	}

.sidebar1 table {
	width:100%;
	text-align:center;
	background-color: #333;
	}	
	

/* Content*/	
	
.content {
	padding:5px 5px 5px 5px;
	background-repeat:repeat-y;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	}	


#content {
	float: left;
	width: 650px;
	margin: 0px 0px 0px 0;
	padding: 0 0;
	}
	
#lpst{
	height:40px;
	background:#000 url(images/lnews.jpg) no-repeat;
	margin:0px 0 5px 0;
}
	
.post {
	width: 317px;
	float:left;
	margin: 0px 3px 8px 5px;
	padding:0px 0 0 0;
	display:inline;
	color:#333;
	}

.post h2 {
	text-align: center;
	margin: 0px 0 0px 0;
	padding: 7px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	overflow:hidden;
	height:16px;
	font-weight:bold;
	text-transform: uppercase;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #999;
	overflow:hidden;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	
.date{
	margin: 0px 0 0px 0;
	padding: 2px 0px 3px 0px;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
	line-height:14px;
	font-weight:bold;
	color:#fff;
}
.clock{
	background:url(images/clock.png) no-repeat;
	padding:5px 0 0 25px;

}	
	

.authr{
	padding:5px 0 0 0px;
}


.postinfo {
	height:20px;
	padding: 2px 5px 2px 0px;
	font-size:14px;
	background-image: url(images/postmet.jpg);
	background-position: left;
	text-align: left;
	background-repeat: no-repeat;
	}
.time{
	float:left;
	margin-left:4px;
	padding:0px 0 0 25px;
	color:#CCC;
	font-size:12px;
	}	
.time a:link,.time a:visited {
	color:#000;
	}
	
.rmore{
	float:right;
	margin-left:4px;
	padding:0px 25px 0 0px;
	color:#fff;
	font-size:12px;

	}
	
.rmore a:link,.rmore a:visited {
	color:#CCC;
	}
	
.mentry a:link,
.mentry a:visited {
	color: #CCC;
	background-color: transparent;
}

.mentry a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}
.mentry{
	height:130px;
	text-align: left;
}
.mentry p{
	margin: 0px 0;
	padding: 0px 10px;
	font-size:12px;
	color:#666;
	}
.post img{
	float:left;
	margin: 5px;
	background:#CCC;
	padding: 0px;
}
.cover{
	margin: 0 0;
	padding:5px 10px;
	}
.singlemeta{
	width:668px;
	background:#fff;
	border:1px solid #bbb;
	padding:5px 5px;
	margin:5px 0;

}	
	
/* The Comments */

.comments {

	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#E8EBDA;
	border:1px solid #D0D0D0;
	color:#444;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

	}
.comments-count{
	font-weight:bold;
	font-size:18px;
	padding:0 0 0 20px;
	color:#fff;
}	
	
#commentform {
	padding-left:20px;
	}
#commentform input {
	background:#E8EBDA;
	border:1px solid #D0D0D0;
	color:#333;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:25px;
	border:1px solid #666;
	color:#fff;
	background-color: #333;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 20px;
	padding:0;
	font-weight:normal;
	color:#62696c;
	}
	

.commentbox ol {
	list-style-type:none;
	margin: 0 ;
	padding:20px 0px;
	
	}
.commentbox ol li{
	list-style-type:none;
	margin: 5px 0 ;
	padding:5px 5px;
	
	}
	
.alt{
	background:#fff url(images/com.jpg) top repeat-y;

}	

.odd{
	background:#fff url(images/col.jpg) top repeat-y;

}
	
.comments ol li p {
	padding:0;
	margin:10px 0;
	color:#ccc;
	
	}
.commentmeta small{
	color: #F5072B;
	
}
.comments img{
	margin:4px 4px;
	padding:4px 4px;
	background-color: #666;
}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #333;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
