/*Generic*/
* {
	margin: 0;
	padding: 0;
}

body{
	background: url(imageset/sfondo.png) repeat fixed left top; 
	font-family: Calibri, Garamond, "Times New Roman", sans-serif;
	font-size: 16px;
}

#wrapper{
	width:900px;
	position:relative;top:0%; left:50%;
	margin:0px 0 0 -450px;
}

#header{
	background: url(imageset/header.png); 
	height:200px;
}

#logo{
	background: url(imageset/logo.png) no-repeat center center; 
	height:60px;
	margin-top:10px;
}

#logo a{
	display:block;
	height:60px;
	width:200px;
}

#page{
}

#left_bar{
	margin-left:19px;
	margin-top:10px;
	float:left;
	width:204px;
}

#riquadro{
	width:200px;
	margin-left:2px;
	margin-top:10px;
}

#riquadro_top{
	background: url(imageset/top_m.png) repeat-y center bottom;
	height:25px;
}

#riquadro_body{
	background: url(imageset/middle_m.png) repeat-y center bottom;
	padding-left:15px;
	padding-right:15px;
}

#riquadro_bottom{
	background: url(imageset/bottom_m.png) repeat-y center bottom;
	height:25px;
}

#content{
	/*border:1px solid #777777;*/
	float:right;
	width:650px;
	margin-top:10px;
	margin-right:19px;
}

#content_top{
	background: url(imageset/top.png) no-repeat center bottom; 
	height:25px;
}

#content_body{
	background: url(imageset/MIDDLE.png) repeat-y center center;
	padding-left:15px;
	padding-right:15px;
}

#content_bottom{
	background: url(imageset/bottom.png) no-repeat center top;
	height:25px;
}

#spazio{
	height:10px;
}

#float_stop{
	clear:both;
}

#footer{
	
}

#footer .legal{
	text-align:center;
	font-size:90%;
}

/*Formattazione Posts & Comments*/

#intro .titolo{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-size:150%;
	text-align:center;
	color:#0077FF;
}

#intro .testo{
	margin-bottom:10px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}

#intro .citazione{
	font-style:italic;
	text-align:center;
	margin-bottom:25px;
}

#almanacco {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:-5px;
}

#almanacco .almanacco_title{
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:150%;
	text-align:center;
	color:#0077FF;
}

#almanacco .almanacco_txt{
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	border:2px outset #0077FF;
}

#testo_scorrevole{
	border:1px solid #0077FF;
	background-color:lightblue;
	margin-left:50px;
	margin-right:50px;
	line-height:25px;
	margin-bottom:20px;
}

#post, #links, #vetrina{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:20px;
}

#post .post_title{
	margin-left:5px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:200%;
	color:#0077FF;
}

#post .post_info{
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
	font-size:90%;
	font-style:italic;
}

#post .post_txt{
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:10px;
}

#post .post_attachment{
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#post .post_images{
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#post .post_img{
	max-width:130px;
	max-height:100px;
	margin-left:0px;
	margin-right:3px;
	margin-top:0px;
	margin-bottom:0px;
}

#post .comments{
	border:2px outset #0077FF;
	display:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
}

#guestbook .guest_title{
	margin-left:10px;
	margin-right:10px;
	font-size:150%;
	text-align:center;
	color:#0077FF;
}

#guestbook .comments{
	border:2px outset #0077FF;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
}

#post .comments_txt, #guestbook .comments_txt{
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
}

#post .comments_info, #guestbook .comments_info{
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:90%;
	font-style:italic;
}

#post .comments_form, #guestbook .comments_form{

	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
}

#post .comments_textarea, #guestbook .comments_textarea{
	margin-top:5px;
	width:500px;
	height:100px;

}

#post .comments_button, #guestbook .comments_button{
	
}

#guestbook .guest_link{
	margin-bottom:10px;
	text-align:center;
}

#post .link{

}

#post .only_registered{
	text-align:center;
}

#links .element{
	font-size:120%;
	text-align:center;
	margin-bottom:10px;
}

#links .element a:hover{
	color:#666666;
	text-decoration:underline;
}

#riquadro .rubriche_title{
	margin-bottom:3px;
	font-size:110%;
	font-weight:bold;
}

#riquadro a{
	text-decoration:none;
}

#riquadro a:hover{
	color:#666666;
	text-decoration:underline;
}

#search{
	border:2px outset #0077FF;
	margin-left:50px;
	margin-right:50px;

}

#search .search_box{

	border:1px dashed #0077FF;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	width:150px;
	height:200px;
	float:left;
	
}

#search .search_title{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:150%;
	text-align:center;
}

#search .search_sub_title{
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	margin-bottom:15px;
	text-align:center;
}

#search .search_content{
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	margin-bottom:15px;
	text-align:center;
}

#search .search_last{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

#search .txt_box{
	width:130px;
}

#search .data_box{
	width:100px;
}

#register .input_ok{
	background-color:green;
	color:#FFFFFF;
}

#register .input_ko{
	background-color:red;
	color:#FFFFFF;
}

#register .input_medium{
	background-color:orange;
	color:#FFFFFF;
}

#register table{
	margin-left:150px;
}

#register td{
	padding-left:3px;
	padding-right:3px;
}

#vetrina .vetrina_descr{
	margin-bottom:10px;
}

#vetrina .vetrina_item{
	border:1px dashed #0077FF;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:290px;
	height:300px;
	overflow:hidden;
}

#vetrina .vetrina_img{
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	height:100px;
}

#vetrina .vetrina_img img{
	width:120px;
	border:1px solid #0077FF;
	padding:2px;

}

#vetrina .vetrina_txt{
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#vetrina .vetrina_link{
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}


/*Classi formattazione testo*/
#content .title{
	font-size:250%;
	margin-bottom:15px;
	text-align:center;
}

#content .text{
	text-align:justify;
	margin-bottom:10px;
}

#content ul{
	text-indent:10px;
	margin-bottom:10px;
	list-style-position:inside;
}

#content  li{
	margin-top:10px;
	margin-bottom:10px;
}

#content .high{
	color:#FFFFFF;
}

#content .page_title{
	font-size:200%;
	text-align:center;
	margin-bottom:25px;
}

#content strong{

}

#content em{

}

#content a{
	text-decoration:none;
	font-weight:bold;
}

#content a:hover{
	color:#006666;
}

#content .post_line{
	margin-left:50px;
	margin-right:50px;
	margin-top:20px;
	margin-bottom:20px;
	border-color:#0099FF;
}

/*Contenitori fluttuanti*/

#left_box, #right_box{
	border:1px solid #000000;
	width:150px;
	height:150px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

#left_box{
	float:left;
}

#right_box{
	float:right;
}

