html, body {
	padding: 0;
	margin: 0;

}

body {
	background: #e9e0db;
	color: #4f2412;
	font: 80%/150% "Helvetica", "Arial", sans-serif;
}

a {
	color: #630101;
}

h1 {
	font-size: 1.4em;
	margin-left: 10px;
}

h3 {
	font-size: 1.2em;
}

blockquote {
    clear: both;
	color: #3d0000;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5;
}

blockquote cite:before, blockquote cite:after {
	content: "\2014";
}

ul {
	list-style-type: none;
}

#header {
	width: 100%;
	background: #4f2412 url('images/header-bg.jpg') repeat-x left top;
	height: 150px;
	margin: 0;
}

#header h2 {
	height: 150px;
	background: url('images/header.jpg') no-repeat left top;
	margin: 0;
	padding: 80px 0 0 0;
}

#header a {
	background: url('images/title.jpg') no-repeat left top;
	display: block;
	height: 70px;
	width: 285px;
	text-indent: -9999px;
	text-decoration: none;
}

#container {
    width: 970px;
    margin: 0px auto;
 	padding: 0 0 0 0;
}

#menu {
	margin: 0 auto 25px auto;
    padding: 0;
    text-align: center;
}

#menu li {
	border-bottom: 2px solid #c9a798;
    list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 0.15em;
	color: #4f2412;
	text-transform: uppercase;
}

#menu li a, #menu li form {
	color: #4f2412;
	text-decoration: none;
}

#menu li form input {
	color: #4f2412;
	font-family: "Helvetica", "Arial", sans-serif;
}

#menu li form.fi {
	width: 6em;
	display: inline;
}

#menu li form.en {
	width: 5em;
	display: inline;
}

#menu li form div {
    display: inline;
}

#menu li span {
	font-weight: bold;
}

#menu li span.disable {
	font-weight: normal;
	color: #c9a798;
}

#menu li.feed {
	border-bottom: none;
	margin-top: 4px;
}

#menu li.feed img {
	margin: 0 0 -0.7em 0;
}

#body {
	float: left;
	height: 100%;
	width: 744px;
	margin: 0;
	padding: 0 26px 10px 30px;
}

#body.wide {
	width: 800px;
	padding: 0 0 10px 0;
}

#body.monthly {
    width: 900px;
    padding: 0 35px 10px 35px;
}

#body.contentPage {
	text-align: left;
}

#body.contentPage h1 {
	font-size: 1.6em;
	text-indent: 0px;
}

#body.contentPage h2 {
	font-size: 1.4em;
}

#body ul {
	margin-top: -1em;
}

div.links {
	clear: both;
    margin-right: -176px;
    padding-right: 190px;
    background: url('images/links.jpg') no-repeat right top;
    min-height: 660px;
}

p.horizontal, p.horizontalhigh, p.vertical, p.square {
	width: 700px;
	margin: 0;
	padding: 10px 22px 20px 22px;
	text-align: center;
}

p.horizontal {
	background: url('images/image-bg.png') no-repeat center top;
}

p.horizontalhigh, p.square {
	background: url('images/image-bg.png') no-repeat center top;
	width: 744px;
	padding: 10px 0 0 0;    
}

p.horizontalhigh span, p.square span {
    display: block;
	background: url('images/image-bg-bottom.png') no-repeat center bottom;    
	padding: 0 22px 20px 22px;
}

p.vertical {
	background: url('images/image-bg-vert.png') no-repeat center top;
}

.wide p.vertical {
    background: none;
}

#links {
	font-size: 80%;
}

#links img {
	border: none;
	padding-top: 0.5em;
}

img {
	margin: 0px auto;
	padding: 0;
}

a img {
	border: none;
}

.ad img {
	display: block;
}

#thumbnails.latest {
    margin-right: -176px;
}

.thumbnail, #thumbnails li {
	clear: right;
	float: right;
	width: 140px;
	height: 160px;
	margin: 0 -176px 0 0;
	background: url('images/thumb-bg.png') no-repeat left top;
	padding: 6px 13px 0 13px;
	text-align: center;
}

.thumbnail img, #history img, #thumbnails li img {
	margin: 0;
}

img.banner {
	border: none;
}

