* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  6px 0 0;
	font-size:14px;
	background: #252525 url(images/bg.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-weight: normal;
}

/*code {
	background-color:#2e2e2e;
	border: 1px dotted #666666;
	padding:5px;
	width:500px;
}*/

.code {
	background-color:#2e2e2e;
	border: 1px dotted #666666;
	padding:5px;
	min-width:590px;	
}

li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#backtoblog {
display:none;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
    font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 3.2em;
}
h2 {
	font-size: 1.3em;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #d0cfcf;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #d55815;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 930px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 155px;
	width:930px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation {
	position: relative;
	height: 45px;
	width:930px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding-left:auto;
	padding-right:auto;
}


#content {
	width: 595px;
	float: left;
	min-height: 455px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:20px;
	padding-right:20px;
	text-align:justify;
}
#sidebar {
	width: 271px;
	min-height: 455px;
	float: right;
	padding: 10px;
	padding-top: 25px;
	text-align:left;
    font-size:14px;
	font-weight:normal;
}

.feedbox {
	width: 241px;
	min-height: 163px;
	background-image:url(images/sidebar.png);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:30px;
	padding-top: 25px;
    font-size:12px;
	font-weight:normal;
	
}

.sidebar_login {
	width: 241px;
	min-height: 163px;
	background-image:url(images/sidebar.png);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:30px;
	padding-top: 25px;
   font-size:12px;
	font-weight:normal;
	text-align:left;
	
}

.feedbox2 {
	width: 261px;
	min-height: 200px;
	height:250px;
	background-image:url(images/sidebar2.png);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top: 25px;
    font-size:12px;
		
}

.feedbox3 {
	width: 261px;
	min-height: 200px;
	background-image:url(images/sidebar2.png);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top: 25px;
        font-size:12px;
		
}
/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 30px;
}

#header span.description {
	position: relative;
	margin-left: 5px;
	color: #7e4c10;
}
#header ul {
	position: absolute;
	left: 0;
	bottom: 1px;
	font: 13px Arial, Helvetica, sans-serif;
	list-style: none;
	margin-top: -6px;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #f1f1f1;
	text-decoration: none;
	margin-right: 2px;
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
}
#header li a:hover {
	color: #ad5323;
	border-bottom: none;
}
#header li.current_page_item a {
	color: #f1f1f1;
	border-bottom: none;
}

#header li.current_page_item a:hover {
	color: #ad5323;
	border-bottom: none;
}

#topsearch {
	text-align: center;
	color: #FFFFFF;
	position:absolute;
	right:80px;
	z-index:0;

}
#topsearch input {
	z-index:0;
	width: 145px;
	height: 21px;
	border: none;
	color: #292929;
	padding: 3px 3px 3px 3px;
	float: left;
	font: normal Arial, Helvetica, sans-serif;
	background-color:#d0cfcf;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	text-align:center;
}

