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

/* widget */
#wpct_testimonials_bubble_container {
	height: auto;
	margin-top:30px;
	margin-bottom:30px;
}
.wpct_testimonials_bubble_item {
	border: none !important;
	margin-bottom:30px !important;
}

.wpct_testimonials_bubble_item img {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px #999999;
    margin: 0 0 10px;
    padding: 5px;
	width:70px;
	height:70px;
	float:left;
	margin-left:20px;
	margin-right:10px;
}
.wpct_testimonials_bubble_item .name {
	font-weight:bold;
}
.wpct_testimonials_bubble_item p {
	color:#999999;
	padding:10px;
	font-style:italic;
	overflow:hidden;
}
.wpct_testimonials_bubble_item p span {
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-shadow: 1px 1px 1px #fff;
}
.wpct_testimonials_bubble_item .website {
	color:#666;
	font-style:italic;
}
.wpct_testimonials_bubble_item .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_testimonials_bubble_item .wpct_bubble:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 40px;
   border-top: 20px solid black;
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
}
.wpct_testimonials_bubble_item .ct_rating {
	margin-left:20px;
}