@import url("blueprint.css");

/* Overall Styles */

body { background:url(../images/bg.jpg); font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; }

a { color:#952923; text-decoration:none; }
a:hover { color:#222; text-decoration:underline; }

h2 { color:#932923; }
h3 { border-bottom:1px solid #932923; padding-bottom:5px; clear:both; }
h4 { color:#932923; margin-bottom:0.8em; }

img.center { display:block; margin:0 auto; }

li { margin-bottom:3px; }

p { font-size:13px; }

ul { list-style:circle; }

/* Header Styles */

#header { background:url(../images/header-bg.png) repeat-x; height:105px; }

#header-container { margin:0 auto; width:960px; }

#logo { float:left; padding-top:7px; width:302px; }
#logo h1 { margin:0; padding:0; }
#logo h1 a { background:url(../images/logo.png) no-repeat; display:block; text-indent:-9999px; width:302px; height:74px; }

#nav { float:right; list-style:none; margin:0; padding:0; }
#nav li { float:left; }
#nav li a { color:#952923; display:block; padding:50px 15px 5px 15px; text-transform:uppercase; }
#nav li a.active { background:#ac3a14; border-left:1px solid #F7CE7C; border-right:1px solid #F7CE7C;  border-bottom:1px solid #F7CE7C;color:#fff; text-decoration:none; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
#nav li a:hover { border-bottom:3px solid #FFF200; text-decoration:none; }


/* Main Styles */

.hours { border:3px solid #fff; float:right; width:300px; }
.hours h3 { background:#942923; border:none; color:#fff; padding:5px; text-align:center; margin:0; }
.hours h4 { border-bottom:1px solid #942923; margin-bottom:10px; padding-bottom:2px; }
.hours p { margin-bottom:5px; }
.hours ul { padding-left:25px; list-style:circle; margin-bottom:1em; }
.hours-inner { border:1px solid #942923; padding:10px; }

.left-col { float:left; width:235px; }
.left-col ul { padding-left:1.3em; }
.left-col.narrow { width:150px; }

#main { margin:0 auto; width:960px; min-height:700px; text-align:left; }

#main-inner { padding:10px 0; overflow:hidden; }

.map { border:3px solid #fff; height:464px; margin-bottom:30px; width:594px; }

.right-col { float:right; width:350px; }

#slideshow { background:#000; list-style:none; margin:0 0 10px 0; padding:0; }

/* Footer Styles */

#footer { background:#6b0d01 url(../images/footer-bg.png) repeat-x; color:#fff; min-height:100px; }
#footer a { color:#FFF200; }
#footer p { font-size:1em; margin-bottom:5px; }

#footer-container { margin:0 auto; padding:15px 0; text-align:center; width:960px; }

