@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 3px;
}

/*----------------------------------------------------------*/

article#testimonials{
	margin-right:15px;
	max-height: 500px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
}
article#testimonials li ul{
	list-style:none;
}
#testimonials li {
	border-top:2px solid rgba(105,107,177,0.2);
	clear:both;
	padding:10px 10px 15px 15px;
	margin-right: 15px;
}
#testimonials li img {
	border:5px solid transparent;
	float:left;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	-moz-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg);
	margin:0 20px 0 0;
}
#testimonials li:nth-child(2n) img {
	float:right;
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg);
	margin:0 0 0 20px;
}

#testimonials li:first-child {
	border:none;
}

/*---------------------------testimonials index.html--------------*/

blockquote#b_entry, article#testimonials blockquote{
	width: 400px;
	margin: 10px auto;/*was 20*/
	position: relative;
	background-color: #fff;
	padding: 30px 30px 0px 20px;  /*30px;*/
	border-radius: 5px;
	box-shadow: 
		inset 0 2px 0 rgba(250, 138, 0, 0.7), 
		-5px -4px 25px rgba(0, 0, 0, 0.3);
}

/*add a little arrow to blockquote*/
blockquote#b_entry:after, 
blockquote#b_entry:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

blockquote#b_entry:after  {
	border-top-color: #ffffff;
	border-width: 10px;
	left: 65%;
	margin-left: -10px;
}

blockquote#b_entry:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}
blockquote p{
font-family: 'Alegreya', serif;
	font-size: .9em;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	text-indent: 50px;
	position: relative;
}
blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 95px;
	top: 0px;
	left: -60px;
	color: rgba(250, 138, 0, 1);
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
blockquote#b_entry cite{
	text-align: right;
	padding: 20px 10px 0 20px;/*changed botton to 0 */
	position: relative;
}
blockquote.c_ent {
	padding-bottom: 20px;
}
blockquote.c_ent cite {
	text-align: right;
	padding: 20px 10px 30px 20px;
	position: relative;
}
.thumb { /*Doesn't work!!!!!!*/
	display:block;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: url(http://www.fernandosflowers.co.uk/_img/elements/portraitThumb.jpg) no-repeat center center;
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 2;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}
.author{
	font-family: 'Alegreya SC', serif;
	font-weight: 500;/*was 700*/
	font-size: 14px;/*was18 */
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}