/*	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 HomeCare pages. */

@media all {
	body#homecare h1,
	body#homecare aside h1 a:link,
	body#homecare aside h1 a:visited,
	body#homecare aside a.active:link,
	body#homecare aside a.active:visited {
		color: #aca170; }
}

@media screen {
	body#homecare {
		background: #aca170 url('http://hollandhome.org/images/homecareBackground.png') repeat-x; }

	body#homecare aside a.active:link,
	body#homecare aside a.active:visited {
		background: #e3dfcf; }


	/* As a three-column page, the <section> tag on this page needs margins on the side. */
	body#homecare section {
		margin: 0 212px; }

	/*	Reposition images in the HomeCare sidebar. */
	body#homecare aside#right img {
		margin: 12px 16px; }
}
