body {
	background-color: White;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, p, th, td, li, div.navigation {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #423b3c;
}


h1
{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

h4, div.navigation
{
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}


p, li, blockquote
{
	font-family: Georgia, serif, Times New Roman;	
	font-size: 0.9em;
	color: #000000;
}

span.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.nospace
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.topspace
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bottomspace
{
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #0066FF;
	text-decoration: none;
}

p.wp-caption-text {
	font-style: italic;
}


a:hover
{
	color: #599DFF;
	text-decoration: underline;
}


a:visited
{
	color: #FF6600;
}

div#top
{
	width: 100%;
	background-repeat: repeat-x;
}

div#left-column {
	position: absolute;
	width: 114px;
	left: 0px;
	padding-left: 10px;
	top: 150px;
}

div#center-column {
	position: absolute;
	width: 469px;
	left: 114px;
	padding-left: 10px;
	top: 150px;
	background-color: #E9E9E9;
}

div#right-column {
	position: absolute;
	left: 60%;
	padding-left: 20px;
	padding-right: 30px;
	margin-left: 20px;
	top: 150px;
	background-color: White;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	background-image: url(http://www.bjorksten.fi/layout/2010/blogi_column_back.jpg);
	background-repeat: no-repeat;
}

div#comments
{
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.comment
{
	background-color: #E9E9E9;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.comment-alt
{
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#comment-box
{
	background-color: #E9E9E9;
}

td.date
{
	text-align: center;
	vertical-align: top;
	width: 114px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 5px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #7F7F7F;
}

td.contents
{
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: top;
}

h1#huge
{
	font-size: 40pt;
	color: White;
}

#white
{
	color: White;
}


ul
{
	margin-left: 5px;
	padding-left: 35px;
}

li
{
	padding-left: 8px;
}

ul.cat, li.cat
{
	margin-left: 5px;
	padding-left: 8px;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

table.contents
{
	width: 60%;
}

table.single
{
	width: 95%;
}

div.left-margin
{
	margin-left: 15px;
}

blockquote, table.news
{
	background-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

td.related-posts
{
	background-image: url(http://www.bjorksten.fi/layout/2010/blogi_column_back.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	width: 20%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
padding: 4px;
	display: block;
	margin: 0 7px 7px 0;
	display: inline;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


