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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}

body
{
	font: 0.625em Trebuchet, Trebuchet MS, Arial, sans-serif;
}

/*	Baxter's Lakeside Grille - Layout CSS
	Updated:	Thu 01.01.09 @ 5:15 p.m.
	Author:		Jonathan Geiger
	----------------------------------------------------*/
	
body
{
	background: #E1D8C2 url('../images/layout/background.png') repeat-x;
}

p,
span,
a
{
	color: #362f28;
}

a
{
	font-weight: bold;
}

a:hover
{
	color: #F8EEDB !important;
}

/*	=Main Container
	------------------------------------------------------ */
	#container
	{
		width: 960px;
		margin: auto;
		background: url(../images/layout/map-top.png) no-repeat 478px 0px;
	}

/*	=Hidden Elements
	------------------------------------------------------ */
	#masthead h1 span,
	#masthead h2 span,
	#hours h3 span,
	#navigation span,
	.heading h4,
	#bar span,
	.button span,
	h3.category span
	{
		position: absolute;
		left: -2000px;
	}
	

/*	=Left Column Masthead
	------------------------------------------------------ */
	#masthead
	{
		width: 485px;
		float: left;
	}

		/* Baxter's Logo */
		#masthead h1 a
		{
			display: block;
			width: 100%;
			height: 120px;
			background: url('../images/layout/logo.jpg') no-repeat;
		}

		/* Sunset Photograph */
		#masthead h2
		{
			width: 100%;
			height: 445px;
			background: url('../images/layout/photo.jpg') no-repeat;
		}
		
		/* Special Sunset Photo for Home Page */
		#home #masthead h2
		{
			background: url('../images/layout/photo-over-red.jpg') no-repeat;
		}
		
		


/*	=Hours of Operation
	------------------------------------------------------ */
	#hours,
	#newsletter,
	#facebook
	{
		width: 245px;
		margin-left: 132px;
		border-top: 1px solid #BAA98D;
		padding: 10px 0px;
		font-size: 1.1em;
		line-height: 1.8em;
		color: #362F28;
	}
	
		/* Hours of Operation Heading */
		#hours h3
		{
			height: 15px;
			margin: 0px 0px 5px;
			background: url('../images/headings/hours-of-operation.png') no-repeat;
			position: relative;
			left: -4px;
		}

		#hours p span
		{
			color: #6D5F51;
		}
		
/*	=Right Column Content
	------------------------------------------------------ */
	#content
	{
		width: 475px;
		float: left;
		margin-top: 74px;
	}
	
		#content p
		{
			font-size: 1.4em;
			line-height: 1.57em;
		}
		
		#content .pad
		{
			padding-left: 13px;
		}

	/*	=Home Page
		------------------------------------------------------ */
		#bar
		{
			background: url('../images/layout/red-bar.png');
			width: 173px;
			height: 93px;
			padding: 130px 0 0 13px;
			float: left;
		}
		
		#introduction
		{
			float: left;
			padding: 0 0px 0px 20px;
			width: 255px;
		}
		
			#introduction p
			{
				font-size: 1.4em;
				line-height: 1.57em;
				margin-bottom: 15px;
			}


	/*	=Various Buttons
		------------------------------------------------------ */
		.button
		{
			background: url('../images/buttons/sprite.png');
			display: block;
		}
		
		#bar .button
		{
			background-position: 0 -100px;
			color: #400000;
			font-size: 12px;
			height: 27px;
			letter-spacing: 0.5px;
			line-height: 26px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			width: 153px;
		}
		
		#bar .button:hover
		{
			background-position: 0px -127px;
		}
		
		#party-contact-button
		{
			background-position: -107px 0px;
			width: 171px;
			height: 48px;
			margin: 15px 0px;
		}
		
		#party-contact-button:hover
		{
			background-position: -107px -48px;
		}
		
	/*	=Menu PDF Downloads
		------------------------------------------------------ */
		#menu-download
		{
			margin-bottom: 20px;
		}
		
			#menu-download li {
				width: 100px;
				text-align: center;
				float: left;
				padding: 0px 12px;
				border-left: 1px solid #BAA98D;
			}
			
			#menu-download li.first-menu
			{
				padding-left: 0px;
				border-left: none;
			}
			
			#menu-download li.last-menu
			{
				padding-right: 0;
			}
			
				#menu-download li a
				{
					text-decoration: none;
				}
			
				#menu-download li span
				{
					text-decoration: underline;
					font-weight: bold;
					font-size: 1.1em;
				}
		
				#menu-download li .file-type
				{
					font-size: 1.05em;
					font-style: oblique;
					text-decoration: none;
					display: block;
					font-weight: normal;
				}

					
			#menu-download div
			{
				float:left;
				padding: 30px 20px;
				width: 240px;
			}
			
				#menu-download div p 
				{
					font-size: 1.4em ;
				}
					
	/*	=Private Party Introduction
		------------------------------------------------------ */
		#party-introduction
		{
			padding: 10px 13px 0px 13px;
			line-height: 1.57em;
		}
		
			#party-introduction p
			{
				margin-bottom: 15px;
			}
			
			#party-introduction .heading
			{
				margin: 12px 0;
			}
		
	/*	=Page Headings
		------------------------------------------------------ */
		.heading
		{
			margin: 19px 13px
		}
		
		.no-margin
		{
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
	/*	=Horizontal Rules
		------------------------------------------------------ */
		.hr,
		.hr-dark
		{
			background: url('../images/layout/hr.png') repeat-x;
			height: 1px;
			line-height: 0;
			font-size: 0;
			margin: 12px 13px;
		}
		
		.hr-dark
		{
			background: url('../images/layout/hr-dark.png') repeat-x;
		}
			
			.hr hr,
			.hr-dark hr
			{
				display: none;
			}
	
	
	/*	=Category Text Display
		------------------------------------------------------ */
		h3.category
		{
			margin: 0;
			padding: 0;
		}
		
			h3.category img
			{
				display: block;
				margin-left: -7px;
			}
		
		h4.category-extra
		{
			font-size: 1.2em;
			color: #6d5f51;
			text-align: center;
		}
		
	/*	=Definition Lists for Dishes
		------------------------------------------------------ */	
		dt
		{
			font-size: 1.4em;
			color: #362F28;
		}
			
		dd
		{
			font-size: 1.2em;
			font-style: oblique;
			margin-bottom: 1.0em;
			color: #362F28;
		}
		
		dl.contact
		{
			margin-top: 15px;
		}
		
			dl.contact dt
			{
				font-weight: bold;
			}
			
			dl.contact dd
			{
				margin-left: 10px;
			}
		
	/*	=Footer
		------------------------------------------------------ */
		#footer
		{
			background: url('../images/layout/footer.png') repeat-x 0px 85px;
			padding: 100px 0px 30px;
			clear: both;
			font-size: 1.1em;
			width: 960px;
		}
		
			#footer ul
			{
				float: right;
			}
			
				#footer li
				{
					padding: 0px 10px;
					border-left: 1px solid #BAA98D;
					float: left;
				}
				
				#footer li.first-item
				{
					border-left: none;
				}
				
	/*  =Misc
	   ------------------------------------------------------ */
	    .center
	    {
	        text-align: center;
	    }
	    
/*	=EasyClear
	------------------------------------------------------ */
	.clear:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clear { display: inline-block; }

	/* Hides from IE-mac \*/
	* html .clear { height: 1%; }
	.clear { display: block; }
	/* End hide from IE-mac */
	
	

	