/*--------------------------------------------------------------------
Global CSS

Authors:		Ryan Brill <ryan [at] solutionset.com>

Methods: 		RULES ORGANISATION WITHIN CSS FILES
				Should mirror the html document flow:
				- Hide Elements
				- Remove Backgrounds
				- Change Style
----------------------------------------------------------------------*/

/* Hide Elements
--------------------------------------------------------------------*/
* {
background: #ffffff;
}


#tools,
div#header img#masthead,
#pageTools,
#leftSash,
#rightSash,
#footer span.alumni {
	display: none !important;
}

/* Remove Backgrounds
--------------------------------------------------------------------*/
body,
#container,
#containerInner,
#content {
	background: none;
}

/* Change Style
--------------------------------------------------------------------*/

#wrapper {
	width: auto;
}
div#header {
	display:none !important;
}
#wrapper #content {
	width: auto;
	float: none;
	margin: 0 !important;
	border-top: 0;
	padding: 15px 0 0 0 !important;
	display:block; /*fix for IE printing issue*/
	top: 0;
}
.template2 #content {margin:0 !important; padding:0 !important;}
.template3 #content {margin:0 !important; padding:0 !important;}

#middle {
	width: auto;
	float: none;
	border: 0;
	margin: 0;
	display:block; /*fix for IE printing issue*/
}
#watermark {
	visibility: hidden;
	height: 1px;
}
#footer {
	background: none;
	color: #726543;
	height: auto;
	margin: 0;
	padding: 0;
}
#footer ul li a {
	color: #726543;
}
#footer ul li {
	border-right: 1px solid #726543;
}


.comments ul li p, comments ul li div.quote {
	width: 100%;
	float: none;
}