/*
 colors:
 
 zelena:	366900
 cervena:	d9261c
 
*/

body {
	margin: 0;
	padding: 0;
	
	background-color: #a0a0a0;
	background-image: url('gfx/body_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	
	font-family: Georgia, serif;
	font-size: 9pt;
	
	line-height: 150%;
}

#container {
	background-color: #eaeaea;
	background-image: url('gfx/body_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	
	margin: 0 auto;
	padding: 0 7px;
	width: 900px;
}

a {
	color: #366900;
}

a:hover {
	text-decoration: none;
}

h1 {
	width: 900px;
	height: 138px;
	padding: 0;
	margin: 0;
	position: relative;
	text-decoration: none;
}

h1 a span {
	padding: 0;
	margin: 0;
	width: 900px;
	height: 138px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-decoration: none !important;
	
	background-image: url('gfx/head.jpg');
	background-position: top left;
	background-repeat: no-repeat;	
}

#mainmenu {
	width: 900px;
	height: 40px;	
	margin: 0;
	padding: 0;
	
	background-image: url('gfx/menu_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#mainmenu li {
	float: left;
	list-style-type: none;
	padding: 9px 15px;
	height: 40px;
	
	background-image: url('gfx/menu_item_bg.png');
	background-position: top right;
	background-repeat: no-repeat;	
}

#mainmenu li a {
	color: white;
	text-decoration: none;
	font-size: 130%;
	
	height: 40px;
	padding: 8px 15px;
}

#mainmenu li a:hover {
	color: #eaeaea;
}

#mainmenu li a.active {
	color: #366900;
	
	background-image: url('gfx/menu_active_bg.png');
	background-position: top left;
	background-repeat: repeat-x;		
}

#content {
	width: 880px;
	margin: 7px 0 0 0;
	padding: 10px;
	position: relative;
	
	/*background-image: url('gfx/content_bg.png');
	background-position: top left;
	background-repeat: repeat-x;*/
	
	background-color: white;
}

.gadget.simple_search {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	
	background-image: url('gfx/menu_bg.png');
	background-position: top left;
	background-repeat: repeat-x;	
}

.gadget.simple_search .content p, #indexWrapper {
	margin: 0;
	padding: 0;
}

/* index page */

.indexCol {
	width: 31%;
	margin: 0 1%;
	float: right;
	padding: 0;
}

.indexCol h3 {
	font-size: 140%;
}

#rightCol {
	margin-top: 38px;
}

#leftCol, #centerCol {
	/*border-right: 1px #ebebeb solid;*/
}

#centerCol .indexBox h3 {
	margin-bottom: 0;
}

#centerCol .indexBoxBody {
	background-color: #efefef;
	padding: 8px 3%;
	width: 94%;
	margin: 0;
}

.indexBox {
	margin-bottom: 15px;
}

.indexBox h3 {
	color: #366900;
	padding: 5px 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px #d9261c dotted;
}

.indexBox p {
	display: inline;
}

.indexBoxLinks {
	margin: 4px 0 0 0;
	text-align: right;
}

p.blockP {
	display: block !important;
}

strong.date {
	color: #343434;
}

#footer {
	padding: 10px 0;
	text-align: center;
}

#archive p {
	display: inline !important;
}

#lastIssue {
	float: left;
	margin-right: 5px;
}

#lastIssue img {
	height: 150px;
	width: 106px;
}

#recentIssues .recentIssue {
	display: inline;
}

#recentIssues .recentIssue img {
	height: 65px;
	width: 46px;
}

.comment_form input, .comment_form textarea {
	display: block;
}

.comment_form {
	margin-top: 10px;
	border-top: 1px #ebebeb solid;
}

.comment_info {
	background-color: #ededed;
}

.comment {
	border-top: 1px #ebebeb dotted;
}

.gadget.blog_entry h2 {
	width: 75%;
}
