/* 
* = CSS Layout =
* 
* This file contains the CSS used to control the layout of the site.
* Use site.css for any site specific changes such as color, fonts, or
* any other presentational goodies.
* 
* This layout is based on the Skidoo Too layout with modifications:
* http://webhost.bridgew.edu/etribou/layouts/skidoo_too/
*/
.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide { display: none; }
.inside { }
#pageWrapper {
	border: solid 1px #FFF;
	border-width: 0 1px;
	min-width: 640px;
	width: auto;
}
* html #pageWrapper {
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#outerColumnContainer {
	border-left: solid 16em #FFF;
}
#innerColumnContainer { width: 100%; z-index: 1; }
#leftColumn, 
#middleColumn, 
#rightColumn, 
* html #SOWrap {
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap       { float: left;  width: 100%; margin: 0; z-index: 3; }
#middleColumn { float: right; width: 100%; margin: 0 0 0 -1px; z-index: 5; }
#leftColumn   { float: left;  width: 15em; margin: 0 1px 0 -16em; z-index: 4; }
#rightColumn  { display: none; }
