/* YUI reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	background: #fff url(gifs/tausta01.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
}

body, td {
	font-size: 0.9em;
}

p {
	margin-bottom: 1em;
}

a, a:visited {
	color: #00f;
}

h1, h2, .kankynnimi {
	color: #AA462F;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 16px;
}

h4 {
	color: #AA462F;
	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0;
	padding-bottom: 0;
}

blockquote {
	margin-left: 40px;
}

ul {
	padding-left: 10px;
	margin-left: 10px;
}

li {
	list-style: disc;
	padding-left: 10px;
	margin-left: 10px;
}

/* Navigation */
.navi {
	padding-top: 8px;
	height: 26px;
}
	.navi ul {
		margin-left: 10px;
		padding: 0;
	}
	.navi li {
		list-style: none;
		float: left;
		margin-right: 16px;
		margin-left: 0;
		padding: 0;
		color: #fff;
	}
	.navi a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}
		.navi a:hover {
			color: #99c;
		}
		.navi a.login {
			color: #3d3;
		}
		.navi a.logout {
			color: #d33;
		}
	#mainnavi {
		background: #000 url(/gifs/kaenkky-2007-01-navi.gif) repeat-x;
	}
	#usernavi {
		background: #111;
		border-bottom: 1px solid #000;
	}
	#adminnavi {
		background: #111;
		border-bottom: 1px solid #000;
	}

.pieni, .pienih {
	font-size: 0.8em;
}

.kuvadiv {
	width: 320px;
	float: right;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}
	.kuvadiv img {
	}
	.kuvadiv a {
		text-decoration: none;
	}
	.kuvadiv .thumbs {
		overflow: hidden;
		margin-bottom: 8px;
	}
		.kuvadiv .thumbs div {
			float: left;
			margin: 4px 4px 0 0;
			width: 60px;
			height: 60px;
			overflow: hidden;
		}
		.kuvadiv .thumbs a {
			text-decoration: none;
		}
			.kuvadiv .thumbs div a img {
				position: relative;
				left: -30px;
				top: -30px;
			}

.colakuva {
	width: 520px;
	text-align: center;
	align: center;
	margin: 8px;
	padding: 8px;
	background-color: #eeeeee;
}

td {
	padding: 4px 0;
}
	td p {
		margin-bottom: 0;
	}

.archive {
	font-size: 0.8em;
	margin-bottom: 1em;
}


A.vote, A.vote:ACTIVE, A.vote:FOCUS, A.vote:HOVER, A.vote:LINK, A.vote:VISITED {
	font-size : 8pt;
}

A.vote:FOCUS, A.vote:HOVER {
	font-size : 8pt;
}

/* infolaatikko */
.infobox {
	position: absolute;
	top: 174px;
	left: 660px;
	width: 200px;
}
.infotitle {
	background: #958AB6;
	color: #ffffff;
	font-size: 8pt;
	padding: 4px 4px 4px 4px;
	border-top: solid 1px #D1CDE0;
	border-left: solid 1px #D1CDE0;
	border-right: solid 1px #26232E;
	border-bottom: solid 2px #26232E;
	text-align: center;
	font-weight: bold;
}
.infotext {
	background: #DDDDDD;
	font-size: 8pt;
	padding: 8px 8px 8px 8px;
	border-left: solid 1px #F0F0F0;
	border-right: solid 1px #A0A0A0;
	border-bottom: solid 1px #A0A0A0;
}
	.infotext td {
		padding: 2px;
		font-size: 0.8em;
	}
		.infotext td p {
			margin-bottom: 0;
		}

.infobreak {
	padding: 10px 0 5px 0;
}

/* määritykset kuvakansio.listaukselle */
.main {
	display: block;
	width: 600px;
	padding: 16px 8px 8px 22px;

}

