/* CSS Document */

body{
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #2b251f;
	margin: 0;
	padding: 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #cdb6a2;
}

hr{
	display: none;
}	

a{
	color: #e95d0f;
	text-decoration: none;
}

img{
	border: 0 solid #FFF;
}

.clr{
	clear: both;
	height: 1px;
	font-size:1px;
}

/* STRUTTURA */
#mainbox{
	width: 714px;
	display: block;
	margin: 0 auto;
	background-image:url(../images/body.gif);
	background-repeat:repeat-y;
	background-position: top;
	background-color: #2b251f;
	
}

/* TESTATA */

#header{
	display: block;
	height: 83px;
	background-image:url(../images/head.gif);
	background-color: #2b251f;
	background-repeat:no-repeat;
	background-position: top;
}

#header_1,
#header_2,
#header_3,
#header_4{
	display: block;
	/*height: 83px;*/
	height: 166px;
	/*	background-image:url(../images/head.gif);	*/
	background-color: #2b251f;
	background-repeat:no-repeat;
	background-position: top;
}

#header_1  h1,
#header_2  h1,
#header_3  h1,
#header_4  h1{
	display: none;
}

#header_1{
	background-image:url(../images/head_1.jpg);
}

#header_2{
	background-image:url(../images/head_2.jpg);
}

#header_3{
	background-image:url(../images/head_3.jpg);
}

#header_4{
	background-image:url(../images/head_4.jpg);
}
/* MENU */
#menu{
	display: block;
	height: 34px;
	background-image:url(../images/menu_back.gif);
	background-color: #2b251f;
	background-repeat:no-repeat;
	background-position: top;
}

#menu ul{
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#menu li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	float: left;
	height: 22px;
}

#menu li a{
	float: left;
	height: 22px;
	padding: 0 10px;
	color: #e95d0f;
	text-decoration: none;
	font-family: "Trebuchet MS", arial;
	line-height: 1.4em;
	font-size:14px;
	text-transform: uppercase;
}

#menu li a.sel,
#menu li a:hover{
	/*color: #e9800f;*/
	color: #FFF;
	/*background-color: #302c27;*/
	background-color: #e95d0f;
}

/* CORPO */
#body{
	display: block;
	padding: 10px;
}

#body .cleft,
#body .cright{
	float: left;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

#body .cleft{
	width: 490px;
}

#body .cright{
	width: 204px;
	background-image:url(../images/theline.gif);
	background-position: top left;
	background-repeat:repeat-y;
}

/* BLOG LIST PART */
.blog{
	display: block;
	padding: 0 5px 0 0;
}

.blog a:hover{
	background-color: #E95D0F;
	color: #141312;
}

.blog dl{
	/*margin: 0 0 10px 0;
	padding: 0 0 5px 0;*/
	display: block;	
}

.blog dt{
	float: left;
	margin: 0;
	font-size:24px;
	width: 415px;
	padding: 2px 5px;
}

.blog dd{
	margin: 0;
	padding: 0;
	float: right;
}

.blog dd.postedby{
	font-size:10px;
	width: 415px;
	padding: 0 5px;
	color: #555;
}

.blog dd.postedby strong{
	color: #888;
}

.blog dd.datanews{
	float: left;
	width: 56px;
	height: 75px;
	font-size:42px;
	color: #e95d0f;
	text-align:center;
	background-image:url(../images/datacal.gif);
	background-repeat: no-repeat;
	font-family:"trebuchet MS", Georgia, arial;
}

.blog dd.datanews span{
	display: block;
	font-size:9px;
	line-height: 1em;
}

.blog dd.testonews,
.blog dd.sottotitolo,
.blog dd.bottomnews{
	/*float: left;*/
	width: 415px;
	padding: 2px 5px;
}

.blog dd.testonews img{
	padding: 2px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.blog dd.sottotitolo a{
	font-size:14px;
	color: #DDD;
	font-weight: bold;
}

.blog dd.bottomnews{
	background-image: url(../images/theline_oriz.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

/* WIDGETS */
h2.w_title{
	margin: 0 4px;
	/*padding: 5px;
	background-color: #e95d0f;
	background-image: url(../images/widget_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 22px;*/
	height: 32px;
}

h2.w_title span{
	display: none;
}

.widget{
	margin: 0 4px;	
	padding: 0;
	display: block;
	background-color: #25221D;
	background-image:url(../images/widget_back.gif);
	background-position:bottom;
	background-repeat:no-repeat;	
	width: 196px;
}

.widget .context{
	padding: 5px;
	display: block;
}

/* LISTA GENERICA */
.list_items,
.list_items li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list_items li a{
	display: block;
	padding: 2px;
}

.list_items li a.sel,
.list_items li a:hover{
	color: #211d17;
	background-color: #e95d0f;
	font-weight: bold;
}

/* ULTIMI COMMENTI */
.home_talk{
	display: block;
	padding: 3px;
	margin: 2px 0;
}
.home_talk dt{
	padding: 0;
	margin: 0;
}
.home_talk dt span{
	font-weight: bold;
	display: block;
}

.home_talk dd{
	font-style:italic;
	padding: 0 0 10px 0;
	margin: 0;
	background-image: url(../images/theline_oriz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* TAGS */
.tagcloud_top{
	display: block;
	background-image: url(../images/tag_top.gif);
	height: 7px;
	font-size: 1px;
}

.tagcloud_bottom{
	display: block;
	background-image: url(../images/tag_bottom.gif);
	height: 7px;
	font-size: 1px;
}

.tagcloud{
	display: block;
	background-image:url(../images/tag_body.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	background-color: #E95D0F;
	min-height: 170px;
	height: auto !important;
	height: 170px;
}


.tagcloud ul{
	padding: 5px;
	margin: 0;
	display: block;
}

.tagcloud li{
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-image:none;
}

.tagcloud li a,
.tagcloud li a:hover{
	background-image: none;
	font-family: "trebuchet MS", Georgia, arial;
	color: #592407;
	height: 18px;	
	line-height: 1em;
	padding: 3px;
	display:list-item;
}


* html .tagcloud li a,
* html .tagcloud li a:hover{
	display: inherit;
	float: left;
}

.tagcloud li  a:hover{
	background-color: #592407;
	color: #FFF;
}

.tagcloud .xxsmall{
	font-size: xx-small;	
}

.tagcloud .xsmall{
	font-size: x-small;
}

.tagcloud .small{
	font-size: small;
}

.tagcloud .medium{
	font-size: medium;
}

.tagcloud .large{
	font-size: large;
}

.tagcloud .xlarge{
	font-size: x-large;
}

.tagcloud .xxlarge{
	font-size: xx-large;
}

#google{
	display: block;
	text-align: center;
}

/* FOOTER */
#footer{
	display: block;
	background-image:url(../images/footer.gif);
	background-color: #2b251f;
	background-repeat:no-repeat;
	background-position: top;
	height: 70px;
	color: #5F5347;
	padding: 34px 10px 0 10px;
	text-align: right;
}
