/*
Theme Name: Quehls Restaurant
Theme URI: http://www.quehlsrestaurant.com/
Description: The original WordPress theme for Quehls Restaurant.
Version: 1.0
Author: Luke Gladding
*/

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

body {
	background: url(images/background.jpg) repeat center center;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#container-1 {
	background: url(images/content.jpg) repeat-y center center;	
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#container-2 {
	background: url(images/header.jpg) no-repeat center top;	
}

#container-3 {
	background: url(images/footer.jpg) no-repeat center bottom;
}

#header-1 {
	display: none;
}

#primary-navigation-2 {
	padding-top: 90px;
}

#primary-navigation-1 {
	float: right;
	width: 490px;
}

#primary-navigation-1 li {
	float: left;
	padding: 0px 15px;
	list-style: none;
}

#primary-navigation-1 li a {
	color: white;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

#primary-navigation-1 li a:hover {
	text-decoration: underline;
}

#content-1 {
	padding: 35px;
	padding-top: 225px;
}

#content-1 h2 {
	padding-bottom: 30px;
	color: #660000;
}

#content-1 h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #660000;
}

#content-1 h4 {
	padding-bottom: 10px;
}

#content-1 p {
	padding-bottom: 10px;
}

#content-1 p.left {
	text-align: left;
}

#content-1 p.right {
	text-align: right;
}

#content-1 a {
	color: #660000;
	text-decoration: none;
}

#content-1 a:hover {
	color: #660000;
	text-decoration: underline;
}

#content-1 ul {
	padding-left: 20px;
	padding-bottom: 10px;
}

#content-1 ul li {
	list-style: square;
}

#footer-1 {
	padding: 35px;
	padding-bottom: 75px;
}