/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(back_all.jpg) no-repeat center -160px;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}


h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #A60160 !important;
}


/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 758px;
	margin: 0 auto;
	height: 270px;
}

#menu {
	height: 35px;
	width: 718px;
	padding-left: 14px;
	background: url(buttons.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff !important;
	padding-top: 10px;
    text-align: center;
}

#menu a:hover {
	color: #fff !important;
	text-decoration: underline;
}

#menu .li_attivo {
text-decoration: underline !important;
}

#menu .li_attivo a {
text-decoration: underline !important;
}



/* Logo */

#logo {
	width: 758px;
	height: 225px;
	margin: 0 auto;
}


#logo h1 {
	padding-top: 80px !important;
	padding-left: 20px !important;
	color: #ffffff !important;
	font-size: 24px !important;
}

#logo h2 {
	font-style: italic !important;
	font-size: 16px !important;
	padding-left: 20px !important;
}

logo h2:hover{
	text-decoration: none;	
}

#logo h2 a:hover{
	text-decoration: none !important;
}

#logo h1 p {
	clear: left;
	margin: 0 !important;
	padding: 0 0 0 20px !important;
	line-height: normal;
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #ffffff !important;
	display: none;
}

#logo a {
	color: #FFFFFF !important;
}

/* Page */

#page {
	width: 728px;
	margin: 0 auto;
	border-top: none;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding-left: 10px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.post h1.title {
	height: 30px !important;
	font-size: 2.4em !important;
}

.post .contenuti {
	padding: 0 10px 30px 0;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C5C89;
}

.post .meta a {
	color: #2C5C89 !important;
}

.post .links {
	margin: 0 !important;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	}

.post .links a, .post .tags a {
	border: none;
}


#content .display_none {
	display: none;
}

#content .table_tr_fixed_height{
	margin: 0 0 0 0;
	width: 100%;
}

#content .table_tr_fixed_height tr{
	height: 70px;
}

#content table tr td a p{
	color: #fff;
	
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
	background: #CCCCCC;
	color: #000000
}

.sidebar li li {
	margin: 0;
}




#sidebar1 {
	width: 224px;
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
	width: 224px;
	padding: 0px 20px 0px 20px;
}

#sidebar2 h2 {
display: none;
}
#sidebar2 .empty {
display: none; /*nascondo menu inutili in homepage*/
}

#sidebar2 ul li  {
	margin: 0 0 1em 0 !important;
	background: url(title.jpg) no-repeat left top;
padding: 1px 0 5px 0;
}

#sidebar2 ul li a {
	font-size: 1.6em !important;
display: block;
padding: 2px 0 5px 20px;
color: #fff !important;
	border: none;
text-decoration: none;
}


#sidebar2 ul li ul {
	line-height: normal;
	background: #B3ECD7;
margin: 0 0 0 0;
padding: 10px 0 10px 0;
}

#sidebar2 ul li ul li{
background: none;
padding: 0 0 0 0;
margin: 0 0 9px 0 !important;
}

#sidebar2 ul li ul li a{
	padding: 5px 5px 5px 15px;
background: none;
	font-size: 1em !important;
margin: 0 0 0 0 !important;
text-decoration: underline;
color: #A60160 !important;
}



#sidebar2 li a:hover {
	border: none;
text-decoration: none;
}

#sidebar2 li .link_attivo{
text-decoration: none;
font-weight: bold;
}


/* Footer */
#footer {
width: 758px;
margin: 0 auto;
}


#footer_background
{
height: auto;
background: #A60160 url(footer.gif) repeat-x 0 0;
border-top: 1px solid #A60160;
padding-top: 20px;
width: 732px;
height: 80px;
}

#footer p {
	text-align: center;
	font-size: 11px !important;
	color: #ffffff;
	margin: 0px !important;
	padding: 0px !important;
}
#footer a
{
color: #FFFFFF !important;
}



