/*
Theme Name: Slider
Description: Slider theme
Date: Jun 12, 2009
Version: 1.0.0
Author: kikko
Author URI: http://www.endurodoc.net
Tags: slider
*/


/* ==================== Generale ==================== */


body {
	background: #202020;
	font-size: 12px;
	font-family: sans-serif,"Lucida Sans", Verdana, Arial;
	color: #f6fcff;
	margin:0px;
	padding:0px;
}

/* ==================== Formatting ==================== */
a {
	color:#fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffb500;
}

h1 {
	font-family: sans-serif, Arial, Helvetica;
	font-size:24px;
display:none;
	}

h2 {
	font-family: sans-serif, Arial, Helvetica;
	font-size:20px;
	margin:0;
}

h2.pagetitle {
	font-family: sans-serif, Arial, Helvetica;
	font-size:20px;
	text-align:center;
	color:#ffb500;
}

h3 {
	font-family: sans-serif, Arial, Helvetica;
	font-size:18px;
	margin:0px;
}

h4 {
	font: 900 16px sans-serif, "Times New Roman", Times;
	font-style: italic;
    margin-top:0px;
}

h5 {
	font: 400 14px sans-serif, Arial, Helvetica;
}

h6 {

}

blockquote {
	margin: 10px 0 0 0;
	border: 1px solid #131313;
	font: 400 12px sans-serif, Arial, Times;
}

blockquote p {
	padding: 0;
}

p {
	padding: 0px;
}


.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

.tags{
	width:600px;
}
:focus { outline: 0; }

/* ==================== Container ==================== */

#wrapper {
	margin:0px;
	padding:0px;
}
#header {
	margin-top:40px;
	width:1024px;
	height: 300px;
	background: #000;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:1024px;
	min-height:828px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	display:block;

}
#ss{
	width:1024px;
	height:250px;	
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#left {
	width:700px;
	float:left;
}

#sidebar {
	width: 270px;
	float:right;
	color:#fff;
	background:#272727;
	margin-bottom:30px;
	padding:15px;
	border: 1px solid #000;
	margin-top:53px;
}

#sidebar2 {
	width: 100%;
	color:#fff;
	float:left;
	background-color:#272727;
	display:block;
	border-top:1px solid #000;
}


#footer {
	width: 100%;
	background: #272727;
	height: 50px;
    clear: both;
    padding-top:10px;
}


/* ==================== header ==================== */


#blog-title {
	position:absolute;
	float: left;
	color: #fff;
	line-height: 25px;
	margin: 35px 0 0 50px;
}

.descrizione_blog{
display:none;
}

#img_hd{
	width:1024px;
	height: 300px;
	background:#202020;
}
/* ==================== Slide ==================== */

.coda-slider-wrapper {
padding: 0;
}
.coda-slider {

}

/* Contenuto slide con javascript disabilitato */

.coda-slider-no-js .coda-slider {
width: 680px;
overflow: auto !important;
padding-right: 20px;
}

/* Change the width of the entire slider (without dynamic arrows) */

.coda-slider, .coda-slider .panel { 
	width: 680px;
	margin-bottom:50px;
}

/* Change margin and width of the slider (with dynamic arrows) */

.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
	width: 680px;
}
.coda-slider-wrapper.arrows .coda-slider { 
	margin: 0 10px;
}

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { 
	background: #000; 
	color: #fff; 
	padding: 5px; 
	width: 100px;
}


.coda-nav {
	padding-left:170px;
}

.coda-nav ul {
            display: inline;

}

.coda-nav ul li {
            overflow: hidden;
            display: inline;

}

.coda-nav ul li a {
            display: inline-block;
            text-decoration:none;
            color:#fff;
            padding: 10px;

}

.coda-nav ul li a.current {
	color:#ffb500;
	width:auto;
	font: 900 20px sans-serif, Arial, Helvetica;
	letter-spacing: -1px;
}

.coda-nav ul li a:hover {
          color:#ffb500;
}

/* ==================== Panel padding ==================== */

.coda-slider .panel-wrapper {
	width:680px;
	text-align:justify;
	height:auto;
}

/* ==================== Preloader ==================== */
#coda-slider-1 h2.title { 
	display: none; 
}
.coda-slider p.loading { 
	padding: 20px; 
	text-align: center; 
}
.coda-slider-wrapper { 
	clear: both; 
}
.coda-slider { 
	float: left; 
	overflow: hidden; 
	position: relative;
}
.coda-slider .panel { 
	display: block; 
	float: left; 
}
.coda-slider .panel-container { 
	position: relative; 
}
.coda-nav-left, .coda-nav-right { 
	float: left;
}
.coda-nav-left a, .coda-nav-right a { 
	display: block; 
	text-align: center; 
	text-decoration: none; 
}

