body
{
	background: #f60;
	text-align: justify;
	font-size: 90%;
}
h1
{
	font-size: 110%;
}
a
{
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
}
img
{
	border: none;
}
td
{
	padding: 0px 5px 0px 5px;
}
.middle
{
	vertical-align: middle;
}
.center
{
	text-align:center;
}
.smaller
{
	font-size:smaller;
}
.menu_item a
{
	color: #ff6e1f;
}
.menu_item_selected a
{
	color: #ff6e1f;
}
#container
{
	margin: auto;
	width: 770px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-color: #000;
	color: #fff;
}

#testa
{
	width: 770px;
	height: 130px;
	background: url(files/layout_testa_fondo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#menu
{
	width: 140px;
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #fff;
}
#menu_testa
{
}
#sotto_menu
{
}
#corpo
{
	width: 430px;
	float: left;
	text-align: justify;
	padding: 5px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
#titolo
{
	font-size: 150%;
	margin-bottom: 4px;
	padding-left: 4px;
}

#gallery
{
	width: 170px;
	float: right;
	text-align: center;
}
#gallery_testa
{
}
.cornice
{
	width: 107px;
	height: 107px;
	background-repeat: no-repeat;
	margin: auto;
	cursor: hand;
	margin-bottom: 4px;
}
#sotto_gallery
{
}

#didascalia
{
}

#editor_box
{
	width: 365px;
	height: auto;
	background-color: #ffc229;
	color: #000;
}
#paginazione
	{
		margin: auto;
		clear: both;
		text-align: center;
		padding: 5px;
	}

#piedi
{
	clear: both;
	width: 770px;
	height: 130px;
	text-align: center;
	vertical-align: baseline;
	font-size: 8pt;
	background: #000;
	margin:auto;
}
.post
 {
		border-bottom: 1px solid #ccc;
		margin-bottom: 2px;
		padding: 2px;
		width: 430px;
		float: left;
 }
	.testo_post
	{
		float: left;
		width: 400px;
	}
	.titolo_post
 {
 }
	.titolo_post_evidenziato
 {
		color: #fe0;
 }