.hide {
	display: none;
}

#footer {
	height: 150px;
	width: 100%;
	clear: both;
	background: url('images/footer-bg.jpg') repeat-x left top;
	padding: 0;
	font-size: 75%;
	text-align: center;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color: #c9a798;
}

#footer div {
	height: 150px;
	background: url('images/footer.jpg') no-repeat left top;
}

#footer img.banner {
	vertical-align: middle;
}

#footer .copyright {
	margin: 0 auto;
	padding: 75px 0 0 0;
	width: 40em;
}

#footer p {
	margin: 0 auto;
	padding: 0;
	width: 40em;
}

#footer a {
	color: #c9a798;
	font-weight: bold;
	text-decoration: none;
}

#footer .copyright a.banner {
	display: block;
	float: left;
	margin-top: -5px;
	width: 55px;
	height: 53px;
	background: url('images/fieryring.png') no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}

.image {
	margin: 0;
	text-align: center;
	padding: 0;
}

.exif {
	display: none;
}

#captions {
	margin: 0px auto;
}

.caption {
	width: 600px;
	margin: 0px auto;
	padding: 0 0 20px 0;
	text-align: center;
}

.caption p {
	margin: 1em 0 0 0;
}

#body ul.metadata {
	clear: both;
	font-size: 80%;
	text-align: center;
	margin: -0.5em 0 0 0;
	padding: 0;    
}

.metadata li {
    display: inline;
}

#history {
	clear: both;
	margin: 0;
	border-top: 2px solid #c9a798;
}

#thumbnails, #history ul {
    text-align: center;
	margin: 0px auto;
    padding: 0;
}

#thumbnails li, #history ul li {
    clear: none;
    list-style-type: none;
	float: left;
    margin: 0.5em 0;
	text-align: center;
}

#history ul li {
	width: 166px;
}

#history h4 {
	height: 30px;
	width: 166px;
	margin: 10px 0;
	text-indent: -9999px;
}


#history ul li p {
	width: 140px;
	height: 140px;
	margin: 0;
	background: url('images/thumb-bg.png') no-repeat left top;
	padding: 6px 13px 14px 13px;
	text-align: center;
}

#commenter {
	width: 250px;
	float: left;
}

#commentContent {
	width: 410px;
	float: right;
}

#commentForm {
	padding: 0.5em 10px;
	text-align: left;
	clear: both;
}

#commentForm p {
	font-size: 0.8em;
}

#commentForm h3, #history h3 {
	margin: 0.1em 0 0.5em 0;
	text-indent: -9999px;
	width: 260px;
	height: 40px;
}

#commentForm h3.fi {
	background: url('images/comment-fi.jpg') no-repeat left top;
}

#commentForm h3.en {
	background: url('images/comment-en.jpg') no-repeat left top;
}

#history.en h3 {
	background: url('images/remember-en.jpg') no-repeat left top;
}

#history.fi h3 {
	background: url('images/remember-fi.jpg') no-repeat left top;
}

#commentForm input, #commentForm textarea {
	background: #e9e0db;
	border: 1px solid #ccc;
	color: #59301f;
}

#commentForm input {
	width: 250px;
}

#commentForm textarea {
	height: 11em;
	width: 410px;
}

#commentForm p {
	margin: 0.2em;
	float: none;
}

#commentForm p.submit {
	margin-bottom: 15px;
}

#commentForm p.submit input {
	width: 15em;
}

.error {
	color: #6d0000;
}

div.error {
    font-size: 1.3em;
    text-align: center;
    margin: 0.5em 0;
    border: 2px solid #6d0000;
    padding: 0.5em;
}

#comments {
	clear: both;
	padding: 0 2em;
	border-top: 2px solid #c9a798;
	text-align: left;
}

.comment {
	padding-top: 0.5em;
	clear: both;
	border-bottom: 2px solid #c9a798;
}

.own {
	background: url('images/own-comment.png') repeat-y left top;
}

.index {
	display: none;
}

.commentContent {
	margin: 0 3em;
}

.meta {
	margin-bottom: 0.2em;
}

.meta a, .meta span {
	font-weight: bold;
}

#history.en h4.year1 {
	background: url('images/thumb-titles/thumb-title1-en.jpg') no-repeat left top;
}

