/*
Theme Name: Karko.net
Theme URI: http://karko.net/
Description: Simple fluid theme with collapsed menu on the right.
Version: 1.0
Author: Krop Informatyka
Author URI: http://krop.pl/
*/

/** Global */
html {
	background: #f2ffbf url(gfx/bg.jpg);
}

body {
	margin: 64px 0 0 0;
	padding: 0;
	font: 1em/1.5em Georgia, serif;
	background: transparent;
	color: #000;
	min-width: 300px;
}

/** Header */
#header {
	background: url(gfx/banner.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	font-size: 0;
	line-height: 1em;
	color: #738040;
	text-indent: -9999px;
}

/** Menu */
#menu {
	overflow: hidden;
	width: 25%;
	height: 200%;
	font-size: 0.66em;
	line-height: 1.5em;
	text-align: center;
	min-width: 150px;
}

.tab {
	border: dotted 1px #f2ffbf;
}

.tabHover, .tabUnfolded {
	background: #e6ff80;
	border: solid 1px #8fb300;
	cursor: pointer;
}

#menu a {
	display: block;
	width: 99%;
	border: dotted 1px #fff;
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	background: #e6ff80;
	border: solid 1px #8fb300;
}

#menu p {
	text-align: center;
	line-height: 1.25em;
}

#menu ul {
	margin-left: 0.75em;
	padding-left: 0em;
	list-style: none;
	color: #670;
	font-weight: bold;
	font-size: 1.25em;
}

#menu ul li ul {
	margin-left: 0;
	font-weight: normal;
	font-size: 0.8em;
	background: url(gfx/bgw.jpg);
}

/** Content */
#content {
	float: left;
	width: 74%;
	background: #fff;
	border-top: solid 1px #acbf60;
	text-align: justify;
	background: #fff url(gfx/sh.png) repeat-y top right;
}

#contentPadding {
	padding: 1em 2em 1em 1.5em;
/*	-moz-column-width: 20em;
	-moz-column-gap: 1em;*/
}

#tr {
	float: right;
	position: relative;
	left: 3px;
	top: -1px;
}

#br {
	float: right;
	position: relative;
	left: 3px;
	top: 1px;
	z-index: 2;
}

#b {
	width: 100%;
	background: url(gfx/b.png);
	height: 5px;
	position: relative;
	top: 13px;
	overflow: hidden;
	z-index: 1;
}

/** Footer */
#footer {
	width: 100%;
	clear: both;
	background: transparent;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.25em;
}

#allpay {
	margin-top: 2em;
	font-weight: bold;
}
