.phoneArea .phones {
  padding-top: 1em;
  height: 200px;
}

/*--- Todays News ---*/
.todayNews {
  padding: 1em 0 1em 1em;
}
  .todayNews h2 {
    font-weight: bold;
  }
  .date {
    float: right;
    color: #fff;
    padding: 0.1em 0.5em;
    margin-left: 1em;
    margin-right: -0.7em;
    background: #666;
    font-size: 0.85em;
  }
  .todayNews .author {
    display: block;
    margin: 0.3em 0;
    font-size: 0.85em;
  }
  .todayNews .inImage {
    float: right;
    padding: 0 1em;
  }
  .todayNews p {
    line-height: 1.3em;
    margin: 0 0 1em 1em;
  }
  .todayNews .more-link {
    text-align: left;
    margin-left: 1em;
  }
/*--- List Posts ---*/
.listpost h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}	
  .listpost h2 a:hover {
     text-decoration: none;
     background: #EDFBBD;
  }
  .listpost .more-link {
    margin-top: 1em;
  }
.postWithThumb {
  padding: 1em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #F5F5F5;
}
  .postThumb a {
    float: left;
    width: 150px;
    padding: 0.5em 0px;
    background: #fff;
  }
.postContent {
  width: 360px;
  float: left;
  padding-left: 20px;
  text-align: left;
  line-height: 1.4em;
}
  .postContent .entry {
    margin-top: 1em;
  }
/*--- Video Reviews ---*/
ul.videoReviews {
  margin:10px 0;
  text-align: center;
}
ul.videoReviews li{
  background: #F0F0F0;
  padding: 1em;
  margin: auto;
  margin-bottom: 0.5em;
  width: 220px;
}
.videoReviews .phoneLabel {
  padding: 0;
  display: block;
}
/*--- Featured Members ---*/
#featuredMembers {
  margin-top: 7em;
}
#featuredMembers li {
  font-size: 1.1em;
}
.usersList {
  display: block;
  text-align: center;
}
.usersList li {
  display: inline;
  padding: 0 0.8em;
}
.tabBox {
  border: 1px solid #F0F0F0;
  border-top: none;
  margin-top: -1em;
  padding: 1.5em 0.5em;
}
/*--- Resources ---*/
.resources {
  margin-left: 2em;
}