/* http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f3efb9;
  color: #663333;
  width: 728px;
  font-size: 75%;
}

a[href] {
  text-decoration: none;
  color: #808080;
}

a[href]:hover {
  background-color: #808080;
  color: #f3efb9;
}

em {
  font-variant: small-caps;
}

#container {
  min-height:100%;
  position:relative;
}

#header {
  position: relative;
  height: 300px;
}

#header-left {
  position: absolute;
  left: 0;
}

#title {
  font-weight: bold;
  font-style: italic;
  font-family: Verdana, Arial, sans-serif;
  font-size: 300%;
}

#facebook {
  float: left;
  width: 28px;
}

#livesearch {
  float: right;
}

#livesearchresults {
    margin: 0px;
    width: 428px;
    background-color: #f3efb9;
    position: relative;
    z-index: 1000;
}

#header-right {
  position: absolute;
  right: 0;
}

#main {
  padding-bottom:90px;   /* Height of the footer */
}

#main:after {
  content: " ";
  display: block;
  clear: both;
}

#sidebar {
  float: left;
  width: 15em;
  border-top: 2px solid black;
  margin-right: 1em;
}

#sidebar select {
  width: 100%;
}

ul.jumpMenu {
  padding-left: 0px;
  margin-left: 0px;
}

ul.jumpMenu li {
  list-style-type: none;
  margin: 0px;
  position: relative;
}

#banner {
  float: right;
}

#content {
  position: relative;
  margin-left: 15em;
  border-left: 2px solid black;
  border-top: 2px solid black;
}

#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:90px;   /* Height of the footer */
}

#footerad {
  text-align: center;
}

#indexName {
  font-weight: bold;
  font-size: 200%;
}

span.cityName {
  font-weight: bold;
  font-size: 175%;
}

td.breweryInfo {
  padding-left: 3em;
  padding-bottom: 10px;
}

span.breweryName {
  font-weight: bold;
}

div.breweryName {
  font-weight: bold;
  font-size: 200%;
}

div.breweryName2 {
  font-weight: bold;
  font-size: 150%;
}

span.services {
  vertical-align: middle;
}

table.cityTableNoneOpen {
  display: none;
}

tr.closed {
  display: none;
}

table {
  empty-cells: show;
}

.notOfficial {
  font-style: italic;
}

.breweryName {
  font-weight: bold;
  font-size: 125%;
}

div.content {
  display: none;
}

.beerName {
  font-weight: bold;
}

hr.beerSep {
  clear: right;
}

.smallLabel {
  float: right;
  width: 20%;
  border: 0;
}

.smallBeermat {
  float: right;
  width: 20%;
  border: 0;
}

.address {
}

#map_canvas {
  height: 480px;
}
