
/** STRUCTURE */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
}

div#mainmenu {
	width: 220px;
	float: left;
	height: 100%;
	letter-spacing: 135%;
}
		
div#mainmenu ul ul {
	padding-left: 2em;
	font-size: 80%;
}
		
div#mainmenu img {
	margin-top: 16px; 
}		
		
div#mainmenu li {
	list-style-type: none;
	margin-right: 12px;
	margin-top: 4px;
}
		
div#mainmenu a {
	width: 100%;
	display: block;
	text-transform: uppercase;
}

div#mainmenu a img {
	border: none;
}

	
div#content {
	margin-left: 221px;
	height: 100%;
}
		
#footer {
	width: 220px;
	float: left;
}

	
.center {
	text-align: center;
}	

.fixedwidth {
	float: left;
	width: 880px;
}
		
.largetext {
	padding-top: 66px;
	line-height: 1.6em;
	margin-left: 8px;
}
		
.largetext p {
	text-indent: 1em;
}
	
.clear {
	clear: both;
}

.column50 {
	width: 48%;
	margin-left: 1%;
	float: left;
}

#content h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-stretch: expanded;
	letter-spacing: 115%;		
	margin: 0px;
	padding: 0px;
}

#content h1:first-letter {
	font-size: 125%;
}

		
#content h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-stretch: expanded;
	letter-spacing: 115%;		
	padding: 0;
	margin-top: 12pt;
	margin-bottom: 4pt;
}

#content h2:first-letter {
	font-size: 125%;
}
				
#content h3 {
/*		font-family: "Trajan Pro", "Georgia", Serif; */
/*		text-transform: uppercase;*/
	font-weight: normal;
	margin-top: 12pt;
}

#content h2.backpath {
	margin-top: 0px;
	padding-left: 100px;
	font-size: 12px;
}
		
a { 
	text-decoration: none;
}
		
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
		
.linklist a {
	display: block;
}

.linklist fieldset {
	float: left;
	width: 20%;
	border: none;
	display: block;
	margin: 1%;
	padding: 1%;
	border: 1px solid #f8f8f8;
}

.linklist legend {
	font-family: "Trajan Pro", "Georgia", Serif;
	font-size: 12px;
	text-transform: uppercase;
	background-color: white;
}

.linklist legend:first-letter {
	font-size: 125%;
}
		
dt {
	font-weight: bold;
}
		
dd {
	margin-bottom: 1ex;
}
		
div.ornament {
	display: block;
	height: 80px;
	background: url(/Gfx/ornament.png) 50% 0% no-repeat;
}
		
p#imageforfacebook {
	position: absolute;
	top: 0px;
	left: -1000px;
}
		
.postmetadata {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
}

.floatleft {
	float: left;
}
		
.floatright {
	float: right;
}
		
.roundbox {
	border: 1px solid #222;
	-moz-border-radius: 4px;
	padding: 7px 5px;
}
	
.strikeout {
	text-decoration: line-through;
}
		
.hscroll {	
	overflow: auto;
	height: 700px;
	font-size: 8px;
	color: #a0a0a0;
}
	
.hscroll table,
.hscroll tr,
.hscroll td {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

.hscroll th {
	padding-left: 300px;
}

.tiles {
	margin: 0 auto;
	padding: 100px;
	width: 800px;
	height: 400px;
}

.tiles a,
.tiles .a {
	display: block;
	float: left;
	padding: 4px;
	margin: 2px;
	opacity: 0.5;
	width: 100px;
	height: 130px;
	overflow: hidden;
}

.tiles a img {
	border: none;
}

.tiles a:hover {
	border-color: white;
	opacity: 1;
}

.tiles a:hover img {
}


/*** COLORS ***/		
	
body {
	color: #404040;
	font-size: 12px;
	font-family: Verdana;
	background: white;
}
	
div#mainmenu {
	font-size: 14px;
	font-family: "Trajan Pro", "Georgia", Serif;
	font-stretch: expanded;
	color: #404040;
	border-right: 1px dotted #e0e0e0;
}
	
div#mainmenu a {
	color: #404040;
}

div#mainmenu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#footer {
	font-size: 8px;
	color: #606060;
}

#content h1 {
	font-family: "Trajan Pro", "Georgia", Serif;
	font-size: 28px;
	color: #7c0042;
}

#content h2 {
	font-family: "Trajan Pro", "Georgia", Serif;
	font-size: 20px;
	color: #7c0042;
}


#content h2.backpath a {
	color: #a0a0a0;
}

#content h2.backpath a:hover {
	color: #7c0042;
}


#content h3 {
	font-weight: normal;
	font-size: 115%;
	color: #7c0042;
}

a {
	color: #82004a;
}
	
.postmetadata {	
	color: #545454;
	border: 1px solid #a0a0a0; 
	background: #f0f0f0; 
}


div#Xtd {
	position: absolute;
	display: block;
	top: 100%;
	left: 0%;
	height: 16px;
	width: 16px;
	margin-top: -30px;
	margin-left: 180px;	
}

div#Xtd a {
	color: #f0f0f0;
}
