body {
	margin: 0;
	background: url(/standard/images/mpr006/classical/bg/bg_thread.jpg) no-repeat scroll center top #E5EDDA;
	color: #727272;
    font-family: georgia;
    font-size: 12px;
    line-height: 18px;
}
img {
	border: 0;
}
a.img {
	border: none;
}
#container {
	margin: 10px auto 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: rgba(255, 255, 255, 0.35);
	border: solid 1px #E2E2E2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	max-width: 655px;
	min-width: 325px;
}
.help {
	color: #000;
	font-size: .8em;
	font-family: sans-serif;
	margin: 20px 0 0 0;
}
.column {
	width: 315px;
	float: left;
	margin-right: 10px;
}
.block {
	background: white;
	margin-bottom: 10px;
	border: solid 1px #E2E2E2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
}
.column.block {
	width: 295px;
}
h2, h3 {
	font-family: 'Trebuchet MS',trebuchet,arial,verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 0;
}
.holiday-title {
	font-weight: bold;
}
.streams li:after {
	content: ' /';
}
.streams li:last-child:after {
	content: '';
}
.streams {
	margin-top: 0;
}
.streams li {
	display: inline;
}
.more-link {
	font-weight: bold;
}

#feature-slider {
	padding-left: 0;
	margin-left: 0;
}
#feat-nav {
	float: right;
}
#feat-nav a {
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	float: left;
	overflow: hidden;
	color: #6CA42D;
	background-color: #6CA42D;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#feat-nav .activeSlide {
	background-color: #829072;
	color: #829072;
}
.features h3 {
	font-size: 12px;
}
.features li {
	list-style: none;
	padding-bottom: 15px;
}
.features img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.features a {
	font-weight: bold;
}
#feat-nav a {
	border-bottom: none;
}

/* 655 starting */
@media screen and (max-width: 675px) {
	#container {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		margin: 0;
	}
	#logo {
		height: 50px;
	}
	.column {
		float: none;
	}
	
	/* stupid hack until reflow actually works in CSS */
	#col1-donate.donate {
		display: block;
	}
	#col2-donate {
		display: none;
	}
}

#col1-donate {
	display: none;
}
.donate, a.donate:hover , a.donate:active, a.donate:visited {
	background-color: #6CA42D;
	color: #FFFFFF;
	display: block;
	
	
	background-image: linear-gradient(bottom, rgb(108,164,45) 0%, rgb(146,187,98) 100%);
	background-image: -o-linear-gradient(bottom, rgb(108,164,45) 0%, rgb(146,187,98) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(108,164,45) 0%, rgb(146,187,98) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(108,164,45) 0%, rgb(146,187,98) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(108,164,45) 0%, rgb(146,187,98) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(108,164,45)),
		color-stop(1, rgb(146,187,98))
	);
	
	border: #6CA42D solid 1px;
	
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}