@import"/resources/css/standard.css"; /*resets styles*/

@import"core.css"; /*main CSS*/

/* 
This takes advantage of CSS filters as the @import in double quotes with no whitespace is not supported by
the following browsers:

	- Win IE 4.0 - 5.0
	- OSX IE 5.x
	- MAC IE 4.0 - 5.x
	- All NS 4.x
	- OSX iCab 2.x
	- Konqueror 2.2 - 3.x

Filter is supported in:

	- All Mozilla 0.6 and up
	- Win IE 5.5 - 6.0
	- Win Opera 3.5 - 7.x
	- OSX/Mac Opera 5.0 - 6.0 
	- OSX Safari 1.x
	- MSN for OSX
	- OSX OmniWeb 4.1 - 4.2

-------------------------
STRUCTURE:

	- SITE_NAME.css 	//font styling in here
		- standard.css 	//reset styling
		- core.css 		//presentational styling
	- patches-ie7.css
	- patches-ie6.css

*/

/*--[FONTS]------------------------------------------------------------*/

body { text-align:center; font-size:0.625em; font-family:Verdana, sans-serif; /* Consult: /working/resources/fontmatrix.xls for font-family */ }
	
	#access-links { }
	
	#site-container { font-size:1.2em; text-align:left; }
	
	/*--[GLOBAL STYLES]-------------------------------------------*/
	strong { font-weight:bold; }
	em { font-style:italic; }
	a { cursor:pointer; color:#000; }
	h1 { margin-bottom:0.5em; font-size:1em; line-height:1.2em; text-transform:uppercase; }
	h2 { margin-bottom:0.5em; font-size:1em; line-height:1.2em; text-transform:uppercase; }
	h3 { }
	p { margin:0.5em 0; font-size:0.9em; line-height:1.4em; }
	p.no-padding { margin:0 0 0 -3px; padding:0; line-height:0; font-size:0; }
	blockquote { }
	ol { }
		ol li { }
	ul { }
		ul li { list-style-type:disc; }
	.uclc { font-size:1.4em; line-height:1.1em; }
	dl { font-size:0.9em; }
	
/*--[HEADER]------------------------------------------------------*/
#header { font-size:1.1em; line-height:1.2em; }
			#banner a { color:#000; text-decoration:none;  }
	#header #banner { }
			#banner #slogan { font-size:1em; } 
			
/*--[CONTENT]-----------------------------------------------------*/
#content { }
	
	#content ul#nav { font-size:0.9em; }
			   #nav li { list-style-type:none; } 
		       #nav li a { color:#fff; text-decoration:none; text-transform:uppercase; }
		       #nav li a.current { font-size:1.2em; font-weight:bold; color:#1D693B; }
		       
	#content #left-col { }
			 #left-col .padding { }
			 
	#content #right-col { }
			 #right-col .padding { }
	
/*--[FOOTER]------------------------------------------------------*/
#footer { font-size:1.2em; line-height:1.2em; color:#fff; }

/*--[FRIEND LINK]-------------------------------------------------*/
#friend-link { }

/*--[FOOTER LINKS]------------------------------------------------*/
ul#footer-links { font-size:0.6em; text-transform:uppercase; }
  #footer-links li { color:#fff; }
  #footer-links li a { color:#fff; text-decoration:none; }

/*--[CUSTOM CLASSES]----------------------------------------------*/

/*--[PAGE SPECIFIC]-----------------------------------------------*/
#restaurant #header #banner #slogan { color:#fff; }
#restaurant #content ul#nav li a { color:#000; }
#restaurant #content #nav li a.current { font-size:1.2em; font-weight:bold; color:#1D693B; }

#restaurant #footer { color:#000; }

#restaurant ul#footer-links li { color:#000; }
#restaurant   #footer-links li a { color:#000; }
