/*	Styles for generic content
	------------------------------------------------------------- */


body
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	text-align: center;
	font-size: 0.8em;
	margin-top: 20px;
	}
	
body#index
	{
	background: #400080 url(../chrome/background.gif) repeat top;
	}
	
a
	{
	color: #c03;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover
	{
	color: #f36;
	text-decoration: underline;
	}
	
p, ul, blockquote
	{
	margin-top: 0;
	margin-bottom: 25px;
	}
	
h1, h2, h3, h4, h5
	{
	margin-top: 0;
	margin-bottom: 15px;
	}
	
/*	main document structure
	---------------------------------------------------------------------------------- */
	
#main
	{
	width: 760px;
	text-align: center;
	margin: auto;
	}
	
#page
	{
	margin: auto;
	text-align: left;
	width: 760px;
	background-color: #fff;
	}
	
body#index #page
	{
	border: 2px solid black;
	}

	
#pageborder
	{
	margin: 10px;
	}
	
#endlinks
	{
	background-color: transparent;
	float: none;
	clear: both;
	padding: 20px;
	margin: 0;
	}
	
#footer
	{
	clear: both;
	}
	
/*	header styles
	---------------------------------------------------------------------------------- */
	
#header
	{
	height: 160px;
	width: 740px;
	clear: both;
	background: transparent url(../chrome/header_logo.gif) no-repeat bottom left;
	}

	
#header h1
	{
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	}
	
#header h1 a
	{
	position: absolute;
	top: 85px;
	left: 20px;
	width: 700px;
	height: 60px;
	display: block;
	height: 50px;
	}
	
#header ul
	{
	width: 740px;
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
	background: transparent url(../chrome/header_title_bkgd.gif) no-repeat top left;
	}
	
#header ul li
	{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#header ul li a
	{
	display: block;
	height: 32px;
	}
	
#header ul li a.about
	{
	background: transparent url(../chrome/header_nav_about.gif) no-repeat top left;
	width: 80px;
	}
	
#header ul li a.about:hover
	{
	background: transparent url(../chrome/header_nav_about_f2.gif) no-repeat top left;
	}
	
#header ul li a.lunch
	{
	background: transparent url(../chrome/header_nav_lunch.gif) no-repeat top left;
	width: 85px;
	}
	
#header ul li a.dinner
	{
	background: transparent url(../chrome/header_nav_dinner.gif) no-repeat top left;
	width: 90px;
	}
#header ul li a.brunch
	{
	background: transparent url(../chrome/header_nav_brunch.gif) no-repeat top left;
	width: 70px;
	}	
	
#header ul li a.wine-list
	{
	background: transparent url(../chrome/header_nav_wine-list.gif) no-repeat top left;
	width: 110px;
	}

#header ul li a.live-music
	{
	background: transparent url(../chrome/header_nav_live-music.gif) no-repeat top left;
	width: 100px;
	}
	
#header ul li a.parties
	{
	background: transparent url(../chrome/header_nav_parties.gif) no-repeat top left;
	width: 90px;
	}
	
#header ul li a.promotions
	{
	background: transparent url(../chrome/header_nav_promotions.gif) no-repeat top left;
	width: 115px;
	}
	

/*	header CSS for current link display
	---------------------------------------------------------------------------------- */
		
body#about #header ul li a.about
	{
	background: transparent url(../chrome/header_nav_about_f2.gif) no-repeat top left;
	}	
	
body#lunch #header ul li a.lunch
	{
	background: transparent url(../chrome/header_nav_lunch_f2.gif) no-repeat top left;
	}
	
body#dinner #header ul li a.dinner
	{
	background: transparent url(../chrome/header_nav_dinner_f2.gif) no-repeat top left;
	}	
	
body#brunch #header ul li a.brunch
	{
	background: transparent url(../chrome/header_nav_brunch_f2.gif) no-repeat top left;
	}	
	
body#wine-list #header ul li a.wine-list
	{
	background: transparent url(../chrome/header_nav_wine-list_f2.gif) no-repeat top left;
	}	
	
body#live-music #header ul li a.live-music
	{
	background: transparent url(../chrome/header_nav_live-music_f2.gif) no-repeat top left;
	}
	
body#parties #header ul li a.parties
	{
	background: transparent url(../chrome/header_nav_parties_f2.gif) no-repeat top left;
	}	
	
body#promotions #header ul li a.promotions
	{
	background: transparent url(../chrome/header_nav_promotions_f2.gif) no-repeat top left;
	}
	
body #content h3
	{
	width: 440px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
body #content h3 span.hide
	{
	display: block;
	margin: 20px 20px 0 20px;
	}
	
body#about #content h3 span.hide,
body#lunch #content h3 span.hide,
body#dinner #content h3 span.hide,
body#brunch #content h3 span.hide,
body#pricefix #content h3 span.hide,
body#wine-list #content h3 span.hide,
body#live-music #content h3 span.hide,
body#parties #content h3 span.hide,
body#promotions #content h3 span.hide,
body#directions #content h3 span.hide,
body#online-reservations #content h3 span.hide,
body#sample-menus #content h3 span.hide
	{
	display: none;
	}
	
/*	Current page title display
	---------------------------------------------------------------------------------- */
		
body#about #content h3.about
	{
	background: transparent url(../chrome/title_about.gif) no-repeat top left;
	}	
	
body#lunch #content h3.lunch
	{
	background: transparent url(../chrome/title_lunch.gif) no-repeat top left;
	}
	
body#dinner #content h3.dinner
	{
	background: transparent url(../chrome/title_dinner.gif) no-repeat top left;
	}

body#brunch #content h3.brunch
	{
	background: transparent url(../chrome/title_brunch.gif) no-repeat top left;
	}		
body#pricefix #content h3.pricefix
	{
	background: transparent url(../chrome/title_pricefix.gif) no-repeat top left;
	}				
	
body#wine-list #content h3.wine-list
	{
	background: transparent url(../chrome/title_wine-list.gif) no-repeat top left;
	}	
	
body#live-music #content h3.live-music
	{
	background: transparent url(../chrome/title_live-music.gif) no-repeat top left;
	}
	
body#parties #content h3.parties
	{
	background: transparent url(../chrome/title_parties.gif) no-repeat top left;
	}	
	
body#promotions #content h3.promotions
	{
	background: transparent url(../chrome/title_promotions.gif) no-repeat top left;
	}
body#online-reservations #content h3.online-reservations
	{
	background: transparent url(../chrome/title_online-reservations.gif) no-repeat top left;
	}
	
body#directions #content h3.directions
	{
	background: transparent url(../chrome/title_directions.gif) no-repeat top left;
	}
	
body#sample-menus #content h3.sample-menus
	{
	background: transparent url(../chrome/title_sample-menus.gif) no-repeat top left;
	}
	
span.hide
	{
	display: none;
	}
	

/*	footer styles
	---------------------------------------------------------------------------------- */

#endlinks
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	background: white url(../chrome/footer_top.gif) no-repeat top;
	}

#endlinks ul
	{
	margin: 0 auto;
	padding: 0;
	}

#endlinks ul li
	{
	display: inline;
	padding: 0 6px;
	}

#endlinks ul li a
	{
	color: #c03;
	}
	
#endlinks ul.corp a
	{
	font-weight: normal;
	}

div#endlinks ul.banner
	{
	width: 430px;
	margin: 10px auto;
	}
	
div#endlinks ul.banner li
	{
	display: block;
	float: left;
	color: #99CCFF;
	margin: 0;
	padding: 0;
	}
		
div#endlinks ul.banner li a
	{
	display: block;
	height: 50px;
	}


#endlinks #redmon
	{
	clear: both;
	width: 273px;
	height: 39px;
	margin: 10px auto;
	}
		
#endlinks #redmon a
	{
	display: block;
	width: 273px;
	height: 39px;
	background: transparent url(../chrome/redmon_w.gif) no-repeat top left;
	}
	
	
/*	Content Styles
	----------------------------------------------------------------------------------- */

#content
	{
	margin: 30px;	
	text-align: left;
	}
	
#content p
	{
	font-size: 14px;
	line-height: 22px;
	}
	
#content h3
	{
	}
	
#main #page div.admin
	{
	margin-left: 15px;
	}
	
#content ul li
	{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 12px;
	}
	
#content pre
	{
	font-size: 12px;
	}

body#dinner #content h4,
body#brunch #content h4,
body#lunch #content h4,
body#wine-list #content h4
	{
	font-size: 19px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 20px;
	}

body#dinner #content ul,
body#brunch #content ul,
body#lunch #content ul,
body#wine-list #content ul
	{
	padding-left: 0;
	margin-left: 10px;
	margin-bottom: 30px;
	}
	
body#dinner #content ul li,
body#brunch #content ul li,
body#lunch #content ul li,
body#wine-list #content ul li
	{
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	}

body#wine-list #content ul li
	{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	}

body#dinner #content ul ul,
body#brunch #content ul ul,
body#lunch #content ul ul,
body#wine-list #content ul ul
	{
	margin-left: 10px;
	margin-bottom: 0;
	}
	
body#dinner #main #content ul ul li,
body#brunch #main #content ul ul li,
body#lunch #main #content ul ul li,
body#wine-list #main #content ul ul li
	{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 100px;
	}
	
body div#content ul li span
	{
	color: #c60;
	font-weight: normal;
	display: block;
	text-align: right;
	margin-top: -16px;
	margin-bottom: 6px;
	}

body#sample-menus h3
	{
	margin: 0;
	padding: 0;
	}
		
body#sample-menus div.samplemenu
	{
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	border-right-width: 2px;
	color: #666;
	font-weight: normal;
	margin: 0 0 40px 0;
	padding: 20px;
	text-align: center;
	}
	
body#sample-menus div.samplemenu ul
	{
	margin: 0;
	padding: 0;
	}
	
body#sample-menus div.samplemenu ul li
	{
	list-style-type: none;
	}


	
/*	INSET COLUMN
	---------------------------------------------------- */

#content div#contentinset
	{
	display: inline;
	float: right;
	width: 264px;
	margin: 0 -10px 15px 30px;
	}
	
#contentinset div
	{
	margin-bottom: 15px;
	}
	
#contentinset div div
	{
	margin-bottom: 0;
	border-bottom: none;
	}
	
#contentinset div.top
	{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	}

#contentinset a
	{
	font-weight: normal;
	text-decoration: none;
	}
	
#contentinset blockquote
	{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #960;
	font-style: italic;
	line-height: 24px;
	margin: 0;
	padding: 0;
	}
	
#contentinset cite
	{
	display: block;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-align: right;
	}
	

#contentinset p
	{
	font-size: 11px;
	line-height: 15px;
	}

#contentinset img.photo
	{
	border: 1px solid black;
	padding: 1px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	clear: both;
	float: none;
	}

#contentinset .photowrapper
	{
	display: inline !important;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
	}
	
/* hack for IE5 Mac not displaying centered image correctly */
#contentinset div.photowrapper/* */
	{
	text-align: center;
	}

#content #contentinset .photolink
	{
	font-size: 10px;
	margin-top: 2px;
	text-align: right;
	}

#content div.photowrapper
	{
	float: left;
	}

#content #contentinset div.photowrapper
	{
	float: none;
	margin-bottom: 8px;
	}
		
#contentinset p.caption
	{
	margin-top: 10px;
	clear: left;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	text-align: right;
	}
	

	
/*	Home Page Override Styles
	--------------------------------------------------------------- */
	
	
body#index #main #page #header
	{
	width: 210px;
	height: 520px;
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
body#index #main #header h1
	{
	margin: 0 0 10px 0;
	padding: 0;
	width: 210px;
	height: 160px;
	float: none;
	}
	
body#index #header h1 a
	{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 210px;
	height: 160px;
	background: transparent url(../chrome/logo-home.jpg) no-repeat top left;
	}

body#index #header ul
	{
	width: 210px;
	height: 340px;
	padding-top: 10px;
	float: none;
	background: #8C0B1D url(../chrome/nav_home-background.gif) no-repeat top left;
	}
	
body#index #header ul li
	{
	float: none;
	width: 210px;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
body#index #header ul li a
	{
	display: block;
	width: 210px;
	height: 30px;
	}
	
body#index #header ul li a.about,
body#index #header ul li a.about:hover
	{
	background: transparent url(../chrome/nav_home-about.gif) no-repeat top left;
	}
	
body#index #header ul li a.lunch,
body#index #header ul li a.lunch:hover
	{
	background: transparent url(../chrome/nav_home-lunch.gif) no-repeat top left;
	}
	
body#index #header ul li a.dinner,
body#index #header ul li a.dinner:hover
	{
	background: transparent url(../chrome/nav_home-dinner.gif) no-repeat top left;
	}
	
body#index #header ul li a.brunch,
body#index #header ul li a.brunch:hover
	{
	background: transparent url(../chrome/nav_home-brunch.gif) no-repeat top left;
	}
	
body#index #header ul li a.wine-list,
body#index #header ul li a.wine-list:hover
	{
	background: transparent url(../chrome/nav_home-wine-list.gif) no-repeat top left;
	}
	
body#index #header ul li a.live-music,
body#index #header ul li a.live-music:hover
	{
	background: transparent url(../chrome/nav_home-live-music.gif) no-repeat top left;
	}
	
body#index #header ul li a.parties,
body#index #header ul li a.parties:hover
	{
	background: transparent url(../chrome/nav_home-parties.gif) no-repeat top left;
	}
	
body#index #header ul li a.promotions,
body#index #header ul li a.promotions:hover
	{
	background: transparent url(../chrome/nav_home-promotions.gif) no-repeat top left;
	}	

body#index #content h3
	{
	display: none;
	}
	
body#index #main #page #content
	{
	float: left;
	clear: none;
	width: 520px;
	height: 520px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/diningroom.jpg) no-repeat top left;
	border-left: none;
	}

body#index div.promo1 a
	{
	display: block;
	width: 255px;
	height: 100px;
	margin-top: 420px;
	background: transparent url(../chrome/promo_home-reservations.gif) no-repeat top left;
	float: left;
	}
	
body#index div.promo2 a
	{
	display: block;
	width: 255px;
	height: 100px;
	margin-left: 10px;
	margin-top: 420px;
	background: transparent url(../chrome/promo_home-parties.gif) no-repeat top left;
	float: left;
	}
	
body#index #endlinks
	{
	background: none;
	}
	
body#index #endlinks #redmon a
	{
	background: transparent url(../chrome/redmon.gif) no-repeat top left;
	}
	
body#index #endlinks ul li a
	{
	color: #eee;
	}
	
div.spacer
	{
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	float: none;
	clear: both;
	}
