/*=======================================================================================================================
=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, DD, DL, DT, LI, OL, UL, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
OL, UL
{
	list-style: none;
}
Q:before, Q:after, BLOCKQUOTE:before, BLOCKQUOTE:after
{
	content: "";
}
A
{
	text-decoration: none;
}
/*=======================================================================================================================
=CLEAR FLOATS
========================================================================================================================*/
.container:after, .main:after, .column:after, .sub-container:after, .navigation:after, .masthead-container:after, .search-container:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0em;
	visibility: hidden;
	overflow: hidden;
}
#twitter
{
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
/*=======================================================================================================================
=GLOBAL STYLES
========================================================================================================================*/
BODY
{
	background: #46381D url(images/body.jpg) repeat;
	color: #333;
	font-family: "lucida sans unicode", "lucida grande", verdana, arial, helvetica, sans-serif;
}
H1, H2, H3, H4, H5, H6, UL, OL, DL, PRE, P, BLOCKQUOTE, TABLE, IMG
{
	padding-bottom: 0.5em;
}
H1, H2, H3, H4, H5, H6, STRONG, EM
{
	font-weight: bold;
}
H1, H2, H3, H4
{
	font-family: Georgia, Times, serif;
}
H1
{
	font-size: 1.6em;
}
H2
{
	font-size: 1.5em;
}
H3
{
	font-size: 1.4em;
}
H4
{
	font-size: 1.3em;
}
A:link, A:visited
{
	color: #A6431C;
}
A:hover, A:focus
{
	color: #828415;
}
P
{
	font-size: 1em;
}
/*=======================================================================================================================
=LAYOUT
========================================================================================================================*/
.container
{
	background: url(images/container_bg.jpg) repeat-x;
}
/*=search*/
.search-container
{
	width: 990px;
	height: 39px;
	float: right;
}
.search
{
	background: url(images/search_container.gif) no-repeat;
	float: right;
	width: 380px;
	height: 28px;
}
.search DIV
{
	margin-left: 100px;
}
.search INPUT.txt
{
	background: transparent;
	border: 0;
	width: 200px;
	vertical-align: middle;
	margin-right: 15px;
	color: #888;
}
.search INPUT.btn
{
	vertical-align: middle;
}
/*end search*/
.masthead-container
{
	height: 302px;
	background: url(images/boy.jpg) no-repeat left top;
	width: 990px;
}
/*=logo*/
H1.logo
{
	float: left;
	margin: 20px 0 0 284px;
	width: 305px;
	background: url(images/logo.png) no-repeat;
}
H1.logo A
{
	display: block;
	width: 305px;
	height: 75px;
	text-indent: -999em;
	overflow: hidden;
}
/*end logo
=tools*/
.tools
{
	width: 300px;
	padding: 26px 0 0 30px;
	float: right;
}
.tools LI
{
	list-style: none;
	float: right;
}
.tools LI A
{
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
.tools LI.rss
{
	padding-right: 15px;
}
.tools LI.rss A
{
	background: url(images/rss.gif) no-repeat;
	width: 65px;
	height: 65px;
}
.tools LI.rss A:hover
{
	background-position: 0 -65px;
}
.tools LI.email A
{
	background: url(images/email.gif) no-repeat;
	width: 76px;
	height: 66px;
}
.tools LI.email A:hover
{
	background-position: 0 -66px;
}
/*=left content*/
.asides
{
	width: 365px;
	float: left;
	margin-bottom: 10px;
}
/*=navigation*/
.asides .navigation
{
	background: url(images/navigation_bg.gif) repeat-x top;
	height: 57px;
	margin-bottom: 10px;
	position: relative;
}
.asides .navigation .edge-nav
{
	background: url(images/nav_edge.png) no-repeat;
	width: 41px;
	height: 57px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.asides .navigation LI
{
	float: left;
}
.asides .navigation A
{
	height: 57px;
	display: block;
	text-indent: -999em;
}
.asides .navigation A.home
{
	background: url(images/home.gif) no-repeat;
	width: 71px;
}
.asides .navigation A.about
{
	background: url(images/about.gif) no-repeat;
	width: 73px;
}
.asides .navigation A.archives
{
	background: url(images/archives.gif) no-repeat;
	width: 95px;
}
.asides .navigation A.contact
{
	background: url(images/contact.gif) no-repeat;
	width: 83px;
}
.asides .navigation A.home:hover, .asides .navigation A.about:hover, .asides .navigation A.archives:hover, .asides .navigation A.contact:hover
{
	background-position: 0 -57px;
}
/*=column one*/
.asides .one
{
	background: url(images/asides.jpg) repeat;
	width: 340px;
	margin: 0 10px;
	padding: 10px 0;
}
/*=featured*/
.asides H2.featured
{
	background: url(images/featured_h2-trans.png) no-repeat;
	text-indent: -999em;
	display: block;
	padding: 0;
	margin-left: 10px;
	height: 34px;
}
.asides .featured-post
{
	padding: 10px;
}
.asides .featured-post H2 A
{
	background: url(images/dash_green.gif) repeat-x bottom;
	color: #C6C80E;
	display: block;
	padding-bottom: 6px;
}
.asides .featured-post H2 A:hover
{
	background: url(images/dash_orange.gif) repeat-x bottom;
	color: #F46229;
}
.asides .featured-post P
{
	color: #BFBA8B;
	font-size: 0.8em;
	line-height: 1.5em;
}
.asides .featured-post P.meta
{
	font: 0.7em georgia, times, serif;
	color: #9D986C;
	letter-spacing: 1px;
}
.asides .featured-post P.more A
{
	background: url(images/arrow_orange.gif) no-repeat 0 5px;
	padding-left: 15px;
	color: #F46229;
}
.asides .featured-post P.more A:hover
{
	background: url(images/arrow_lightgreen.gif) no-repeat 0 5px;
	color: #C6C80E;
}
.asides .featured-post IMG
{
	width: 300px;
	padding: 6px;
	background: #6F5931;
	border: 2px dashed #826A3E;
}
.main
{
	margin: 0;
	float: left;
	width: 990px;
}
.column
{
	float: left;
}
/*= main column*/
.content
{
	float: left;
	position: relative;
	top: -150px;
	margin-bottom: -140px;
	width: 613px;
	padding: 6px;
	background: #FEFCED;
}
.container .edge
{
	background: url(images/two_edge.png) no-repeat;
	position: absolute;
	z-index: 10;
	left: 926px;
	top: 152px;
	width: 64px;
	height: 60px;
}
.edge-alt
{
	background: url(images/two_blue_edge.png) no-repeat;
	position: absolute;
	z-index: 20;
	left: -6px;
	bottom: -6px;
	width: 68px;
	height: 61px;
}
/*=column two*/
.content .two
{
	background: #F2F0DE url(images/two_bg.jpg) repeat-y right;
	padding: 6px;
	width: 601px;
	position: relative;
	min-height: 500px;
}
.content .two H2 A
{
	background: url(images/dash_brown.gif) repeat-x bottom;
	color: #A6431C;
	display: block;
	padding-bottom: 4px;
}
.content .two H2 A:hover
{
	color: #828415;
}
.content .two P
{
	font-size: 0.8em;
	color: #45371B;
	line-height: 1.5em;
	padding-top: 10px;
}
.content .column .wp-caption .wp-caption-text
{
	font-size: 8pt;
	text-align: center;
	margin-top: -8px;
}
.content .two P.meta
{
	color: #737B7F;
	font: 0.9em georgia, times, serif;
}
.content .two P.more
{
	background: #E2E0CA;
	display: inline;
	padding: 2px 6px 4px;
	font-size: 0.8em;
}
.content .two P.more:hover
{
	background: #F1E4DD;
}
.content .two P.more A
{
	background: url(images/arrow_green.gif) no-repeat 0 5px;
	padding-left: 15px;
	color: #777907;
}
.content .two P.more A:hover
{
	background: url(images/arrow_red.gif) no-repeat 0 5px;
	color: #A6431C;
}
.content .two H2.pagetitle
{
	padding-left: 15px;
}
.content .two .entry
{
	margin-bottom: 15px;
	margin-left: 110px;
}
.content .two .entry-extended
{
	padding: 0 15px 15px;
	margin-bottom: 30px;
	width: 570px;
}
.content .two .entry-extended LI.cat-item
{
	padding-top: 6px;
	padding-left: 10px;
}
.content .two .entry-extended .postmetadata P
{
	padding-bottom: 0;
}
.content .two .entry-extended P.meta
{
	padding-bottom: 5px;
}
.content .two .entry-thumb
{
	width: 82px;
	height: 82px;
	padding: 6px;
	background: #DCD8C5;
	border: 1px solid #BCB99E;
	float: left;
}
.content .two .entry-thumb IMG
{
	width: 82px;
	height: 82px;
	padding: 0;
}
.content .navigation
{
	margin-top: 50px;
	margin-left: 110px;
}
.content LI
{
	font-size: 0.8em;
	list-style-position: inside;
	list-style-type: circle;
}
.content OL LI
{
	list-style-type: decimal;
}
/*=commentlist*/
OL.commentlist LI
{
	background: #E2E0CA;
	background: url(images/commentlist.gif) repeat;
	font-size: 0.8em;
	margin-bottom: 10px;
	list-style-type: none;
}
OL.commentlist LI.alt
{
	background: #E0E5D6;
	background: url(images/commentlist_alt.gif) repeat;
	margin-bottom: 10px;
}
OL.commentlist LI P
{
	font-size: 0.9em !important;
	clear: left;
	padding: 10px 20px 10px 40px;
}
IMG.avatar
{
	float: left;
	margin-right: 10px;
}
/*=contactform*/
FORM
{
	font-size: 0.8em;
}
INPUT
{
	margin-bottom: 5px;
}
INPUT.short
{
	margin-left: 4px;
}
LEGEND SPAN
{
	color: #888;
}
TEXTAREA
{
	margin-bottom: 10px;
}
FIELDSET LABEL
{
	float: left;
}
/*=below the fold*/
.sub-container
{
	float: left;
	clear: both;
	width: 100%;
}
/*=first sub column*/
.sub-container .one
{
	width: 342px;
	margin-left: 10px;
}
.sub-container UL LI
{
	padding-bottom: 20px;
}
.sub-container LI UL
{
	background: none;
	padding: 0 0 10px;
}
.sub-container LI
{
	padding: 2px 12px;
	font-size: 0.8em;
}
.sub-container LI UL LI
{
	padding: 2px 12px;
	font-size: 100%;
}
.sub-container UL LI UL LI A
{
	background: url(images/dash_grey.gif) repeat-x bottom;
	display: block;
}
.sub-container .category A
{
	color: #B4BDC2;
	padding-bottom: 4px;
}
.sub-container .category A:hover
{
	color: #FFF;
}
.sub-container .category
{
	background: url(images/categories.jpg) no-repeat bottom;
	padding-top: 10px;
	width: 342px;
	position: relative;
	border-top: 1px solid #333;
}
.sub-container .category .edge-cat
{
	background: url(images/cat_edge.png) no-repeat right bottom;
	height: 46px;
	width: 43px;
	position: absolute;
	bottom: 0;
	right: 1px;
}
.sub-container .category LI H2
{
	background: url(images/categories_h2-trans.png) no-repeat;
	width: 140px;
	height: 27px;
	text-indent: -999em;
	overflow: hidden;
}
.sub-container .category UL
{
	padding: 0;
	height: 20em;
}
.sub-container .category LI UL
{
	background: none;
}
/*=second sub column*/
.sub-container .two
{
	width: 288px;
	margin-left: 10px;
}
.sub-container .discussed
{
	background: url(images/discussed.jpg) no-repeat bottom;
	padding-top: 10px;
	position: relative;
	border-top: 1px solid #333;
}
.sub-container .discussed .edge-dis
{
	background: url(images/green_edge.png) no-repeat right bottom;
	height: 45px;
	width: 44px;
	position: absolute;
	bottom: 0;
	right: 0px;
}
.sub-container .discussed H2
{
	background: url(images/discussed-trans.png) no-repeat;
	width: 230px;
	height: 22px;
	padding-bottom: 15px;
	text-indent: -999em;
	overflow: hidden;
}
.sub-container .discussed UL
{
	padding: 0;
	height: 20em;
}
.sub-container .discussed LI UL
{
	background: none;
}
.sub-container .discussed A
{
	background: url(images/dash_lightgreen.gif) repeat-x bottom;
	color: #ECE9D7;
	padding-bottom: 4px;
}
.sub-container .discussed A:hover
{
	color: #333;
}
/*=third sub column*/
.sub-container .three
{
	width: 332px;
	margin-left: 10px;
}
.sub-container .links
{
	background: url(images/links.jpg) no-repeat bottom;
	padding-top: 10px;
	position: relative;
	border-top: 1px solid #333;
}
.sub-container .links .edge-links
{
	background: url(images/red_edge.png) no-repeat right bottom;
	height: 48px;
	width: 50px;
	position: absolute;
	bottom: -1px;
	right: 0;
}
.sub-container .links H2
{
	background: url(images/links-trans.png) no-repeat;
	width: 200px;
	height: 27px;
	text-indent: -999em;
	overflow: hidden;
}
.sub-container .links UL
{
	padding: 0;
	height: 20em;
}
.sub-container .links LI UL
{
	background: none;
}
.sub-container .links LI UL LI
{
	padding: 2px 12px;
}
.sub-container .links A
{
	background: url(images/dash_rose.gif) repeat-x bottom;
	color: #ECE9D7;
	padding-bottom: 4px;
}
.sub-container .links A:hover
{
	color: #333;
}
.copyright
{
	clear: both;
	float: left;
	padding: 12px;
	color: #8C6E31;
	font-size: 0.8em;
	width: 400px;
}
.center
{
	text-align: center;
}
.entry-extended IMG
{
	background: #DCD8C5;
	border: 1px solid #BCB99E;
	padding: 9px;
}
.alignleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.taulukko TR
{
	border-bottom: 1px solid #000000;
}
.taulukko TD
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.taulukko TH
{
	padding-right: 15px;
}
.content H1, .content H2, .content H3, .content H4
{
	margin-top: 10px;
}
.content .column H2
{
	margin-top: 50px;
}
.kursiivi, .kursiivi A
{
	font-style: italic;
}
