/*
WordPress Go Exercise plugin stylesheet
Developed by Go Exercise

Use the following classes to style your Go Exercise list as you like.
*/

.goex-list { /* UL element */
	
}

	.goex-list li { /* LI - post container */
		/*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */
		float:none;
		clear:left;
	}

		/* title styles */
		.goex-post-title {
		}
		
		/* thumbnail styles */
		.goex-thumbnail {
			display:inline;
			float:left;
			margin:0 5px 0 0;
			border:none;
		}
		
		/* excerpt styles */
		.goex-excerpt {
		}
		
		/* Stats tag styles */
		.post-stats {
			display:block;
			font-size:9px;
			font-weight:bold;
		}
			
			.goex-comments {
			}
			
			.goex-views {
			}
			
			.goex-author {
			}
			
			.goex-date {
			}
		
		/* WP-PostRatings styles */
		.goex-rating {
		}