/* ==================== Post ==================== */

.line{
	height:250px;
	margin-top:20px;
	width:678px;
	background:#000;
	padding:1px;
}

.col-1{
	float:left;
	background:#111111;
	width:230px;
	padding:10px;
	text-align:center;
}

.col-2{
	float:left;
	width:428px;
	height:250px;
	background:#272727;
}

.pagine {
	width:600px;	
}

.pagine ul li{
	width:600px;
}
/* ==================== Articoli ==================== */
.post {
	width: 670px;
	float: left;
	margin-top: 10px;
	margin-bottom:30px;
	background: #272727;
	border: 1px solid #131313;
	text-align:justify;
}

.post-info {
	float: left;
	margin: 0px;
	font-size: 11px;
}

.post-info a{
	color:#ffb500;
}

.entry {
	float: left;
	width: 610px;
	padding: 30px;
    line-height:170%;
}

.entry h2 a {
	color: #ffb400;
	float: left;
	width: 580px;
}

.entry h2 a:hover {
	color: #018dd8;
	text-decoration: none;
}

.entry_cat {
	float: left;
	width: 590px;
	background:#202020;
	padding: 10px;
    line-height:170%;
    margin-top:20px;
    border:1px solid #000;
}

.entry_cat h3{
color:#ffb500;
}

.entry_arch {
	float: left;
	width: 610px;
	padding: 20px;
    line-height:170%;
}

.entry_arch h2 a {
	color: #ffb400;
	float: left;
	width: 580px;
}

.entry_arch h2 a:hover {
	color: #018dd8;
	text-decoration: none;
}

.entry_home {
	width: 410px;
	padding-left: 10px;
    line-height:170%;
}

.entry_home h2 a {
	color: #ffb400;
	float: left;
	width: 400px;
	padding-top:10px;
}

.entry_home h2 a:hover {
	color: #018dd8;
	text-decoration: none;
}

.more {
	background: url(images/more.png) no-repeat top left;
	width: 90px;
	height: 20px;
	text-indent: -9999em;
    cursor: pointer;
    float: right;
}


p.metadata {
	padding: 0 0 0 5px;
	margin-left:10px;
	background-color: #323232;
	clear: left;
	font-size: 11px;
	background: url(images/tag.png) no-repeat left;
}

p.metadata2 {
	background-color: #323232;
	border: 1px solid #131313;
	clear: left;
	width: 650px;
	text-align: center;
	padding:10px;
}

/* ==================== SideBar 1 ==================== */

#sidebar h2 {
	font-size: 17px;
	color: #ffb400;
}
#sidebar ul {
	padding:0px;
}
#sidebar li {
  border-bottom:1px;
  color:#9CA4AB;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  list-style:none;
}
#sidebar ul li {
	height:20px;
	padding-top:10px;
}

#sidebar ul li a{
	  color:#fff;
	background-position:0 0px;
}
#sidebar ul li:hover {

}

#sidebar ul ul li {}
#sidebar ul ul ul li {}

.textwidget{
	width:250px;
	padding-left:15px;
	text-align: justify;
	line-height:20px;	
}

#blocchi{
	width:1024px;
	margin-left:auto;
	margin-right:auto;	
}

.block{
	width:300px;
	padding:10px;
	display:inline-block;
	float:left;
}

.block h2 {
	font-size: 17px;
	color: #ffb400;
	padding-left:15px;
}

.block ul {

}

.block ul li{
	height:20px;
	list-style:none;
}

.block ul li a{
	color:#fff;
	height:20px;
	list-style:none;
}



/* ==================== Link Slide ==================== */

.test {
	float:right;
	position:relative;
	top:-20px;
}

.test ul {
	list-style:none;
	padding:0 0 0 0;
}

.test ul li a {
	display:block;
	width:70px;
	height:100px;
	background:url(images/rss-icon.png) 0 0 no-repeat;
	text-indent:-9999px;
	list-style:none;
	-webkit-transition-duration:.4s;
}

li.test a:link, li.test a:visited {
	background-position:0px 0px;
}

li.test a:hover, li.test a:active {
	background-position:0px 25px;
	
}

/* ==================== Forum ==================== */

.discussions{
	width:680px;
	padding-left:10px;
	padding-right:10px;
}
#latest td, #forumlist td, #favorites td { 
	padding: 5px 10px; 	
}

