/* We are using the Spring theme */
body    {
	background: #222222;;
/* 	background-image: url(/images/bg3.jpg); */
	background-repeat: repeat-x;
	color: #3B3E3B;
	margin: 0px;
	padding: 25px 0px 0px;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, li, p, .home, .nav, .subnav, .footer, .popup, .popupmenu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
}
p 	{
	padding: 0px 10px 0px 0px;
}
h1      {
	font-size: 24px;
	margin-top: 5px;
	color: #5c4033;
	letter-spacing: 4px;

}
h2      {
	font-size: 20px;
	margin-top: 5px;
	letter-spacing: 2px;
	color: #5c4033;
}
h3      {
	font-size: 17px;
	letter-spacing: 2px;
	color: #5c4033;
}
h4      {  font-size: 15px;  }
h5      {  font-size: 12px;  margin-top: 2px; }
h6      {  font-size: 10px;  }
input,textarea,select { font-size: 11px; }

p, td { font-size: 12px; }
td { vertical-align: top; }

a:link	{ color: #3B3E3B; }
a:visited 	{ color: #3B3E3B; }
a:hover	{ text-decoration: none; }
img		{ border: 0px; }

div.home {
	background-color: #5c4033;
	text-align: center;
	padding: 5px 0px 5px 0px;
	}
.homebody {
	background: #fff;;
	width: 100%;
	padding-top: 100px;
}
.homebanner {
	background: #808080;
/* 	border: 1px solid #222222;; */
	height: 240px;
}
.homebanner-right {
	float: right;
	background: #5c4033;
	width: 300px;
	height: 100%;
	font-size: 14px;
	font-family: Verdana, sans serif;
	text-align: center;
}

a.homelinks, a.homelinks:link, a.homelinks:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: #5c4033;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 25px;
	padding-left: 5px;
}

a.homelinks:hover, a.homelinks:active {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;;
	background-color: #5c4033;
	text-decoration: none;
}

/*.homelink {
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	width: 20%;
	border-top: 1px solid #808080;
	border-bottom: 1px solid ##808080;
	}*/

div.body {
	background-color: #fff;;
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #977F75;
}

.header {
	height: 50px;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
	line-height: 50px;
	width: 370px;
}
/* archived on v. 2
 div.header.old {
	background-color: #CDC8B1;
	width: 100%;
	border-bottom: 2px solid #686868;
	}
*/

p.brunch {
	text-align: center;
	line-height: 22px;
	letter-spacing: 1px;
	padding: 0px 15px;
}

div#contactbox {
	float: right;
	border-top: 5px solid #808080;
	border-right: 20px solid #808080;
	border-bottom: 5px solid #808080;
	border-left: 20px solid #808080;
	background-color: #fff;;
	padding: 2px;
	padding-left: 4px;
	width: 158px;
	height: 40px;
}

div#logo {
	padding: 0px 0px 15px 5px;
	border-bottom: 2px solid #808080;
}


div.home_section {
	margin: 0px 15px 0px 0px;
	background-color: #EEE;
	border: 1px solid #cdb8b1;
	padding: 3px;
	width: 245px;
	float: right;
}
tr.home_row {
	background-color: #FFF;
	opacity:.6;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
}
tr.home_row:hover {
	background-color: #DDD;
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	cursor: pointer;
}

tr.home_row_on {
	background-color: #DDD;
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	cursor: pointer;
}

tr.home_row td, tr.home_row_on td {
	text-align: center;
	vertical-align: middle;
	padding: 2px 2px 0px 2px;
	background-color: none;
}

div.left {
	float: left;
	width: 178px;
	padding: 0px;
	height: 85%;
	padding-top: 15px;
	}


div.specialevent {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-left: 6px solid #808080;
	border-right: 6px solid #808080;
	background-color: #fff;;
	margin: 20px 3px 0px 3px;
	width:160px;
	}

a.specialevent {
	text-align: center; 
	font-weight: bold;
	line-height: 30px;
}

div.leftbox {
	border: 2px solid #808080;
	background-color: #fff;;
	margin: 30px 3px 30px 9px;
	width: 158px;
	text-align: center;
	}
div.leftbox a,div.leftbox a:link, div.leftbox a:visited  {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 2px;
	color: #5c4033;
	text-decoration: none;
	letter-spacing: 1px;
}
div.leftbox a:hover, div.leftbox a:active {
	color: #3B3E3B;
	background-color: #808080;
}

