@import "reset.css";

#box{
	margin: 20px auto;
	width: 960px;
	-moz-box-shadow: 5px 5px 20px #000000;
	-webkit-box-shadow: 5px 5px 20px #555; }

#corpo{
	overflow: hidden; }

#header{
	background-color: #719ECE;
	height: 5em;
	padding: 0em;
}

#header h1{
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: 2px 2px 3px #000; }

#header h2{
	color: #FF00FF;
	font-size: 1.2em;
	font-weight: italic;
	text-shadow: 2px 2px 3px #000; }

#menu{
	background-color: #FF6600;
	float: left;
	width: 300px;
	margin-bottom: -125em;
	padding-bottom: 125em; }

#menu ul li{
	background-color: #FFB13D;
	border: 2px solid #FFAA00;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.25em;
	padding: 0.3 0.5em; }

#posts.postcontainer .post .testo img{
	border: 2px solid #FFB13D;
	display: block;
	margin: 1em auto; }

#posts{
	background-color: #FFDD00;
	margin: 0em 0em 0em 300px;
	padding-bottom: 110em; }
	
#chatbox {
	padding:10px;
	background:url(images/head.png) repeat-x left bottom;
	padding-bottom:20px;
}

#description p {
	color: #DDE2F2;
	font-size: 1em;
	margin:0.5em 0px 0.5em 0px;
}

#description a, #description a:hover, #description a:visited {
	color: #FFF;
}

#description a:hover {
	color: #F0F2CA;
}

#footer {
	background-color: #CCCCCC;
	color: #777777;
	font-size: 0.7em;
	height: 15em;
	letter-spacing: 0.15em;	
	padding-top: 3em;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; }

