
/* CORRECT ORDER FOR FONT SHORTAHAND */
/* font: <font-style> <font-weight> <font-size> <font-family> */
/* EXAMPLE - font: italic bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;  */

body {
	background: #ffffff;
	font: 76%/1.5em Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

table {
	font-size: 12px;
}

#wrap {
	text-align: left;
}

#masthead {
	background: #e7e6d8;
	border-bottom: 1px solid #000000;
	height: 134px;
	padding: 10px;
}

.logo {
	float: left;
	height: 134px;
	width: 357px;
}

#toasts {
	display : none;
}

.thumbnail img {
	border: 2px solid #000;
	margin: 0 5px 5px 0;
}

#leftcol {
		display : none;
}

.specialeventbox {
	width: 590px;
	margin-top: 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color: #008000;
	border: 2px solid #008000;
	padding: 5px;
	background: #ffffff;
	text-align: center;
}

.eventhighlight {
	margin-top: 5px;
	font-size:22px;
	background: #008000;
	color: #ffffff;
	padding: 8px;
	display: block;
}

/* SIDE NAVIGATION "LIST FORMAT" */
#navcontainer ul {
	display : none;
}

#navcontainer li { display : none; }

#navcontainer a {
	display : none
}

#navcontainer a:hover {
	display : none
}

#active a {
	display : none
}


#content {
	margin: 9px;
	padding: 5px 0 0 0;
}

.floatright {
	display : none
}

#dailyspecials {
	background: #d9ffd9;
	border: 2px solid #008000;
	clear: right;
	float: right;
	margin: 0 10px 0 10px;
	padding: 5px;
	width: 275px;
	\width: 289px;
	w\idth: 275px;
}

.directions {
   	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.2em;
}

#botmenu a {display : none}
#botmenu a:visited {display : none}
#botmenu a:hover {display : none}
#botmenu a:active {display : none}

/* THIS GROUP SETS THE WBM LINK COLOR */
a.wbm:link {display : none}
a.wbm:visited {display : none}
a.wbm:hover {display : none}
a.wbm:active {display : none}

.wbmcredit {
   	display : none
}

#footer {
	background-color: #e7e6d8;
	border-top: 1px solid #000000;
	clear: both;
	padding: 5px;
	text-align: center;
}


/*RESTAURANT MENU GROUP*/
.category {
	color: #008000;
	font-size: 1.7em;
}

.item {
	color: #003300;
	font: bold 1.3em Arial, Helvetica, sans-serif; 
}