

/** GENERAL **/
.testimonial-post										{}
.testimonial-post .testimonial-content					{ position:relative; float:left; padding:20px; width:70%; }
.testimonial-post .testimonial-right					{ float:right; padding:20px; width:200px; }
.testimonial-post .testimonial-content .read-more 		{ position:absolute; bottom:0; left:0; right:0; display:block; text-align:center; text-transform:uppercase; padding:5px; font-size:0.8em; }
.testimonial-post .testimonial-right .rating			{ margin:10px 0px 0px 0px; padding:10px 0px 0px 0px; }
.testimonial-post span.stars,
.testimonial-post span.stars span 						{ display:block; width:80px; height:16px; }
.testimonial-shadow										{ margin:0px 0px 20px 0px; }

.testimonial-post										{ background:#FAFAFA; border:1px solid #CCCCCC; }
.testimonial-post .testimonial-content					{ background:#FFFFFF; }
.testimonial-post .testimonial-right .address			{ color:#777777; }
.testimonial-post .testimonial-right .rating			{ border-top:1px solid #CCCCCC; }
.testimonial-post span.stars,
.testimonial-post span.stars span 						{ background:url(icons/star-ratings.png) 0 -16px repeat-x; }
.testimonial-post span.stars span						{ background-position:0 0; }
.testimonial-post .testimonial-content .read-more 		{ color:#AAAAAA; }
.testimonial-post .testimonial-content .read-more:hover	{ background:#FAFAFA; color:#999999; }



/** GENERAL 
.static-content										{ padding:0px 0px; }
.testimonial-post .content-wrapper					{ position:relative; } 
.testimonial-post .post-content						{ padding:20px 0px; font-size:0.8em; }
.testimonial-post-odd .post-content					{ float:left; margin:0px 0px 0px 240px; }
.testimonial-post-even .post-content				{ float:right; margin:0px 240px 0px 0px; }
.testimonial-post.no-image .post-content			{ margin:0px 0px 0px 0px; }
.testimonial-post .post-content .text				{ font-size:1.1em; }
.testimonial-post .post-content .name				{ font-size:1.1em; }
.testimonial-post .post-content .address			{ font-style:italic; }
.testimonial-post .post-image						{ position:absolute; top:20px; width:200px; height:150px; }
.testimonial-post.no-image .post-image				{ display:none; }
.testimonial-post-odd .post-image					{ left:0; }
.testimonial-post-even .post-image					{ right:0; }

.testimonial-post									{ border-top:1px solid #EFEFEF; }
.testimonial-post-even								{ background:#FFFFFF; }
.testimonial-post-odd								{ background:#FAFAFA; }
.testimonial-post-odd .post-image					{ border:10px solid #FFFFFF; }
.testimonial-post-even .post-image					{ border:10px solid #FAFAFA; }



RESPONSIVE 
@media screen and (max-width:770px){

	.testimonial-post .post-image			{ position:static; width:100%; height:250px; border:none !important; margin:20px 0px 0px 0px; }
	.testimonial-post-odd .post-content,
	.testimonial-post-even .post-content	{ float:none; width:100%; margin:0px; }

}**/


