/*
Theme Name:     K2-Apina
Description:    Nettiapina Theme 
Author:         Heikki
Template:       k2
Version:        0.1.0
*/


@import url("../k2/style.css");

body
{
	background: #eeeeee url(img/background.jpg) top left repeat-x;
}

div.guillotine
{
	clear: both;
}

.entry-content h2 {
	font-size: 1.3em;
	margin-left: 0;
	padding-left: 0;
}

h1#site-title,
div#site-title
{
	display: none;
}

body.page .content .entry-title
{
	margin-left: 0;
	text-align: left;
}

.wrapper {
	padding: 0 14px 0px 20px;
}

.entry-content .alignright,
img[align="right"] {
	margin: 0 0px 4px 8px;
}

#page {
	border: 0;
}

.entry-title, .entry-title a, .entry-title a:visited
{
	color: #01567d;	
}

.entry-content a:visited {
	color: #c05915;
}

div.left-cell-220
{
	width: 220px;
	float: left;
}

div.right-cell-220
{
	width: 280px;
	float: left;
	margin-left: 12px;
}

div.right-cell-220 h2 
{
	font-size: 1.1em;
}

div.right-cell-220 ul
{

	margin-top: 8px;
	margin-bottom: 0px;
	padding-left: 16px;
}

div.right-cell-220 p
{
	text-align: left;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 16px;
}

#header
{
	background: #01567d url(img/header-monkey2.jpg) top left no-repeat; 
}

.headermenu {
	background: #01567d;
	position: absolute;
	white-space: nowrap;
	right: 15px;
	bottom: 20px;
	margin: 0 20px;
}

.headermenu > ul > li:hover > a,
.headermenu > ul > li.sfHover > a { /* Top level hover*/
	color: #eee;
	background-color: #c05915;
}

