/* --------------------------------------------- ROOT
 * ----------------------------------- About
 * ------------------------- Solar
 * 
 * This file includes all styling for this page.
 * 
 * Benjamin Brygger, LCD 2009
 */

/* @import url("../../_css/screen.css"); */
@media screen {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

h1 {
	background-position: 0 -19px;
}
h2 {
	background: url(_images/headers.png) no-repeat;
}

/*
 * Section
 */

#section .image {
	background: #f2f2f2 url(_images/sectionImage.jpg) no-repeat;
}

/*
 * Content
 */

.solarObject {
	overflow:hidden;
	margin: 35px 0 40px 55px;
	/**/
	background: url(_images/solar-background.gif) no-repeat center;
	border-style: none;
}

} /* End of Screen */
 
@media print {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

/*
 * Section
 */

/*
 * Content
 */

iframe {
	display: none;
}

} /* End of Print */