@charset "utf-8";
/* Regole generali */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body, ul,li, h1, h2, h3, form {
	margin:0;
	padding:0;
	list-style-type:none;
}
/* Menu top */
#nav-top {
	height:52px;
	border-bottom:3px solid #cc0001;
	text-transform:uppercase;
	background:#000000;
}
#nav-top .content{
/*background:url(image/header.jpg) left top no-repeat;
*/}
#nav-top .content, #footer .content {
	width:968px;
	margin:0 auto;
	padding:0 15px 0 15px;
}
#nav-top ul {
	padding:13px 0 0 0px;
}
#nav-top ul li {
	text-align:center;
	display:block;
	padding:6px 13px 0 13px;
	float:left;
	margin:0 15px 0 0;
}
#nav-top ul li.evident {
width:88px;
	height:31px;
	background:url(image/nav-top-home.jpg) center top no-repeat;

}
#nav-top a {
	text-decoration:none;
	color:#FFFFFF;
}

.left {
	float:left;
}
.right {
	float:right;
}
.txt-center {
	text-align:center;
}
.orange {
	color:#ff6600;
}
.green {
	color:#9dce3b;
}
h2 {
	font-size:16px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* logo */
#logo {
	height:153px;
	background:url(image/logo.jpg) left top no-repeat;
	margin:30px 0;
}
#logo a{
display:block;
	height:153px;
	
	}
/* CORPO PAGINA */
#conteiner {
	width:983px;
	margin:5px auto;
	padding:0 0 0 15px;
	background:url(image/conteiner.jpg) 600px top repeat-y;
}
/* POST */
.post {
	padding:10px 0;
	clear:both;
}
.post h1 {
	color:#ff0066;
	font-size:18px;
	padding:0 0 10px 0;
}
.post h1 * {
	color:#010066;
	text-decoration:none;
}
.post h1 a:hover{
text-decoration:underline;
}
.post .details {
	font-size:10px;
}
.post .details a{
text-decoration:none;
}
.post .details a:hover{
text-decoration:underline;
}
.post .content {
	padding:10px 0 5px 0;
	border-bottom:1px solid #dbdbdb;
}
.post .comment {
	clear:both;
	float:right;
	width:88px;
	height:25px;
	background:url(image/post-comment.jpg) left top no-repeat;
	text-align:center;
	color:#ffffff;
	padding:3px 0 0 0;
	margin:5px 0 0 0;
}
.post .comment * {
	color:#ffffff;
}
/* SIDEBAR*/
.post .content .alignleft {
	padding:0 10px 5px 0;
}
.post .content img {
	border:0;
}
#main {
	float:left;
	width:570px;
	padding:0 30px 0 0;
	background:url(image/conteiner-top.jpg) 589px top no-repeat;
}
#sidebar {
	float:right;
	width:360px;
	padding:0 10px 0 10px;
}
#sidebar a{
	color:#3f3f3f;}
