/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2009.10.09
Client:         Northeast Social
File Purpose:	Framework style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* ------------------------------  GLOBAL DEFS  -------------------------------------------------------- */

/* ------------------------------  RESETS  -------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #000;
	height: 100%;
}
ol, ul {
	list-style: none;
	margin: 0 0 12px 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p { 
	font-size: 0.9375em;
	line-height: 1.1875em;
	padding: 0 0 12px 0; 
}
/* ------------------------------  END RESETS  ---------------------------------------------------- */

/* ------------------------------  GLOBAL IMG DEFS  ---------------------------- */
img {
	border: 0;
	display: block;
}
img.float-right {
	float: right;
}
img.float-left, .ptree-flash {
	float: left;
}
/* ------------------------------  END GLOBAL IMG DEFS  ------------------------ */

/* ------------------------------  GLOBAL TEXT HEADER DEFS  ---------------------------- */
/* page header */
h1 {
	font-size: 1.125em;
	line-height: 1.375em;
}
h1.menu-nav {
	font-weight: normal;
}
.regular-text {
	font-size: 0.9375em;
	line-height: 1.1875em;
}

/* ------------------------------  END GLOBAL TEXT HEADER DEFS  ------------------------ */
/* --------------------------- LINK DEFS ----------------------------------- */
a { font-weight: bold; color: #fff; }
a, a:visited { text-decoration: none; }
a:hover, a:active { color: #c90; text-decoration: none; }
a.opposite, a:visited.opposite { text-decoration: underline; }
a.opposite:hover, a.opposite:active { text-decoration: none; }
a.menu { font-weight: normal; text-decoration: none; }
a.menu:hover, a.menu:active { color: #c90; }

/* --------------------------- END LINK DEFS ------------------------------- */

/* --------------------------- TEXT DEFS ----------------------------------- */

/* --------------------------- END TEXT DEFS ------------------------------- */

/* --------------------------- ERROR DEFS ---------------------------------- */
.textError {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	background-color: #fee;
}
.textError h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	float: left;
}
.textError ul {	padding: 5px 10px 5px 30px; }
.textError a { padding: 10px; }
.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #c00;
}
/* --------------------------- END ERROR DEFS ------------------------------ */

/* --------------------------- FIXES FOR IE6 ------------------------------ */
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
	 font-size: 0;
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* --------------------------- END FIXES FOR IE6 -------------------------- */

/* ------------------------------  END GLOBAL DEFS  ---------------------------------------------------- */

/* ------------------------------  FRAMEWORK STYLES  -------------------------------------------------------- */

#container {
	width: 100%;
}
#siteContainer {
	width: 770px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 235px;
	text-align: left;
}
.body-container {
	width: 100%;
	text-align: left;
}
#body {
	background-position: top;
	background-repeat: repeat-y;
}
#bodyMinHeight {
	width: 1px;
	height: 300px;
	float: right;
	overflow: hidden;
}
/* ------------------------------  SITE HEADER STYLES  ------------------------------------------------------ */
#logo {
	margin: 0 auto;
}
ul#Navigation {
	width: 646px;
	height: 35px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	list-style: none;
	border-top: 5px solid #3f2a00;
}
ul#Navigation li {
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
}
ul#Navigation span { display: none; }
li.nav-on { background-position: bottom left; }
li.nav-off { background-position: top left; }
ul#Navigation a { 
	width: 100%;
	height: 100%;
	float: left;
}
li.home { 
	width: 77px; 
	background-image: url(/_images/nav/home.gif);
}
li.lunch { 
	width: 75px; 
	background-image: url(/_images/nav/lunch.gif);
}
li.dinner { 
	width: 84px; 
	background-image: url(/_images/nav/dinner.gif);
}
li.reservations { 
	width: 137px; 
	background-image: url(/_images/nav/reservations.gif);
}
li.about { 
	width: 104px; 
	background-image: url(/_images/nav/about.gif);
}
li.contact { 
	width: 93px; 
	background-image: url(/_images/nav/contact.gif);
}
li.press {
	width: 76px; 
	background-image: url(/_images/nav/press.gif);
}
/* ------------------------------  END SITE HEADER STYLES  -------------------------------------------------- */

/* --------------------------- COLUMN CONTAINERS FOR BUILD PAGE ----------------------------------- */
#containerPage {
	width: 750px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	position: relative;
}
/* --------------------------- END COLUMN CONTAINERS FOR BUILD PAGE ------------------------------- */

/* ------------------------------  END BODY STYLES  ---------------------------------------------------- */

/* ------------------------------  FOOTER STYLES  ------------------------------------------------------ */
#footer {
	width: 100%;
	height: 90px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	border-top: 1px solid #3f2a00;
}
#footer img { margin: 0 auto; }
/* ------------------------------  END FOOTER STYLES  -------------------------------------------------- */
