h1.title {
  margin: 1em 2%;
}
.content.blog {
  margin: 0 2%;
}
.node.cms-ct-blog-teaser {
  max-width: 90%; margin: 0 auto 30px; border: 1px solid #e2e2e2; padding: 1%;
}
.node.cms-ct-blog-teaser h3.title a,
.node.cms-ct-blog h3.title a {
  font-size: 0.9em;
}
img.imagecache-blog-image-teaser {
  display: block; max-width: 100%; height: auto; margin-bottom: 0.9em;
}

@media only screen and (min-width:768px) {
  .node.cms-ct-blog-teaser {
    max-width: 44%; margin: 0 0 30px; border: 1px solid #e2e2e2; padding: 1%;
  }
  .node.cms-ct-blog-teaser:nth-child(odd) {
    clear: both; float: left; margin-left: 2%;
  }
  .node.cms-ct-blog-teaser:nth-child(even) {
    float: right; margin-right: 2%;
  }
}

@media only screen and (min-width:960px) {
  .node.cms-ct-blog-teaser:nth-child(odd) { margin-left: 0; }
  .node.cms-ct-blog-teaser:nth-child(even) { margin-right: 0; }
}
