body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #464646;
	background-color: #bebebe;}

a {
	text-decoration: none;
}

html>body {
	font-size: 10px;
	}

/* layers */

div#navigation {
	width: 100%;
	background-color: #fff;
	height: 20px;
	margin-bottom: 30px;
	text-align: center;
	font: bold 1.2em Helvetica, Arial, Geneva, sans-serif;
	padding-top: 10px;
	margin-top: 30px;
	line-height: 10px;
}

div.content {
	width: 240px;
	background-color: #fff;
	margin: 0 0 20px 20px;
	padding: 15px 25px 0px 25px;
	float: left;
	height: 300px;
}

div.content_single, div.content_page {
	width: 500px;
	background-color: #fff;
	margin: 30px auto;
	padding: 15px 45px;
}

div.content img, div.content_single img {
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0;
}




div.content img.border, div.content_single img.border {
	border: 1px solid #cecece;
}



div.google_banner {
	width: 768px;
	margin: 15px auto;
	background-color: #fff;
	padding: 10px 10px;
	clear: both;
}

div.nextprev {
	width: 100%;
	background-color: #fff;
	height: 20px;
	margin-bottom: 30px;
	text-align: center;
	font: bold 1.2em Helvetica, Arial, Geneva, sans-serif;
	padding-top: 10px;
	margin-top: 30px;
	line-height: 10px;
	clear: both;
}

div.nextprev_single {
	width: 100%;
	background-color: #fff;
	height: 20px;
	margin-bottom: 30px;
	text-align: center;
	font: bold 1.2em Helvetica, Arial, Geneva, sans-serif;
	padding-top: 10px;
	margin-top: 30px;
	line-height: 10px;
	clear: both;
}

div.prev {
	display: block;
	float: left;
	margin-left: 40px;
	width: 240px;

}

div.prev2 {
	position: absolute;
	top: 40px;
	left: 45px;
	font: bold 1.2em Helvetica, Arial, Geneva, sans-serif;
	line-height: 10px;
}

div.next2 {
	position: absolute;
	top: 40px;
	right: 45px;
	font: bold 1.2em Helvetica, Arial, Geneva, sans-serif;
	line-height: 10px;
}

div.next {
	display: block;
	float: right;
	margin-right: 40px;
	width: 240px;
}

div.next a, div.prev a, div.next2 a, div.prev2 a {
	color: #909090;
}

.page a{
	color: #9d9d9d;
}

cite{
	font-size: 0.9em;
	line-height: 1.2em;
	
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 8px;
}


/* fonts etc */

div.content h1 {
	font: bold 1.5em "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 8px;
}

div.content_single h1 {
	font: bold 4em "Times New Roman", Times, serif;
	padding: 0;
}

div.content h2, div.content_single h2 {
	font: 1.8em "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	font-weight: bold;
}

div.content p {
	font: 1.5em/1.3em "Times New Roman", Times, serif;
	width: 240px;
	margin: 0;
	padding: 0;
}

.photoday_post.content p {
	font: 1em/1.1em Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 10px;
	padding: 0;
}

.projects_post img {
/*	padding-top: 9px; */
}

.photoday_post img {
padding-bottom: 0px;
/* padding-top: 9px; */
	
}


.content_single img {
	padding-bottom: 10px !important; 
}


img.photoday_img {
	height: 161px;
	margin-top: 0px;
padding-bottom: -10px;
}

img.blog_img, img.diary_img, img.projects_img, img.mp3_img, img.orienteering_img {
	height: 100px;
	padding-bottom: 10px;

}


a.excerpt {
	color: black !important;
	text-decoration: none;
}

a.excerpt:hover {
	text-decoration: none !important;
	
}

div.content_single p {
	font: 1.5em/1.3em "Times New Roman", Times, serif;
	width: 500px;
	margin-top: 0px;
}


div.content p.post_info, span.post_info,  div.content_single p.post_info{
	font: 1em/1.1em Helvetica, Arial, Geneva, sans-serif;
	padding-bottom: 10px;
}

div.content_single {
	font: 1em/1.1em Helvetica, Arial, Geneva, sans-serif;
	padding-bottom: 10px;
}

.more-link {
	margin-top: 2px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	display: block;
	margin-bottom: 15px;
}

div.comments {
	margin-top: 10px;
}

div.comments p {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 5px 0 0;
}

div.content_single p.comment_posted {
	font: 1em/1.1em Helvetica, Arial, Geneva, sans-serif;
	line-height: 1em;
	margin: 8px 0 20px;
}

div.content_single p.comment_form {
	font: 1em/1.1em Helvetica, Arial, Geneva, sans-serif;
}

#comment {
	width: 500px;
}

input.input {
	width: 250px;
}

input.input, #comment {
	border: 1px solid #727272;
}

.tagcloud {
		font: 1.5em/1.3em "Times New Roman", Times, serif;

}

/* links */

div#navigation a {
	text-decoration: none;
	margin-right: 9px;
	color: #909090;
}

div#navigation a.blog, .blog_post a {
	color: #f00;
}

div#navigation a.diary, .diary_post a {
	color: #00abff;
}

div#navigation a.projects, .projects_post a {
	color: #00b800;
}

div#navigation a.mp3, .mp3_post a {
	color: #974d00;
}

div#navigation a.photoday, .photoday_post a {
	color: #ffad00;
}

div#navigation a.orienteering, .orienteering_post a {
	color: #fd00ff;
}


div.content h1 a {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-decoration: none;
}

div.content h1 a:hover {
	text-decoration: none;
}

a:hover, div#navigation a:hover {
	text-decoration: underline;
}

pre {
	font-size: 1.3em;
	line-height: 1.3em;
}

div#background {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
margin: 0px;
position: absolute;
z-index: 0;
}

body > div#background { position: fixed; }

div#main {
	z-index: 1;
	position: absolute;
	width: 100%;
}

.picture {
	float: right;
	margin-left: 10px;
}


