/*UNIVERSAL RESET*/
* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

/*BASIC SETTINGS*/
body {
	background-color: #333333;
	color: #CCCCCC;
    font-family: 'Georgia'; 'Times New Roman', serif;
	overflow-x: hidden;
	}
a {
	text-decoration: none;
	color: #9999FF;
	}
a img {
	border: none;
	}
h1, h2, h3, h4, p {
	margin-bottom: 1em;
	}

/*FRONT COVER*/
#coverlist #coverimg {
	float: left;
	}
#coverimg {
	padding-right: 25px;
	}
.nav {
	font-size: 21px;
	font-weight: bold;
	}
img.tagline {
	position: relative;
	top: -20px;}
p.authors {
	margin-left: 10px;
	font-size: 14px;
	color: black;
	}
p.authors a {
	color: #000000;
	}
	
/*INTERIOR NAVIGATION*/
h1.small {
	display: inline;
	position: absolute;
	left: 0px;
	top: 0px; 
	}
.navsmall {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 2px;
	top: 11px;
	}	
	
/*TOC*/
#toc {
	text-align:center;
	height: 1300px
	}

/*ARTICLE MAIN LAYOUT*/
#article {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoadersrc='/images/frame.png', sizingMethod='scale');
	background-image: url(images/frame.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 18px;
}

#container{
	text-align: center;	
	position: relative;
	top: 225px;
	}
		
#content {
	margin:0 auto;
	height: auto;
	width: 800px;
	background-color:#333333
	margin-bottom: 100px;
	}
	
/* ARTICLE STYLES */
h4 {
	font-size: 18px;
	}
#pagenav{
	text-align: center;
	width: 800px;
	}
#titlepage {
	width:750px;
	min-height: 300px;
	border-bottom: 1px dotted #999999;
	text-align: left;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	}
#article .text {
	width:640px; 
	padding: 50px 80px;
	min-height: 300px;
	border-bottom: 1px dotted #999999;
	text-align: left;
	margin-bottom: 40px;
	}
#article .text p {
	width: 640px;
	}
#article h4.title {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 50px;
}
#article h4.intro {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 25px;
}
#article .fullimg {
	width:800px; 
	padding: 50px 0px; 
	min-height: 300px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 40px;
	}
#article .text blockquote p {
	width: 575px;
	}
#footer{
	text-align: center;
	width: 800px;
	padding-bottom: 150px;
	}

/*CAPTION & IMAGE LAYOUT */
#titlepage #title {
	}
#titlepage #Ctitle{
	margin-top: 40px;
	}
#titlepage #byline {
	margin-top: 20px;
	}
#titlepage #byline2 {margin-top: 30px;
	}
#titlepage #Cbyline {
	}
#titlepage #caption {
	margin-top: 50px;
	}
.smcaptionL {
	color: #888888;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	padding-right: 5px;
	}
.smcaptionR {
	color: #888888;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	margin-left: 5px;
	}
.medcaptionL {
	color: #888888;
	font-size: 15px;
	font-style: italic;
	margin-right: 5px;
	}
.medcaptionR {
	color: #888888;
	font-size: 15px;
	font-style: italic;
	padding-left: 5px;
	}
.lgcaptionL {
	color: #888888;
	font-size: 18px;
	font-style: italic;
	margin-right: 5px;
	line-height: 21px;
	}
.lgcaptionR {
	color: #888888;
	font-size: 18px;
	font-style: italic;
	margin-left: 5px;
	line-height: 21px;
	}
.normalcap {
	font-style: normal;
	color: #888888;
	}
.topspace {
	padding-top: 10px;
	}
.underline {
	border-bottom: 1px dotted #999999;
	}
.normal {
	font-style: normal;
	}
sup {
	position: relative; bottom: 4px;
	font-size: 11px;
	}

/*ABOUT, LINKS, ARCHIVE PAGES*/
body#about p, body#archive p, body#links p {
	margin-left: 10px;
	width: 700px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	}
body#about h3, body#archive h3, body#links h3 {
	margin-left: 10px;
	}
.heading {
	position: relative; 
	left: -10px;
	}
	
/*BLOG*/
#blog iframe {
        width: 800px;
        height: 2000px;
        border: none;
        position: absolute;
        left: -55px;
        overflow: hidden;
        }

/*TANO*/
#appendix {
	font-size: 14px;
	line-height: 18px;
	}
#appendix p {
	margin-bottom: 50px;
	}
#appendix p.text {
	padding-top: 10px;
	padding-bottom: 25px;
	max-width: 700px;
	}
#appendix img {
	padding-top: 10px;
	}
.cultrum, .cultrum a { 
	color: #FFFF00; 
	background-color: #666666; 
	}
.surface, .surface a {
	background-color: #FFFF00;
	color: #000000;
	}
.desert, .desert a {
	color: #FFFF00;
	background-color:#FF0000;
	}
.tano, .tano a {
	color: #000000;
	background-color: #FF00FF;
	}
.perrito, .perrito a {
	color: #000000;
	background-color: #00FFFF;
	}
	
/*KESSLER*/
.feelings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 124px;
	font-style: italic;
	line-height: 96px;
	color: #cccccc;
	}
	
/*MOORE*/
#article .textover {
	width:640px; 
	padding: 50px 80px;
	border: none;
	text-align: left;
	margin-bottom: none;
	}
#article .fullimgunder {
	width:800px; 
	padding: none; 
	min-height: 300px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 60px;
	}

