/*	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 Raybrook pages. */

@media all {
	/*	Colors for Raybrook */
	body#raybrook h1,
	body#raybrook aside h1 a:link,
	body#raybrook aside h1 a:visited,
	body#raybrook aside a.active:link,
	body#raybrook aside a.active:visited {
		color: #841323; }
}

@media all {
	body#raybrook {
		background: #841323 url('http://hollandhome.org/images/raybrookBackground.png') repeat-x; }

	body#raybrook aside a.active:link,
	body#raybrook aside a.active:visited {
		background: #c99; }


	/* As a three-column page, the <section> tag on this page needs margins on the side. */
	body#raybrook section {
		margin: 0 212px; }
}

@media print {
	/*	Enable printing of sidebars, which contain sales contact information. */
	body#raybrook aside#right {
		display: block !important;
		border: 2px dotted #841323;
		padding: 1em;
		margin-top: 1em;
		margin-bottom: -1em; }

	body#raybrook aside#right img {
		display: none !important; }

	aside h1 {
		font: bold 12pt Helvetica, Verdana, Arial, sans-serif !important; }

	aside h2 {
		font: bold 10pt Helvetica, Verdana, Arial, sans-serif !important;
		margin-top: 1em; }
}
