/*  
Theme Name: NT-Winter Country
Theme URI: http://www.wpmix.com/
Description: Stylish winter theme.
Author: andrej
Author URI: http://www.wpmix.com/
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/background.png) top repeat-x #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 936px;
	margin: 0 auto;
}
 
#header {
	height:439px;
	background:url(img/header.jpg);
	}
	
#description {
	padding:110px 0 0 120px;
	height:265px;
	}
	
h1 {
	font-size:30px;
	font-weight:bold;
	}
	
h1 a {
	color:#000;
	font-weight:bold;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size: 14px;
	color:#000;
	font-weight:bold;
	}
	
#content {
	padding: 0 19px 0 23px;
	background: url(img/content-bg.png) repeat-y;
	margin:0 auto;
	width:900px;

}

.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	padding:0 23px;
}

#pagelist ul {
}
	
#pagelist ul li {
	float: left;
	display: block;
	height: 28px;
	width: 122px;
	background: url(img/button.png) no-repeat;
	margin-right:3px;
	text-align:center;
	padding-top:9px;
}
	
#pagelist ul li a {
	color:#32007d;
	font-size:16px;
	font-weight:bold;
	}
	
#pagelist ul li a:hover {
	color:#000000;
	}
	
#pagelist ul li.current_page_item a {
	color:#000000;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 210px;
	float: right;
	color: #000000;
	font-size: 12px;
	line-height:1.4;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-weight: bold;
	color: #3a0b80;
	font-size: 18px;
	padding:7px 0 0 8px;
	background-image: url(img/h2-bg.png);
	height:29px;
}

#side ul li {
	margin:4px 0 20px 0;
}

#side ul li ul li{
	margin:0;
}
	
#side ul li ul.children li {
	margin-left:20px;
	}
	
#side a {
	padding-left:8px;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:640px;
	float:left;
	font-size:14px;
	color:#fff;
	text-align:justify;
	margin-top:20px;
	}
	
.post-top {
	padding-bottom:10px;
}
	
.post-date {
	width: 53px;
	height: 49px;
	background-image: url(img/post-date.gif);
	text-align:center;
	padding:4px 0 0 0;
	float:left;
	margin-right:20px;
}

.post-month {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.post-day{
	font-size:24px;
	font-weight:bold;
	color:#000;
}

.post-head {
	margin-left:10px;
}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#444;
	font-size:20px;
	line-height:normal;
	margin-bottom:10px;
	}

.post h2 {
	color:#91c9f7;
	font-size:18px;
	font-weight:bold;
	padding-top:7px;
	margin-bottom:4px;
	}
	
.post h2 a {
	color:#91c9f7;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
.post ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 45px;
	}
	
blockquote blockquote {
	background:none;
	}
		
.post {
	margin-bottom:40px;
	}
	
.pub {
	font-size:10px;
	color:#ffffff;
	}
	
.pub a {
	font-weight:bold;
}
	
.comm {
	font-size:14px;
	color:#91c9f7;
	margin-top:10px;
	font-weight:bold;
	}
	
.comm a {
	color:#91c9f7;
	font-weight:bold;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#fff;
	text-align:left;
	}
	
h3 {
  	margin-top:5px;
	font-size:14px;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
	}
	
.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;
	}
	
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;
	}
	
#author, #email, #url {
	border:#fff 1px solid;
	background-color:#262626;
	padding:2px;
	margin:1px 0;
	color:#fff;
	}
/* comments */

/* footer */
#box {
	color:#fff;
	font-size:11px;
	height:22px;
	text-align:center;
	background:url(img/box.png) repeat-x;
	padding-top:6px;
	}
	
#box a {
	color:#000000;
	}
	
#box-inside {
	margin:0 auto;
	width:721px;
}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:16px;
	color:#fff;
	}
	
#nav a {
	color:#fff;
}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
