/******poetry display styles******/
.poetry_bold {
	font-weight: 900;
	color: #FFFFFF;
	font-size: 1.1em;
}
.poetry_italic {
	font-style: italic;
}
.poetry_large {
	font-size: 1.2em;
}
.poetry_blue {
	color: #6699CC;
}
.poetry_normal {
	line-height: 1.2em;
}
#poemText {
	overflow: auto;
	height: 300px;
	width: 100%;
}
#poemText p {
	line-height: 1.2em;
}

/*=========== Styles for admin area ===========*/
body {
	font-family: "Courier New", Courier, mono;
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1;
	font-size: 1em;

/*	background-attachment: scroll;
	background-image: url(../media/background-door.jpg);
	background-repeat: no-repeat;
*/
}
#wrap {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#back_image {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	float: left;
}
#container {
	width: 98%;
	padding: 10px;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 0.97em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-right: 4px;
	margin-left: 4px;
	font-weight: bold;
}
h1 {
	font-size: 1.1em;
	font-weight: 800;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	word-spacing: 0.05em;	
	line-height: 1.2em;
	padding-top: 0.3em;
}
h2 {
	font-size: 0.85em;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1 em;
	font-weight: 600;
	color: #999999;
	line-height: 1.2em;
	padding-top: 0.3em;
}
h4 {
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	color: #555581;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 0.2em;
}
a:link, a:visited {
	color: #FFFFCC;
	text-decoration: none;

/*	color: #FFFFFF;
	text-decoration: underline;
*/
}
a:hover, a:active {
/*	color: #6699CC;
*/	text-decoration: underline;
}
li {
	font-size: 0.9em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
}
select {
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	background-color: #666666;
}
input {
	color: #FFFFFF;
	background-color: #666666;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 12px;
}
textarea {
	color: #FFFFFF;
	background-color: #666666;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 13px;
}
.indent {
	padding-left: 0.6em;
}
.smaller {
	font-size: 0.85em;
}
.table_item{
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	color: #CCCCCC;
	line-height: 1.1em;
	font-weight: bold;
}

#footer {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding-top: 25px;
	font-size: 0.85em;
	color: #CCCCCC;
}

#footer a {
	color: #F8F8F0;
}
.copyright{
	font-size: 0.85em;
	color: #CCCCCC;
}
#bioText {
	overflow: auto;
	height: 300px;
	width: 100%;
}

address {
	font-family: "Courier New", Courier, mono;
	font-size: 0.97em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-right: 4px;
	margin-left: 4px;
	font-weight: bold;

}

