/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
	background: #EBEBE8;
}

body.mceContentBody {
	background: #FFFFFF;
	font-size: .8em;	
}

#page-wrapper {
	background: #FFFFFF;
	
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#page {
}

#header {
	background: #008ED2;
}

#header .section {
}

.region-header {
	background: #00A8EA;
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}
