@charset "utf-8";
/*	Sorsatyyli v 1.0
 *
 *  Ara on komee!
 */



/*      CSS resetti           */
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;
}



/* Tyylit takas! */
body {
	background-color:#ccbe9b;
	background-image:url(img/gfx/tausta.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#000000;
}

a {
	color:#666666;
	text-decoration: none
}

a:visited:hover {
	text-decoration: none;
}

p {
	padding-top: 10px;
	padding-bottom: 20px;
}


/* Divien tyylimäärittelyjä */
#navi {
	background-color: #343838;
	
}


/* Navin tarvitsemat tyylit */

.navi ul {
	list-style:none;
	margin:0;
	padding:0;
}
.navi li {
	float:right;
	width:60px;
	height:51px;
	margin:0;
	padding:0;
	text-align:center;
}
.navi li a {
	display:block;

	height:100%;
	color:#FFF;
	text-decoration:none;
}
.navi li a {
	background:url("img/gfx/linkkitausta.png") repeat 0 0;
}
.navi li a:hover {
	background-position:129px 0;
}

/* kuvatyylit */

.kuvat {
	margin-bottom: 40px;
	display: block;
	margin-left: 40px;
	margin-right: auto;
}


/* KIRJA */

.kirjapost {
	width: 500px;
	height: auto;
	margin-bottom: 20px;
	position: relative;
	float: left;
	background-color: #ffffff;
	padding: 5px;
}

.kirjanimi {
	float:left;
	height: 20px;
	width: 60%;
	font-weight: bold;
}

.kirjapvm {
	font-style: italic;
	float: right;
}

.kirjasisalto {
	width: 400px;
	float: left;
}





