body { font-family: "Trebuchet MS", verdana, arial; margin:0px; padding: 0px; }

#logo { margin: 10px 10px 2px 10px;  }

#weather {
	font-size: 24px;
	position: absolute; 
	right: 20px;
	top: 20px;
	text-align:right;
	color: #806d09;
	font-family: arial;
}
#weather img { vertical-align:middle;  }
#forecast a {
	font-size: xx-small;
	color: silver;
	text-decoration: none;
}

#nav {
	background-color: #493F0B;
	color: #493F0B;
	padding: 5px 10px;
	font-size: small;
	font-weight: bold;
	font-family: arial;
}
#nav a {
	color: white;
	text-decoration:none;
	border-bottom: 2px solid #493F0B;
	text-transform: uppercase;
	margin-right: 25px;
}
#nav a:hover {
	border-bottom: 2px solid white;
	
	
}
#today { font-size: small; color: white; float:right; font-family: "Trebuchet MS"; }

#main {
	margin: 10px 35px;
}

#footer {
	background-color: #f1f1f1;
	margin-top: 10px;
	padding: 20px 50px;
	font-size: x-small;
	clear: both;
	height: 200px;
}

.msg, .message { 
	background-color: #FFFFCC;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
}

h1 { color: #860D14; font-family: "Trebuchet MS", Georgia, "Times New Roman", Verdana, Arial; font-size: x-large; font-weight: normal; }
h2 { color: #860D14; font-family: "Trebuchet MS", Georgia, "Times New Roman", Verdana, Arial; font-size: x-large; font-weight: normal; padding:0px; margin:0px 0px 10px 0px; }
h1.u { border-bottom: 1px solid #f1f1f1; }
h1.u a { text-decoration: none; color: black; }
h3 { color: #860D14; }
#home_photo {
	float: right;
	font-size: x-small;
	padding-left: 8px;
	border-left: 1px solid #f1f1f1;
}
#home_photo img { border: 1px solid silver; }

.news_item {
	margin-bottom: 5px;
	font-size:small;
}

img.icon, img.mid { vertical-align: middle; }

form.labled label { position: absolute; width: 120px; text-align:right; }
form.labled input, form.labled select, form.labled textarea { margin-left: 130px; margin-bottom:10px; }
form.labled span.hint { color: silver; font-size: x-small; margin-left: 20px; position:absolute; }
input.wide { width: 300px; }
th { color: #493f0b; text-align: left; border-bottom: 1px solid gray; }

table.stats .left { text-align:right; font-weight: bold; color: gray; vertical-align:top;}


a, a:visited { color: #806d09; }
a:hover { color: black; }

.at { color: gray; }

#food_banner { 
	background: #000 url("/images/food-banner.jpg") repeat-x; 
	height:200px;
	padding:0px;
	margin:0px;
}

#nightlife_banner { 
	background: #000 url("/images/nightlife-banner.jpg") repeat-x; 
	height:200px;
	padding:0px;
	margin:0px;
}

#home_banner {
	background: #000 url("/images/home-banner.jpg") repeat-x; 
	height:200px;
	padding:0px;
	margin:0px;
}

table.home {
	margin-top: 5px;
}

#home_left {
	border-right: 1px solid #f1f1f1;
	padding-right: 15px;
	width: 300px
}
#home_mid {
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #f1f1f1;
	color: #493F0B;
}
#home_mid a, #home_mid a:visited { color: #493F0B; }



#home_right {
	padding-left: 15px;
	width: 150px;
}
#home_right input { font-size: x-small; }
#home_right .hint { font-size: x-small; color: gray; }
#home_photo_credit { position:absolute; margin-top: 185px; right: 50px; }
#home_photo_credit a, #home_photo_credit a:visited { color: white; }

.event_date { }
.event_desc, .event_title { margin-left: 20px; }
.event_box { background-color: #f1f1f1; padding:8px; margin: 5px 400px 5px 5px; }

.home_events td { border-bottom: 1px solid  #806d09; padding:4px; background-color: #FFD64F; }
table.home_events { border: 1px solid #806d09; margin-bottom: 5px; }
.home_events a, .home_events a:visited { text-decoration: none; } 

.featured_restaurant_title { margin-bottom: 1px; }
.featured_restaurant { margin-top: 1px; }

.admin_menu {
	background-color: #f3f3f3;
	padding: 4px;
	margin: 3px 0px;
}
.admin_menu a, .admin_menu a:visited { color: black; padding:4px 35px 4px 2px; text-decoration:none; }
.admin_menu a:hover { color: #860D14; }

