@charset "UTF-8";
/* Gingham's Restaurant - CSS Document */

html, body {
	margin:0px;
	padding:0px;
}

body {
	font-family:Lucida Sans, Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#f7f7f7;
	background-color:#1d0606; /* set to copyright's bg in case of a short page */
}

/* Containers */
#header {
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
	text-align:center;
}

#navigation {
	width:820px;
	margin:0px auto 0px auto;
	text-align:center;
	border-bottom:1px solid #8c6e6e;
}

#content_container {
	background-color:#3f0d0d;
	width:100%;
	min-height:400px;
	padding-bottom:30px;
}

#content {
	width:820px;
	font-size:16px;
	line-height:24px;
	letter-spacing:-.2px;	
	margin:0px auto 0px auto;
}

#footer {
	background-color:#2a0909;
	color:#ebd1b7;
	width:100%;
	min-height:100px;
}

#copyright {
	background-color:#1d0606;
	color:#ebd1b7;
	width:100%;
	padding-top:20px;
	text-align:center;
	height:100px;
	font-size:12px;
	line-height:normal;
}


/* Footer Styles */
#footer_container {
	width:820px;
	margin: 0px auto 0px auto;
}
#footer_container div {
	float:left;
	clear:none;
	width:240px;
	margin:0px 30px 0px 0px;
	text-align:left;
	font-size:13px;
	line-height:1.8;
}

/* Fonts */
h2 {
	font-size:19px;
	line-height:28px;
	letter-spacing:-1px;
}
#content p {
	margin-bottom:30px;
}
#footer_container h1 {
	font-size:26px;
	line-height:28px;
	letter-spacing:-1.5px;
}
#footer_container p {
	font-size:14px;
	line-height:18px;
	letter-spacing:-.3px;
}

/* Links */
a {
	color:#ffb72d;
	text-decoration:none;
}
a:hover {
	color:#9e7f43;
	text-decoration:none;
}

/* Misc */
img {
	border:none;
}

.clear {
	clear:both;
}

ul {
	margin:25px 0px;
	padding:0px;
}
li {
	margin:0px 0px 0px 45px;
	padding:0px;
}

/* Contact Form */
fieldset {
	text-align:center;
	padding:20px;
	border:none;
	width:500px;
	margin:0px auto 0px auto;
}
label {
	clear:both;
	display:block;
	float:left;
	width:120px;
	text-align:right;
	clear:both;
	margin:5px;
	font-size:15px;
}
.input_box {
	border:1px solid black;
	display:block;
	float:right;
	font-size:15px;
	font-family:Lucida Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	margin:5px 140px 5px 5px;
	width:200px;
	text-align:left;
}
.submit_button {
	display:block;
	float:right;
	font-size:15px;
	margin:5px 180px 5px 5px;
	text-align:left;
}

/* Sidebar */
.sidebar {
	background-image:url(images/sidebar_content.png);
	background-repeat:repeat-y;
	float:right;
	font-size:13px;
	line-height:normal;
}