/*GENERALE*/
body {
 	background-color: #FF9900;
 	/*background-image: url(../images/sfondo_mosaico.jpg);*/
	font-family: "Comic Sans MS", Arial;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
}

/*Aspetto dei FORM*/
input.text {
	width: 400px;
}

textarea.text_area {
	width: 550px;
	height: 300px;
}

/*Aspetto dei LINK*/
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

a:hover {
 	text-decoration: none;
	font-weight: bold;
	color: #FF4400;
}

/*Grassetto*/
strong {
	color: #FF9900;
}

/*Blocchi Principali*/
#banner {
	width: 700px;
	height: 150px;
	margin: auto;	
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
}

#main {
	width: 700px;
	margin: 10px auto;
	padding-top: 5px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
}

#main #content {
	padding: 10px;
	font-size: 10pt;
}

#main #content h1 {
	color: #FF9900;
}

/*Blocco informazioni*/
#info {
	height: 246px;
	margin: 20px;
	padding: 5px;
	text-align: center;
	line-height: 200%;
	border: 5px double #FFCC00;
	background-color: #FFFF99;
}
#info h1 {
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	color: #FF9900;
}
/*Blocco Avvisi*/
div.avvisi {
 	margin: 15px;
 	padding: 5px;
	border: 5px double #FFCC00;
}

div.avvisi h1 {
 	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	color: #FF9900;
}

/*Aspetto dei POST*/
.post {
 	float: left;
 	margin: 20px;
 	padding: 5px;
 	width: 644px;
	border: 3px double #FFCC00;
}

.post h1 {
	font-size: 18pt;
	color: #0000FF;
	margin: 0px;
}

.post h2 {
	font-size: 8pt;
	color: #FF0000;
	margin: 0px;
}

.post p {
	font-size: 12pt;
	color: #000000;
	margin: 10px 0px;
}

.post img {
	margin: 5px;
}

.post img.left {
	float: left;
}

.post img.right {
	float: right;
}

.post div.clear {
	clear: both;
	
	line-height: 0px;
}

/*Link di modifica post*/
p.mod {
	text-align: right;
	font-size: 8;
	margin: 0px;
	padding: 0px;
}

/*MENU AMMINISTRATORE*/
.user_menu {
 	width: 150px;
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	margin: 20px;
	padding: 5px;
	position: fixed;
	left: 20px;
	top: 50px;	
}
