/*the style sheet for Intentional enigma, the Tom Bombadil fanlisting */
body
	{ color: #030;
	background-color: #669933;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: lighter; }


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

h2
	{ margin: 13px;
	font-size: 0.9em;
	color: #030;
	font-weight: bold;
}

h3
{
	margin: 9px 3px 3px 9px;
	font-size: 0.8em;
}

/*kuvien sijoittelu*/

	div.sulka-01 
	{ position:absolute;
	left:10%;
	top:0px;
	width:550px;
	height:72px; 
	background-color: #99cc33;
	background-image: url(images/sulka_01.jpg);
	background-repeat: no-repeat; }

div.sulka-02 
    { position:absolute;
	left:10%;
	top:72px;
	width:550px;
	height:64px; 
	background-color: #99cc33;
	background-image: url(images/sulka_02.jpg);
	background-repeat: no-repeat; }

div.sulka-03 
	{ position:absolute;
	left:10%;
	top:136px;
	width:550px;
	height:60px; 
	background-color: #99cc33;
	background-image: url(images/sulka_03.jpg);
	background-repeat: no-repeat; }
	
	
/*navigointi*/
div.navi
{
	padding: 5px;
	border-color: yellow;
	border-width: 1px;
	border-style: solid;
	text-shadow: 3px 3px 7px #333333;
	text-align: right;
	position: absolute;
	left: 10%;
	top: 220px;
	width: 550px;
	background-color: #99cc33;
}

div.content
{
	padding: 5px;
	text-align: left;
	position: absolute;
	left: 10%;
	top: 250px;
	width: 550px;
	background-color: #669933;
	border-color: transparent yellow transparent yellow;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
}

p.dis
{
	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
}
	
/*links*/
		
a:link { color: #069; 
	   background: transparent none; 
	   text-decoration: underline; }

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

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

a:hover { color: #ffff33;
		text-decoration: none;
		background-color: #669933; }


/*for codesort*/

.codesort li {
	display: inline;
	padding-right: 3px;
	}
	
.codesort h2 { margin: 13px;
	font-size: 0.9em;
	color: #030;
	font-weight: bold; }

.codesort h3 h3
{	margin: 9px 3px 3px 9px;
	font-size: 0.8em; }

.codesort p { font-size: 0.9em;
	font-weight: lighter;
	margin: 3px 3px 3px 9px; }

.codesort a { }

.codesort img { }

.codesort ul { }

.codesort table { }

.codesort input { }

.codesort textarea { }

.codesort option { }

.codesort select { }

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

tr { text-align: left; }
