/*

 *  Styling for the tpg-get-post plugin

 * all items prefaced with tgp (for tpg-get-posts)

*/

/* styling for posts*/

/* wrapper for all posts pulled by shortcode */

.tpg-get-posts{clear:both;}



/* wrapper for individual post */

.tpg-get-posts-post{clear:both;}

/* class for title*/

.tpg-title-class{

	margin-top:1em; 
	font-size:small;

}
/* class for custom title*/

.tpg-title2-class{

	margin-top:1em; 
	font-size:small;

}

/* class of by-line*/

.tpg-byline-class {

	margin-left:1em;

	font-size:small;

}



/* class for content*/

.tpg-get-posts-thumbnail{clear:both;}

.tpg-content-class{}

.tpg-thumbnail-class{}

.tpg-excerpt-class{clear:both;}

/* class for metadata*/

.tpg-metadata-class {

	margin-left:2em;

	font-size:x-small;

}

.tpg-ul-class {}

/* class for pagination*/

.tpg-pagination-class{clear:both;}

.tpg-next {margin:.5em .2em 0 .3em}

.tpg-prev {margin:.5em .3em 0 .2em}

/*class for <hr> after list */

.tpg-get-post-li-hr {display:none}



/* mag layout */

.tpg-mag-class {

	float:left;

	width: 70%;

}



.tpg-mag-class .tpg-title-class {

	margin: 0 0 0 0;

} 

/* fi layout */

.tpg-fi-class {

	float:left;

	width: 70%;

	margin: 10px 0 0 0;

}





