/* 

medieval times css document

structure is to provide three major sections

--------------------------------------------
|                                          |
|------------------------------------------|
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
|        |                                 |
--------------------------------------------

With the bottom right section having the option of extra colums.

Background Colours: Primary: CEDEB5, Secondary: FCFDFB, Hightlight: C4B4DE
	Alternates: Primary: 87AC4D, Secondary: C0DEB4, Highlight: B4B9DE
Text Colours: Primary: 112911


*/

/* HTML */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	background-color: #fcfdfb; /* previously #cedeb5; */
	color: #112911;
	padding: 0;
	margin: 0;
	border: 0;
}

p, address {
	font-size: 1.2em;
	padding: 0;
	border: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	border: 0;
	margin: 0;
}
h1 {
	font-size: 2.1em;
	font-family: wellsley,"Times New Roman", Times, serif;
	text-transform: capitalize;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
/* GENERIC CLASSES */
.hidden {
	display: none;
}
.italics {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.supers {
	font-size: 75%;
	vertical-align: super;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.highlight {
	color: #fff;
	background-color: #C03;
	display: block;
	padding: 8px 10px;
}
/* SPECIFIC DIVS */
#content {
	padding: 0;
	border: 0;
	margin: 0;
}
#logoarea {
	padding: 0;
	border-color: #112911;
	border-width: 0 0 5px 0;
	border-style: solid;
	margin: 0;
	height: 100px;
	width: 100%;
	background-color: #87ac4d;
	color: #112911;
	background-image: url(../images/sample_logo.png);
	background-repeat: no-repeat;
	background-position: left;
}
#logoarea h1 {
	display: none;
}
#infoarea {
	padding: 5px;
	margin: 0 0 0 10px;
	float: left;
	background-color: #c0deb4;
	color: #112911;
	width: 160px;
	border-color: #1a2c10;
	border-style: dashed;
	border-width: 0 1px 1px 1px;
}
#infoarea h1 {
	display: none;
}
#infoarea ul, #infoarea ul li {
	list-style-type: none;
	display: block;
	padding: 3px 6px;
	margin: 0;
	border: 0;
}
#infoarea ul li, #infoarea p {
	font-size: 1em;
}
#infoarea a img {
	border: 0;
}
#logonbox {
	border-top: 1px dashed #112912;
}
#logonbox p {
	text-align: center;
}
#mainarea {
	padding: 0;
	margin: 0 10px 0 200px;
	border: 0;
	color: #112911;
	background-color: #fcfdfb;
}
#mainarea h1, #mainarea h2, #mainarea h3, #mainarea h4 {
	padding: 12px 0 3px 0;
	margin: 0;
	border: 0;
}
#mainarea p, #mainarea dl {
	padding: 9px 10px;
	margin: 0 80px 0 20px;
	border: 0;
	font-size: 1.2em;
}
#mainarea p a:link, #mainarea p a:visited {
	color: #5f9ea0;
	background-color: #fff;
}
#mainarea p a:hover, #mainarea p a:active {
	color: #112911;
	background-color: #7b68ee;
}
#mainarea dl dt {
	font-size: 1.3em;
	font-weight: bold;
}
#copyright {
	padding: 5px 0;
	margin: 10px 0;
	border: 0;
	text-align: center;
	color: #000;
	background-color: #cedeb5;
}
#copyright h1 {
	display: none;
}
#copyright p {
	font-size: 1em;
}
#sitenav {
	position: absolute;
	top: 35px;
	right: 10px;
	text-align: right;
}
#sitenav ul.navlist {
	list-style-type: none;
	font-size: 0.8em;
}
ul.navlist li {
	display: inline;
	font-size: 1em;
}
#sitenav a:link, #sitenav a:visited {
	color: #fff;
	background-color: inherit;
}
#sitenav a:hover, #sitenav a:active {
	color: #1a1a1a;
	background-color: #B4B9DE;
}

