/*
Theme Name: AmberCouch Web design 08

Description: AmberCouch's Portfolio Site 
Version: 1
Author: Richard Arnold
Author URI: http://www.ambercouch.co.uk

*/



@import url("stylesheets/960/960.css");
@import url("stylesheets/960/reset.css");
@import url("stylesheets/960/text.css");
@import url("stylesheets/ambercouch/facebox.css");
@import url("stylesheets/ambercouch/layout.css");
@import url("stylesheets/ambercouch/typography.css");
@import url("stylesheets/ambercouch/forms.css");

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	background-color:#EEEEEE;
border:1px solid #DDDDDD;
font-size:12px;
margin-bottom:18px;
padding:5px;
text-align:center;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
/*-----------------------------------------------------------*/
.quote_wrapper{

	display:table;
	margin:0 auto;
	width:380px !important;
}
blockquote.testimonial{
    -webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	background-color:#FCB315;
	color:#FFFFFF;
	font-weight:bold;
	padding:15px;
	width:350px;
}
div.quote_wrapper div blockquote.testimonial p{
	border-bottom:none !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
div.quote{
	
	background:transparent url(images/components/speach.png) no-repeat 270px bottom ;
	float:left;
	padding-bottom:40px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
cite.testimonial {
	float:right;
	clear:left;
	font-size:14px;
	margin-top:-39px;
	padding-right:120px;
	text-align:right;
	line-height:1.3;
}
cite.testimonial strong{
	font-weight:bold;
}
.quote_wrapper_small{

	display:block;
	margin:0 auto;
	width:300px !important;
}
blockquote.testimonial_small{
    -webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	background-color:#FCB315;
	color:#FFFFFF;
	font-weight:bold;
	padding:15px;
	width:270px;
}
div.quote_wrapper_small div blockquote.testimonial p{
	border-bottom:none !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	clear:left;
}
div.quote_small{
	
	background:transparent url(images/components/speach.png) no-repeat 200px bottom ;
	float:left;
	padding-bottom:40px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
cite.testimonial_small {
	float:right;
	clear:left;
	font-size:14px;
	margin-top:-39px;
	padding-right:110px;
	text-align:right;
	line-height:1.3;
}
cite.testimonial_small strong{
	font-weight:bold;
}