/******************************************************************************
 * Brasserie main stylesheet.
 * Note: Internet Explorer hacks are in a separate file (all_ie.css)
 * Author: Neal Krouse (krousen@comcast.net)
 *
 * Table of Contents for navigation:
 * _general
 *
 * _containers
 *
 * _branding
 *
 * _navigation
 *
 * _primary content
 *
 * _secondary content
 *
 * _footer
 *
 ******************************************************************************/
 
 
/*-----------------------------------------------------------------------------
 *	SITE COLORS:
 *
 *	text:				#9A7A22
 *	background:			#A50323
 *
 *	links hover:		#000000
 *----------------------------------------------------------------------------*/
 
 
/* _general
------------------------------------------------------------------------------*/

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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear:after, .container:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

html 
{ 
	/* Rule removes Page Shift by
	 * adding vertical scrollbars to every page */
	min-height: 100%; 
	margin-bottom: 1px; 
}

body
{
	font-family: georia, times, "Times New Roman", serif;
	line-height: 1.2; /* Unitless for proper inheritance */
	background-color: #A50323;
	color: #9A7A22;
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
html>body   { font-size: 12px; }  /* Compliant browsers */

h1,h2,h3,h4,h5,h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333E48;
	clear: both; 
 }

h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }
h4 { font-size: .9em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


#wrapper
{
	width: 801px;
	margin: 0 auto;
	padding-top: 0;
}

#top
{
	position: absolute;
	top: 0;
	left: 0;
	width:1%;
	z-index: 100;
}
#skipnav
{
	position: relative;
	text-indent: -9000em;
	overflow: hidden;
}
 

/* _navigation
------------------------------------------------------------------------------*/

#nav_div
{

}

#nav
{
	text-align: center;
	padding: 25px 0 0;
}

ul#nav li
{
	display: inline;
	line-height: .75;
}

ul#nav a
{
	padding: 0 7px 0 8px;
	line-height: 1;
	font-size: 1em;
	color: #9A7A22;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

li#catering { margin-right: 200px; }
li#contact { margin-right: 15px; }

li#menus, li#gallery, li#about, li#press
{
	border-right: 1px solid #9A7A22;
}

ul#nav a:hover
{
	color: black;
	text-decoration: underline;
}

ul#nav a#home
{
	border-left: none;
}

/*	colors for current navigation page
-----------------------------------------------*/
#home_page a#home
{	/* not used, for now */
	cursor: default;
	color: white;
	text-decoration: none;
}

#about_page li#about a,
#menus_page li#menus a,
#gallery_page li#gallery a,
#catering_page li#catering a,
#about_page li#about a,
#press_page li#press a,
#contact_page li#contact a
{
	color: black;
	text-decoration: none;
	cursor: default;
}

/* _container
------------------------------------------------------------------------------*/
#content
{
	background-image: url(contenttile.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 40px;
}

#content:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content img
{
	background-color: #FFF6D6;
	padding: 8px;
	border: 1px solid #9A7A22;
}

#gallery_page #content img
{
	padding: 0;
	border: none;
}



/* _branding
------------------------------------------------------------------------------*/
#branding
{
	width: 801px;
	height: 120px;
	padding: 0;
	position: relative;
	background-image: url(head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#branding h1
{
	position: relative;
	text-indent: -9999em;
	font-size: 1%;
	line-height: 1%;
}

#branding h1 a
{
	display: block;
	width: 184px;
	height: 97px;
	position: absolute;
	top: 22px;
	left: 311px;
	outline: none;
}



/* _primary content
------------------------------------------------------------------------------*/
#home_page #primary
{
	width: 415px;
	float: left;
	display: inline;
	margin-left: 110px;
	padding-top: 0px;
	margin-right: 0;
}

#home_page #shell p,
#press_page .col
{
	width: 48%;
	float: left;
	margin-right: 8px;
	display: inline;
}

#about_page #primary,
#contact_page #primary
{
	width: 369px;
	margin-right: 92px;
	margin-left: 0;
	float: right;
	display: inline;
}

#contact_page #primary { margin-top: 40px; }
#catering_page #primary,
#privateroom_page #primary
{
	width: 530px;
	margin: 0 auto;
	float: none;
	display: block;
}

#catering_page #art,
#privateroom_page #art
{
	margin-bottom: 2em;
}

#catering_page #art img,
#privateroom_page #art img
{
	padding: 6px;
}

#press_page #primary
{
	width: 422px;
	float: right;
	margin-left: 0;
	margin-right: 65px;
	color: black;
}

#press_page #primary p
{
	font-family: verdana, sans-serif;
	font-size: .8em
}

#press_page #primary h3
{
	font-family: verdana, sans-serif;
	font-size: .9em;
	color: black;
}

#menus_page #primary
{
	Float: none;
	width: 100%;
	text-align: center;
}

#menus_page #primary ul
{
	margin-bottom: 3em;
	color: #9A7A22;
}

#menus_page #primary li
{
	display: inline;
	margin: 0 .1em;
}

#menus_page #primary li a
{
	color: #9A7A22;
}
#menus_page #primary li a:hover { color: black; }

#menus_page h2
{
	color: #9A7A22;
	font-family: georgia, serif;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#primary
{
	width: 470px;
	float: right;
	display: inline;
	margin-right: 63px;
	padding-top: 0px;
}

#primary img
{
	background-color: #FFF6D6;
	padding: 8px;
	border: 1px solid #9A7A22;
}



#primary p
{
	margin-bottom: 1em;
	font-size: 1.2em;
}

#primary p.large
{
	font-size: 1.3em;
}

#primary a:link 
{ 
	text-decoration: underline; 
	color: #333E48;
}
#primary a:visited 
{ 
	text-decoration: underline; 
	color: black;
}

#primary a:hover 
{ 
	text-decoration: underline; 
	color: black;
}


#primary strong { font-weight: bold; }

a.external
{
	padding-right: 10px;
	background-image: url(externalLink.gif);
	background-repeat: no-repeat;
	background-position: 100% 60%;
}

#primary p.goToTop
{
	text-align: right;
	font-size: .8em;
}

#primary .small
{
	font-size: .9em;
	font-style: italic;
}


/* gallery */
#gallery_page #primary
{
	width: 386px;
	margin: 0 auto;
	float: none;
	display: block;
}

#thumbnails
{
	margin-bottom: 1em;
	min-height: 150px;
}

#thumbnails li
{
	display: inline;
	margin: 0 4px 4px 0;
}

#thumbnails a { outline: 0; }

#thumbnails a img
{
	opacity: .7;
}

#thumbnails a:hover img,
#thumbnails a.current img
{
	opacity: 1.0;
}




/* _secondary content
------------------------------------------------------------------------------*/
#home_page #secondary
{
	width: 155px;
	float: right;
	display: inline;
	margin-right: 75px;
	margin-left: 0;
	background-image: url(home_secondary_bkgn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 120px 28px;
}

#about_page #secondary,
#contact_page #secondary
{
	width: 230px;
	float: left;
	display: inline;
	margin-left: 98px;
	margin-right: 0;
}

#press_page #secondary
{
	Width: 230px;
	float: left;
	display: inline;
	margin-left: 65px;
	margin-right: 0;
}

#gallery_page #secundary { display: none; }

#secondary
{
	width: 180px;
	float: left;
	display: inline;
	margin-left: 28px;
	padding-top: 0px;
}

#secondary p
{
	margin-bottom: 1em;
}

#home_page #secondary ul
{
	width: 155px;
}

#home_page #secondary li
{
	border-top: 1px #BE894A dashed;
	border-bottom: 1px #BE894A dashed;
	height: 48px;
	margin-bottom: 8px;
}
#home_page #secondary li a
{
	background-color: #EDDDB4;
	display: block;
	height:48px;
	text-indent: -9999em;
	font-size: 1%;
	line-height: 0;
}
#home_page #secondary li a:hover { background-color: #F3DB9B; }
#home_page #secondary li a#link_private
{
	background-image: url(privateroom.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#home_page #secondary li a#link_catering
{
	background-image: url(catering.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#home_page #secondary li a#link_events
{
	background-image: url(events.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#home_page #secondary li a#link_save
{
	background-image: url(save.gif);
	background-repeat: no-repeat;
	background-position: center center;
}




/* _footer
------------------------------------------------------------------------------*/
#footer
{
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	clear: both;
	position: relative;
}


#footer p.address
{
	position: relative;
	top: -99999em;
	left: -9999em;
}

#footer p
{
	text-align: center;
	color: white;
	font-size: .9em;
}




