/* Global */

body, p, div, h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	display: block;
}

body {
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	background: #ffffff url(/images/backwall.jpg) top center repeat-y;
}

a:link,
a:visited,
a:active,
a:visited {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}


#poets ul { /* Default Unordered List */
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#poets li { /* Default List Items */
	display: block;
	margin: 0;
	padding: 0;
}

#poets li a { /* Default Anchors in List Items */
	display: block;
	white-space: nowrap;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center left;
}



/* #poets - main wrapper, keeps things centered */

#poets {
	margin: 0 auto;
	padding: 0;
	width: 885px;
}

#poets div.wrapper {
	width: 885px;
	height: 300px;
	margin: 0 auto;
	background: #edd3d5 url("/images/top.jpg") no-repeat center top;
}
#poets h1 { /* poets heading */
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 338px 0 0 34px;
	display: block;
	float: left;
	width: auto;
}

#poets h1 a,
#poets h1 a:hover,
#poets h1 a:visited { /* remove any color, or text-decorations */
	color: #ccc;
	text-decoration: none;
}

#poets ul.welcome { /* AIM, Email, Cell Phone */
	float: right;
	margin: 270px 30px 0 0;
	width: 640px;
	font-size: 10px;
}

#poets ul.welcome li {
	float: left;
}

#poets ul.welcome li a {
	line-height: 30px;
	margin: 0 0 0 10px;
	padding: 0 0 0 35px;
	color: #ccc;
	clear: both;
}
#poets ul.welcome li a:hover {
	text-decoration: underline;
}
/*
#poets li a.home       { background-image: url(/images/home.png); }
#poets li a.history       { background-image: url(/images/history.png); }
#poets li a.bio        { background-image: url(/images/bio.png); }
#poets li a.reel       { background-image: url(/images/reel.png); }
#poets li a.interviews { background-image: url(/images/interviews.png); }
#poets li a.press      { background-image: url(/images/press.png); }
#poets li a.ldif:visited,
#poets li a.ldif,      
#poets li a.foaf:visited,
*/

#poets div.content {
	clear: both;
	float: left;
	width: 820px;
	margin: 10px 0 0 34px;
	font-size: 24px;
	line-height: 28px;
}

#poets p {
	clear: both;
	width: 400px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}

#poets h2 {
	float: center;
	line-height: 1.7em;
	font-size: 1.5em;
	color: #000;
	width: 580px;
	margin: 10px 0 0 0;
}

#poets h2 a {
	color: #810;
	text-decoration: none;
}
#poets h2 a:visited {
	color: #000;
}
#poets h2 a:hover {
	text-decoration: underline;
}

#poets h3 {
	float: right;
	clear: right;
	font-family: Geneva, sans-serif;
	display: block;
	line-height: 20px;
	color: #000;
	font-size: 10px;
	padding: 0 0 0 20px;
	width: 100px;
}

#poets h3.date {
	background: url(icons/date.gif) no-repeat center left;
	margin: 10px 0 0 0;
}
#poets h3.time {
	background: url(icons/time.gif) no-repeat center left;
}

#poets p a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #395a90;
}

#poets p a:visited {
	color: #445;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

#poets p a:hover {
	/* color: #810; */
	text-decoration: none;
	border-bottom: 1px solid;
}

#poets p img.left {
	float: left;
	clear: none;
	padding: 0 7px 3px 0;
	width: 100px;
}



/* .sidebar - right side column */
/*
.sidebar {
	clear: right;
	float: right;
	width: 180px;
	margin: 20px 34px 0 0;
}
.sidebar .top {
	background: transparent url(style/box_top_bg.gif) top;
}
.sidebar .bot {
	background: transparent url(style/box_bot_bg.gif) bottom;
}
.sidebar h5 {
	color: #555;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 15px 6px;
	margin: 0 0 0 0;
}
.sidebar h5 a:link,
.sidebar h5 a:visited,
.sidebar h5 a:hover {
	color: #555;
	text-decoration: none;
}
.sidebar ul {
	width: 180px;
	padding: 0 0 10px 0;
}
.sidebar li a,
.sidebar li a:visited {
	color: #4a75bb; 
	padding: 0 0 0 25px;
	margin: 0 0 0 15px;
	width: 140px;
	line-height: 24px;
}
.sidebar li a:hover {
	text-decoration: underline;
}
.sidebar .syndicate li a {
	padding: 0;
}
.sidebar span {
	display: block;
	width: 150px;
	padding: 5px 15px 15px;
	margin: 0 auto;
}
.sidebar span input.query {
	color: #555;
	display: block;
	clear: left;
	float: left;
	width: 120px;
	margin: 0 auto 10px;
	padding: 0;
}
.sidebar span input.button {
	display: block;
	clear: right;
	float: right;
	width: 20px;
	height: 20px;
	margin: 0 auto 10px;
	padding: 0;
}
.sidebar span p {
	display: inline;
	clear: both;
	font-size: .8em;
	line-height: 1.5em;
}
*/
#poets h6 { /* footer */
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0 5px;
	text-align: center;
	/* background: url(style/footer_bg.png) no-repeat bottom center; */
}

