@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 24px;
}
#container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:285px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 15px;
	padding-left: 50px !important;
	}
	
#header h1 a{
	display:block;
	width:360px;
	height:267px;
	text-indent: -1000em;
	background-image: url(../ima_gen/logo_trattoria_brianzola.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.titolo {
	font-size: 80%;
	line-height: 18px;
	font-style: italic;
}	

#mainContent {
	position:relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 50px;
	overflow:hidden;
}
#mainContent  h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	color: #F0F0EB;
	font-style: normal;
	font-weight: normal;
}
h3{
	font-size: 90%;	
}

#mainContent p, li{
	font-size: 80%;
	line-height: 19px;
}

#sin {
	float:left;
	width:450px;
	background-image: url(../img/bg-black.png);
	padding: 0px;
}

#sin h1{
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: none;
}
#sin p{
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	color: #FFFFFF;
	text-align: justify;
}

#dx {
	float:left;
	width:260px;
	margin-left: 20px;
	background-image: url(../img/bg-black.png);
}

#dx h1{
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: none;
}
#dx p{
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	color: #FFFFFF;
}

.large {
	width:550px !important;
}

.clear {
	clear:left;
	height:0;
	overflow:hidden;
}


#footer {
	position:relative;
	margin: 0px;
	padding: 0 10px;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
	text-align: center;
}

#menu {
	height:45px;
	background-image: url(../img/bg-black-menu.png);
	background-repeat: no-repeat;
}

.menunavigazione {
	padding-top: 12px;
	text-align: center;
	padding-left: 0px;
}

.menunavigazione li {
	display:inline;
}

.menunavigazione a {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #a28353;
	text-decoration: none;
	font-weight: normal;
	font-size: 140%;
	background-image: url(../ima_gen/sep.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 7;
	padding-bottom: 0;
	padding-left: 7px;
}

.menunavigazione a:hover{
	color: #D89609;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.corsivoevidente {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #ebebeb;
	padding: 15px;
}

.thumbnail{
	background-color: #ebebeb;
	border: 1px solid #CCCCCC;
	float:right;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}

.thumbnailnofloat{
	background-color: #ebebeb;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background-image: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}

#map {
	width: 600px;
	height: 400px;
	float: left;
}
#map-side-bar {
	float: left;
	width: 160px;
	padding: 7px 20px;
}
#mappa {
	float: right;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/BebasNeue-webfont.eot');
    src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BebasNeue-webfont.woff') format('woff'),
         url('../font/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p.capolettera:first-letter {
	font-size : 350%;
	font-weight : normal;
	float : left;
	width : 1em;
	font-family: "Times New Roman", Times, serif;
	color: #9E8051;
	margin-right: 5px;
	margin-top: 5px;
}
a {
	color: #CC9900;
}
