﻿.supporterBlock
{
	height: 230px;
	width: 530px;
	overflow: hidden;
	border: solid 1px #df9d01;
	padding: 10px;
	padding-top: 0;
	background: rgb(255,223,145);
	background: -moz-linear-gradient(-45deg,  rgba(255,223,145,1) 0%, rgba(236,173,0,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,223,145,1)), color-stop(100%,rgba(236,173,0,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(255,223,145,1) 0%,rgba(236,173,0,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(255,223,145,1) 0%,rgba(236,173,0,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(255,223,145,1) 0%,rgba(236,173,0,1) 100%);
	background: linear-gradient(135deg,  rgba(255,223,145,1) 0%,rgba(236,173,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf91', endColorstr='#ecad00',GradientType=1 );
}

.supporterInfo
{
	vertical-align: top;
	font-family: "Oswald" ,sans-serif;
	font-size: 1.7em;
	color: #000;
	padding-left: 0;
	padding-top: 0;
	width: 285px;
	overflow: hidden;
}

.supporterInfo div:nth-child(2)
{
	color: #000;
	font-size: 1.9em;
}

.qrContainer {
	text-align: right;
    vertical-align: top;
}

#qrImage
{
	width: 200px;
	height: 200px;
	border: solid 1px #888;
	margin-top: 10px;
}

.logo
{
	width: 96px;
	height: 96px;
	margin-top: 10px;
	border: solid 1px #888;
}

.supporterImages
{
	vertical-align: top;
}

.wwwLink, .phoneBg, .addressBg
{
	color: #0066A8;
	background-image: url('/images/qr-code.gif');
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	padding-left: 20px;
	margin-left: 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.9em;
}

.addressBg
{
	text-transform: none;
}

.wwwLink
{
	margin-left: 0px;
	background-image: url('/images/newWindow.gif');
}

.phoneBg, .addressBg
{
	margin-left: 0px;
	background-image: url('/images/phone.png');
	color: #000;
}

.addressBg
{
	background-image: url('/images/address.png');
}

.message
{
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Arial;
	font-size: 1.3em;
	margin-top: 10px;
}

.aso-line
{
	height: 1px;
	border: none;
	background: #cccccc;
	width: 100%;
	background: -webkit-gradient(linear,0 0,100% 0, from(rgba(50,50,50,0.01)),to(rgba(80,80,80,0.01)),color-stop(.5,#c9c9c9));
	background: -moz-linear-gradient(left,rgba(0,0,0,0.001) 0%,rgba(201,201,201,1) 50%,rgba(0,0,0,0.001) 100%);
}

.featuredSupportHeader 
{
	margin: 0;
	margin-top: 13px;
	padding: 5px;
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	border: solid 1px #000;
	color: #df9d01;
	border-bottom: none;
}

blockquote {
    background: #f9f9f9;
    border: solid 1px #e4e4e4;
    border-left: 10px solid #e4e4e4;
    margin: 0;
    padding: 0.5em 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    height: auto;
}

.quoteAuthor {
    margin-top: 10px;
    text-align: right;
    font-style: italic;
    font-size:9pt; 
}

.quoteAuthor:before {
    content: "— ";
    font-size:10pt; 
}

blockquote ul {
    width: 100%;
}