/* Kommentit */
.kommentti {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
	.kommentti.deleted {
		background: #faa;
	}
		.kommentti.deleted .header {
			background: #faa;
		}
	.kommentti .header {
		position: relative;
		font-size: 0.8em;
		color: #888;
		margin-bottom: 8px;
		background: #e8e8e8;
		padding: 8px;
	}
		.kommentti .header a {
			color: #888;
		}
		.kommentti .header .author {
			font-weight: bold;
		}
	.kommentti .content {
		position: relative;
		padding: 0 4px;
	}
	.kommentti .ktfvastaa {
		position: relative;
		margin: 16px 32px 8px 16px;
		padding: 8px;
		border-top: 1px solid #c0c0c0;
		font-size: 0.8em;
		color: #333;
	}
	.kommentti .snitch {
		position: absolute;
		width: 160px;
		top: 8px;
		right: 8px;
		text-align: right;
	}
	.kommentti .snitch a {
		color: #aaa;
		text-decoration: none;
	}
	.kommentti .footer {
		padding: 4px 0;
		font-size: 0.8em;
	}
		.kommentti .footer a {
			
		}


/* Raportin känkkylän nimi ja muut tiedot alussa */
.raptitle {
	padding: 8px 4px 4px 8px;
}

/* Raportin känkkylän nimi */
.rapname {
	color: #AA462F;
	font-size : 14pt;
	font-weight: bold;
}

/* Raportin "kirjoitettu" ja "päivitetty" */
.rapheader {
	font-size : 8pt;
	color: #505050;
}

.toptitle {
	background: #E0E0E0;
	color: #000000;
	padding: 4px 4px 4px 4px;
	border-top: solid 1px #F0F0F0;
	border-left: solid 1px #F0F0F0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
	text-align: center;
	font-weight: bold;
}

.toplist {
	background: #F0F0F0;
	color: #000000;
	padding: 1px 1px 1px 1px;
	border-left: solid 1px #F8F8F8;
	border-right: solid 1px #D0D0D0;
	border-bottom: solid 1px #D0D0D0;
}

.uutisboxi {
	width: 600px;
}

.uutinen {
	background: #fafafa;
	padding: 2px 8px 0px 32px;
	border-bottom: dotted 2px #E0E0E0;
	border-left: dotted 2px #E0E0E0;
	border-right: dotted 2px #E0E0E0;

/*	background: #EEEEEE;
	border-left: solid 1px #F0F0F0;
	border-right: solid 1px #A0A0A0;

	-moz-border-radius: 0em 0em .60em .60em;
	border-radius-bottomleft: .75em;
	border-radius-bottomright: .75em;
*/
}

.uutisotsikko {
	font-size : 13pt;
	color: #655A86;
	font-weight: bold;
	background: #e0e0e0;

	padding: 6px 12px 6px 12px;
	border-bottom: solid 2px #e0e0e0;

	-moz-border-radius: .60em .60em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
/*
	background: #958AB6;
	padding: 4px 8px 4px 8px;
	border-top: solid 1px #D1CDE0;
	border-left: solid 1px #D1CDE0;
	border-right: solid 1px #26232E;
	border-bottom: solid 2px #26232E;

	-moz-border-radius: .60em .60em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
*/
}

.uutiskala {
	padding: 6px 6px 6px 6px;
	border-top: solid 1px #e8e8e8;
	font-size : 8pt;
	color: #505050;
}

.pieninavi {
	font-size: 8pt;
	color: #000000;

	background: #ffffff;
	padding: 0px 4px 4px 4px;
	border-top: solid 0px #D1CDE0;
	border-left: solid 0px #D1CDE0;
	border-right: solid 0px #26232E;
	border-bottom: solid 1px #c0c0c0;
}

UL.sivu {
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 6px;
}

LI.sivu {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

A.juttutitle, A.juttutitle:ACTIVE, A.juttutitle:LINK, A.juttutitle:VISITED {
	color: #ffffff;
	/* text-decoration: underline; */
	text-decoration: none;
	font-weight: bold;
}
A.juttutitle:FOCUS, A.juttutitle:HOVER {
	color: #000000;
	/* text-decoration: underline; */
	text-decoration: none;
	font-weight: bold;
}

textarea:focus, input:focus {
  background-color: #ffffee;
}

.kommentti INPUT, .kommentti TEXTAREA {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* OmaKaenkky vasen */
.omakvasen {
	background: #f0f0f0;
	padding: 2px 8px 2px 8px;
	border-top: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;

	-moz-border-radius: .60em .60em .60em .60em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	border-radius-bottomleft: .75em;
	border-radius-bottomright: .75em;

	width: 260px;
	float: left;
	text-align: left;
	padding-left: 20px;
	margin-top: 20px;
}

/* OmaKaenkky oikea */
.omakoikea {
	background: #f0f0f0;
	padding: 2px 8px 2px 8px;
	border-top: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;

	-moz-border-radius: .60em .60em .60em .60em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	border-radius-bottomleft: .75em;
	border-radius-bottomright: .75em;

	width: 260px;
	float: right;
	text-align: left;
	padding-left: 20px;
	margin-top: 20px;
}

#footer {
	clear: both;
	margin-left: 20px;
}
	#footer p {
		font-size: 8pt;
	}

.votetable {
	margin: 0px;
	padding: 0px;
	margin-left: 14px;
	border: 0px;
}

.votetable TD {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

.voteheader {
	font-size : 7pt;
	color: #808080;
	text-align: center;
}

.gpblog TD {
	padding-right: 6px;
}

#watchmenu .hold, #watchcontainer .hold {
	padding:10px;
	border:1px solid #999;
	border-top:0;
	border-left:0;
	border-right:0;
	background: #F1FEFC;
}
#watchmenu a, #watchcontainer a {
	text-decoration:none;
}
#watchmenu ul, #watchcontainer ul {
	margin:0;
	padding:0;
	margin-bottom:3px;
	text-align:right;
}
#watchmenu ul li, #watchcontainer ul li {
	display:inline;
	border:1px solid #999;
	padding:4px;
	border-bottom:0;
	margin-right:5px;
	text-align:center;
	background:#F1FEFC;
	font-size:10px;	
}
#watchcontainer .name {

	font-size: 12pt;
	color: #666;
}
#watchcontainer .desc, #watchcontainer .desc a {
	font-size: 8pt;
	color: #888;
}
