@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'bodonitownregular';
    src: url('fonts/Bodonitown-webfont.eot');
    src: url('fonts/Bodonitown-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bodonitown-webfont.woff') format('woff'),
         url('fonts/Bodonitown-webfont.ttf') format('truetype'),
         url('fonts/Bodonitown-webfont.svg#bodonitownregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	border:none;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	color:#333;
	background-color:#000;
}

a {
	text-decoration:underline;
	color:#000;
}

a img{
	border:none;
	}
		
a:visited {
	color:#000;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline: none;
	text-decoration:underline;
}

a:active {
outline: none;
}


h1 {
	font-size:16px;
	padding-bottom:.7em;
	text-align:center;
}

h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:1.4em 0 0 .3em;
}


.clearit {
	clear:both;
	}
.pre {
	white-space:pre;
	}
		
#wrap {
	width:1025px;
	margin:1em auto;
	overflow:hidden;
}	

#sidebar {
	float:left;
	width:140px;
	padding:1em 2em 0 0em;
	}


#logoHome {
	margin: 270px auto 0;
	text-align: center;
}

#logoHome, #logo a {
	color: #FFF;
	font-size: 28px;
	font-family: bodonitownregular;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration:none;
}

#navLinksHome {
	margin: 0 auto;
	text-align: center;
}
#navLinksHome ul {
	-webkit-padding-start: 0;	 
 }
#navLinksHome li {
	padding:0 0em 6px 0;
	list-style:none;
	line-height: 1.5em;
}	
#navLinks li {
	width: 140px;
	word-wrap: break-word;color: #FFF;
	font-family: bodonitownregular;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: .05em;
	text-align: left;
}
		
#navLinks input{
	border: none;
	background: none;
	color: #FFF;
	font-family: bodonitownregular;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: .05em;
	padding: 0;
}
li.poetry-link {
	padding-bottom: 10px !important;
}

li.bio-link {
	padding-bottom: 4px !important;
}

#navLinksHome li a {
	color: #FFF;
	font-family: bodonitownregular;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: .05em;
}

#navLinksHome li a:hover, #logo a:hover {
	color:#b80000;
}

#navLinks  .buy-links {
	font-size:15px;
}

.on a  {
	color:#b80000 !important;
}

#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 a {
	color: #FFF;
	font-family: bodonitownregular;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: .05em;
}

#navLinks a:hover {
	color:#b80000;
}

#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;
	font-size: 14px;
}
	

#text {
	float:left;
	display:inline;
	width:525px;
	height:400px;
	margin:7em 0 0 13em;
	padding:0em 1em 1em 1em;
	overflow:auto;
}

#textPoetry {
	float:left;
	display:inline;
	width:550px;
	height:400px;
	margin:7em 0 0 11em;
	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:380px;
}
	
.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 {
	clear: right;
	text-decoration:underline;
	margin-top:-.5em;
}
#text ul {
list-style: outside disc;
margin: 0;
padding: 0 0 0 20px;	
}
#text li {
	padding-bottom:5px;	
}
#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;
	display:none;
}

#copyright{
	font-size: 11px; 
	color:#666;
	width: 975px;
margin: 0 auto;
padding-left: 230px;
}

#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;
}
	