/*	The Holland Home website is built with pure HTML5. We’re proud to support web standards.
	
	We also want to share what we’ve learned. Although the basic design of this site, as
	well as all written content, photographs, and logos are the copyright property of
	Holland Home, the HTML and CSS code for this site is licensed under a Creative Commons
	BSD license (http://creativecommons.org/licenses/BSD). Share alike and give it away. */

/*	This is the stylesheet for the volunteering pages. */

@media all {
	/*	Volunteer page styles. */
	body#volunteer h2.jobTitle {
		color: #3d6b1e;
		border-top: 1px dotted #ddd; }

	body#volunteer div#floatingAd {
		padding: 14px;
		margin: 28px;
		float: right;
		width: 172px;
		height: 102px;
		border: 2px solid #f00;
		-webkit-box-shadow: #999 0 5px 20px;
		-moz-box-shadow: #999 0 5px 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px; }

	body#volunteer div#floatingAd p {
		margin: 0; }
}


@media screen {
	/* As a two-column page, the <section> tag on this page needs a left-side margin. */
	section {
		margin-left: 212px; }
}