div.nav {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	border-bottom: 1px solid #808080;
	text-indent: 10px;
	}

a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: #5c4033;
	text-decoration: none;
	letter-spacing: 2px;
	}

a.nav:hover {
	display: block;
	height: 100%;
	width: 100%;
	color: #3B3E3B;
	background-color: #808080;
	text-decoration: none;
	}
a.nav:active {
	display: block;
	height: 100%;
	width: 100%;
	color: #3B3E3B;
	background-color: #808080;
	text-decoration: none;
	}

a.button, a.button:link, a.button:visited {
	display: block;
	margin: 2px;
	width: 110px;
	padding: 3px 5px;
	background-color: #EEE;
	border: 2px solid #DDD;
	border-right: 3px solid #AAA;
	border-bottom: 3px solid #AAA;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a.button:hover, a.button:active {
	display: block;
	margin: 2px;
	width: 110px;
	padding: 3px 5px;
	background-color: #FCFCFC;
	border: 3px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

div.content {
	float: right;
	width: 608px;
	padding: 0px 0px 30px 2px;
	}
/* SECTIONS - USED ON FOOD.PHP */

div#main {
	clear: both;
	border-top: 1px solid #808080;
	padding-top: 5px;
}

.sections {
	float: left;
	width: 320px;
	margin: 10px 20px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	}
.sectiontitle {
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	line-height: 25px;
	}
.sectionbody {
	padding: 5px;
	}

table.gallery {
 	border: 0px;
	float: right;
	margin: 15px 45px 0px 0px;
	}
td.gallery {
	padding: 0px;
	margin: 0px;
	width: 100px;
	}
td.gallery img {
	border: 1px solid #808080;
	margin: 0px;
	padding: 3px;
	}
.gallery a {
	margin: 0px;
	display: block;
	padding: 3px;
	width: 108px;
	height: 108px;
	}
.gallery a:hover, .gallery a:active {
	background: #808080;
	}

div.footer {
	clear: both;
	width: 800px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 1px 0px 2px;
	background-color: #808080;
	}

div.menulist {
	float: right;
	width: 310px;
	padding: 0px 4px 4px 4px;
	padding-top: 0px;
	border: 2px solid #808080;
	font-size: 11px;
	background-color: #fff;;
	margin: 20px 20px 5px 15px;
	-moz-border-radius: 8px;
}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	margin: 5px 10px 3px 5px;
}
.menulist a:hover, .menulist a:active {
	background-color: #808080;
}
.selectedmenu a {
	background-color: #808080;
}

.menubody {
	margin: 0px 40px;
	text-align: center;
	border: 2px solid #DDD;
	-moz-border-radius: 20px;
	background-color: #EFEFEF;
	}
.menuitem {
	padding: 15px 45px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	font-size: 14px;
	letter-spacing: 2px;
	}
.menudescr {
	padding: 10px 120px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	}
.samplemenus {
	text-align: center;
	font-size: 13px;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid #808080;
	margin: 5px 0px 10px;
	}

img.main {
	border-bottom: 2px solid #808080;
	border-left: 2px solid #808080;
	margin: 5px 3px 3px 3px;
	padding: 0px;
	float: right;
	}
img	{
	border: 0px;
	}
/* POPUP STYLES */

.popup body {
	margin: 0;
	padding: 0px;
	background-color: #F8F8F8;
	}
.popup table {
	width: 100%;
	margin-top: 1px;
}
.popup td {
	border: 1px solid #808080;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
	font-weight: bold;
	padding: 0px;
	width: 33%;
}
.popup a, .popup a:link, .popup a:visited {
        font-family: Verdana, Helvetica, sans-serif;
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        color: #5c4033;
        text-decoration: none;
}
.popup a:hover, .popup a:active {
        display: block;
        height: 100%;
        width: 100%;
        color: #3B3E3B;
        background-color: #808080;
        text-decoration: none;
}
.popupfooter {
	text-align: center;
	font-family: Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	background-color: #808080;
	height: 40px;
}

/* used on admin lists */
.lists td {
	padding: 3px 3px 5px 3px;
	border: 1px solid #DEE;
	border-top: none;
	border-right: none;
	}
.smalltext { font-size: 10px; }
