/*
 * Site Specific Styles
 */

p {
  margin: 0 0 0.7em 0;
}
a {
  text-decoration: none;
  color: #00a5e5;
}
a:visited {
  color: #006;
}

#categories {
  font-size: 0.9em;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #aaa;
}

#header {
  border-bottom: 1px solid #aaa;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
#header img {
  display: block;
  margin-bottom: 7px;
}
#header div.location {
  font-size: 0.9em;
  background: #eee;
  padding: 2px 3px 2px 3px;
}
#header div.location h1 {
  display: inline;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

#footer {
  clear: both;
  font-size: 0.9em;
  border-top: 1px solid #aaa;
  margin-top: 1em;
  padding-top: 7px;
}

/*
 * Latest Items Styles (homepage, category page)
 */

#latest-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#latest-items ul li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}
#latest-items ul li.last {
  padding-bottom: 0;
  border-bottom: none;
}
#latest-items ul li h2 {
  font-size: 1em;
  margin: 0 0 2px 0;
}
#latest-items ul li p.thumbnail {
  float: left;
  width: 50px;
  margin: 0 8px 0 0;
}
#latest-items ul li p.summary {
  margin: 0;
}

/*
 * Item styles (news, review page)
 */

#item h2 {
  font-size: 1.1em;
  margin: 0 0 3px 0;
}
#item h3 {
  font-size: 1em;
  margin: 0 0 0.6em 0;
}
#item p.thumbnail {
  float: left;
  width: 50px;
  margin: 0 8px 8px 0;
}
#item p.summary {
  font-style: italic;
}