/*the style sheet for the libby (lost) fanlisting */
body
	{ color: #99cc66;
	background-color: #669933;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em; 
	margin: 0px; 
	padding: 0px; }


h1
{
	color: #363;
	background-color: #99cc66;
	font-size: 1.1em;
	font-weight: bold;
	margin: 30px 2px 1px 30px;
	text-transform: uppercase;
	border-bottom: #363;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

h2, h3
{	color: #363;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	margin: 15px 2px 1px 30px;
	border-bottom: #363;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

p { margin: 2px 2px 2px 30px; }

em
{
	color: #363;
	text-transform: uppercase;
	font-style: normal;
}

div.content
{
	float: left;
	left: 62px;
	top: 0px;
	min-width: 250px;
	width: 45%;
	background-color: #693;
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.image
{
	float: right;
	top: 0px;
	width: 452px;
	height: 500px;
	background-color: #693;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}


p.navi
{
	position: absolute;
	right: 10px;
	top: 350px;
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	color: #363;
	background-color: #99cc66;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #363;
}

p.dis
{
	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
	border-color: #669933;
	border-width: 1px;
	border-style: dotted none none none;
}
	
/*links*/
		
a:link { color: #336699; 
	   background: transparent none; 
	   text-decoration: underline; }

a:visited { color: #996699; 
		  background: transparent none; 
		  text-decoration: underline; }

a:active { color: #9999cc;
		 background: transparent none; 
		 text-decoration: none; }

a:hover
{
	color: #9C6;
	text-decoration: none;
	background-color: #669933;
	font-style: italic;
}



		
/*codespurting*/

.codesort li {
	display: inline;
	padding-right: 3px;
	}

.credit
{
	font-size: x-small;
	font-weight: lighter;
}
tr { text-align: left; }
