/* The container with the associated posts */ .associated-posts.title-excerpt-thumbnail { } /* The container with ONE associated post */ .associated-posts.title-excerpt-thumbnail .associated-post { overflow: hidden; } /* The header element with the title of the post */ .associated-posts.title-excerpt-thumbnail .associated-post .post-title { } /* The link element inside the header with the title of the post */ .associated-posts.title-excerpt-thumbnail .associated-post .post-title a { } /* The element which contains the post thumbnail image element */ .associated-posts.title-excerpt-thumbnail .associated-post .thumb-frame { } /* The post thumbnail image element itself */ .associated-posts.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.title-excerpt-thumbnail .associated-post .post-excerpt { overflow: hidden; }