/*  
Theme Name: DarkZ
Theme URI: http://www.machi.cz
Description: Nice 2 column WordPress theme
Version:
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrap {
	width: 880px;
	margin: 0 auto;
}
 
#header {
	background-color: #282828;
	padding: 0 7px 10px 7px;
}
	
#description {
	background: url(img/header-bg.png) repeat-x;
	height: 99px;
}
	
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 2px 0 0 18px;
	float: left;
}
	
h1 a {
	display: block;
	width: 279px;
	height: 65px;
	background: url(img/h1-bg.png);
	color: #fff;
	padding: 28px 15px 0 15px;
	text-align: center;
	text-decoration: none;
}
	
#desc {
	font-size: 14px;
	color: #ccc;	
	font-style: italic;
	float: right;
	margin: 40px 40px 0 15px;
}

#header_img {
	width: 866px;
	height: 239px;
	margin: 8px 0 0 0;
}

#header_img_top {
	width: 866px;
	height: 9px;
	background: url(img/line.png) top no-repeat;
}

#header .ngg-widget {
	height: 143px;
	margin: 5px 0 0 0;
}

#header .ngg-widget a {
	float: left;
	display: block;
	background: url(img/ram.png);
	width: 210px;
	height: 143px;
	margin: 0 0 0 5px;
}

#header .ngg-widget img {
	border: none;
	margin: 5px 0 0 5px;
	padding: 0;
}
	
#content {
	margin: 10px 0 0 0;
}

.cleaner {
	clear:both;
	height:0;
	line-height:0;
  	font-size:0; 
}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	font-size: 14px;
	height: 49px;
	background: url(img/line.png) bottom no-repeat;
}

#pagelist ul {
	height: 40px;
}
	
#pagelist ul li {
	display: block;
	float: left;
}
	
#pagelist ul li a {
	color: #fff;
	float: left;
	display: block;
	height: 28px;
	padding: 12px 15px 0 15px;
	border-right: 2px #232323 solid;
	text-decoration: none;
}
	
#pagelist ul li a:hover {
	color: #8c9847;
	background-color: #191919;
}
	
#pagelist ul li.current_page_item a {
	color: #8c9847;
	background-color: #191919;
}
/* pagelist and search */	

/* sidebar */	
#side {
	border: 10px solid #272727;
	background-color: #131313;
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #666;
	padding: 10px;
}
	
#side li, #side ul {
	list-style-type:none;
}
	
#side h2 {
	text-align: left;
	color: #666;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#side ul li {
	width: 190px;
	padding: 0 20px 0 0;
	float: left;
}

#side ul li ul li{
	margin: 0 0 0 5px;
	background: url(img/bullet_black.png) left 2px no-repeat;
	padding: 2px 0 2px 15px;
}
	
#side a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}
	
#side a:hover {
	text-decoration: underline;
}
	
#side img {
	padding: 0;
	border: none;
}
/* sidebar */

/* text */
#text {
	width: 880px;
	font-size: 12px;
	text-align: justify;
	color: #9b9b9b;
	line-height: 1.5;
}

#text a {
	color: #9b9b9b;
}
		
.post {
	margin-bottom: 10px;
	border: 10px solid #272727;
	background-color: #131313;
	padding: 15px;
}

#text .thumb img {
	float: right;
	margin: 0 0 0 25px;
}

p {
	padding:5px 0;
}
	
h2 {
	color: #fff;
	font-size: 17px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
	text-align: center;
}

#text .post h2 {
	color: #788534;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
	
#text .post h2 a {
	color: #788534;
	text-decoration: none;
}
	
.post h2 a:hover {
	text-decoration: underline;
}

.infobar {
	margin: 10px 0 15px 0;
	color: #666;
	text-transform: lowercase;
}

#text .infobar a {
	color: #666;
}

.infobar .date {
	background: url(img/calendar.png) left no-repeat;
	padding: 0 0 0 20px;
}

.infobar .category {
	background: url(img/folder_go.png) left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
}

.infobar .comments {
	background: url(img/comments.png) left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
}

.infobar .tags {
	background: url(img/tag_green.png) left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
}

.infobar .edit {
	margin: 0 0 0 15px;
}
	
.post ul li {
	list-style-type: square;
	padding-top: 2px;
	margin-left: 20px;
}
	
.post ol li {
	margin-left: 25px;
	padding-top: 2px;
}
	
blockquote {
	border-left: 5px solid #ccc;
	margin: 5px 10px;
	padding: 0 0 0 15px;
}

.wp-smiley {
	padding:0;
	border:none;
}

#text img{
	border: none;
	padding: 3px;
}

#text img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #444;
	padding: 3px;
}

#text img.alignright {
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #444;
	padding: 3px;
}
/* text */

/* comments */	
h3.comments {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #666;
}
	
.commentmetadata {
	padding: 5px;
	background-color: #333333;
	color: #FFFFFF;
}
	
.commentmetadata a {
	color: #FFFFFF;
}
	
.obsahk {
	padding: 5px;
	margin-bottom: 15px;
}
	
.obsahk a {
	font-weight: normal;
	text-decoration: underline;
}
	
.obsahk a:hover {
	text-decoration: none;
}
	
ol.commentlist {
	list-style: none;
	margin-left: -25px;
}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left: 25px;
}
	
textarea#comment {
	margin: 1px 0 5px 0;
	border: #fff 1px solid;
	background-color: #262626;
	padding: 5px;
	color: #fff;
	width: 820px;
}
	
#author, #email, #url {
	border: #fff 1px solid;
	background-color: #262626;
	padding: 2px;
	margin: 1px 0;
	color: #fff;
}
/* comments */

/* footer */
#box {
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
	color: #777;
}
	
#box a {
	color: #777;
}
/* footer */		

/* other */	
#nav {
	border: 10px solid #3a3a3a;
	background-color: #222;
	padding: 10px 15px;
	font-weight: bold;
	height: 20px;
}
	
#nav a {
	color: #fff;
}

.alignleft {
	float: left;
}
	
.alignright {
	float: right;
}
/* other */	