#forumlist tr td a{
	color:#ffb500;

}

#latest tr td a{
	color:#ffb500;

}

#forumlist tr td div.nest {

	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover {
	 background-color: #303030; 
}

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: #303030;
	padding: 5px 9px;
	font:11px Verdana,Arial,Helvetica,sans-serif;

}

#latest th a, #forumlist th a, #favorites th a {
	color:#ffb500;
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {

}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {

	margin-bottom: 3em;
	width: 100%;
}

#latest, #forumlist {
margin-top:10px;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}
.num{
	color:#fff;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;	
}

/* ==================== Footer ==================== */

.annuncio_footer{
	margin-right:auto;
	margin-left:auto;
	width:728px;
}


/* ==================== Login ==================== */

#login{
	height:auto;
	padding-left:20px;
	margin-bottom:20px;
	width:240px;
}

#login h2{
	font-size: 17px;
	color: #ffb400;

}

.login {
	color: #444;
	width: 100%;
	font-size: 12px;
}

form.login {
	bottom: 15px;
}

.login p { 
	padding: 0 0 0; 
	color:#fff;
}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
	color:#fff;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.login input.submit {
	background-color: #ccc;
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

form.login input.submit:hover {
	color: #000;
    text-decoration:underline;
}

form.login input.submit:active {

}

div.remember label {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}


/* ==================== Feed ==================== */

.feed {
	width: auto;
	float: left;
}

.feed ul {
	list-style: none;
	margin: 10px 0 0 0;
}

.feed ul li {
	margin-bottom: 5px;
}

.feed ul li a{
	color: #fff;
	margin: 0 0 0 20px;
	font-weight: bold;
}

.feed ul li a:hover{
	text-decoration: none;
}

.rss-icon {
	float: left;
	background: url(images/rss-icon.png) no-repeat;
	width: 150px;
	height: 70px;
	margin-left: 40px;
}


/* ==================== Footer ==================== */
.footer-text {
	float:left;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 11px;
}

.footer-text a {
	color: #0193e1;
}


#validator{
        float:right;
        margin-right:40px;
	padding: 10px;
	font-size: 11px;
}

/* ==================== Images ==================== */
a:link img { border: none }

p img {
	padding: 0;
	max-width: 100%;
    border:0px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
    border:0px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
    border:0px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:0px;
    }
    
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.img_home{
	width:550px;
	background:#303030;
	padding:20px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
}

.pagenav { 
	overflow: hidden;

} 

.pagenav ul { 
	float:left;


} 

.page_item { 
	list-style:none;
	color:#000;
	float:left;
	width:235px;
} 
    
/* ==================== Comments ==================== */

#respond{
	width:600px;
	margin-bottom:50px;	
	clear:both;
}

.thread-alt {
	background-color: #404040;
}

.even .alt {
	background-color: #202020;
}

#commenti{
		float:left;
		width:auto;
}

.commentlist {
	padding: 0;
	text-align: justify;
	font-size:11px;
	width:640px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
background-color: #303030;
	color: #018dd8;
		width:640px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	background:#202020;
	width:auto;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	color:#fff;
	clear:both;
	line-height:15px;
}
.children { 
	padding:0px;
}



.avatar{
	float:right;
	padding-bottom:15px;	
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin-top: 5px;
	display: block;
	color: #018dd8;
	}

.comment_text {
	color: #666;
	font-size: 11px;
    width:200px;
    }

.text_area {
	color: #666;
	font-size: 11px;
    }
/* ==================== Search ==================== */
#searchform {
float:right;

}

#searchform form {
	float: left;
	width: 245px;
	margin: 5px;
	display: inline;
}

#searchform form input#s {
	width: 167px;
	background: url(images/form.png) no-repeat top left;
	height: 19px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
	font-size: 11px;
}

#searchform form input#searchsubmit {
	width: 61px;
	background: url(images/search.png) no-repeat center left;
	height: 23px;
	border: 0;
}

/* ==================== Navigation ==================== */
#nav_menu{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height:60px;
}
#menu{
	float:left;	
	margin-top:0px;
}

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0 0 0;
}

.navigation .previous {
	float: left;
	display:block;
	text-indent: -9999em;
	background: url(images/previous.png) no-repeat;
	width: 122px;
	height: 22px;
	margin: 7px 0 20px 20px;
	cursor:pointer;
}

.navigation .next {
	float: right;
	display:block;
	text-indent: -9999em;
	background: url(images/next.png) no-repeat;
	width: 94px;
	height: 22px;
	margin: 7px 20px 20px 0;
	cursor:pointer;
}
