* {		
	color: #333333;
	font-family: sans-serif;
}

a {
	color: #dd4814;
	cursor: pointer;
	text-decoration: none;
}
	
article {	
	display: block;
	margin: 0 auto 40px auto;		
	position: relative;	
	scroll-margin-top: 90px;
}

body {	
	margin: 0;
	max-width: 100%;
	padding: 0;	
	position: relative;	 
}	

footer {
	background-color: #333333;
	clear: both;
	color: #ffffff;
	font-size: 11pt;
	height: 280px;
	margin: 10px 0 0 0;
	min-width: 1200px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer a {
	color: #999999;
	text-decoration: none;
}	

footer > div {
	display: none;
	height: 280px;
	margin: 0 auto 0 auto;	
	padding: 0 20px;
	position: relative;
	width: 1200px;
}

footer > div > div {
	float: left;
	height: 220px;
	margin: 20px 10px 10px 10px;	
	width: 280px;
}

footer h3 {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

footer ul {
	list-style: none;
	margin: 5px 0 0 0;
}

footer li {
	color: #888888;
	font-size: 10pt;
	margin-left: -40px;
}

footer a:hover {
	color: #888888;
	text-decoration: underline;
}

h1 {
	color: #dd4814;
	display: none;	
}

h2 {	
	margin-bottom: 0;
}

h3 {
	color: #dd4814;		
	margin-bottom: 0;
}

header {
	background-color: rgba(0, 0, 0, 0.8);	
	color: #ffffff;	
	display: none;
	height: 30px;
	line-height: 30px;
	padding: 20px 0 20px 0;
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 1;
}

header span {	
	color: #ffffff;	
	display: block;	
	height: 30px;
	line-height: 30px;
	position: absolute;
}

#category-name {
	font-weight: bold;
	font-size: larger;
	left: 20px;
}
#remove-filter {
	color: #ffffff;	
	cursor: pointer;		
	right: 20px;
}

html {
	min-height: 100%;
	min-width: 100%;
	position: relative;
	display: block;
}

img[alt="Recipes"] {
	display: block;
	height: 40px;			
	margin: 20px auto 0 auto;
}

img[alt="Search"] {
	display: block;
	height: 40px;			
	position: absolute;
	right: 20px;
	top: 20px;
}

li {
	line-height: 1.6em;
}

main {		
	margin: 90px 20px 20px 20px;
	z-index: 0;	
}

nav {
	background-color: #dd4814;	
	height: 70px;
	line-height: 30px;	
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

nav li {	
	color: #ffffff;	
	cursor: pointer;	
}

nav span {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 30px;	
	line-height: 30px;
	padding: 20px;
	position: absolute;
}

#category-list-header {
	left: 100px;
}

#recipe-list-header {	
	left: 0;
}

p {	
	line-height: 1.6em;
}

nav ul {
	background-color: rgba(0, 0, 0, 0.8);		
	display: none;	
	max-height: 500px;
	list-style: none;
	left: 0;
	margin: 0;
	overflow-y: auto;
	padding: 20px;
	position: absolute;	
	top: 70px;
	z-index: 10;
}

#category-list {
	left: 100px;
}

time {
	color: #999999;
	display: block;
	font-size: smaller;	
	left: 60px;
	margin: 0;
	position: absolute;	
	top: 20px;	
}

@media (min-width: 1200px) { 
	article {			
		margin: 0 0 40px 0;		
		position: relative;
		width: 1140px;
	}

	html {
		min-height: 100%;
		position: relative; 
		display: block;
	}
	
	main {	
		margin: 90px auto 0 auto;
		min-width: 1140px;
		padding: 0 20px 120px 20px;
		width: 1140px;		
	}
}
