@charset "UTF-8";
/* CSS Document */

body {
	border:none;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background-color:#000;
}

a {
	text-decoration:underline;
	color:#000;
}

a img{
	border:none;
	}
		
a:visited {
	color:#666;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline: none;
	text-decoration:underline;
}

a:active {
outline: none;
}


h1 {
	font-size:12px;
	padding-bottom:.7em;
	text-align:center;
}

h2 {
	font-size:12px;
	font-weight:bold;
	padding:0em 0 0 .3em;
}


.clearit {
	clear:both;
	}
.pre {
	white-space:pre;
	}
		
#wrap {
	width:975px;
	margin:1em auto;
	overflow:hidden;
}	

#sidebar {
	float:left;
	width:50px;
	padding:1em 2em 0 0em;
	}

#logoHome {
	margin:25em 0 0 30em;
	padding-bottom:1em;
}

#navLinksHome {
	margin:0em 0 0 42em;
}

#navLinksHome li {
	padding:0 0em .2em 0;
	list-style:none;
}	
	
#contentHomepage{
	float:right;
	margin:0;
	width:900px;
	height:725px;
	background:#FFF;
 	background-image:url(navimages/homepage.png);
	background-repeat:no-repeat;
}
	
#logo {
	padding-bottom:.5em;
}

#navLinks {
	margin:0em 0 0 -3em;
	text-align:left;
}
	
#navLinks ul li {
	padding:0 0em .4em 0;
	list-style:none;
}	
	
#content{
	float:right;
	margin:0 0 0 -900px;
	width:900px;
	height:629px;
	background:#FFF;
 	background-image:url(navimages/bg.png);
	background-repeat:no-repeat;
}
	

#text {
	float:left;
	display:inline;
	width:525px;
	height:400px;
	margin:7em 0 0 15em;
	padding:0em 1em 1em 1em;
	overflow:auto;
}

#textPoetry {
	float:left;
	display:inline;
	width:550px;
	height:400px;
	margin:7em 0 0 15em;
	padding:0em 1em 1em 1em;
	overflow:auto;
}
	
#textLinks {
	float:left;
	display:inline;
	width:350px;
	height:400px;
	margin:7em 0 0 18em;
	padding:0em 1em 1em 1em;
	overflow:auto;
}

#textLinks p {
	margin:0;
	padding-bottom:.4em;
}
	
#text img {
	float:right;
	padding:0 0 .3em .6em;
}

#text p {
	margin:0;
	padding-bottom:.8em;
}


#text .poetryExcerpt {
	width:390px;
}
	
.poetryImg img {
	float:right;
	padding:0 0 .3em .6em;
	margin-top:-2em;
}

.back img {
	float:left !important;
	font-size:smaller;
	margin-top:1.5em;
	text-align:left;
}		

.floatNone img {
	float:none !important;
}
	
#text p.first {
	margin:0;
	padding-top:2em;
}

#text p.last {
	margin:0;
	padding-bottom:2em;
	border-bottom:1px solid #999;
}

#text p.readmore {
	text-decoration:underline;
	margin-top:-.5em;
}

#text .centerEm {
	text-align:center;
	font-style:italic;
}

#text .center {
	text-align:center;
}

#text .rightAlign {
	text-align:right;
}

#text .romannum {
	font-family:"Times New Roman", Times, serif;
	font-size:larger;
}

#blankImg {
	padding:0;
	margin-top:-38em;
}

#copyright{
	font-size: 10px; 
	color:#666;
	float:left;
	margin:200px;
	margin-top:-5px;
}

#copyright a {
	color:#666;
	text-decoration:underline;
}

/* ----- FORM ----- */

fieldset {
	border:none;
}

input.formButton:hover{
	background-image:url(navimages/E6ECFF.gif);
}


/* ------- PAGE COLORS --------- */
	
#content.poetry{
	background-color:#FFE7E9;
}
	
#content.prose{
	background-color:#E6ECFF;

}
	
#content.bio{
	background-color:#E2FFFF;
	}
	
#content.contact{
	background-color:#E2FFEA;
	}
	
#content.links{
	background-color:#FFFEDD;
}
	