/*  
Theme Name: Maselli Plumbing
Theme URI: http://maselliplumbing.com/
Description: Maselli Plumbing 2008.
Version: 1.0
Author: Robert Annal
Author URI: http://isafetech.com/
*/
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font: 12px verdana, sans-serif;
}

img.icon {
  margin: 5px 10px 10px 0;
  vertical-align: middle;
  border: 0;
}

/* ---------------- HEAD ---------------- */
#head {
  background: #A0131E;
  background: url("images/headbg.jpg") repeat-x;
  color: #FFF;
  height: 200px;
}

#head-content {
  padding-top: 5px;
  width: 500px;
  margin: 0 left;
  text-align: ;
}
#head-text {
  padding-top: 35px;
  width: 300px;
  margin: 0 right;
  text-align: center;
  position: absolute;
  font-size: 18px;
  top: 35px;
  left: 450px;
}

/* ---------------- HEAD ---------------- */

/* ---------------- MENU ---------------- */
#menu {
  background: #000;
  line-height: 42px;
}

#menu ul {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

#menu ul li {
  list-style-type: none;
  display: inline;
  padding: 0 45px;
}

#menu ul li a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
  color: #B61623;
}
/* ---------------- MENU ---------------- */

/* --------------- CONTENT -------------- */
#middle {
  width: 800px;
  margin: 0 auto;
}

#content {
  line-height: 24px;
  padding: 10px 0;
}

#content h2 {
  font-size: 18px;
}

#content a {
  color: #A0131E;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#left {
  float: left;
  width: 530px;
}

#right {
  float: right;
  width: 250px;
}

.clearer {
  clear: both;
}

.post {
  margin-bottom: 30px;
}

.post-title {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.post-meta {
  font-size: 11px;
  font-style: italic;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignleft {
  margin-right: 10px;
  
}
/* --------------- CONTENT -------------- */

/* ---------------- FOOT ---------------- */
#foot {
  background: #000;
  color: #FFF;
  /*line-height: 100px;*/
  text-align: center;
}
/* ---------------- FOOT ---------------- */