@charset "UTF-8";
/* ---------- basic styles ---------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
p {
	font-size: 0.7em;
	text-align: left;
	line-height: 2em;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #5b1300;
	text-align: left;
	margin: .5em 0em;
}
h2 {
	font-size: .9em;
	font-weight: bold;
	color: #5b1300;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA04E;
	margin: 1em 0;
	padding: 0.5em;
}
h3 {
	color: #5B1300;
	text-align: left;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0.2em;
	line-height: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	padding-left: 5px;
}
/* ---------- background styles ---------- */
body#about {
	background-image: url(../images/bkgds/brick-tile-400.jpg);
}
body#events {
	background-image: url(../images/bkgds/wood-tile-500.jpg);
}
body#menus {
	background-image: url(../images/bkgds/green-wall-tile-800.jpg);
}
body#press {
	background-image: url(../images/bkgds/bar-tile-300.jpg);
}
/* ---------- div styles ---------- */
#container
 {
	text-align: center;
	width: 660px;
	background: #F0E1D1 url(../images/bkgds/limon-header-bar-720.jpg) no-repeat center top;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EA7F1E;
	border-right-color: #EA7F1E;
	border-bottom-color: #EA7F1E;
	border-left-color: #EA7F1E;
	padding: 0 20px;
}
/* ---------- header styles ---------- */
#branding {
	margin: 0;
}
#branding #logoImg {
	background-image: url(../images/bkgds/limon-logo.jpg);
	position: relative;
	height: 110px;
	width: 273px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	top: 5px;
}
a.logo {
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}
#branding p {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bkgds/address-box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	height: 80px;
	padding-top: 0.5em;
	line-height: 1.25em;
}
#branding a {
	color: #ea7f1e;
	text-decoration: none;
}
#branding a:visited, a:link {
	color: #EA7f1e;
}
#branding a:hover {
	color: #FFD24F;
}
.hours {
	font-style: italic;
	font-weight: normal;
}
/* ---------- need to keep reformatting style guide from here ---------- */
.backtotop {
	text-align: right;
	line-height: 8px;
	font-style: italic;
}
div#upevents {
	width: 300px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #EA7F1E;
	background-color: #f5ddb0;
}
div#upevents img {
	text-align: left;
	height: 28px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	float: none;
}
#content ul {
	font-size: 12px;
	line-height: 16px;
	margin: 0.6em;
	text-align: left;
}
#content li {
	list-style-type: none;
	list-style-image: url(../images/arrows/arrow-orange-rt-beige.jpg);
	margin: 0 1em;
	padding: 0;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #AAA04E;
	list-style-position: inside;
}
#content #upevents li {
	list-style-image: url(../images/arrows/arrow-orange-rt-yellow.jpg);
}
iframe#menuitems {
	height: 650px;
	width: 660px;
	margin-top: 10px;
	border: 1px solid #aaa04e;
}
div#nav_main {
	background-color: #FFD24F;
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav_main table {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#nav_sub {
	background-color: #Ea7f1e;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	padding-top: 10px;
}
#nav_sub ul, #nav_sub li {
	text-transform: uppercase;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #5b1300;
	letter-spacing: 0.2em;
	list-style-type: none;
}
#nav_sub a:link, #nav_sub a:visited {
	color: #5b1300;
	text-decoration: none;
}
#nav_sub a:hover {
	color: #FFF;
	text-decoration: none;
}
#content img {
	float: right;
	margin-right: 25px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	border-top: 1px solid #5B1300;
	margin-top: 20px;
	padding: 10px 0;
}
#footer p {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}
#footer a {
	text-decoration: none;
	color: #ea7f1e;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #ea7f1e;
}
#footer a:hover {
	color: #aaa04e;
}
#googlemap {
	border: 1px solid #aaa04e;
}
div#content a {
	font-weight: bold;
}
div#content a:link, div#content a:visited {
	color: #EA7F1E;
}
div#content a:hover {
	color: #AAA04E;
}
img#cover5280 {
	float: none;
	height: 287px;
}
.eventmenuitem {
	font-weight: bold;
}
.eventmenudesc {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EA7F1E;
	margin-left: 10px;
	padding-left: 10px;
}
