/* Eric Meyer's CSS Reset */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Site  Design */

html {
	height: 100%;
	overflow: auto;
}

body {
	background: #e6ecea url('background.jpg') repeat-x;
	font-family: "PT Sans",Helvetica,Arial,"Nimbus Sans L",sans-serif;
	color: #001522;
	text-align: center;
	min-width: 988px;
}

a {
	color: #f15722;
}

a.errorlink {
	color: #fff;
}

a:hover {
	color: #222;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#twitter {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -105px;
	width: 40px;
	height: 40px;	
	background: #008de6;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px #fff solid;
	border-top: 0;
}

#osta {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -255px;
	width: 250px;
	height: 50px;	
	background: #00619f;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px #fff solid;
	border-top: 0;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 900;
}

#osta:hover {
	background: #198ed8;
}

#facebook {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: 5px;
	width: 250px;
	height: 50px;	
	background: #00619f;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px #fff solid;
	border-top: 0;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 900;
}

#facebook:hover {
	background: #198ed8;
}

#header {
	height: 500px;
	width: 100%;
	background: url('header-bg.jpg') bottom center no-repeat;
}

.contentbox {
	margin: 0 auto;
	padding: 60px 0 60px 0;
	width: 800px;
	font-size: 18pt;
	line-height: 130%;
	text-align: left;
}

.contentbox p {
	margin-bottom: 20px;
}

.contentbox h2 {
	color: #000;
	font-size: 26pt;
	margin-bottom: 30px;
	padding: 12px 60px 12px 24px;
	margin-left: -24px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px #ccc;
}

.light {
	background: #fff;
}

.dark {
	background: #eeeeee;
	color: #000;
	border-top: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}

#kirja {
	background: #f0741a url('book-bg.jpg') center repeat-y;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-shadow: 1px 1px #8e420a;
}

#kirja h2 {
	color: #fff;
	text-shadow: 2px 2px #8e420a;
	letter-spacing: 1px;
}

#kirja img {
	float: left;
	border: 1px solid #888;
	margin-right: 25px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 20px #222;
}

#arviot {
	border-top: none;
}

#arviot .cycle-slideshow {
	min-height: 200px;
}

.pager { 
    text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	top: -50px;
	overflow: hidden;
}
.pager span { 
    font-family: arial;
	font-size: 60px;
	width: 30px;
	height: 30px;
    display: inline-block;
	color: #c9c9c9;
	cursor: pointer; 
}
.pager span.cycle-pager-active {
	color: #f0741a;
}

.pager > * {
	cursor: pointer;
}

#arviot blockquote {
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 15px;
}

#arviot p.source {
	font-size: 13pt;
	margin-top: 12px;
}

#kirjasta blockquote {
	font-style: italic;
	margin-bottom: 6px;
}

#kirjasta p {
	margin-bottom: 30px;
	font-size: 12pt;
	color: #f15722;
}

#quoteimg {
	float: left;
	margin-left: -90px;
}

#kaupat h2 {
	margin-bottom: 0px;
}

#kaupat a {
	display: inline-block;
	width: 220px;
	margin-right: 40px;
	margin-bottom: 60px;
	/* IE 7 hack */
	*zoom:1;
	*display: inline;
	vertical-align: bottom;
}

#media ul {
	list-style-type: circle;
	margin-left: 20px;
}

#media li {
	padding-left: 5px;
	margin-bottom: 10px;
}

#media span {
	font-size: 10pt;
}

#booksnorth {
	background: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}

#bn {
	float: left;
	width: 200px;
}

#infoemail {
	float: right;
	width: 200px;
	text-transform: none;
	font-size: 14pt;
}

* html #osta { 
	position: absolute;
}