/*
Theme Name: Surfatoll Engish - Custom Theme
Author: Rory McDaniel
Version: 0.1
Tags: one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments
*/
@import "css/all.css";
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}*/

.reviewer {
    float:left;
    padding-right:10px;
    position:absolute;
    margin-top:-25px;
    top:50%;
}
.review{
    position:relative;
    border-bottom:1px #ccc solid;
    padding:20px 0;
}

.review blockquote {
    margin:20px 0 0 0;
    font-style:italic;
    float:left;
    width:300px;
    line-height:14px;
    font-size:13px;
    padding-left:60px;
    position:relative;
}
h2.customer_reviews{
    margin-bottom:0;
    margin-top:20px;
}

.review img {
    height:50px;
    width:50px;
    margin-left:-60px;
    padding:0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}
.review em {
    color:#999;
    margin-top:10px;
    display:inline-block;
    font-size:13px;
    margin-left:60px;
    clear:both;
}

.review em a{
    color:#999;
}