/*
Big Night / http://www.bignight.ca/
4c / 4c.ca
April 2008
Bignight Restaurants
*/

* {
	outline: none;
}

body {
	background: #CFDFF0 url(img/background.jpg) no-repeat top left;
	color: #675B5D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

.inner {
	background: #CFDFF0 url(img/background_inner.jpg) no-repeat top left;
}

h1, h2, h3, h4, h5, p, ul, li, dd, dl {
	margin: 0 0 1.2em 0;
	padding: 0;
}

a {
	color: #0790C8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
}
	

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

#container {
	color: #0790C8;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	width: 950px;
}

#header {
	margin:20px 0;
	text-align: center;
	width: 950px;		
}

#main {
	margin: 60px 0 0 85px;
	width: 780px;
	text-align: left;
}


#contact {
	display: block;
	clear: both;
	height: 40px;
	margin: 0 0 20px 0;
	padding: 20px 0 0;
	width: 950px;
}
	
#left {
	float: left;
	margin: 0 30px 0 0;	
	width: 375px;
}

#right {
	float: left;
	width: 375px;
	margin: 25px 0 0 0;
}

	#contact_page #right {
		margin-top: 0;
	}

#list {
	clear: both;
	margin: 20px 0 0 0;
	width: 780px;
}

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


h1 {
	border-bottom: 1px solid #000;
	height: 48px;
	width: 100%;
	text-align: left;
}


h2 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 20px;
}
	
p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

#contact p {
	color: #0790C8;
}
	
/* nav 
----------------------------------------*/

p#nav {
	margin: 20px 0;
	color: #000;
	font-size: 1.2em;
}

p#nav a {
	color: #000;
	text-decoration: none;
	margin: 0 8px;
}

p#nav a:hover {
	color: #0790C8;
}

ul#logo {
	height: 50px;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 850px;
}

ul#logo li {
	border-right: 1px solid #0790C8;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#logo li.frog {
	border-right: 0;
}

ul#logo a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	overflow: hidden;
	margin: 0 15px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
}

	ul#logo a:hover {
		background-position: 0 -34px;
	}

ul#logo li.oarhouse a {
	background-image: url(img/logo_oarhouse.png);
	width: 125px;
}

ul#logo li.mcginnis a {
	background-image: url(img/logo_mcginnis.png);
	width: 155px;
}

ul#logo li.frog a {
	background-image: url(img/logo_bfrog.png);
	width: 160px;
}

ul#logo li.frontrow a {
	background-image: url(img/logo_frontrow.png);
	width: 115px;
}

ul#logo li.bertoldi a {
	background-image: url(img/logo_bertoldis.png);
	width: 115px;
}

/* 
----------------------------------------
Lists
----------------------------------------
*/

dl {
	float: left;
	margin: 0 0 3em;
}

dd {
	display: block;
	float: left;
	margin: 0 20px 5px 0;
	width: 580px;
}

dt {
	display: block;
	height: 45px;
	margin: 60px 0 0 610px;
	text-align: center;
	width: 165px;
}

	dt a {
		background-position: 10px 0;
		background-repeat: no-repeat;
		display: block;
		height: 35px;
		margin: 0 auto;
		overflow: hidden;
		text-indent: -999em;
		text-decoration: none;
	}
	
		dt a:hover {
			background-position: 10px -34px;
		}
 
 	dt.oarhouselist a {
		background-image: url(img/logo_oarhouse.png);
		width: 135px;
	}
	
	dt.mcginnislist a {
		background-image: url(img/logo_mcginnis.png);
		width: 165px;
	}
	
	dt.froglist a {
		background-image: url(img/logo_bfrog.png);
		width: 170px;
	}
	
	dt.frontrowlist a {
		background-image: url(img/logo_frontrow.png);
		width: 125px;
	}
	
	dt.bertoldislist a {
		background-image: url(img/logo_bertoldis.png);
		width: 125px;
	}

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

.locations {
	background-color: #b5cadf;
	overflow: auto;
	padding: 15px;
}

form ul {
	margin: 0;
	padding: 0;
}

form li {
	color: #333;
	float: left;
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0;
	width: 48%;
}

form p {
	clear: both;
}

	p.submit {
		padding: 10px 0 0;
	}

label {
	display: block;
	float: left;
	padding: 4px 10px 0 0;
	text-align: right;
	width: 140px;
}

label span {
	font-size: 0.8em;
}

label.wide {
	float: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

input.tb {
	padding: 2px;
	width: 180px;
}

#formerrors h3 {
	color: red;
	margin: 0 0 5px;
}

#formerrors ul {
	margin: 0 0 2em;
	padding: 0;
}

#formerrors li {
	border-bottom: 1px solid #b5cadf;
	color: red;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 4px;
}


