/*
*	BitMate Author Donations Styling
*	© Copyright 2013 by BitMate - http://bitmate.net
*/

.bitmate-author-donation {
	background-image: linear-gradient(bottom, rgb(254,254,254) 7%, rgb(239,239,239) 60%);
	background-image: -o-linear-gradient(bottom, rgb(254,254,254) 7%, rgb(239,239,239) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(254,254,254) 7%, rgb(239,239,239) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,254,254) 7%, rgb(239,239,239) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(254,254,254) 7%, rgb(239,239,239) 60%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.07, rgb(254,254,254)), color-stop(0.6, rgb(239,239,239)) );
	border: #ddd solid 1px;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	min-width:150px;
	text-align:center;
}

.bitmate-author-donation img {
	background:none;
	border:none;
}

.bitmate-author-donation a {
	border-bottom: none;
	color: #607890;
	text-decoration: none;
}

.bitmate-author-donation a:hover {
	color: #036;
}

.bitmate-author-scan {
	display:inline-block;
	vertical-align:middle;
	margin: 0px 15px 0px 15px;
}

.bitmate-author-scan img {
	border: solid 1px #ddd;
}

.bitmate-author-description {
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	word-wrap:break-word;
}

img.bitmate-author-donate-button {
	margin-top:15px;
	max-width:100%;
}

.bitmate-author-credit a {
	color:#bbb;
}