/* KWICKS MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
.kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 0px;
    background-image:url(kwicks_sprite.png);
    background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-160px 0px;
}
#kwick3 {
	background-position:-320px 0px;
}
#kwick4 {
	background-position:-480px 0px;
	}
#kwick5 {
	background-position:-640px 0px;
}
#kwick6 {
	background-position:-800px 0px;
}
#kwick7 {
	background-position:-960px 0px;
}



#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -160px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -320px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -480px bottom;
}
#kwick5.active, #kwick5:hover{
	background-position: -640px bottom;
}
#kwick6.active, #kwick6:hover {
	background-position: -800px bottom;
}

#kwick7.active, #kwick7:hover {
	background-position: -960px bottom;
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom:dotted thin;
}
.post h2 {
	margin: 0 0 .2em;
	font-size: 1.6em;
	color:#d55815;
}
.post h2 a {
	color: #d55815;
}
.post h2 a:hover {
	color: #FFFFFF;
}
.post-info {
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #FFFFFF;
}
.post-info .setting {
	padding:0px;
}
.post-info .datetime{

}
.post-info .user{

}
.post-info .filedlink{
text-decoration:underline;
font-weight:bold;
}
.post-info .commentslink{

}
.post-info .editlink{

}
.post-entry p {
	margin: 0 0 1em 0;
	font-size:13px;
}
.post-entry a {
	color: #db5f1d;
	font-size:13px;
}
.post-entry a:hover {
	color: #e87334;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #db5f1d;
}
.post-entry span.more-link a:hover {
	color: #e87334;
}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px dotted #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	border-bottom: 1px  dotted #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: .4em 0 0 1em;
	padding: 0 10px 10px 0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size:12px;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #FFFFFF;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	color: #d55815;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #FFFFFF;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
	display: none;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: left;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.comments { float: left;
	text-align:left; 
	padding: 0; 
}

.comments input[type=text], textarea { width: 350px; text-align:left; }

textarea { 
	width: 350px;
	text-align:left;
 }

.comments fieldset { 
	padding: 20px; 
	border: 1px dotted #CCC; 
	margin: 10px 0 20px 0; 
	text-align:left;}

.comments p { padding: 0 0 10px 0; text-align:left; }

.comments h2 { padding: 0 0 15px 0; text-align:left; }

.date {
	float:right; 
}

.comment_author {
text-align:left; 
}

#cdisplay { 
	list-style-type: none; 
	padding: 0; 
	margin: 0;
	text-align:left; }



	#cdisplay li { 
	padding: 10px;  
	margin-bottom: 0px; 
	width: 595px;
	text-align:left; 
	}

	

	#cdisplay li.first {  
	background: #1f1f1f; 
	background-image:url(images/comments_bg.png);
	background-repeat:repeat-x;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:595px;
	text-align:left;	 
	}

	

	#cdisplay li.second {  
	background: #1f1f1f; 
	background-image:url(images/comments_bg.png);
	background-repeat:repeat-x;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:595px;
	text-align:left; 
	}
   
#respond {
	background-image:url(images/comments_bg.png);
	background-repeat:repeat-x;
    background-color:#1f1f1f;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:595px;
    padding:10px;
	text-align:left;
}

#endcomment {
	background-image:url(images/comment.png);
	background-repeat:no-repeat;
    width:595px;
	padding: 5px;
	text-align:left;
}


/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	font-size: 18px;
	text-indent: -5px;
}
#sidebar li ul {
	margin: 0 0 20em 0;
}
#sidebar li ul li {
	padding: 3px 0;
	padding-left: 0px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#d0cfcf;
}
#sidebar li ul li:hover {
color:#d55815;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #d0cfcf;
}
#sidebar li ul li.current_page_item a {
	color: #d55815;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #f1f1f1;
}
#sidebar li a:hover {
	color: #d55815;
}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #eee;
	margin-top: 20px;
}
#footer {
	font-size: 12px;
	padding-top:5px;
	background: url(images/footer.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:910px;
}


.komunita {
	font-size: 12px;
	width:300px;
	float:left;
}

.reklama {
	font-size: 12px;
	padding-top:5px;
	width:580px;
	margin-left:30px;
	float:right;
}

#copyright {
	font-size: 11px;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#252525;
}
#footer a {
	color: #eee;
	text-decoration:underline;
}
#footer a:hover {
	color: #d55815;
}

/*----------------------avatars-------------*/
.avatar { float: left; padding: 2px; margin: 0;}
.post_avatar { padding: 2px; margin: 0; border: 1px solid #ddd; background: white; }
/*
.avatar {
	float:left;
	vertical-align:bottom;
}*/

#login_header{
float:right;
padding-top:35px;
padding-right:20px;
font-size:12px;

}

#aukro{
	width: 261px;
	background-repeat:no-repeat;
    font-size:12px;
	text-align:center;
	padding-bottom:10px;
}