/*the style sheet for the nuts fanlisting */

body
{
	color: #633;
	background-color: #C96;
	position: relative;
	min-width: 594px;
	width: 50%;
	margin: 0px auto 0px auto;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
}

/*kuvien sijoittelu*/

div.ylakuva
{	top: 0px;
	width: 594px;
	height: 306px;
	background-color: inherit;
	background-image: url(images/ylakuva.jpg);
	background-repeat: no-repeat;
}

div.navi
{
	top: 306px;
	width: 594px;
	height: 49px;
	background-color: inherit;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
	font-style: italic;
}

p
{
	padding: 0px 15px 2px 15px;
}

ul
{
	float:left;

} 

em
{
	font-style: italic;
	font-weight: bolder;
}

h2
{
	padding: 0px 0px 0px 15px;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	font-family: Times New Roman, Apple Garamond Light, serif;
	font-weight: bold;
}

h3
{	padding: 0px 0px 0px 15px;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	font-family: Times New Roman, Apple Garamond Light, serif;
	font-weight: bold;
}

/*sisalmys*/

div.content
{	width:594px;
	top:355px; }


p.dis
{
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	vertical-align: middle;
}

	
/*links*/
		
a:link { color: #333366;
	background: transparent none;
	text-decoration: underline;
	font-weight: bold; }

a:visited { color: #666699; 
		  background: transparent none; 
		  text-decoration: underline;
		  font-weight: bold; }

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

a:hover { color: #330000;
	text-decoration: none;
	background: transparent none; 
	font-weight: bold; }
	
/*codesport*/	
	
.codesort li
{
	display: inline;
	line-height: 1.3em;
}

.codesort p { }

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