@import url("main.css");

div.left	{ width: 55%; }
#donations
{
	padding: 1em 12px 350px;
	width: 328px !important;
	text-align: center;
	background: #8e9aaa url("../images/oliver_twist.png") 50% 100% no-repeat;
	background: url("../images/glow_oval_256_clipped.png") 50% -104px no-repeat,
				url("../images/oliver_twist.png") 50% 100% no-repeat,
				#8e9aaa url("../images/bkg_pattern.png");
	border-bottom: 1px solid rgba(0, 0, 0, 0.66);
}
#donations form	{ margin: 3em 0 0; }
.sidebar button
{
	background: #364857 url("../images/donation.png") 100% 50% no-repeat; /* For older browsers */
	background: url("../images/donation.png") 100% 50% no-repeat,
				#364857 url("../images/gradient_20_reversed.png") 0 100% repeat-x;

	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: rgba(0, 0, 0, 0.75) 0 1px 2px;
	-webkit-box-shadow: #8e9aaa 0 1px 0;
}

.badges		{ padding: 0; text-align: center; }
.badges li	{ display: inline; }
.badges img	{ vertical-align: middle; padding: 4px; }
#mail	{ margin-right: 4px; }