
body {
	margin: 0;
	padding: 0;
	background: #749865 url(images/menu.gif) repeat-x;
	font: normal small "Bitstream Vera Sans", arial, sans-serif;
	line-height: 1.5em;
	color: #838B91;
}


h1 {
	color: #fff;
}


p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	font: italic small "Bitstream Vera Sans", arial, sans-serif;
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #468259;
}

a:hover {
	background: none;
	text-decoration: underline;
}

img {
    border: none;
}

#wrapper {
	background: #FFFFFF url(images/wrapper.gif) repeat-x left bottom;
}


#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 148px;
	height: 60px;
	padding: 0 0 0 2px;
	background: url(images/separatore.gif) no-repeat;
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	padding: 25px 20px 0 20px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.6em "Bitstream Vera Sans", arial, sans-serif;
	color: #fff;
}

#menu a:hover {
	border-bottom: 4px solid #5A7C50;
	text-decoration: none;
	color: #f27d1d;
}

#menu .active a {
	background: #E1E9E2;
	border-bottom: 4px solid #E1E9E2;
	text-decoration: none;
	color: #749865;
}


#header {
	width: 754px;
	height: 40px;
	margin: 0 auto;
	padding: 0 0 0 0;

}

#header .logo {
	float: right;
	width: 340px;
	height: 20px;
	padding: 34px 0 0 0px;
	background: url(images/logo_greenserver.png) no-repeat;
}


#content {
	width: 900px;
	margin: 0 auto;
}

#content .icon,
#content .icon {
   float: left;
   margin-right: 5px;
}

#posts {
	float: left;
	width: 600px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .descrizione {
	padding: 15px 20px 0 20px;
	background: url(images/titolo.gif) repeat-x
}

#posts .title {
	margin: 0;
	padding: 0;
	background: url(images/icona.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 22px;
}

#posts ul {
	list-style: url(images/pallino.gif);
}

#posts ul li {
}



#footer {
	padding: 35px 0 60px 0;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	width: 750px;
	font-family: "Bitstream Vera Sans", arial, sans-serif;
	color: #A6C09B;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #A6C09B;
}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 15px 0 0 35px;
	background: url(images/iconal.gif) no-repeat left top;
	letter-spacing: -1px;
	font-size: 20px;
}


