body {
	margin: 0px;
	font-family: "Century Gothic", Verdana, Tahoma, Arial, Sans-serif;
	font-size: 80%;
	background-color: #eeefde;
	background-image: url(img/backgr.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #58585a;
	}

table.layout {
	border-collapse: collapse;
	width: 100%;
	}

td#center {
	width: 1008px;
	padding: 0px;
	}

div#header {
	background-color: #e4e5d4;
	background-image: url(img/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 203px;
	border: 6px solid white;
	margin-top: 50px;
	}

div#header-text {
	margin-left: 350px;
	margin-top: 40px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #707173;
	}

div#content {
	margin-top: 6px;
	background-color: white;
	padding: 6px;
	}

/* menu */
td#menu {
	width: 205px;
	vertical-align: top;
	padding: 0px;
	}

div.menu-group {
	border-left: 5px solid #e4e5d4;
	padding: 10px;
	}

div.menu-group hr {
	border-style: none;
	border-top: 1px solid #e4e5d4;
	margin-top: 20px;
	margin-bottom: 0px;
	}

div.menu-group h4 {
	color: #3c3c3c;
	margin-top: 0px;
	}

div.menu-group ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 10px;
	color: #c7cb7c;
	}

div.menu-group ul a {
	text-decoration: none;
	color: #6d6d6d;
	}

div.menu-group ul a:hover {
	color: #aaaaaa;
	}

div.menu-group li .count {
	font-weight: bold;
	}

li.opened {
	list-style-image: url(img/opened.gif);
	}

li.closed {
	list-style-image: url(img/closed.gif);
	}

li {
	list-style-image: none;
	text-indent: -10px;
	}

/* post */
td#posts {
	vertical-align: top;
	padding: 0px;
	}

h2.post-title {
	background-color: #e4e5d4;
	color: #363630;
	font-size: 130%;
	margin: 0px 6px 0px 0px;
	padding: 4px 10px 4px 10px;
	}

h2.post-title a {
	text-decoration: none;
	color: #363630;
	}

h2.post-title a:hover {
	color: #909080;
	}

h2.post-title span.post-date {
	color: #363731;
	font-size: 80%;
	font-weight: normal;
	float: right;
	}

div.post-text {
	color: #58585a;
	margin: 10px 20px 10px 20px;
	}

div.post-text a {
	color: #58585a;
	}

div.post-image {
	text-align: center;
	margin: 10px 25px 10px 25px;
	}

div.post-image .image-image {
	margin: 8px;
	border: 1px solid #e4e5d4;
	padding: 6px;
	}

div.post-info {
	color: #5d5f3a;
	margin: 30px 20px 30px 10px;
	}

div.post-info a {
	text-decoration: none;
	color: #5d5f3a;
	}

div.post-info a:hover {
	color: #989b5f;
	}

div.post-megoszt {
	margin: 5px 20px 5px 10px;
	}

td#posts hr {
	border-style: none;
	border-top: 1px solid #e4e5d4;
	margin-top: 20px;
	margin-bottom: 10px;
	}

td#posts h4 {
	color: #3c3c3c;
	margin-left: 20px;
	}

div#pages {
	color: #5d5f3a;
	}

div#pages a {
	color: #5d5f3a;
	text-decoration: underline;
	}

/* komment */
div.komment-header {
	margin: 16px 0px 6px 20px;
	font-style: italic;
	text-decoration: underline;
	}

div.komment-body {
	margin: 6px 0px 6px 60px;
	}

div.komment-footer {
	margin: 6px 0px 20px 60px;
	}

#komment-form {
	margin-left: 20px;
	}

#komment-form input {
	border: 1px solid #d3d3d3;
	}

#komment-form .small {
	font-size: 80%;	
	}

div.error {
	margin: 0px 0px 10px 20px;
	color: red;	
	font-weight: bold;
	}

#captcha {
	vertical-align: middle;
	}

#komment-form #sendbutton {
	margin-top: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	}

/* footer */
div#footer {
	margin-bottom: 30px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	}

div#footer a {
	color: #58585a;
	text-decoration: none;
	}