#sidebar h2{
text-transform:uppercase;
font-size:14px;
color:#990100;
}
#sidebar .box1 {
	margin:0 0 10px 0;
}
#sidebar .box1 .top {
	height:10px;
	background:url(image/box1-top.jpg) left bottom no-repeat;
}
#sidebar .box1 .content {
	background:url(image/box1-sf.jpg) left top repeat-y;
	padding:5px 10px;	color:#3f3f3f;
}
#sidebar .box1 .bottom {
	height:12px;
	background:url(image/box1-bottom.jpg) left top no-repeat;
}
#sidebar .box2 {
	margin:0 0 10px 0;
}
#sidebar .box2 .top {
	height:8px;
	background:url(image/box2-top.jpg) center bottom no-repeat;
}
#sidebar .box2 .content {
	background:#ededed;	color:#3f3f3f;
	padding:10px 0;
	
}
#sidebar .box2 .bottom {
	height:12px;
	background:url(image/box2-bottom.jpg) left top no-repeat;
}
#sidebar .box3 {
	background:url(image/box3-sf.jpg) left top repeat-y;
	margin:0 0 10px 0;
}
#sidebar .box3 h2 {
	background:url(image/play.gif) left center no-repeat;
	padding:0 0 0 30px;
	margin:10px 0 10px 30px;
}
#sidebar .box3 .content {
	background:url(image/box3-top.jpg) left top no-repeat;
	padding:20px 0px 10px 0px;color:#3f3f3f;
}
#sidebar .box3 .text {
	padding:0px 30px 10px 30px;
}
#sidebar .box3 ul {
	width:90%;
	margin:0 auto;
}
#sidebar .box3 ul li {
	border-bottom:1px solid #c8c8c8;
	color:#3f3f3f;
	background:url(image/fr.gif) 10px center no-repeat;
	padding:4px 0 4px 30px;
}
#sidebar .box3 ul li * {
	color:#3f3f3f;
	text-decoration:none;
}
#sidebar .box3 .bottom {
	z-index:10;
	height:12px;
	background:url(image/box3-bottom.jpg) left bottom no-repeat;
}
#sidebar .box4 {
	padding:0 0 10px 0px;
}
#sidebar .box4 h2 {
	background:url(image/play.gif) left center no-repeat;

	padding:10px 0 10px 20px;
}
#sidebar .box4 ul {
}
#sidebar .box4 ul li {
	color:#3f3f3f;
	background:url(image/fr2.gif) left center no-repeat;
	padding:3px 0 3px 20px;
}
#sidebar .box4 ul li * {
	color:#3f3f3f;
	text-decoration:underline;
}
#sidebar .box4 ul li a:hover {
	text-decoration:none;
}
.search {
	text-align:center;
}
.search .text {
	border:1px solid #adadad;
	width:241px;
	height:18px;
	background:#ffffff;
	margin:0;
	padding:4px 0 0 10px;
	color:#CCCCCC;
}
.search .submit {
	width:65px;
	height:26px;
	background:url(image/search-submit.jpg) left top no-repeat;
	border:0;
}
/* FOOTER */
#footer {
	clear:both;

	border-top:3px solid #cc0001;

	
	background:#000000;
	color:#8d887a;
}
#footer h2 {
	color:#ffffff;
	font-size:16px;
}
#footer .box5 {
	float:left;
	background:#282825;
	border:1px solid #666666;
	width:260px;
	padding:20px;
	margin:10px 10px 10px 0;
}
#footer .box5 ul {
padding:10px 0 0 0;
}
#footer .box5 ul li {
display:block;
	border-bottom:1px solid #3a3a37;
	padding:5px 0;
}

#footer .box5 ul li a{	color:#8d887a;
text-decoration:underline;}
#footer .box5 ul li a:hover{
text-decoration:none;
}
#footer .box5 ul li h3  {
	color:#ffffff;
	font-style:oblique;
	padding:5px 0;
}
#footer .box5 ul li h3 a{
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
}
#footer .link * {
	color:#8d887a;
	text-decoration:none;
}
#footer .link a:hover{
text-decoration:underline;
}
#footer .copyright {
	clear:both;
	color:#ffffff;
	padding:10px 0;
}
#footer ul.box6{
padding:10px 0 0 0;width:300px;
}
#footer ul.box6 li{
display:block;
margin:5px 0;
float:left;
padding:0 10px 0 0;




}#footer ul.box6 li img{border:0;}
#footer .content{
	padding:30px 0 20px 0;

}
/* ---------- @ comments style -----------*/





.comments {
	padding:5px;
}
.comments h3 {
	padding:0px;
	margin:0px;
}
ol.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	width:451px;
	list-style:none;
	margin-bottom:14px;
}
.commentlist li .top {
	height:13px;
}
.commentlist li .bottom {
	height:39px;
}
.commentlist .li1 {
	background:url(image/comment-1-sf.jpg) left bottom repeat-y
}
.commentlist .li1 .top {
	background:url(image/comment-1-top.jpg) left bottom no-repeat;
}
.commentlist .li1 .bottom {
	background:url(image/comment-1-bottom.jpg) left bottom no-repeat;
}
.commentlist .li2 {
	background:url(image/comment-2-sf.jpg) left bottom repeat-y
}
.commentlist .li2 .top {
	background:url(image/comment-2-top.jpg) left bottom no-repeat;
}
.commentlist .li2 .bottom {
	background:url(image/comment-2-bottom.jpg) left bottom no-repeat;
}
.commentlist .content {
	padding: 10px;
}
.commentlist .content a {
	color:#666666;
	text-decoration:none;
}
.commentlist .content a:hover {
	text-decoration:underline;
}
.commentlist .author {
	background:url(image/msg.gif) left center no-repeat;
	text-decoration:none;
	font-size:14px;
	padding-left:20px;
}
.commentlist .author a {
	text-decoration:none;
	color:#ff8043;
}
 .commentlist .author a:underline {
 text-decoration:underline;
}
.commenttext {
	color:#031E25;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color:#eee;
	border:1px solid #ccc;
	color:#000;
}
#commentform textarea {
	width: 95%;
	padding: 2px;
	background-color:#eee;
	border:1px solid #ccc;
}
#commentform #submit {
	margin: 0;
	float: left;
	background-color:#383838;
	color:#fff;
	margin-bottom:10px;
}
