html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End RESET */

/*

VÄRIT

Harmaa tausta: #c0c0c0
Harmaa reuna: #a0a0a0
Tumma sininen: #3b5998
Valikkotausta ylä: #f7f7f7
Valikon otsikkorivi: #d8dfea
Valikon tausta: #b9c2d1
valikon painike: #d4dce9

*/

body {
	font: normal 10px georgia;
}

#canvas {
	width: 588px;
	margin: 0 auto;
	padding:18px;
	padding-bottom:1px;
}

h1 {
	font-size:36px;
	line-height:36px;
	margin:18px 0;
	margin-top:0;
	font-weight:normal;
}

#masthead {
	margin-bottom:0;
}

a {
	color:#cc3300;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

span.red {
	color:red;
}

h2 {
	font-size:18px;
	line-height:18px;
	margin:18px 0;
	margin-top:0;
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:18px;
}

h4 {
	font-size:14px;
	margin-bottom:18px;
}

p {
	margin-bottom:18px;
}

p.nomargin {
	margin-bottom:0;
}

p.totals {
	margin-bottom:0;
	font-size:14px;
	text-align:center;
}

p.center {
	margin-top:18px;
	font-size:12px;
	text-align:center;
}

p.image {
	padding-top:0px;
	padding-bottom:10px;
	font-size:14px;
	text-align:left;
	background:#fff;
	color:#333;
	z-index:1;
}

p.image img {
	margin-bottom:8px;
}

#image {
	height:114px;
}

#counter {
	margin-left: 278px;
	padding-top:1px;
}

ul#answers {
	float:left;
	display:block;
	margin-bottom:18px;
	background:#fff;
}

ul#answers li {
	list-style:none;
}

ul#answers li a, ul#answers li a:visited {
	display:block;
	width:260px;
	padding:5px;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing:2px;
	font-size:16px;
	border:1px solid #acacac;
	margin:2px;
	text-decoration:none;
	color:#333;
}

ul#answers li a:hover {
	background: #d8dfea;
}

ul#answers li a.selected, ul#answers li a:active {
	background: #3b5998;
	color:#fff;
}

div.hide, h2.hide {
	display:none;
}

span.amp {
	font-size: 1.1em;
	font-family: "Goudy Old Style", "Palatino","Book Antiqua", serif;
	font-style: italic;
}

span.person {
	color:#555;
	font-size:14px;
}

p.info, p.friends {
	margin:2px;
	font-size:16px;
	padding:6px;
	font-weight:normal;
}

p.friends {
	font-size:14px;
}

p.back {
	margin: 18px 0;
	font-size:18px;
	text-align:center;
}

div.fame {
	margin-top:18px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:18px 0;
}

ol, ol li {
	list-style: decimal;
	font-size: 14px;
	line-height:21px;
}

ol li span {
	text-transform:uppercase;
	letter-spacing:1px;
}

ol li span.red {
	text-transform:none;
}

/* form */

form div {
	margin: 18px 0;
	padding:9px;
	background:#f8f8f8;
	border:1px solid #acacac;
}

label {
	position:absolute;
	font-size:12px;
	line-height:22px;
}

input.text {
	margin-left:80px;
}

p.digg a {
	color:#333;
	text-decoration:none;
	line-height:18px;
	font-size:11px;
}

p.digg a:hover {
	color: #cc3300;
}

p.digg a img {
	display:inline;
	position:relative;
	top:3px;
}

/* iLT styles */

#wrapper{
	text-align:left;
	width:970px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#adspace {
	float:right;
	display:inline;
	width: 280px;
}

ul.nav {list-style:none;}
.nav li {float:left;display:block;width:100px;}
.nav li a {font-size:11px;color:#000;text-decoration:none;display:block;padding:5px 0 12px 5px;width:109px;}
.nav li a span {
	font-size:12px;
	color:#FF0000;
}
.nav li a:hover{
	background:#000000;
	color:#eee!important;
	width: 90px;
}
* html .nav li a:hover{background:#000000;width:99px;}
.nav li.skip{
	float:right;
display:block; width:100px;}
.nav li.skip a{width:100px;}
li.top{border-left:1px solid #DDD;float:right;display:block; width:100px;}
li.top a{width:100px;}
.nav li.skip a:hover, li.top a:hover {background: transparent;color: #333 !important;}


/* fixes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
