/* These styles override the styles of the same name in the default stylesheet. */

/* page layout */

body {
}

#logo {
	float: left;
	width: 150px;
	height: 100%;
	margin: 0px 10px;
}

#banner {
	vertical-align: bottom;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	border-bottom: 1px solid #369;
}

#mission {
	font-weight: bold;
	vertical-align: top;
}

#sidebar {
	position: absolute;
	width: 150px;
	top: 150px;
	left: 0px;
	padding-top: 10px;
	border-top: 1px solid #369;
}

#content {
	position: relative;
	top: 150px;
	left: 0px;
	margin-left: 160px;
	margin: 0px 10px 0px 160px;
	border-top: 1px solid #369;
}

#errors {
}

#footer{
	font-size: xx-small;
	font-style: italic;	
	padding: 1em 1em;
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
	margin: 8px 10px;
}

.content-body, .content-title, .content-submitted {
	width: 600px;
}

/* Settings */

.settings-text {
	width: 50em;
}

.settings-bool {
}

.settings-number {
	width: 5em;
}