/* -------------------------------------
	RESTORE TYPICAL STYLES
	following Yahoo reset
 ------------------------------------- */

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p {
	line-height: 1.2em;
	margin: .5em 0;
}
ul {
	list-style: outside;
	padding-left: 30px;
}
ol {
	list-style: decimal outside;
	padding-left: 30px;
}
li {
	padding: .2em 0;
}

/* -------------------------------------
	MAJOR HTML TAGS
 ------------------------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DED4C5;
	background-image: url(images/darkRedDamask.jpg);
}
a:link {
	color: #C25757;
}
a:visited {
	color: #B15656;
}
a:hover, a:active {
	color: #C25757;
}
h1 {
	font-size: 136%;
	font-weight: bold !important;
	margin: 1em 0;
}
h1 em {
	font-weight: bold;
}
h2 {
	font-size: 122%;
	font-weight: bold !important;
	margin: 1em 0;
}


/* -------------------------------------
	MAJOR PAGE SECTIONS
 ------------------------------------- */

#pageHorizon {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	overflow: visible;
}
#centralPane {
	background-color: #000000;
	position: absolute;
	height: 500px;
	width: 100%;
	left: 0px;
	top: -250px;
}
#siteLogo {
	background: url(images/darkForestLogo.gif) top left no-repeat;
	position: absolute;
	top: -84px;
	left: 15px;
	height: 195px;
	width: 195px;
	z-index: 100;
}
#siteLogo a {
	background: url(images/darkForestLogo.gif) top left no-repeat;
	display: block;
	height: 195px;
	width: 195px;
	overflow: hidden; /* This is absolutely necessary for IE to not wrap the content under the huge line height with narrower window sizes */
	font-size: .1em; line-height: 1000px;
}
#siteNavigation {
	position: absolute;
	top: -34px;
	right: 0px;
	height: 15px;
	width: 450px;
	z-index: 100;
	overflow: hidden;
}
#topBar {
	background: url(images/damaskStrip.gif) top left repeat-x;
	height: 500px;
	width: 100%;
}
#bottomBar {
	background: url(images/damaskStrip.gif) bottom left repeat-x;
	height: 500px;
	width: 100%;
}
#innerPaneWrapper {
	height: 500px;
	padding: 31px 0;
}
#innerPane {
	height: 408px;
	margin: 15px 230px 15px 230px;
	padding: 0 15px;
	overflow: auto;
	border: 1px solid #3A2B1F;
	border-width: 0 1px;
}
#mainContent {
	padding: 0;
	font-size: 107%;
}
#mainContent p {
	line-height: 1.8em;
	margin: 1.8em 0;
}

#contactInfo {
	position: absolute;
	font-size: 122%;
	left: 30px;
	top: 140px;
	color: #A37856;
}
#rightStuff {
	font-size: 122%;
	position: absolute;
	z-index: 100;
	width: 200px;
	top: 5px;
	right: 0px;
}

/* -------------------------------------
	NAVIGATION STRIP
 ------------------------------------- */

#siteNavigation ul {
	list-style: none;
	margin: 0; padding: 0;
}
#siteNavigation ul li {
	float: left;
	margin:0; padding: 0;
}
#siteNavigation a {
	display: block;
	height: 15px;
	overflow: hidden;
	font-size: .1em; line-height: 1000px;
}
#siteNavigation li.typo_flourish {
	background: url('images/typoflourish_bullet.gif') no-repeat center left;
}
#siteNavigation li.typo_flourish a {
	margin-left: 35px;
}
#siteNavigation li.nav_orders a {
	width: 85px;
	background: url('images/navbar_links.gif') no-repeat 0px 1px;
}
#siteNavigation li.nav_orders a:hover, #siteNavigation li.nav_orders a.active {
	background-position: -1px -18px !important;
}
#siteNavigation li.nav_library a {
	width: 145px;
	background: url('images/navbar_links.gif') no-repeat -90px 1px;
}
#siteNavigation li.nav_library a:hover, #siteNavigation li.nav_library a.active {
	background-position: -91px -18px !important;
}
#siteNavigation li.nav_submissions a {
	width: 140px;
	background: url('images/navbar_links.gif') no-repeat -243px 1px;
}
#siteNavigation li.nav_submissions a:hover, #siteNavigation li.nav_submissions a.active {
	background-position: -244px -18px !important;
}

/* -------------------------------------
	BLOCKS AND CALLOUTS
 ------------------------------------- */

div.destinationBoxes {
	width: 255px;
	float: right;
	margin-right: 20px;
}
div.destinationBox {
	background-image: url(images/darkRedDamask.jpg);
	border: 2px solid #522212;
	width: 250px;
	margin: 10px 0;
	clear: left;
	float: left;
}
div.destinationBoxPadding { /* cover for shitty IE */
	padding: 15px;
}
.indented {
	padding-left: 20px;
}
.Large1 {
	font-size: 114%;
}