/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Eelis Eskelinen
	Author Site	: http://eeppo.tv
	Style Name	: Sofia
	Style URI	:
	Version		:
	Comments	:

Header Text Color:
Header Width: 916px
Header Height: 234px

Layout Widths: 1000, 1200, 1400

*/
body {
	background: #dbdcde url('bg.gif') left top repeat-x;
/*	background-color:#e7e7e9; */
	color: #000;
	margin: 0;
	}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	text-align:center;
/*	background: #ffffff url('content_bg.gif') right bottom repeat-y; */
	}
#left_img {
	display:block;
	float:left;
	width:208px;
	height:719px;
	background: transparent url('left.jpg') right top no-repeat;
	}
#stamp_img {
	position:absolute;
	right:50px;
	top:250px;
	width:166px;
	height:105px;
	background: transparent url('stamp.gif') right top no-repeat;
	}
#page {
	/* The entire design is contained within the 'page' id */
	background: transparent url('content_bg2.gif') left top repeat-y;
	border: none;
	padding:0;
	min-height:600px;
	margin:0;
	}
.columns-one #page {
	/* The entire design is contained within the 'page' id */
	width:792px;
	float:right;
	clear:right; /* IE6 reguires this */
	}
	
#header {
	/* Contains the H1 and menu */
	background: #FFFFFF url('header.gif') left top no-repeat;
	height:258px;
	}

/* Piilotetut. En tajua miksi nämä tulee oletuksena näkyviin eikä saa admin puolelta pois /**/
ul.menu li.admintab, .sb-links, .sb-latest {
	display:none;
	}
h1.entry-title {

	}

.columns-one .secondary {
	border-top:none;
	width:200px;
	padding-left:20px;
}
#join-list .columns-one .secondary {
	
}

/* text formatting */
body.page .entry-content h1 {
	font-size:2em;
	font-weight:normal;
	}
body.page .entry-content h2 {
	font-size:1.7em;
	font-weight:normal;
	padding:5px 0 0 0;
	margin:0;
	}
body.page .entry-content h3 {
	font-size:1.3em;
	font-weight:normal;
	}


.entry-head .entry-edit {
	top:-14px;
}

#search {
	margin-top:50px;
}
.widget {
	background: transparent url('stamp_bg.gif') top left no-repeat;
	height:130px;

}
.secondary {
	/* Contains both sidebars */
	padding:15px;
	margin:0;
	float:none;
}
.secondary div {
	padding:15px;
	margin:0;
}
.secondary div div {
	padding:0;
}


ul.menu li a, ul.menu li a:hover {
	}
ul.menu li a {
	background:#333333 none repeat scroll 0 0;
	}
ul.menu li a:hover {
	background:#ffffff none repeat scroll 0 0;
	color:#333333;
	}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	text-decoration: none;
	}
body.page .entry-title {
	text-align:left;
	margin-bottom:10px;
	}
	
#primary {
	/* Contains the main column */
	width:450px;
	padding: 34px 0 0 20px;
	}

.entry-head .entry-meta {
	display:none;
	}


.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	padding: 20px 20px 0;
	min-height:300px;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	padding-top:20px;
	clear:right;
	}


#footer {
	background: #dbdcde url('footer.gif') left top no-repeat;
	}
