/* Everything Fluid */

/* Simple reset */
* {
	margin: 0;
	padding: 0;
}

/**
 * Color, typography and basic layout
 * (Shared for all devices and clients)
 * Colors:
 * - #F0E1C8 -> light cream (background)
 * - #000000 -> Dark brown (body text, rules)
 * - #42628F -> Dark blue (link text)
 * - #7b96bc -> Medium-light blue (navigation and footer background)
 */
body {
	background: #F0F0FA;
	color: #000000;
	font: 100% Georgia, "Adobe Caslon Pro",  "Times New Roman", serif;
}
a, a:visited {
  color: #42628f;
}
p {
  margin: 0.95em 0.15em;
  font: 100% Georgia, "Adobe Caslon Pro",  "Times New Roman", serif;
  text-indent: 0.5em;
  text-align: justify;
}
h1 {
  font-size: 1.75em;
	border: solid #0A4B7D;
	border-width: 2px 0;
	padding: 0.25em;
  text-align: center;
  font-variant: small-caps;
}
h2 {
  text-align: center;
  font-variant: small-caps;
}
dl {
  margin: 0 0.5em;
}
dt {
  font-weight: bold;
  margin: 0.5em 1em 0.5em 0;
  border-bottom: 1px dashed #0A4B7D;
}
dd {
	margin-bottom: 2em;
}
.intro {
  font-size: 1.15em;
  line-height: 1.3em;
  text-align: justify;
  margin: 0.5em;
  font-weight: bold;
}
.navigation {
  background-color:#B4C8E6;
  border-bottom: 2px solid #0A4B7D;
}
.navigation ul li {
  text-align: center;
  display: block;
  float: left;
  padding: 0.25em 0;
}
.navigation  a {
	color: #42628f;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}
.header p {
  margin-left: -1000px;
  margin-top: 0;
}

#points ul {
  
  margin: 0.5em 0 1em 0.5em;
  padding-left: 1em;
}
#points ul li {
  margin: 0.5em 1em;
}
ul li {
  margin: 0.5em 2em;
}
ol li {
  margin: 0.5em 2em;
}
.footer {
  background-color: #B4C8E6;
  color: #000000;
  text-align: center;
  padding: .5em 0;
  font-style: italic;
}

/* Structure */
/* Common Structural Rules */
.header, .footer {
  clear: both;
}
.header {

  height: 90px;
}
.navigation {
  min-height: 50px;
}
img, object {
  max-width: 100%;
}
.navigation ul li {
  width: 16.6666%;
}
.header, .footer, .navigation {
  width: 100%;
}

/* Brews List */
.taplist li {
  display:block;
  float:left;
  text-align:center;
  width:33%;
}
.taplist img {
  width:100%;
  margin-bottom:5px;
}
#ontap, #ontap ul, #ontap ul li {
  background:#fff;
}

/* Mobile/lower-resolution devices */
@media screen and (max-width:680px) {
  .column {
    margin: 1em 0;
    border-bottom: 1px dashed #7b96bc;
  }
  #visit, #main {
    width: 100%;
  }
    .taplist li {
    width:50%;
  }
  #map, #points {
    display:none;
  }
  .header {
    display:none;
  }

}




/*
     */
/*
*/