body {
  background: url('../images/elements/grain.jpg');
  margin: 1em auto;
  line-height: 1.4em;
  width: 960px;
}

#strip {
  height: 120px;
}
  
  #strip .kilkenny {
    float: left;
  }
  
  #strip .guinness {
    float: right;
  }

#sidebar {
  margin-bottom: 1em;
  float: left;
  width: 230px;
}

#page {
  float: right;
  width: 700px;
}

#logo {
  margin-bottom: 1em;
}

#nav {
  background: #fff1b6 url('../images/elements/sidebar.jpg') no-repeat bottom;
  float: left;
  padding: 0 0 160px 0;
}
  
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  #nav img {
    float: left;
  }
  
#article {
  background: #fff1b6 url('../images/elements/article_mid.jpg') repeat-y;
}

  #article .inner {
    background: url('../images/elements/article_top.jpg') no-repeat;
    padding: 40px 40px 0 40px;
  }

#footer {
  background: url('../images/elements/article_bottom.jpg') no-repeat;
  color: #fff;
  font-size: 1.1em;
  padding-top: 45px;
  text-align: center;
  padding-bottom: 10px;
}

  #footer a:link, #footer a:visited {
    color: #f1ba93;
  }
  
  #footer a:hover {
    color: #fff;
  }

#manage {
  margin-bottom: 1em;
}
  
  #manage div {
    float: left;
    width: 50%;
  }
  
  #manage h3 {
    margin-bottom: 0.5em;
  }
  
  #manage p {
    margin: 0 0 2em 0;
    font-size: 0.8em;
  }

#profiles {
  border-bottom: 1px solid #e4a238;
  margin-bottom: 0.5em;
}

  #profiles .element {
    border-top: 1px solid #e4a238;
    padding-top: 1em;
  }
  
  #profiles img {
    float: left;
    margin: 0 1em 1em 0;
  }
  
  #profiles p {
    margin-bottom: 0;
  }

#map {
  border: 1px solid #d28e36;;
  float: right;
  height: 300px;
  width: 400px;
}

#gallery .element {
  float: left;
  text-align: center;
  margin-top: 1em;
  width: 50%;
}

.lightbox {
  background: url('../images/photos/strip.jpg') no-repeat center bottom;
  border-top: 1px solid #d28e36;
  padding-top: 1em;
  padding-bottom: 120px;
}
  
  .lightbox .events, .lightbox .club {
    width: 305px;
  }
  
  .lightbox .events {
    float: right;
  }
  
  .lightbox .events div {
    border-top: 1px solid #d28e36;
    padding: 0.2em 0;
  }
  
  .lightbox .date {
    float: right;
  }
  
  .lightbox .meta {
    border-top: 1px solid #d28e36;
    font-size: 0.8em;
    text-align: right;
  }
  
  .lightbox .club {
    float: left;
  }
  
.countdown {
  border: 1px solid #d28e36;
  clear: right;
  float: right;
  padding: 1em 0;
  margin: 0 0 1em 1em;
  text-align: center;
  width: 288px;
}

  .countdown .feature {
    font-weight: bold;
    font-size: 1.4em;
    display: block;
  }
  
div.photo {
  text-align: center;
}

  div.photo img {
    margin-bottom: 1em;
  }

#featured {
  border: 2px solid #d28e36;
  clear: both;
  margin-top: 1em;
  padding: 1em;
  text-align: center;
}

  #featured a {
    font-weight: bold;
  }
  
  #featured .meta {
    color: #815742;
  }

.news {
  border-top: 1px solid #d28e36;
  margin: 1em 0;
  padding-top: 1em;
}

  .news .meta {
    color: #815742;
    font-size: 0.8em;
    font-style: italic;
  }