/*the style sheet for the white wagtails fanlisting */
body
{
	color: #333333;
	background-color: #FFF;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: lighter;
	background-image: url(pattern.jpg);
	background-repeat: repeat;
}


p, ul, li
{
	font-size: 0.9em;
	font-weight: lighter;
	margin: 15px;
}

h2
{
	color: #333;
	font-weight: bold;
	margin: 15px;
	font-family: Times, serif;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0.1em;
	border-bottom: black;
	border-width: 0 0 thin 0;
	border-style: none none solid none;
}

h3
{
	margin: 15px;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: 0.2em;
	font-family: Times, serif;
}

/*kuvien sijoittelu*/

div.kuva
{
	position: absolute;
	left: 20%;
	top: 0px;
	width: 367px;
	height: 382px;
	background-image: url(topimage.jpg);
	background-repeat: no-repeat;
}

/*navigointi*/
div.navi
{	position: absolute;
	left: 20%;
	top: 382px;
	height: 60px;
	width: 367px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	word-spacing: 0.5em;
	font-size: 1.1em;
}

.navi { background-color: #CCC; }

div.content
{	position: absolute;
	left: 20%;
	top: 442px;
	width: 367px;
	background-color: #ffffff;
	color: black;
	text-align: left;
	vertical-align: top; }

p.eisisenna { text-indent: 0px; }

p.dis
{
	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
}

p.eisisenna { text-indent: 0px; }
	
/*links*/
		
a:link { color: #06C; 
	   background: transparent none; 
	   text-decoration: underline; }

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

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

a:hover
	{ color: #333;
	text-decoration: none;
	background: transparent none;
	font-style: italic; }


/*codesporting*/


	.codesort li {
	display: inline;
	}

.codesort p { text-indent: 0px; }

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