/* GENERIC STYLES */

* {	padding: 0;	margin: 0; }
/* DEFAULT ELEMENT SPACING */

h1, 
h2 { text-align: left; }
h1 { margin: 0.75em 0;
	font-size: 3em; }
h2 { margin: 0.5em 0;
	font-size: 2em; }
h3, 
h4, 
h5, 
h6 { margin: 0.25em 0;
	font-size: 1em;
	font-weight: 800;
	text-align: left; }

h3 { font-size: 1.75em; }
h4 { font-size: 1.3334em; }
h5 { font-size: 1.1667em; }

p, 
dl, 
table { margin: 10px 0; }

address { font-style: normal; }

small { font-size: 80%; }

ul,
ol, 
dl dd { margin-left: 40px; }

ul { list-style-type: square; }

ol { list-style-type: lower-alpha }

li { padding-bottom: 5px; }

dl dt { font-weight: 800; }

/* GENERIC CLASSES */
.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.faux-bold {
	font-weight: bold;
}

a, a:visited {
	color: #a9101e;
}

a:active, a:hover {
	color: #000;
}

/* IMAGE PRELOADER */
body div#preloader {
	display: none;

}

body {
	background-color: #c0c0c0;
	color: #512f08;
}

html {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

div#entirety {
	width: 770px;
	margin: 0 auto;
	border: 2px solid #512f08;
	border: 2px solid #1e1103;
}

/* header */

div#header {
	background-color: #fbe7b2;
	height: 123px;
	border-bottom: 2px solid #512f08;
}

img#header-title{
	margin-top: 10px;
	margin-left: 20px;
}

img#header-author{
	margin-bottom: 5px;
	margin-left: 50px;
}

div#header-photo {
	position: absolute;
	top: 31px;
	top: 6px; /* removed top menu */
	margin-left: 604px;
	background-image: url('/images/header-photo-bg.png');
	width:146px;
	height: 151px;
	z-index: 100;
}

div#header-photo div#feature-photo {
	margin-left: 7px;
	margin-top: 8px;

}

div#image-photo {

}

/* EO.header */

/* menu */
div#topmenu {
	height: 25px;
	width: 100%;
	background-color: #512f08;
}

div#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

div#topmenu ul li {
	display: inline;
}

div#topmenu ul li a {
	padding: 0px 10px;
	color: #fff;
	line-height: 25px;
	vertical-align: middle;
	text-decoration: none;
}

div#topmenu ul li a:hover, div#topmenu ul li a:active {
	color: #aed0f7;
}

body div#entirety div#menu {
	background-color: #1e1103;
	background-color: #512f08;
	clear: none;
	position: absolute;
	top: 152px;
	top: 127px;
	left: inherit;
	width: 180px;
	z-index: 1;
}
div#entirety div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#entirety div#menu ul li {
	border-top: 1px solid #1e1103;
	background-image: url('/images/layout/menu-bg.gif');
	margin: 0;
	padding: 0;
}

div#entirety div#menu ul li a,
div#entirety div#menu ul li a:visited {
	display: block;
	vertical-align: middle;
	width: 150px;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	padding-right: 20px;
}

div#entirety div#menu ul li a:hover,
div#entirety div#menu ul li a:active,
div#entirety div#menu ul li a.active,
div#entirety div#menu ul li a.active:visited {
	color: #a9101e;
	background-image: url('/images/layout/menu-hover-bg.gif');
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #d79f68;
	background-color: #f1eedd;
	font-weight: bold;
}

div#entirety div#menu ul li a#menu-home {
	border-top: none;
}

/* EO.MENU */

/* SUBMENUS*/
div#entirety div#menu ul li ul {
	display: none;
	padding: 5px 0;
	background-color: #514940;
	background-color: #92550e;
}

div#entirety div#menu ul li ul.active {
	display: block;
}

div#entirety div#menu ul li ul li {
	border: none;
	background: none;
}

div#entirety div#menu ul li ul li a,
div#entirety div#menu ul li ul li a:visited {
	border: none;
	font-size: 11px;
	color:  #1e1103;
	line-height: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#entirety div#menu ul li ul li a:hover,
div#entirety div#menu ul li ul li a:active {
	background: none;
	color: #a9101e; /* red */
}

div#entirety div#menu ul li ul.active li a.active /* IE 6 + 7 OVERRIDE */ {
	background-image: none;
	color: #bf311a;
	font-weight: bold;
}
/* EO.SUBMENUS */

/* BREADCRUMBS */

body#page-home div#entirety div#shell div#breadcrumbs {
	display: none;
}

div#entirety div#breadcrumbs {
	padding-right: 180px;
	padding-left: 200px;
	background-color: #fff;
	border: none;
}
div#entirety div#breadcrumbs ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

div#entirety div#breadcrumbs ul li {
	display: inline;
	background-image: url('/images/layout/breadcrumb-bullet.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

div#entirety div#breadcrumbs ul li a,
div#entirety div#breadcrumbs ul li a:visited /* IE 6 + 7 OVERRIDE */ {
	color: #000;
	padding-left: 3px;
	padding-right: 15px;
}

div#entirety div#breadcrumbs ul li a:hover,
div#entirety div#breadcrumbs ul li a:active {
	color: #a9101e;
}

div#entirety div#breadcrumbs ul li#breadcrumb-active {
	background-image: none;
	padding-right: 3px;
	font-weight: bold;
}

div#entirety div#breadcrumbs ul li#breadcrumb-active a,
div#entirety div#breadcrumbs ul li#breadcrumbs-active a:visited {
	color: #a9101e;
}
/* EO.BREADCRUMBS */

/* content */
div#content {
	clear: both;
	min-height: 30em; /* IE 6 OVERRIDE */
	padding: 20px 30px 20px 30px;
	border-left: 180px solid #1e1103; /*dark brown */
	border-left: 180px solid #512f08; /* brown */
	background-color: #fff;
}

/* footer */
div#footer {
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #1e1103;
	color: #fff;
}

div#footer a, div#footer a:visited {
	color: #a9101e;
}