/*----------------------------------------
	yahoo overrides
----------------------------------------*/

body {
	background-image: url(../img/top.jpg);
	background-repeat: repeat-x;
	margin: 32px 0 0 0;
	background-color:#BFC09E;
}

#doc3 {
	margin: auto;
}

#hd {
	background-image: url(../img/logo_back.jpg);
	background-repeat: repeat-x;
}

#bd {
	padding: 35px 0;
	background-color: #fff;
}

.content {
	padding: 0 0 0 20px;
	font-family:arial, helvetica, verdana;
	font-size: 140%;
	color: #000;
	line-height: 110%;
	letter-spacing:105%;
	margin: 0;
}


.content a	{
	font-weight:bold;
		color:#873B2D;
		}
		
.content a:hover	{
	color:#000;
	
	}
	
h1	{
	font-weight:bold;
	font-size:160%;
	padding:0 0 10px 0;
	color:#873B2D;
	}

h3	{
	font-weight:bold;
	font-size:120%;
	padding:5px 0 5px 0;
	color:#873B2D;
	}
/*----------------------------------------
	food menu formatting
----------------------------------------*/

.description, .price	{
	font-size:85%;
	}

.price	{
	font-weight:bold;
	}
/*----------------------------------------
	footer
----------------------------------------*/

#ft {	
	clear:both;
	text-align:right;
	font-size:80%;
	color:#000;
	margin:0;
	padding:45px 10px 20px 0;
	background-color:#BFC09E;
	background-image: url(../img/bottom.jpg);
	background-repeat: repeat-x;
}
	
#ft	a	{
	color:#873B2D;
	text-decoration:underline;
}

#ft a:hover	{
	color:#000;
}

/*---------------------------------------
sidebar stuff
-----------------------------------------*/

.sidebar {
	padding: 0 10px 0 0;
}

.right_align {
	text-align: right;
}

.news_headlines_ul	{
	margin:0px 0 0 0;
	background-color:#BFC09E;
	padding:10px 30px;
	width:170px;
}

.news_headlines_ul a	{
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

.news_headlines_ul a:hover	{
	color:#873B2D;
}

.news_headlines_ul li	{
	list-style-type:circle;
	padding:0 0 5px 0;
}
	
img.float_right {
	float: right;
	padding: 0 0 10px 10px;
}

/*---------------------------------------
	suckerfish
---------------------------------------*/

/* hack to get dropdown to appear over form elements in ie
	see iehover-fix.js for details */

ul.snav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.snav, .snav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #edede4;
	width: 100%;
	float: left;
}

.snav ul {
	padding: 6px 0;
}

.snav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 4px 4px 24px;
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}

.snav a:hover {
	color: #7d7e65;
}

.snav li {
	float: left;
	padding: 0 10px;
}

.snav li ul li {
	width: 16em; /* width needed or else Opera goes nuts */
}

.snav li ul { /* second-level lists */
	position: absolute;
	border-bottom: 1px solid #BFC09E;
	border-left: 1px solid #BFC09E;
	border-right: 1px solid #BFC09E;
	width: 16em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.snav ul li a {
	display: block;
	padding: 2px 2px 2px 4px;
}

.snav li ul li a {
	background-image: none;
	border: none;
}

.snav li ul li a:hover {
	color: #7d7e65;
	border: none;
}

.snav li ul ul { 
	margin: -1.4em 0 0 16em;
}

.snav li:hover ul ul, .snav li:hover ul ul ul, .snav li.sfhover ul ul, .snav li.sfhover ul ul ul {
	left: -999em;
}

.snav li:hover ul, .snav li li:hover ul, .snav li li li:hover ul, .snav li.sfhover ul, .snav li li.sfhover ul, .snav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* -------------------------------------
tinyMCE
--------------------------------------*/

body.mceContentBody {
	font-family:georgia, garamond, "times new roman";
	font-size: 16px;
	padding: 2px;
	margin: 0;
	background-color: #fff;
	background-image: none;
}


