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

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

body {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: normal;
}

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

#title {
	margin: 0px auto;
	text-align: center;
}

.quack{
	text-align: center;
	width: 30%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-size: 1.8em;
	line-height:3em;
}

#title h1 {
	font-size: 1.8em;
	line-height: 3em;
	font-family: Trebuchet MS, Georgia,'Times New Roman',Times,serif;
}
#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: 10px auto;
	margin-bottom: 20px;
	margin-top: 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;
}

.spacer2 {
	width: 100%;
	clear: both;
	margin: 20px 0px;
	padding: 20px 0px;
	font-size: .9em;
	text-align: center;
}

/*************************
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: center;
	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;
}

.img_center{
	text-align: center;
	margin: 0 auto;
}

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

/*************************
Miscellaneous
*************************/
/*Editors' Letter*/
#kate, #vera, #tim, #kelly, #kaitlin{
	color: #000;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	line-height: normal;
}

ul.editors li {
	display: inline;
	text-align: center;
	margin: 0 auto;
	padding: 0px 10px 0px 0px;
	font-size:1.3em;
	
}

.breadcrumb{
	border-bottom: 1px dotted #9999cc;
	width: 30%;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
}