@import url(reset-fonts-grids.css);
@import url(menu.css);
html, body {
	background: #EED7A7 url(../images/bg_page.gif) repeat-x;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #371E0B;
}
h1 {
	/*20px via YUI Fonts CSS foundation*/
	font-size:153.9%;  
}
h2 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%; 
}
h2.menu {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 123.1%;
}
.home h2 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 108%;
	border-bottom: 1px dotted #333300;
	margin: 0 15px 5px 10px;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	/*margin-left:2em;*/
}
ol li {
	/*giving OL's LIs generated numbers*/
	background:url(../images/arrow.gif) no-repeat left 4px;
	padding-left: 16px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	background:url(../images/arrow.gif) no-repeat left 4px;
	padding-left: 16px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
	vertical-align: top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
a { 
	text-decoration: underline;
	font-style: normal;
	color: #C11F1B;
}
a.slide-title {
	font-style:italic;
}
#custom-doc {
	margin: 20px auto auto;
	text-align: left;
	width: 61.538em;/* 900px non-IE */
	*width: 60.001em;/* IE */
	min-width: 800px;
	background-color: #EFD8A8;
	border: 1px solid #663300;
}
#hd {
	background: transparent url(../images/bg_header.jpg) no-repeat bottom;
	padding-bottom: 95px;
	text-align:center
}
#hd #logo {
	margin-left: 8px;
}
#menubar {
	background: url(../images/bg_menubar.gif) repeat-x bottom;
}
#bd {
	background: url(../images/bg_body.gif) no-repeat top center;
}
#bd #content {
	padding: 0 13px 13px;
}
.home #bd #content {
	padding: 20px 39px;
}
#bd #content p {
	font-size: 93%;
	/*text-align: justify;*/
}
#sidebar {
	padding: 32px 0 0;
}
#sidebar #photogallery,
#sidebar #map {
	width:350px;
	height:400px;
	border: 2px solid #C11F1B;
}
#ft {
	border-top: 1px solid #371E0B;
	padding-top: 5px;
	margin-top: 20px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.slide {
	display: none;
}
.box {
	background:url(../images/bg_box.gif) no-repeat top left;
	padding: 20px;
}
.box-featured {
	background:url(../images/bg_box_big.gif) no-repeat top left;
	padding: 20px;
}
.box-prenotazioni {
	background:url(../images/bg_box_prenotazioni.gif) no-repeat top left;
	padding: 15px;
}
.featured {
	color: #C11F1B;
	font-style: italic;
}
/* CSS for the yui-t7 template: 360px right */
.yui-t7 .yui-b {float:right;width:27.6923em;*width:27em;}
.yui-t7 #yui-main .yui-b {margin-right:28.6923em;*margin-right:27.9756em;}
.yui-t7 #yui-main{float:left;margin-right:-29em;/* IE: preserve layout at narrow widths */}

