/* CSS Document */

html, body {
margin:0; 
padding:0;
font: 12px "Georgia";
background: url(gradient1.gif) repeat-x top center #27A8F2;
}

h1, h2, h3 {
font-family: "Lucida sans";
color: #FF6633;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 2em;
color: #3333CC;
}

h3 {
font-size: 1em;
}

hr {
	width: 90%;
}

object {
	margin: 0 auto;;
}

#container {
width: 730px;
margin: 0 auto;
}

#testata {
width:100%; \width: 90%; w\idth: 100%;
height: 150px;
background: url(testata.gif) no-repeat center #FFFFFF;
}

#menu {
width: 100%; \width: 90%; w\idth: 100%;
height: 70px;
background: url(menu.gif) repeat-x center #27A8F2;
margin: 0 0 0 0;
}

#menu ul {
width: 100%;
list-style: none;
}

#menu ul li {
display: inline;
padding: 20px 0 0 35px;
color: #000000;
}

#menu ul li a {
font: bold 150% "Trebuchet MS";
text-decoration: none;
color: #000099;
}

#menu li a:hover {
font: bold 150% "Trebuchet MS";
text-decoration: underline;
color: #00CCFF;
}

#content {
text-align: left;
}

#content p {
font: 100.01% "Verdana";
padding: 0 0 0 10px;
color: #000000;
}

#paginazione {
	width: 700px;
	margin: 25px 15px 0 15px;
}

#paginazione a {
	
}

#post {
width: 700px;
font-size: 110%;
background: url(post.gif) repeat-y #27A8F2; 
margin: 25px 15px 0 15px;
}

#post h2{
width: 100%;
background: url(bordo.gif) no-repeat #FFFFFF; 
text-align: center;
padding: 10px 0 0 0;
}

#post p {
padding: 0 20px 0 20px;
}

#post img {
	margin: 0 0 0 0;
    padding: 0 .9em 0 .8em;
	float: left;
    border: none;
}

#post a {
color: #0066FF; 
text-decoration: none;
}

#post a:hover {
color: #0033CC;
text-decoration: underline;
}

.sotto {
padding: 0 20px 20px 20px;
border-bottom: 2px solid #FFFF00;
text-align: left;
}

#recenti {
width: 45%;
float:left;
border: 2px solid #FF8A16;
margin-top: 10px;
margin-bottom: 10px;
}

#recenti h2 {
text-align: center;
font: bold 110% "Georgia";
background: url(sottotitolo.gif) repeat-x #27A8F2;
height: 40px;
}

#recenti ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recenti li {
	padding: 5px 25px;
	background: url(commenti.gif) no-repeat left center;
	border-bottom: 1px dashed #FFFF00;
}

#recenti li a {
color:#FFFF00;
text-decoration: none;
}

#recenti li a:hover {
color: #0033CC;
}


#dalforum {
width: 40%;
float: right;
border: 2px solid #FF8A16;
margin-top: 10px;
margin-bottom: 10px;
}

#dalforum h2 {
text-align: center;
font: bold 110% "Georgia";
background: url(sottotitolo.gif) repeat-x #27A8F2;
height: 40px;
}

#dalforum ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#dalforum li {
	padding: 5px 15px 5px 25px;
	background: url(forum.gif) no-repeat left;
	border-bottom: 1px dashed #FFFF00;
}

#dalforum li a {
color:#FFFF00;
text-decoration: none;
}

#dalforum li a:hover {
color: #0033CC;
}

#piede {
clear: both;
height: 70px;
background: url(piede.gif) repeat-x #F7E292;
}

#piede p {
text-align: center;
font-style: italic;
padding-top: 20px;
}