#history.en h4.year2 {
	background: url('images/thumb-titles/thumb-title2-en.jpg') no-repeat left top;
}

#history.en h4.year3 {
	background: url('images/thumb-titles/thumb-title3-en.jpg') no-repeat left top;
}

#history.en h4.year4 {
	background: url('images/thumb-titles/thumb-title4-en.jpg') no-repeat left top;
}

#history.en h4.year5 {
	background: url('images/thumb-titles/thumb-title5-en.jpg') no-repeat left top;
}

#history.en h4.year6 {
	background: url('images/thumb-titles/thumb-title6-en.jpg') no-repeat left top;
}

#history.en h4.year7 {
	background: url('images/thumb-titles/thumb-title7-en.jpg') no-repeat left top;
}

#history.en h4.year8 {
	background: url('images/thumb-titles/thumb-title8-en.jpg') no-repeat left top;
}

#history.en h4.year9 {
	background: url('images/thumb-titles/thumb-title9-en.jpg') no-repeat left top;
}

#history.en h4.year10 {
	background: url('images/thumb-titles/thumb-title10-en.jpg') no-repeat left top;
}

#history.fi h4.year1 {
	background: url('images/thumb-titles/thumb-title1-fi.jpg') no-repeat left top;
}

#history.fi h4.year2 {
	background: url('images/thumb-titles/thumb-title2-fi.jpg') no-repeat left top;
}

#history.fi h4.year3 {
	background: url('images/thumb-titles/thumb-title3-fi.jpg') no-repeat left top;
}

#history.fi h4.year4 {
	background: url('images/thumb-titles/thumb-title4-fi.jpg') no-repeat left top;
}

#history.fi h4.year5 {
	background: url('images/thumb-titles/thumb-title5-fi.jpg') no-repeat left top;
}

#history.fi h4.year6 {
	background: url('images/thumb-titles/thumb-title6-fi.jpg') no-repeat left top;
}

#history.fi h4.year7 {
	background: url('images/thumb-titles/thumb-title7-fi.jpg') no-repeat left top;
}

#history.fi h4.year8 {
	background: url('images/thumb-titles/thumb-title8-fi.jpg') no-repeat left top;
}

#history.fi h4.year9 {
	background: url('images/thumb-titles/thumb-title9-fi.jpg') no-repeat left top;
}

#history.fi h4.year10 {
	background: url('images/thumb-titles/thumb-title10-fi.jpg') no-repeat left top;
}

#about, #cast, #links {
    clear: both;
    text-indent: -9999px;
    width: 260px;
    height: 40px;
}

#about.en {
    background: url('images/about-en.jpg') no-repeat left top;
}

#about.fi {
    background: url('images/about-fi.jpg') no-repeat left top;
}

#cast.en {
    background: url('images/cast-en.jpg') no-repeat left top;
}

#cast.fi {
    background: url('images/cast-fi.jpg') no-repeat left top;
}

#links.en {
    background: url('images/links-en.jpg') no-repeat left top;
}

#links.fi {
    background: url('images/links-fi.jpg') no-repeat left top;
}

dl dt {
	margin-left: 240px;
	font-size: 1.2em;
	font-weight: bold;
}

dl dd {
	margin: -2.2em 0 0 0;
	padding: 2.2em 0 0 240px;
	min-height: 285px;
}

dl dt span {
	font-size: 0.9em;
}

dl dd.jalo {
	background: url('images/about-jalo.jpg') no-repeat left top;
}

dl dd.flippe {
	background: url('images/about-flippe.jpg') no-repeat left top;
}

dl dd.luka {
	background: url('images/about-luka.jpg') no-repeat left top;
}

dl dd.sulo {
	background: url('images/about-sulo.jpg') no-repeat left top;
}

dl dd.kassu {
	margin-top: -3.5em;
	padding-top: 3.5em;
	background: url('images/about-kassu.jpg') no-repeat left top;
}

#stillhere {
    clear: both;
    width: 645px;
    height: 385px;
    margin: 0 auto;
    background: url('images/im-still-here.png') no-repeat center top;
}

#stillhere blockquote {
    text-align: left;
    text-indent: -9999px;
}

#stillhere p {
    display: none;
}

