@charset "UTF-8";
/* CSS Document */

/*************************
General Style
(This portion should agree with common.css)
*************************/

body {
	background-color: #000;
	color: #ddd;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: normal;

}
a:link, a:visited  {
	color: #9999cc;
	text-decoration: none;
}

a:hover, a:active {
	color: #bbbbcc;
	text-decoration: none;
}

#statement a:hover, #bio a:hover, text a:hover {
	border-bottom: dotted 1px #bbbbcc;
}
/*************************
For the Article Header
*************************/

#title {
	margin: 10px auto;
	text-align: center;
}
#title h1 {
	font-size: 1.8em;
	line-height: 3em;
}
#title h2 {
	font-size: 1.2em;
	line-height: 2em;
}

/*************************
Creator's Statement and bio
*************************/

#statement {
	font-style: italic;
	font-size: 1.05em;
	width: 600px;
	margin: 30px auto;
	padding:  5px 10px;
	float: center;
	clear: both;
	border-top: dotted 1px #555;
	border-bottom: dotted 1px #555;
	color: #bbb;
	line-height: 1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#bio {
	font-style: italic;
	font-size: 1.05em;
	width: 600px;
	margin: 30px auto;
	padding: 5px 10px;
	float: center;
	clear: both;
	border-top: dotted 1px #555;
	border-bottom: dotted 1px #555;
	color: #bbb;
	line-height: 1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


/*************************
Article Body
*************************/

#text {
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 0px;
	width: 800px;
	clear: both;
	line-height: 2em;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 50px;
  padding: 0px;
  line-height: 1.5em;
}
ul li
{ list-style-type: square;
  margin: 6px 5px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 50px;
  padding: 0px;
  line-height: 1.5em;
}

ol li
{ margin: 6px 5px; 
  padding: 0px;
}

#fairuse {
	width: 100%;
	margin: 20px auto;
	padding: 15px;
	background-color: #151515;
	border: dotted 1px #666;
	color: #ddd;
}

/*************************
Excerpts
*************************/

.excerpt-left {
	float: left;
	font-size: 1.3em;
	font-style: italic;
	margin: 30px;
	padding: 10px;
	border: solid 1px #777;
	width: 30%;
	color: #bbbbcc;
	text-align: center;
	line-height: 1.7em;
}
.excerpt-right {
	float: right;
	font-size: 1.3em;
	font-style: italic;
	margin: 30px;
	padding: 10px;
	border: solid 1px #777;
	width: 30%;
	color: #bbbbcc;
	text-align: center;
	line-height: 1.7em;
}

/*************************
Images and Captions
*************************/

p.caption {
	text-align: right;
	margin-bottom: 30px;
	font-size: .75em;
	line-height: 1.5em;
}
.img_left, .img_right {
	border: solid 1px #000;
	margin: 20px 20px 5px 20px;
}
.img_left {
	float: left;
}
.img_right {
	float: right;
}

/*************************
Footnotes
*************************/
.footnote {
	margin: 20px 0px;
	padding: 10px;
	font-size: .8em;
}

/*************************
Miscellaneous
*************************/

/* for Huber piece */
.ads {
	margin: 30px auto;
	padding: 15px;
	border: solid 1px #ddd;
	line-height: 110%;
	width: 500px;
	text-align: justify;
	background-color: #eee;
	color: #000;
}
/* For Alexander piece */
.box {
	width: 100%;
	margin: 30px auto;
	padding: 20px;
	border: dotted 1px #333;
	background-color: #000;
}
.spacer {
	width: 100%;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	font-size: .9em;
	text-align: center;
}
.spacer2 {
	width: 100%;
	clear: both;
	margin: 40px 0px;
	font-size: .9em;
	text-align: center;
}

.space3 {
	width: 100%;
	clear: both;
	margin: 20px 0px;
	font-size: .9em;
	text-align: center;
}
.table1 {
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	clear: both;
	background-color: #000;
	border: solid 2px #171717;
}
.title {
	width: 99%;
	clear: both;
	text-align: center;
	background-color: #101010;
	border: solid 2px #090909;
	padding: 0px;
	margin: 0px auto;
}
.table-left {
	width: 45%;
	margin: 0px;
	padding: 15px 10px;
	float: left;
}
.table-right {
	width: 45%;
	margin: 0px;
	padding: 15px 10px;
	float: right;
}
p.tight {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.5em;
}

p.tight-purple {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.5em;
	color: #a293b1;
}
p.caption-center {
	text-align: center;
	margin-bottom: 30px;
	font-size: .75em;
}
