/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them
*/

.custom #page {
	background-color: #fff;
        border: #FF00FF 10px solid;
        padding: -10px;
}

.custom #content {
	background-color: #f0f0f0;
}

.custom #dnf-logo{
	background-color: white;
}
.custom #header {
	display: none;
}
.custom .wp-caption {
	background-color: white;
	border-color: #aaaaaa;
}
.custom .paypal-donations input {
	background: none;
	border: none;
}

.custom .paypal-donations {
	display: inline;
}
