@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
}

a { color: #333; }

body {
	background: #E5E5E5 url(images/background.png) top left repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin:0; padding:0;
}

#wrapper {
	width: 912px;
	height: inherit;
	padding: 0px;
	margin: 0px auto;
	background:none;
	/*background:url('images/wrapper_bg.png') top left repeat-y;
	border-left: 2px solid #AD9862;*/
	border-right: 2px solid #525A5C;
	position: relative;
}

#main {
	width: 548px;
	float: left;
}

#sidebar, #rss-search {
	width: 338px;
	
	/*border-left: 2px solid #CBCCCD;
	margin-left: 7px;*/
	float: left;
}

#sidebar { padding-bottom: 100px; }

#rss-search {
	padding-left: 9px;
	border: none;
	height: 117px;
}

#header {
	margin-left:2px;
	width: 910px;
	height: 153px;
	position:relative;
	background: url(images/bg_header.jpg) top left no-repeat;
	/*
	border-right: 3px solid #2F3438;
	border-left: 3px solid #2F3438;
	background: #fff url(images/headerbg.png) top right no-repeat;*/
}

.menu {
	/*background: transparent url(images/blackslash.png) 0px 1px repeat-x;*/
	height: 22px;
	position: absolute;
	top:50px;
	left:325px;
	bottom: 1px;
	
}
.menu ul li {list-style: none; float: left; display: block; }
.menu a:link, .menu a:visited, .menu a:active {
	float: left;
	padding: 6px 19px 9px;
	height: 12px;
	line-height:12px;
	color: #898995;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font:12px Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	background:url(images/menu_bg.png) right top no-repeat;
	/*background-color: #1b5fb3;
	*/
	overflow: hidden;
}

.menu a:link#last {background:none;}
.menu a:hover { text-decoration: underline; }

#gallery {
	cursor: pointer;
	width: 570px;
	height: 890px;
	background: url(images/img_home.jpg) top left no-repeat;
	position:relative;
	
	
}
/*
#gallery h3 {
	position: absolute;
	top: 4px;
	left: 2px;
	background: url(images/boxcorner-l.png) top left no-repeat;
	padding: 6px 3px 0px 0px;
	width: 110px;
	height: 107px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#gallery h3 a { color: #fff; text-decoration:none; }
*/
#content .box {
	width: 520px;
	padding-left:24px;
	margin-bottom:20px;
	border: none;
	float: left;
	color: #000;
	font:12px Arial, Helvetica, sans-serif;
}

#central {width:910px;
       background:none;
	   border-left:2px solid #525A5C;
	   /*border-right:2px solid #525A5C;*/
	   background:url('images/wrapper_bg.png') top left repeat-y;}
	   
	   
#central #content{width:570px;
                  float:left;
				  /*border-right:2px solid #525A5C;*/
				  }	   
/*
#main .box div { overflow: hidden; width: 166px;
	height: 160px; }

#main .box div p { margin: 0px 4px 4px 4px; }
*/

#content .box h3 {
	/*background-color: #1b5fb3;
	height: 18px;
	border-bottom: 2px solid #34393D;
	position: relative;
	*/
	padding-bottom: 18px;
	color: #8C0D2B;
	text-transform: uppercase;
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-top: 9px;
}
#content .box h3 a { color: #8C0D2B; text-decoration: none; font-size: 12px; }
#content .box img {margin-right:15px;}

#content .box a { color: #8C0D2B; text-decoration:underline;}
/*
#main .box a { 
	font-size: 11px; 
	color: #333;
}



#main .boxhome { height: 280px; } 
#main .boxhome div { height: 250px; margin: 5px; width: auto; }
#main .footer {
	border-top: 2px solid #CBCCCD;
	height: 50px;
	margin-top: 50px;
	padding-top: 10px;
}

#main .footer div {
	width: 156px;
	height: 70px;
	margin-left: 16px;
	background-color: #34393D;
	padding: 0px 8px;
	float: left;
	font-size: 10px;
	color: #fff;
}

#main .footer a:link, #main .footer a:active, #main .footer a:visited {
	color: #fff;
	text-decoration: none;
}

#main .footer a:hover { text-decoration: underline; }

#main .footer div h3 {
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-top: 4px;
}
*/
#sidebar {width:338px;
          padding-left:2px;
		  float:left;
		 /* border-left:2px solid #525A5C;*/}

#sidebar .box{
	width: 313px;
	padding: 15px 10px 15px 15px;
	/*border: 2px solid #34393D;*/
	position: relative;
    
	display: block;
	list-style: none; 
	background:url('images/boxbottom.png') 50% bottom no-repeat;
}

