div#logo
{
	background-color: #FFF;
	background-image: url("../img/Logo.png");
	background-repeat: no-repeat;
	color: #333;
	font-size: 11px;
	height: 150px;
}

div#footer
{
	background-color: #333;
	color: #FFF;
	margin: 0px;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
}

.roundbox
{
	background-color:#FFE0C1; 
	text-decoration:none; 
	padding-bottom:3px; 
	-webkit-border-radius:8px; 
	-khtml-border-radius:8px; 
	-moz-border-radius:8px; 
	border-radius:8px;
}

/* MENU */
.nav_menu ul				{margin:0; margin-left:20px;padding:0px; padding-top:95px;}
.nav_menu li				{float:left; margin:2px; margin-left:14px; padding-bottom:14px; list-style-type:none; font-size:12px;}
.nav_menu li a				{background-color:#FFE0C1; color:#FFF; text-decoration:none; padding:4px 7px 5px 7px; -webkit-border-radius:4px; -khtml-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.nav_menu li a:hover		{background-color:#FF8000; color:#FFF;}
.nav_menu li a.home			{background-color:#FF8000; color:#FFF;}
.nav_menu li a.home:hover	{background-color:#FF8000; color:#FFF;}
.nav_menu li a.home_sub		{background-color:#999; color:#FFF;}
.nav_menu li a.home:hover	{background-color:#FF8000; color:#FFF;}


.documenti_link ul				{margin:0; padding:0px;}
.documenti_link li				{margin:2px; padding-bottom:20px; list-style-type:none; font-size:14px;}
.documenti_link li a			{background-color:#FFE0C1; color:#FFF; text-decoration:none; padding:4px 7px 5px 7px; -webkit-border-radius:4px; -khtml-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.documenti_link li a:hover		{background-color:#FF8000; color:#FFF;}
.documenti_link li a.home		{background-color:#FF8000; color:#FFF;}
.documenti_link li a.home:hover	{background-color:#FF8000; color:#FFF;}



.post .top {
    height: 67px;
    background: url(../img/post-top.png) no-repeat;
    margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */   
}
.post .top h3 {
    max-width: 400px;
    float: right;
    color: rgba(0,0,0,.6);
    font-family: HelveticaNeue-Medium, Helvetica, sans-serif;
    font-size: 13px;
    -webkit-transform: scaleY(.75);
    -moz-transform: scaleY(.75);
    text-align: right;
    text-transform: uppercase;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
}

.post .middle {
	background: url(../img/post-middle.png) repeat-y;
	max-width: 500px;
	padding: 35px 25px 0px 0px;
	color: #666;
	line-height: 28px;
	text-align:center;
}
.post .bottom {
	height: 45px;
	padding: 0 73px;
	background: url(../img/post-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

