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

/*Sticky Footer*/
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 60px;}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	background:#318925;
	clear:both;
} 
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*end*/

/*generale*/
#colonna {
	position:absolute;
	top:0; left:0;
	width:170px;
	float:left;
	display:inline;
	padding:15px;
}
#contenuti {
	margin-left:200px;
	width:750px;
	padding:15px;
}
/*end*/

.web {
	height: 90px;
	margin-top:5px;
}
#copy {
	padding:10px 0 5px 215px;
}
h1 {
	font-size:50px;
	color:#ffd700;
	margin:10px 0;
}
h2, h2 a {
	font-size:26px;
	color:#318925;
	text-decoration:none;
}
h2 a:hover {
	color:#999;
	text-decoration:none;
}
h6, h6 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
h6 a:hover {
	color:#ffd700;
	text-decoration:none;
}
p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#318925;
	text-align:justify;
	margin-bottom:8px;
}
p a {
	color:#318925;
}
p a:hover {
	color:#ffd700;
}
ul.nav {
	list-style-type: none;
}
li.nav {
	margin:10px 10px 10px 0;
	float:left;
	display:inline;
	text-decoration:none;
	list-style-type: none;
	font-size:28px;
	color:#318925;
}
li.nav a {
	text-decoration:none;
	list-style-type: none;
	color:#318925;
}
li.nav a:hover {
	color:#ffd700;
}
ul.ricette {
	margin-bottom:5px;
}
dl {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#318925;
}
dl:before {
	content: "- ";
}
.logo{
	margin-bottom: 100px;
}
.border {
	height:5px;
	width:100%;
	background:#ffd700;
}
.sito {
	float: left;
	border: 2px solid #ffd700;
	margin-right: 10px;
}
.stampa {
	margin:10px 25px 10px 0;
	border:4px solid #318925;
}
.foto {
	margin:10px 0;
	border:4px solid #ffd700;
}
.fonte a{
	color: #CCCCCC;
	font-style: oblique;
}
.fonte:before, .fonte:after {
	content: " / ";
	color: #ffd700;
}
.clear {
	clear:both;
}