body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #D9985C;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
	color: #ff8008;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

/* @group unordered lists */

div.entry ul li p {
margin: 0px;
}

div.entry ul li ul li p {
margin: 0px;
}

ul {
	list-style: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0.6em;
}


ul li ul {
	margin-bottom: 0.6em;
}

div.entry ul li {
margin-bottom: 0.6em;
}

/* @end */

ol li {
margin-bottom: 1em;
}

a {
	color: #ff8008;
}

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

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 860px;
	height: 176px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat;

}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

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

/* Menu */

#menu {
	width: 860px;
	height: 24px;
	margin: 0 auto;
	background: #D9985C url(images/nav.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	background: #D9985C url(images/body.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	height: auto;
	min-height: 479px;
	background: url(images/page.png) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 520px;
	padding: 15px 0 0 40px;
}

.posts {
}

.posts li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #BAB6B7;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

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

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

#sidebar li {
width: 155px;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 15px;
	background: url(images/bullet.gif) no-repeat 0px 50%;
/*	border-bottom: 1px solid #bab6b7;*/
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 0px;
	border-bottom: 1px solid #bab6b7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

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

#search {
}

#search div {
	padding: 10px 0 0 20px;
}

#search br {
	display: none;
}

#comment {
	width: 318px;
	height: 200px;
}

#notes {
	padding: 20px 0 0 20px;
}

/* Footer */

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

#footer p {
	margin: 0;
	padding-top: 30px;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #DDD;
}

/* @group small calendar */

div.date {
font-family:Arial,Verdana,sans-serif !important;
}



div.date p {
background:transparent url(images/date.png) no-repeat scroll 0%;
behavior: url(/wp-content/pngfix/iepngfix.htc);
color:#DDDDDD;
float:left;
font-size:90%;
height:50px;
margin:3px 10px 0pt 0pt;
overflow:hidden;
padding:5px;
text-align:center;
width:40px;
}
div.date span.mese {
display:block;
margin-bottom:9px;
}
div.date span.giorno {
color:#444444;
font-size:190%;
font-weight:bold;
line-height:0.8;
}
div.date p span.anno {
color:#666666;
font-family:Tahoma,Arial,sans-serif;
font-size:80%;
margin:0pt;
padding:0pt;
}

/* @end */

/* @group big calendar */

table#wp-calendar {
width: 150px;
text-align: center;
border-collapse: collapse;
}

table#wp-calendar tbody td {
width: 22px;
}

table#wp-calendar tbody td.post_today {
background-color: #ff8008;
}

table#wp-calendar tbody td.post_today a {
color: #ffffff;
display: block;
}

table#wp-calendar tbody td.post_today a:hover {
text-decoration: none;
display: block;
background-color: #dedcdd;
color: #ff8008;
}

table#wp-calendar tbody td#today {
color: #FFFFFF;
font-weight: bold;
background-color: #86aab2;
}

/* @end */

/* @group search */

form#searchform div {
padding-left: 0px;
}

form#searchform div input#s {
width: 115px;
}

#sidebar li#search {
width: 175px;
}

/* @end */

/* @group various stuff */


#pics {
float: left;
padding-right: 15px;
padding-bottom: 10px;
}

#logo a.homelink {
text-indent: -9999px;
display: block;
margin-left: 280px;
width: 300px;
position: absolute;
top: 60px;
height: 80px;
}

.notedown {
font-size: 10px;
}

a.noteup, a.notedown {
text-decoration: none;
font-size: 10px;
}

a.noteup {
vertical-align: super;
}

ol p {
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
color:#666666;
}

ol {
font: italic 1em Georgia, Times, serif;
color: #ff8008;
}

#recaptcha_widget_div {
margin-bottom: 20px;
}

#sidebar li ul.nomargin {
margin-bottom: 0px;
}

#newsletter {
padding:10px 0 0 0px;
}

#inputnews {
margin-top: 10px;
}

#buttonsnews {
font-size: 0.9em;
margin-top: 0px;
}

/* @end */

