* {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}
html { 
	padding: 0;
	margin: 0;
	font-size: 12px;
	}
body {
	padding: 0;
	margin: 0;
	}
hr {
	height: 1px;	/* IE */
	border: 0;		/* FF */
	border-bottom: 1px solid #566D79;
}
img {
	border: 0;
	}
p {
	margin-top: 0;
}
a {
	color: #566D79;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, a:focus {
	color: red;	
	}
input, fieldset, select, textarea {
	border: 1px solid #BBBBBB;
}
textarea {
	font-size:12px;
	}
h2 {
	margin-bottom: 0;
}
.clear { 
	clear: both;
}
div#top {
	margin: 0;
	padding: 20px;
	border-bottom: 1px dotted #566D79;
	}
div#top h1, h1 a {
	margin: 0; 
	color: #566D79;
	font-size: 36px;
	text-decoration: none;
	line-height: 36px;
}
div#top h1 a img {
	margin-right: 5px;
}
#userinfo {
	float: right;
	margin-top: -14px;
}

div#left {
	float: left;
	width: 200px; 
	padding: 0px 10px;
	text-align: left;
	position: relative;
	margin-bottom: 100px;
	}
ul#menu a {
	text-decoration: none;
	color: #566D79;
	font-size: 15px;
	font-weight: bold;
	}
ul#menu a:hover, #over a:hover, ul#menu .current a.current {
	color: #FF0000;
	font-weight: bold;
	}
ul#menu, ul#menu ul {
	margin: 0 3px;
	padding: 0;
	}
ul#menu li {
	margin: 2px;
	padding-left: 16px;
	list-style-type: none;
	}
ul#menu li ul li {
	padding-left: 15px;
	}

ul#menu li ul{ /*Style for ULs that are children of LIs (submenu) */
	/*display: none; /*Hide them by default. Don't delete. */
}

ul#menu li.open.current, ul#menu li.closed.current {background: url('../../img/bullet_red.png') no-repeat 0px 2px !important;}
ul#menu li.open, ul#menu li.closed {background: url('../../img/bullet_blue.png') no-repeat 0px 2px;}

ul#menu li.important {background: url('../../img/exclamation.png') no-repeat left top;}
ul#menu li.important a {color: #FF0084; }
ul#menu li.invisible a {color: silver;}

/* end navigation stylie */

div#content-container {
	padding: 20px 10px;
	margin-left: 220px;
	position: relative;
	zoom: 1;
}

div#content-container h1 {
	color: #566D79;
	margin: 0;
	float: left;
	line-height: 36px;
	font-size: 24px;
	}

#crumbtrail {
	display: inline;
	line-height: 28px;
	margin-left: 30px;
}

#crumbtrail, #crumbtrail a {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	}
#crumbtrail a:hover {
	color: red;
}

/* content style: also used in fck_style.css */

div#content {
	padding-top: 10px;
}
/* end content style */

#footer {	
	position: relative; 
	bottom: 0;
	left: 0;
	height: 220px;
	margin-top: 100px;
	padding: 20px;
	}

#footer .left {
	float: left;
	}
#footer .center {
	float: left;
	padding-left: 20px;
	}
#footer .right {
	position: absolute;
	right: 20px;
	}
#over a{
	color: #DCD1C4;
	text-decoration: none;
	}

#editcontent {
	height: 80%;
}
#editcontent #lastmodified {
	font-size: 10px;
	}
input#title {
	margin: 0; 
	color: #566D79;
	padding: 10px;
	font-size: 36px;
	font-weight: bold;
	width: 97.5%;
	}

#editmenu {
	padding: 5px 0 0 0;
	width: 300px;
}

#pageversions {
	padding: 0;
	margin: 0;
	}
#pageversions li {
	background:  url('../../img/page.png') no-repeat 1px;
	padding: 2px 0px 2px 20px;
	border-top: 1px dotted #566D79;
	width: 350px;
	list-style-type: none;
}
#pageversions li a:hover {
	color: red; 
	background: #DFDFDF;
	}
#pageversions li a {
	text-decoration: none;
	color: black;
	width: 100%;
	display: block;
	font-weight: normal;
	}
div#edit label {
	margin-left: 5px;
	}
div#lastmodified p {
	text-align: right;
	}
h2#sitename {
	color: black;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.smaller {
	font-size: 0.8em;
}
div#content {
	width: 100%;
	}
