
/* For the collection pages */

.collectionBody {
	background-color: #ffffcc;
}

.collectionQuote {
	font-style: italic;
	margin: 0;
	margin-top: 2em;
}

.collectionBox {
	margin-left: 20%;
	margin-top: 5%;
	padding-bottom: 3em;
}

.collectionTitle {
	margin-top: 8%;
}

.collectionGraphic {
	margin-top: 1em;
}

ul.collections {
	list-style: none;
	margin-top: 3em;
	margin-left: 3em;
	padding-left: 0;
}

.collectionAck {
	display: block;
	margin-top: 3em; 
	margin-left: 0em;
}

/* For the poem pages */

h6 {
	font-size: small;
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 2em;
}

.poemBody {
	background-color: #ffffcc;
}

.poemBox {
	margin-left: 20%;
	margin-top: 5%;
}

.poemTitle {
	margin-top: 	8%;
	margin-bottom:  4%;
}

.poem {
	font-family:	serif;
}

.collectionLinks {
	margin-top: 	3em; 
}

.collectionsBox {
	float: left;
	padding-bottom: 4em;
}

a.prevPoem {
	margin-right: 2em;
	float: left;
}

a.collection {
	margin-right: 2em;
	float: left;
}

a.nextPoem {
	float: left;
}

a.contentsPage {
	display: block;
	margin-top: 1em;
}

.subscript {
	font-size: smaller;
	vertical-align: sub;
}

/* For Ack pages */

.seerPress {
	font-style: italic;
	font-weight: bold;
}

/* For the Collected Works page */

#worksTitle {
	position: fixed;
	left: 70px;
	top: 10px;
}

#navBox {
        position: fixed;
        left: 20px;
        top: 50px;
        width: 400px;
}

#navBox img {
		margin-left: 40px;
}
	
#navBox ul {
		float: left;
		margin-left: 0px;
}

#navBox ul li {
		float: none;
}


li.navBoxHead {
        list-style: none;
        margin-bottom: 1em;
}

.colHead {
        font-style: italic;
        font-weight: bold;
}

.colOne {
        font-size: larger;
}

.colTwo {
        font-size: smaller;
        margin-left: 1.5em;
}

#worksPane {
        margin-left: 400px;
        margin-top: 7.5em;
        margin-bottom: 3em;
}

.poemNumber {
        font-size: smaller;
}

.poemDate {
        margin-left: 0.5em;
        font-size: smaller;
}

dl#worksPane dd ul {

}

dl#worksPane dd ul {

}

dl#worksPane dd ul li a {

}

dl#worksPane dd ul li a {
        margin-left: 1em;
}

/* General things */

img {
	border-style: none;
}

