/* Latest Three Posts Style */

html {
  width: 758px;
  height: 250px;
  margin: 0 auto;
}

body {
  width: 740px;
  height: 250px;
  margin: 0 6px 0 12px;
  clear: both;
}

a, img {
    border:none;
}

a img:hover {
    cursor: pointer;
    opacity: 0.8 !important;
    filter: alpha(opacity=80);
}

#latestthreetitle {
  color: red;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

#latestthreetitle a {
  text-decoration: none;
  color: red;
}

#latestthreetitle a:hover {
  text-decoration: underline;
}

#latestthreecontainer {
  float: left;
  width: 742px;
}

.featuredthumbs:nth-child(3) {
  margin-right: 0px !important;
  width: 33%;
}

.featuredthumbs:nth-child(1) {
  margin-left: 0px !important;
  width: 33%;
}

.featuredthumbs {
  float: left;
  margin: 0 2px;
  text-align: center;
  width: 240px;
}

.featuredthumbs img {
  height: 160px;
  width: auto;
  border-radius: 6px;
}

.entry-title {
  text-align: center;
}

.entry-title a {
  font-family: verdana;
  font-size: 13px;
  color: black;
  text-decoration: none;
}

.entry-title a:hover {
  text-decoration: underline;
}