#sidebar .box h3 {
	/*position: absolute;
	display: block;
	top: -13px;
	right: 0px;
	width: 92px;
	height: 88px;
	padding-top: 5px;
	background: url(images/boxcorner-r.png) 0 0 no-repeat;
	*/
	color: #940A17;
	text-align: lenter;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom:15px;
	
}

#sidebar .box h3 a { color: #940A17; text-decoration: none; }

#sidebar .box .post {
	font-size: 10px;
	color: #333;
}

/*
#sidebar .box .post .title a:link, #sidebar .box .post .title a:visited, #sidebar .box .post .title a:active{
	margin-top: 10px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	display: block;
	width: 70%;
}*/

#sidebar a.vip {width:156px; float:left; margin-top:5px; margin-bottom:2px; color:#940A17; font-weight:bold; height:12px;}

#social {width:338px; }
#social p { clear: both; padding: 3px 0px; line-height: 14px; }
#social img { margin-right: 15px; }
#social a { color: #333; font-weight: bold; }

/*.boxbg { background: url(images/boxbg.png) 100% 100% no-repeat; }
*/
/*#sidebar .footer { position: absolute; bottom: 0px; }
*/
#sidebar .tagcloud, #tag_cloud {
	text-align:center;
	margin: 20px 0px 40px 15px;
	width:300px !important;
	
	padding: 0px !important;
	border: none !important;
}

#tag_cloud h3 { visibility: hidden; }
#sidebar .tagcloud a:link,#sidebar .tagcloud a:visited,#sidebar .tagcloud a:active,
#tag_cloud a:link,#tag_cloud a:visited,#tag_cloud a:active
{
	color: #333333;
}

#sidebar .box ul { margin: 0px; padding: 0px; }
#sidebar .box li{ list-style: none; margin: 0px; padding: 0px; text-indent: 0px; }


#sidebar .featured {
	 width:150px; margin-right:6px;
	 float:left;
	 font:10px Arial, Helvetica, sans-serif;	
	 padding-bottom:8px; 
	 
	 }
#sidebar .featured .testo{
	width:135px;
	margin-left:7px;}
	
		 
#sidebar .featured .testo a{
	display:block;
	width:135px;
 text-align:right; 
 color:#B42342;
 text-decoration:underline;
	 
	 }

#content .singlepost {
	/*border: 3px solid #34393D;*/
	margin: 10px 0px;
	padding: 35px 20px 35px 0;
	margin-left:10px;
	position: relative;
	text-align:justify;
	
	background:url('images/ombretta.jpg') left bottom no-repeat;
	
}

#content .post {
	/*border: 3px solid #AD9862;*/
	margin: 10px 0px;
	padding: 40px 20px 40px 0;
	margin-left:10px;
	position: relative;
	text-align:justify;
	position:relative;
	background:url('images/ombretta.jpg') left bottom no-repeat;
}



h2, #comments, #respond h3 {
	color: #FFF;
	display: block;
	font-size: 14px;
	background: #34393D;
	padding: 2px 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 0px;
	
	height: 16px;
	width:550px;
	overflow: hidden;
	
}

.singlepost p { padding: 5px 0px; }

#comments {background: #AD9862}
#respond h3 {background: #666}

#content .post h2, #content .singlepost h2 {
	position: absolute;
	height: auto;
	top: 0px;
	left: -10px;
	margin: 0px;
	color:#FFF;
}

#content .post h2 a, #content .singlepost h2 a { text-decoration: none; color: #fff;}

#content .singlepost h2 { font-size: 16px; }

h2 a { color:#FFF; }

.smallthumb img { 
	float: right; 
	height: 100px; 
	width: auto; 
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #34393D;
	background: #fff;
}

input, textarea {
	border: 2px solid #ddd;
	color: #666;
}

#searchform { margin-top: 4px; text-align: center; }
#searchsubmit { border-width: 1px }
#commentform { 
	width: 522px; 
	overflow: hidden; 
	border: 3px solid #ccc;
	margin: 10px 0px;
	padding: 10px;
}

#commentform input { margin: 8px 0px; }
#commentform textarea { width: 518px; }

.widecolumn .singlepost { line-height: 150%; }

ol.commentlist { list-style-position: inside; }

p {margin-left:15px;}
blockquote {margin-left:10px;}

#wrapper .footer{width:877px;
                background-color:#515A63;
				padding:35px 0px 30px 35px;
				line-height:20px;}

#wrapper .footer .col {float:left;
		              color:#FFF;
					  font:11px Arial;}			

#wrapper .footer .col a{ text-decoration:none;
		              color:#FFF;
					  font:11px Arial;}						  
	
#wrapper .footer .col a:hover {text-decoration:underline;}					  	
