/*
Oarhouse / http://www.oarhouse.ca/
4c / 4c.ca
April 2008
Bignight Restaurant
*/

* {
	outline: none;
}

body {
	background: #63100f url(img/background.jpg) no-repeat top left;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	clear: both;
	margin: 0;
	padding: 0;
}

a {
	color: #63100f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

h1, h2, h3, h5 {
	background-position: bottom left;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-999em;
}



/* Layout 
----------------------------------------*/

#container {
	color: #FFF;
	font-size: 1.2em;
	margin:0;
	width:950px;
}

#header {
	margin:20px 0 0 20px;
	height: 180px;
}

	#header p {
		color: #F4E5BC;
		text-transform: uppercase;
		margin-top: 40px;
		line-height: 1.5em;
	}
	
	#header a {
		color: #F99564;
		text-decoration: none;
	}

	#header a:hover {
		text-decoration: underline;
	}


#menu {
	margin-top: 159px;
	width: 950px;
}

.left {
	background: url(img/line.gif) repeat-y top right;
	float: left;
	margin: 5px 20px 20px 20px;
	padding-right: 30px;
	width: 435px;
}

.right {
	float: left;
	margin: 5px 0px 20px 5px;
	width: 430px;
}

#contact {
	background: url(img/contact_bkgd.jpg) no-repeat bottom left;
	clear: both;
	height: 100px;
	margin: 20px 0 0 0;
	position: relative;
	width: 950px;
}

#connect {
	height: 500px;
	margin: 5px 20px 20px 20px;
	padding-right: 30px;
	width: 435px;
}

	#connect h1 {
		background-image: url(img/h1_connect.png);
		height: 35px; 
		margin-bottom: 80px;
		width: 180px;
	}
	

/* Typography 
----------------------------------------*/

h1 {
	background-image: url(img/h1_menu.png);
	height: 35px; 
	margin-bottom: 80px;
	width: 180px;
}

h2 {
	background-image: url(img/h2_daily-features.png);
	clear: both;
	height: 30px;
	margin: 0 0 40px 20px;
	width: 297px;
}

h3 {
	height: 20px;
	margin: 0 0 20px 0;
}

h3.kickoff {
	background-image: url(img/h3_kickoff.png);
}

h3.first {
	background-image: url(img/h3_1stdown.png);
}

h3.second {
	background-image: url(img/h3_2nddown.png);
	height: 75px;
	margin-top: 30px;
}

h3.third {
	background-image: url(img/h3_3rddown.png);
	height: 75px;
	margin-top: 30px;
}

h3.punt {
	background-image: url(img/h3_punt.png);
	height: 75px;
	margin-top: 30px;
}

h3.lunch {
	background-image: url(img/h3_lunch.png);
}

h3.evening {
	background-image: url(img/h3_evening.png);
}

h4 {
	clear: both;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

h5 {
	background-image: url(img/catcher.png);
	height: 20px;
	width: 500px;
}

#menu p {
	float: left;
}

#contact p {
	color: #752220;
	text-transform: uppercase;
	padding: 65px 0 0 20px;
}


.smaller {
	font-size: 0.8em;
}

.price {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 435px;
}

.italic {
	font-style: italic;
}

.date {
	color: #984645;
	margin-left: 900px;
}

a.copyright {
	color: #984645;
	position: absolute;
	top: 85px;
	left: 870px;
	text-decoration: none;
}

/*
----------------------------------
Forms
----------------------------------
*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
	
form {
	margin: 0 0 20px;
}

form h4 {
	margin: 0 0 2em !important;
}

form p {
	clear: both;
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

label {
	color: #F4E5BC;
	display: block;
	float: left;
	padding: 0;
	width: 85px;
}

	label.labresume {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}


input.year {
	font-size: 1em;
	margin: 5px 0;
	padding: 4px;
	width: 30px;
}

input.tb {
	float: left;
	font-size: 1em;
	margin: 0 10px 0 0;
	padding: 2px;
}

input#submit,
input#reset {
	background-color: #F4E5BC;;
	border: 0;
	color: #63100f;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-style: normal;
	letter-spacing: 1px;
	margin: 20px 10px 20px 0;
	padding: 3px 0;
	text-transform: uppercase;
	width: 65px;
}

#contact input#submit,
#contact input#reset {
	float: left;
}

select {
	margin: 0 6px 0 0;
}

textarea {
	font-size: 1em;
}

#form-errors {
	margin: 0 0 2em;
	padding: 0;
}

#form-errors li {
	color: #FFF;
	font-size: 1.2em;
	line-height: 2em;
	margin: 0 0 0 1.5em;
	padding: 0;
}

.hihuman {
	display: none;
}
