/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0x;
	background: #28313A url(../images/img01.jpg) repeat-x left top; 
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #5C5C5C;

}

.indietro{width:45px;height:30px;text-align:left;border:1px solid red;margin:0;}
.indietro:hover{border:1px solid red;}

.4d{margin:auto auto auto 50px; margin:auto auto auto 50px;}



.left_bg{
float: right;

width: 200px;
height:450px;

padding:0px;
background:transparent;
display:none;
}



h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}


	
	



p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 16px;
	/*interlinea verticale tra righe di testo */
}







/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}



input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



/* Header */

#header {
	width: 880px;
	margin: -20px auto auto auto;
	
	height: 60px;
	border: 10px #FFFFFF solid;
}

/* Menu */

#menu {
	float: left;
	width: 880px;
	height: 58px;
	background: url(../images/img02.jpg) repeat-x left top;

}

#menu ul {
	margin: 0;
	padding: 23px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	padding: 0 50px;
	background: url(../images/img03.jpg) no-repeat right 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	width: 880px;
	height: 90px;
	margin: 0 auto;
}

#logo h1{
	float: left;
	margin: 0;
	padding: 10px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #28313A; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	
	padding: 50px 0 0 18px;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: black; 
}





/* Page */

#page {
	width: 880px;
	margin: 0px auto -20px auto;
	background: white;
	border-top: 10px white solid;
	border-right: 10px white solid;
	border-bottom: 10px white solid;
	border-left: 10px white solid;


}

/* Content */


#foo{
	float: left;
	width: 620px;
	border-right: 1px dashed #DFE1E0;
	height:640px;
	/* overflow:hidden;*/
	/*overflow:hidden;*/
	position:relative;

margin:0;	/* overflow:hidden; serve per nascondere le barre di scorrimento sul div che sembra iframe */
	
}
/* Post */

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: -400px 0 0 0;
	padding: 0;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}




/* Search */
#search p{color:black; margin:0;}
#sidebar li{color:red; margin:2em auto 2em auto;line-height: 1;
}

#search {padding:auto;margin:auto;

}

#search h2 {color:white;
	
	font-size:1.7em;
	background:red;
	width:99%;
	height:25px;
	margin: 0 auto 10px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	
}
/* dentro  Search il riquadro del text box per l'imput */

/* dentro Search il tasto di invio */




/* Footer */


#footer {
	width: 880px;
	margin: 0 auto;
	background: #E5E5E5;
	border: 10px #FFFFFF solid;
	
}



#footer p {
	font-size: 12px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #595959;
}
















