#main a:link {
	text-decoration: underline;
}

.post-edit-link {
	font-size: 1em;
}

.donate_button, .contact-us_button {
	margin-bottom: 1em;
}

/* Forms 
---------------------------------------------------------------------------- */

.gform_confirmation_message {
	padding: 24px;
	background-color: #8ea83f;
	border: 1px solid #6b841f;
	color: white;
	margin: 48px 0;
	width: 85%;
	font-size: 1.1em;
}

.gform_wrapper .gform_body .gform_fields .gfield input, 
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size: 16px;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: normal; /* remove default bold */
}

.gform_wrapper .gfield_description {
	font-size: 0.85em;
	line-height: 1.5em;
	font-family: inherit;
	letter-spacing: normal;
	margin: -10px 0 20px 0;
	font-style: italic;
}

.gform_wrapper .description_above .gfield_description {
    padding: 10px 0 10px;
}