/*

This is an example file of the Post-Page-Associator style sheet. You can copy
this file into your theme directory and customize it until it fits your needs.

If this file exists in your theme directory it will be included automaticlly
by the plugin.

*/



/* The container with the associated posts */
.associated-posts.thumbnail-only {
}


/* The container with ONE associated post */
.associated-posts.thumbnail-only .associated-post {
}


/* The element which contains the post thumbnail image element */
.associated-posts.thumbnail-only .associated-post .thumb-frame {
}


/* The post thumbnail image element itself */
.associated-posts.thumbnail-only .associated-post .thumb-frame img {
}


/* The clearing element. You can use it if you want. */
.associated-posts.thumbnail-only .clear {
  clear: both;
}

