/*------------------- OTSIKOT ------------------------------------*/

#sivu h1  {
	background: url(kuvat/sivu-h1-bgr.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 10px;
	top: 70px;
	height: 248px;
	width: 181px;
	margin: 0px;
	padding: 0px;
}

#sivu #main-content h2 {
	font: bold 25px Sylfaen, Baskerville, Didot, Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: #787878;
	padding: 0 0 1;
	word-spacing: 3px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 40px;
}

#sivu #main-content h3 {
	font: bold 22px Sylfaen, Baskerville, Didot, Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: #787878;
	padding: 0 0 1;
	word-spacing: 3px;
	clear: both;
	margin: 25px 130px 25px 40px;
}

h4 {
	text-transform: uppercase;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	margin: 2.5em 0px 2em 65px;
}

/*------------------- MUUT TEKSTITYYLIT ------------------------------------*/

p {
	margin-bottom: 1em;
}

#main-content p {
	margin-left: 25px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	margin-bottom: 0.8em;
}

#sivu #main-content p {
	margin-left: 40px;
}

#kirjat-sivu .kirjaesittely p {
	font: 14px "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	width: 495px;
}

#yhteys-sivu form p.lomaketeksti {
	font: 13px "Trebuchet MS", Arial, sans-serif;
	color: #CC0033;
	letter-spacing: 1px;
}

#kirja #main-content blockquote, #kritiikit-sivu #main-content blockquote {
	margin-top: 5px;
	margin-left: 40px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}

#kirja #main-content cite, #kritiikit-sivu #main-content cite {
	font-size: 13px;
	text-transform: uppercase;
	color: #EE2121;
	font-style: normal;
	margin: 5px 0px 10px 40px;
	padding: 0px;
	display: block;
}

#yhteys-sivu address {
	margin-left: 40px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
	font-style: normal;
}

#main-content ol, #main-content ul {
	font-size: 14px;
	margin: 0px 0px 1em 40px;
	padding: 0px;
}

#main-content ol li, #main-content ul li {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	background: url(kuvat/listapallo.jpg) no-repeat left center;
	margin: 0px 0px 1em;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	line-height: 15px;
}

#juha-siro-sivu #main-content ol li, #juha-siro-sivu #main-content ul li {
	margin: 0px 0px 0.3em;
	background: url(kuvat/listapallo-2.jpg) no-repeat left 5px;
	padding: 0px 0px 0px 15px;
}

#juha-siro-sivu #main-content ol.julkaisut li, #juha-siro-sivu #main-content ul.julkaisut li {
	background: url(kuvat/listapallo.jpg) no-repeat left center;
	margin: 0px 0px 1em;
}

#juha-siro-sivu #main-content ul.logot li {
	background: url(none);
	margin: 0px 0px 0.3em;
	padding: 0px 0px 0px 5px;
}

#kirjat ul li {
	position: relative;
	display: block;
	margin: 0px 0px 3px;
	padding: 0px;
}

strong {
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

#kirja em, #onnitteluruno-sivu em {
	font-style: italic;
	line-height: 24px;
	margin-left: 40px;
	display: block;
}

.anafangi {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 48px;
	line-height: 46px;
	float: left;
	margin-right: 4px;
	color: #868686;
	font-weight: normal;
}

#web-design {
	font-size: 11px;
	color: #666666;
	text-align: center;
	position: relative;
}

/*------------------- LINKIT ------------------------------------*/

#main-content a:link{
	color: #E30000;
	text-decoration: none;
	border-bottom: 1px dotted #E30000;
}

#main-content a:visited {
	color: #7F7D7D;
	text-decoration: none;
	border-bottom: 1px dotted #E30000;
}

#main-content a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#kirjat a:link, #kirjat a:visited {
	border: 0;
}

#kirjat a:link span, #kirjat a:visited span {
	display: none;
}

#kirjat a:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	top: 65px;
	right: 0;
	width: 200px;
	padding: 8px;
	margin: 10px;
	color: #FFFFFF;
	background: #333333;
	font: 13px "Trebuchet MS", "Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	border: 1px solid #990000;
	text-transform: none;
	cursor: hand;
	text-decoration: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	box-shadow: -1px 1px 3px #333;
  	-moz-box-shadow: -1px 1px 3px #333;
 	-webkit-box-shadow: -1px 1px 3px #333;
}

#web-design a:link, #web-design a:visited {
	color: #CC0000;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px dotted #CC0000;
	cursor: help;
}

#kirjat #web-design a:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	top: -155px;
	right: 50;
	width: 200px;
	padding: 8px;
	margin: 10px;
	color: #FFFFFF;
	background: #333333;
	font: 13px "Trebuchet MS", "Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	border: 1px solid #990000;
	text-transform: none;
	cursor: help;
	letter-spacing: normal;
	line-height: 14px;
}

#sivu h1 a:link, #sivu h1 a:visited, #sivu h1 a:hover {
	text-indent: -9999pt;
	display: block;
	height: 327px;
	width: 207px;
	border: 0;
}

#web-design a:link, #web-design a:visited {
	color: #CC0000;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px dotted #CC0000;
	cursor: help;
}

#athos #main-content #kuvagalleria a:link, #athos #main-content #kuvagalleria a:visited, #athos #main-content #kuvagalleria a:hover {
	border-bottom: 0px;
}

/*------------------------------------ HIDE SKIP TO CONTENT-LINK ---------------------------*/

@media screen {
	a.no-screen:link, a.no-screen:visited, a.no-screen:hover { display: none; }
}
#testi h1 {
	background: url(blogi-header-h1-bgr.jpg) no-repeat;
	text-indent: -9999px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	height: 191px;
	width: 460px;
}
