
body {
	margin-top: 50px;
	padding: 0;
	background: #5b0505;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana;
	text-align: justify;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 15px;
}

p, ul, ol {
	margin: 0 0 5px 0;
	text-align: justify;
	line-height: 15px;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#banner-castello {
	width: 800px;
	margin: 0 auto;
	background: url(images/castello.jpg) no-repeat left top;
	height: 230px;
}

#banner-locanda {
	width: 800px;
	margin: 0 auto;
	background: url(images/locanda.jpg) no-repeat left top;
	height: 80px;
}

#banner-foto {
	width: 800px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
	height: 230px;
}


#banner-menu {
	width: 800px;
	margin: 0 auto;
	background: url(images/menu.jpg) no-repeat left top;
	height: 90px;
}

#banner-dove {
	width: 800px;
	margin: 0 auto;
	background: url(images/dove.jpg) no-repeat left top;
	height: 270px;
}

#banner-contatti {
	width: 800px;
	margin: 0 auto;
	background: url(images/contatti.jpg) no-repeat left top;
	height: 80px;
}

#banner-privacy {
	width: 800px;
	margin: 0 auto;
	background: url(images/privacy.jpg) no-repeat left top;
	height: 230px;
}


/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	background: url(images/img01.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 30px;
	background: url(images/img01.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #000000;
}

/** LOGO */

#logo {
	width: 800px;
	height: 109px;
	margin: 0 auto;
	
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 5px 30px 0px 30px;
	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 740px;
	
}

/* Post */

.post {
	padding: 0px 0px 5px 0px;
	margin-bottom: 0px;
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #990000;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 20px;
	color: #990000;
}

.post .entry {
	color: #990000;
}



/* Footer */
#footer-wrap {
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/bg-copy.jpg) ;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	text-align: center;
	color: #660000;
}

#legal a {
	font-weight: normal;
	color: #660000;
}

