@import "css/common.css";
@import "css/header.css";
@import "css/contenuti.css";

body_temp {
	margin-top: 10px;
	padding: 0;
	
	background: #FFFFFF
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E402B;
	
}

body {
	margin-top: 0px;
	padding: 0;

	background: #E8E8E8 url(img/background.jpg) repeat-y fixed center;

	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: #3E402B;

}

/* Page */

#page {
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

#page hr {
	border: 0;
  	width: 80%;
  	color: #CCDBDB;
	background-color: #CCDBDB;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Header */


#header {
	width: 100%;
	height: 150px;
	margin: 0px auto;
	background-image: url(img/header_background.jpg);
	background-repeat:no-repeat;
	background-position:top center; 
}

/* Nav */

#nav {
	float: left;
	background: #F7F7E6;
	border-right: 1px dotted #B8D4CC;
	border-bottom: 1px dotted #B8D4CC;
	width: 209px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

#nav .spazio {
	height: 30px;
}

/* Content */

#contentfull {
	
	width: 880px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#content {
	float: left;
	width: 650px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-top: 20px;
}



#sidebar .spazio {
	height: 20px;
}

/* tre colonner */

#main {
	float: right;
}



#board {
	float: left;
	width: 430px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* Footer */

#footer {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}


/* Form */
#form_1 {
	
	width: 100%;
}

#form_1 td{
	vertical-align: top;
}


#form_1 .label {
	width: 50px;
	padding-right: 5px;
	text-align: right;
}

#form_1 .labelcolor {
	width: 100px;
	height: 27px;
	padding-right: 15px;
	background: #E8E8BB;
	font-weight: bold;
	text-align: right;
}

#form_1 .text {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #A1A1A1;
}

#form_1 .pulsante {
	width: 100px;
	height: 17px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #F76704;
	border: none;
}

#form_1 .pulsante:hover {
	background: #990000;
}


.post #clabel{
	float: left;
	width: 50px;
	text-align: right;
	margin-top: 1px;
	margin-right: 6px;
	font-size: 10px;
} 

.post #cform input{
	display: block;
	width: 200px;
	height: 12px;
	font-size: 10px;
	color: #666666;
	margin: 1px;
	border: 1px solid #CCCCCC;
	padding: 2px 1px 0px 1px;
}






/* Stili di testo OLD VERSION*/

.testoPiccolo {
	font-size: 10px;
	color: #3E402B;
}

.testoMedio {
	font-size: 12px;
	color: #3E402B;
	line-height: normal;
}

.testoGrande {
	font-size: 14px;
	color: #3E402B;
}

.linkPiccolo {
	font-size: 10px;
	color: #D56A00;
	text-decoration: none;
}

.linkMedio {
	font-size: 12px;
	color: #D56A00;
	text-decoration: none;
}

.linkGrande {
	font-size: 14px;
	color: #D56A00;
	text-decoration: none;
}

.titolo1 {
	font-size: 18px;
	color: #990000;
	font-weight: normal;
}

.titolo2 {
	font-size: 14px;
	color: #686835;
	font-weight: normal;
}

.titolo3 {
	font-size: 14px;
	color: #57572D;
	font-weight: normal;
}

.note {
	font-size: 10px;
	color: #53553C ;
	font-style: italic;
}

.testoRossoPiccolo {
	font-size: 10px;
	color: #CC0000
}

.testoMedioBianco {
	font-size: 14px;
	color: #FFFFFF;
}

.linkTitolo1 {
	font-size: 18px;
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

.testoMedioGrigio {
	font-size: 12px;
	color: #6C6E5A;
}

.testoPiccoloGrigio {
	font-size: 10px;
	color: #6C6E5A;
}