/* The container with the associated posts */
.associated-posts.two-column-title-excerpt-thumbnail {
  overflow: hidden;
}

/* The container with ONE associated post */
.associated-posts.two-column-title-excerpt-thumbnail .associated-post {}
.associated-posts.two-column-title-excerpt-thumbnail .associated-post.left { width:49%; float:left; }
.associated-posts.two-column-title-excerpt-thumbnail .associated-post.right { width:49%; float:right; }

/* The header element with the title of the post */
.associated-posts.two-column-title-excerpt-thumbnail .associated-post .post-title {
}

/* The link element inside the header with the title of the post */
.associated-posts.two-column-title-excerpt-thumbnail .associated-post .post-title a {
}

/* The element which contains the post thumbnail image element */
.associated-posts.two-column-title-excerpt-thumbnail .associated-post .thumb-frame {
}

/* The post thumbnail image element itself */
.associated-posts.two-column-title-excerpt-thumbnail .associated-post .thumb-frame img {
}

/* The element which contains the post excerpt. (Only if you set up 'show an excerpt of the posts.') */
.associated-posts.two-column-title-excerpt-thumbnail .associated-post .post-excerpt {
}

/* The clearing element. You can use it if you want. */
.associated-posts.two-column-title-excerpt-thumbnail .clear {
  clear: both;
}