/* Everything Fluid */

/* Simple reset */
* {
	margin: 0;
	padding: 0;
}

/**
 * Color, typography and basic layout
 * (Shared for all devices and clients)
 * Colors:
 * - #f9f3e9 -> light cream (background)
 * - #594846 -> Dark brown (body text, rules)
 * - #42628F -> Dark blue (link text)
 * - #7b96bc -> Medium-light blue (navigation and footer background)
 */
body {color: #594846;
	background:#C0C0C0;
	color:#594846;
	font: 100% "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
}
a, a:visited {
  color: #42628f;
}
p {
  margin: 0.5em 0.25em;
}
h1 {
  font-size: 1.75em;
	border: solid #594846;
	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 #7b96bc;
}
.intro {
  font-size: 1.15em;
  line-height: 1.3em;
  text-align: justify;
  margin: 0.5em;
  font-weight: bold;
}
.xnavigation {
  background-color:#000000;
  border-bottom: 2px solid #594846;
}
.xnavigation ul li {
  text-align: center;
  display: block;
  float: left;
  padding: 0.25em 0;
}
.xnavigation li a {
  color:#FFFFFF;
  font-variant: small-caps;
  text-decoration: none;
}
.header p {
  margin-left: -1000px;
  margin-top: 0;
}
#points ul {
list-style-image: url('xximages/w.png.png'); 
  list-style-image: url('xximages/pxxoint.png');
 margin: 0.5em 0 1em 0.5em;
  padding-left: 1em;
}
#points ul li {
  margin: 0.5em 1em;
}
.footer {
  background-color: #7b96bc;
  color: #f9f3e9;
  text-align: center;
  padding: .5em 0;
  font-style: italic;
}

/* Structure */
/* Common Structural Rules */
.header, .footer {
  clear: both;
}
.header {
  background:url('ximages/taps.jpg') repeat-x;
  height: 10px;
}
.navigation {
  min-height: 25px;
}
img, object {
  max-width: 100%;
}
.navigation ul li {
  width: 33.333%;
}
.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;
}


/* Wider viewports/higher resolutions (e.g. desktop)  */
@media screen and (min-width:481px) {
  .column {
    margin: 10px 1.04166667% 0 0;
  }
  #visit {
    width: 31.25%;
    float: left;
  }
  #points {
    width: 25%;
    float: right;
  }
  #main {
    margin: 10px 27.0833333% 0 26.0416667%;
  }
  #ontap {
    margin: 10px 0 0 32%;
  }  
}

/* Mobile/lower-resolution devices */
@media screen and (max-width:480px) {
  .column {
    margin: 1em 0;
    border-bottom: 1px dashed #7b96bc;
  }
  #visit, #points, #main {
    width: 100%;
  }
    .taplist li {
    width:50%;
  }
  #map {
    display:none;
  }
  .header {
    display:none;
  }
}