body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/*************************
	Main Styling
*************************/
body {
	background: #d8c6b8 ;
	color: #CF1C44;
	padding-top: 15px;
	font-family: Klinic Slab Book, Goudy Old Style;
}
a:hover,
a:focus {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header */
#container > header {
	padding: 0 0.8em;
	height: 90px;
}

header div#logo {
	float: left;
}

header nav {
	float: right;
}

header nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

header nav ul li {
	float: left;
	padding: 2.5em 0 2.5em 2em;
}

header nav ul li a,
header nav ul li a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #7b573e;
}

header nav ul li a.active,
header nav ul li a:focus,
header nav ul li a:hover {
	color: #0B9446;
}

/* Home Featue */
section#feature {
	width: 105%;
	height: 300px;
	background: url('../img/pasta amore food.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 450px;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 1px ;
	margin-bottom: 1em;

}

/* Home Text */
section#home-text {
	float: left;
	width: 520px;
	padding: 15px;
	font-size: 1em;
	background: #d7c5b7;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	border-bottom: 1px ;
}

section#offers {
	color: #5e1211;
	width: 388px;
	padding: 15px;
	margin-left: 588px;;
	background: #d7c5b7;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-bottom: 1px ;
	font-size: 1em;
	line-height: 1.3em;
}

section#offers ul li {
	padding: 0.5em 0;
}

/* Footer */
footer {
	text-align: center;
	font-size: 0.7em;
	border-top: 1px dotted #E8DFAC;
	padding-top: 1em;
	margin: 1em;
	clear: both;
}

footer a,
footer a:visited {
	color: #636363;
}

footer a:hover,
footer a:focus {
	color: green;
}