/*
Theme Name: Spafford Fire Department
Theme URI: http://www.spaffordfiredept.com/
Description: A custome theme built for Spafford Fire Department
Version: 1.0
Author: Robert Annal
*/


body {
  margin: 0;
  padding: 0;
  background-color: #000;
  text-align: center;
  font: 12px "trebuchet ms", tahoma, verdana, sans-serif;
  color: #FFF;
}

#wrapper {
  width: 897px;
  margin: 0 auto;
}

#head {
  height: 205px;
  background: url("images/head.jpg") no-repeat;
}

#menu {
  height: 52px;
  background: url("images/menu-bg.jpg") no-repeat;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul li {
  list-style-type: none;
  display: inline;
}

#menu ul li a {
  
  color: #efc647;
  font: 18px "Century Gothic", "Trebuchet MS", sans-serif;
  line-height: 52px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
}

#menu ul li a:hover {
  color: #F00;
}

#menu ul li.current_page_item a {
  color: #F00;
}

#address {
  padding-top: 20px;
}

#middle {
  background: url("images/content-fill.jpg") repeat-y;
}

#content {
  background: url("images/content-bg.jpg") no-repeat;
}

#content-body {
  margin: 20px 120px ;
  font: 14px "trebuchet ms", tahoma, verdana, sans-serif;
  line-height: 20px;
}

#content-body a, #address a {
  color: #efc647;
  text-decoration: none;
}

#content-body a:hover, #address a:hover {
  text-decoration: underline;
}

#content-bottom {
  background: url("images/content-bottom.jpg") no-repeat;
  height: 30px;
}

#foot {
  text-align: center;
  margin: 10px 0;
}

.post-title {
  font-size: 18px;
  color: #efc647;
}