/**
 * Strong Testimonials stylesheet
 */


/* Testimonial pages
---------------------------------------------------------*/

.clear {
	clear: both;
}

#wpmtst-container {
	display: inline-block;
	width: 100%;
}

#wpmtst-container.tcycle {
}

.testimonial {
	border: 1px solid #E6E6E6;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	/* width: 90%; */
	height: auto;
}
	
	.testimonial.excerpt {
	}

	.testimonial.truncated {
	}

	.testimonial.entire {
	}

.testimonial .inner {
	background: #fbfbfb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
	background: -moz-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
	background:   -o-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
	background:  -ms-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ededed',GradientType=0 );

	border: 1px solid #FFFFFF;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: auto;
}

.testimonial .heading {
	background: url("../images/quotes.png") no-repeat scroll left center transparent;
	margin-top: 0;
	padding-left: 40px;
	text-align: left;
}

.testimonial img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 6px;
}

.testimonial .photo {
	float: left;
	margin-top: .25em;
	margin-right: 1em;
}

.testimonial .content {
	background: transparent;
	float: none;
	height: auto;
	width: auto;
}

.testimonial .client {
	margin-top: 1em;
	text-align: right;
}

.testimonial .client .name {
	font-weight: bold;
}

.readmore {
	margin-top: 1em;
}


/* Paging Controls 
---------------------------------------------------------*/

ul.simplePagerNav {
	margin: 1em auto;
	text-align: center;
	display: block;
}

ul.simplePagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 .3em;
}

ul.simplePagerNav li a {
}

ul.simplePagerNav li.currentPage a {
	text-decoration: none;	
}
