/*
File:			style.css
Description:	Custom style of Testimonials plugin
*/
.clr { clear:both;}

/* widget */
.wpct_testimonials {
	height: auto;
	margin-bottom:30px;
}
.wpct_testimonials ul {
	margin-top:16px;
}
.wpct_testimonials ul li {
	border: none !important;
	margin-bottom:30px !important;
}
.wpct_testimonials ul li:last-child {
	margin-bottom:0 !important;
}
.wpct_testimonials img {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px #999999;
    margin: 0 0 10px;
    padding: 5px;
	width:70px;
	height:70px;
	float:left;
	margin-right:10px;
}
.wpct_testimonials .name {
	font-weight:bold;
}
.wpct_testimonials p {
	color:#999999;
	padding:10px;
	font-style:italic;
	overflow:hidden;
	margin-bottom: 0;
}
.wpct_testimonials p span {
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-shadow: 1px 1px 1px #fff;
}
.wpct_testimonials .website {
	color:#666;
	font-style:italic;
}
.wpct_bubble {
    /*margin: 10px;*/
    padding: 10px;
    position: relative;
	none repeat scroll 0 0 #EEEEEE
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-radius: 10px 10px 10px 10px;
	margin-bottom:26px;
}
.wpct_bubble:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 20px;
   border-top: 20px solid black;
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
}

/* rating stars widgets */
.wpct_widget_stars_container {
	text-align:center;
}
.wpct_widget_stars {
	padding:10px;
}
.wpct_widget_stars_container .ct_rating {
	margin:auto;
}