/*	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 Rehab Dimensions pages. */

@media all {
	/*	Colors for Rehab Dimensions */
	body#rehab h1,
	body#rehab aside h1 a:link,
	body#rehab aside h1 a:visited,
	body#rehab aside a.active:link,
	body#rehab aside a.active:visited {
		color: #628297; }
}


@media screen {
	body#rehab {
		background: #628297 url('http://hollandhome.org/images/rehabBackground.png') repeat-x; }

	body#rehab aside a.active:link,
	body#rehab aside a.active:visited {
		background: #dbe2e7; }


	/* As a three-column page, the <section> tag on this page needs margins on the side. */
	body#rehab section {
		margin: 0 212px; }

	/*	Works around IE6’s inability to properly render equally-sized columns. This employs
		Dan Cederholm’s “faux columns” technique to produce an apparent gray sidebar while
		also maintaining the top shadow. See http://www.alistapart.com/articles/fauxcolumns/.
		By specifying a selection of * html, the styles in this section are ignored by other
		browsers, including later versions of Internet Explorer. */
	* html article {
		background: #fff url('http://hollandhome.org/images/ie6_fauxcolumn.png'); }
}