* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  font-family: "Times New Roman", serif;
  font-size: 90%;
  background: #000;
}

div#notice {
  color: #fff;
  width: 550px;
}

div#header {
  background: url(/images/body-bg.png) repeat-x;
}

div#header-wrap {
  width: 975px;
  margin: 0 auto;
  height: 162px;
}

div#header h1#logo {
  position: relative;
  float: left;
  text-indent: -9999em;
  display: block;
  width: 405px;
  height: 176px;
  top: 0;
  left: -15px;
  background: url(/images/logo2.png) 0 0 no-repeat;
}

div#header h3#top-address {
  color: #f9cd8f;
  position: relative;
  float: right;
  top: 25px;
  text-align: right;
}

div#nav ul {
  padding: 0;
  float: right;
  width: 555px;
  position: relative;
  top: 60px;
  right: -15px;
  display: inline;
}

div#nav li {
  display: inline;
  float: left;
  text-align: center;
  margin-right: 10px;
}

div#nav li#nav_home a, div#nav li#nav_beers a, div#nav li#nav_coffees a, div#nav li#nav_food a, div#nav li#nav_events a,div#nav li#nav_about a {
  width: 82px;
  height: 42px;
  background: url(/images/tab.png) -96px 0 no-repeat;
}

body.home div#nav ul li#nav_home a, body.beers div#nav ul li#nav_beers a, body.coffees div#nav ul li#nav_coffees a, body.foods div#nav ul li#nav_food a, body.events div#nav ul li#nav_events a, body.about div#nav ul li#nav_about a {
  background: url(/images/tab.png) 0 0 no-repeat;
}

div#nav a {
  color: #f9f4ce;
  display: block;
  font-size: 1.4em;
  text-decoration: none;
  padding-top: 10px;
}

div#nav ul li#nav_home a:hover, div#nav ul li#nav_beers a:hover, div#nav ul li#nav_coffees a:hover, div#nav ul li#nav_food a:hover, div#nav ul li#nav_events a:hover, div#nav ul li#nav_about a:hover {
  background: url(/images/tab.png) 0 0 no-repeat;
}

div#container {
  background: url(/images/content-bg2.jpg);
  padding-bottom: 80px;
}

div#content {
  clear: both;
  width: 975px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}

div#content h2 {
  font-size: 2em;
  font-weight: normal;
  color: #ffce8f;
  margin-bottom: 15px;
  background: url(/images/header-border-bg.png) bottom left repeat-x;
}

div#content h3 {
  position: relative;
  top: 5px;
  font-style: italic;
  font-size: 1.4em;
  color: #ffce8f;
}

div#content p {
  font-family: "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
}

div#content a {
  color: #bb6f26;
  text-decoration: none;
}

div#content a:hover {
  color: #f29031;
}

div#content h2 a {
  color: #ffce8f;
}

div#content h2 a:hover {
  color: #bb6f26;
}

div#content p#home-image {
  margin-top: 20px;
}

div#story {
  width: 620px;
  float: left;
  position: relative;
  top: 10px;
  padding-right: 50px;
  background: url(/images/home-story-bg.png) center right no-repeat;
}

div#story h2 {
  background-image: none;
}

div#story p {
  margin-bottom: 10px;
  color: #fff9e8;
}

div#story h2 span {
  font-style: italic;
}

div#upcoming-events {
  width: 280px;
  float: left;
  position: relative;
  top: 10px;
  left: 30px;
}

div#upcoming-events h2 {
  font-size: 2em;
  color: #ffce8f;
  margin-bottom: 15px;
  background-image: none;
}

div#upcoming-events p.event-title, div#upcoming-events p.event-title a {
  font-family: "Times New Roman", serif;
  font-size: 1.4em;
  color: #e0862e;
}

div#upcoming-events p.event-desc {
  margin: 5px 0;
  color: #fff9e8;
}

div.clear {
  clear: both;
}

div#beer-left, div#beer-middle {
  width: 310px;
  float: left;
}

div#beer-right {
  width: 310px;
  float: left;
  padding-left: 20px;
}

div#coffee-left, div#food-left {
  width: 450px;
  float: left;
}

div#coffee-right, div#food-right {
  width: 450px;
  float: left;
  padding-left: 20px;
}

div#beers h3, div#coffees h3, div#food h3 {
  margin-bottom: 15px;
}

div#content .menu-item {
  color: #f9f4ce;
}

div#content .menu-item  span {
  margin: 5px 0;
  color: #ddb27b;
  font-size: .8em;
  font-style: italic;
}

div#content .event-item {
  color: #f9f4ce;
}

div#content .event-item  span {
  margin: 5px 0;
  color: #ddb27b;
  font-size: .8em;
  font-style: italic;
}

div#content div#events a {
  color: #bb6f26;
}

div#events p#events-pic {
  float: right;
}

div#about {
  width: 975px;
  margin: 0 auto;
}

div#about p#owners-pic {
  float: left;
  padding-right: 10px;
  margin-bottom: 0;
}

div#about p#owners-pic img {
  border: 3px solid #36261B;
}

div#about p {
  margin-bottom: 10px;
  color: #f9f4ce;
  font-family: "Helvetica", Arial, sans-serif;
}

div#about div#directions {
  width: 400px;
  padding-left: 40px;
  float: right;
}

div#about div#directions h3 {
  margin-bottom: 15px;
  font-style: normal;
}

div#about div#facebook h4 {
  color: #ffce8f;
}

div#about div#facebook img {
  width: 35px;
  border: none;
  margin-top: 10px;
}

div#footer {
  position: relative;
  top: -5px;
  padding-top: 20px;
  height: 100px;
  background: url(/images/footer-border-bg.png) repeat-x;
  color: #514133;
  clear: both;
  z-index: 99;
}

div#footer div.wrap {
  width: 975px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}

div#footer div#footer-address {
  color: #7c6647;
  float: right;
}
