@charset "UTF-8";
/* CSS Document */

#adminBar {
	height: 2em;
	width: 100%;
	padding: 5px 0;
	background: #DD0000;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#adminBar a {
	text-decoration: underline;
}

#adminBar a:hover {
	text-decoration: none;
}

.editLinkWrapper {
	text-align: center;
	width: 100%;
	background: transparent;
}

.editorHeading {
	margin: 10px 0;
	font-variant: small-caps;
}

.editorLastEdited {
	margin: 10px 0;
	font-variant: small-caps;
}

#editorPage {
	margin: 20px;
	min-width: 560px;
	min-height: 460px;
	color: #555242;
	background-color: #A4AA99;
}

#editorPageWrapper {
	min-width: 500px;
	padding: 20px;
	background: #D4D9CF;
	border: solid 4px #FFFFFF;
}

.editorTopRight a,
.editorTopLeft a,
.editorPreview a {
	font-size: 0.8em;
	color: #000000;
	margin-top: 10px;
}

.editorTopRight {
	float: right;
	margin-bottom: 15px;
}

.editorTopLeft {
	float: left;
	margin-bottom: 15px;
}

.editorPreview {
	float: right;
	clear: right;
}

.editorContent {
	float: left;
	clear: left;
	margin-bottom: 15px;
}

a.editLink:link,
a.editLink:visited,
a.editLink:hover,
a.editLink:active {
	font-size: 1.1em;
	color: #FFFFFF;
	background: #FF0000;
	margin: 3px auto;
}
