* {
	margin: 0;
	padding: 0px;
	border: none;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	letter-spacing: -0.5px;
	font-size: 1.5em;
	padding: 5px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 15px;
	line-height: 120%;
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

hr {
	display: none;
}

.evidenzia1 {
	font-size:18px;
	font-style:inherit;
	padding: 10px;
	color: #F5930C;
	background-image: url(images/sfondo_arancio.jpg);
}

/* Header */

#header {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	background: url(images/header2010_01.jpg);
	margin-top: 10px;
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
	display: none;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 42px;
	margin: 0 auto;
	background: url(images/header2010_02.jpg);
}
#menu_dx {
	float: left;
	width: 670px;
	height: 42px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	letter-spacing: -1px;
}

#menu a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#menu_dx .active {
	text-decoration: none;
	font-weight: bold;
	color: #80FF02;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #80FF02;
}


#menu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #80FF02;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(images/header2010_03.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 605px;
}

.post {
	margin-bottom: 40px;
}

.post .title_celeste {
	border-bottom: 1px solid #454545;
	color: #0078FF;
}
.post .annuncio_celeste {
	color: #0078FF;
	margin-left: 20px;
}
.post .annuncio_celeste a {
	color: #0078FF;
}
.post .title_arancio {
	border-bottom: 1px solid #454545;
	color: #F7900D;
}
.post .title_bianco {
	border-bottom: 1px solid #454545;
	color: #FFFFFF;
	background-color: #646464;
}
.post .title_verde {
	border-bottom: 1px solid #454545;
	color: #80FF02;
}


.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 5px;
}

.post .meta {
	height: 20px;
	padding: 5px 10px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}
.post .entry_02 {
	padding: 0 5px;
	float:right;
	width:290px;
}
.post .entry_01 {
	padding: 0 5px;
	float:left;
	width:290px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 8px 10px 0px 20px;
	background: url(images/img03_06.jpg) no-repeat;
	font-size: 20px;
	color: #F7900D;
	margin: 0px;
}

#sidebar a {
	color: #F5930C;
}
#sidebar li {
	margin-top: 0px;
	line-height: 100%;
	margin-bottom: 10px;
}

/* Search */

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em;
	color: #FFFFFF;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}
#sidebar img {
	border: none;
}
.evidenzia2 {
	font-size:18px;
	font-style:inherit;
	padding: 10px;
	color: #FFFF00;
	background-color: #1F1F1F;
	margin: 10px;
	border: 1px solid;
	text-align: center;
	border-color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.evidenzia2 p {
	font-size:14px;
	font-style:inherit;
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
}
.evidenzia2 .del {
	font-size:14px;
	font-style:inherit;
	padding: 10px;
	color: #FF0000;
	text-align: left;
	text-decoration: line-through;
}
.evidenzia2 .evid {
	font-size:14px;
	font-style:inherit;
	padding: 10px;
	color: #FFFF00;
	text-align: left;
	font-weight: bold;
}
.post .entry_01 img {
	margin: 2px;
	padding: 2px;
	border: 1px dashed;
	border-color: #999999;
}
.post .entry_02 img {
	margin: 2px;
	padding: 2px;
	border: 1px dashed;
	border-color: #999999;
}
.post .entry_03 img {
	margin: 2px;
	padding: 2px;
	border: 1px dashed;
	border-color: #999999;
}

.note_prodotti {
clear: both; font-size:9px; margin:10px 0 10px 0;
}
