/*  
Theme Name: Blue Xmas
Theme URI: http://www.wpmix.com
Description: Nice blue Christmas Wordpress template.
Author: andrej
Author URI: http://www.wpmix.com
*/

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

#wrap {
	width: 775px;
	margin: 0 auto;
	border-left: 5px solid #3050f3;
	border-right: 5px solid #3050f3;
	background-color: #1c24b4;
}
 
#header {
	height:258px;
	background:url(img/header.jpg);
	text-align:right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
#description {
	padding:70px 90px 0 0;
	}
	
h1 {
	font-size:30px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
h1 a {
	color:#fff;
	font-weight:bold;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size: 16px;
	color:#000;
	padding-top:15px;
	}
	
#content {

}

.cleaner {
	clear:both;
	}
	
#searchform {
	padding-right:25px;
	padding-top:25px;
}

#s {
	width: 182px;
	height: 23px;
	background-image: url(img/search.png);
	border: none;
	font-size: 16px;
	padding: 4px 0 0 5px;
}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	margin-top: 74px;
	height:30px;
}

#pagelist ul {
	margin-left: 5px;
}
	
#pagelist ul li {
	float: left;
	display: block;
	padding: 0 20px 0 20px;
	border-right: solid 2px #000;
}
	
#pagelist ul li a {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	}
	
#pagelist ul li a:hover {
	color:#fff;
	text-decoration: none;
	}
	
#pagelist ul li.current_page_item a {
	color:#fff;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 202px;
	float: right;
	line-height:1.4;
	margin-bottom: 20px;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	display: block;
	width: 192px;
	height: 37px;
	background: url(img/headline.png) no-repeat;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 13px 0 0 10px;
	margin-left: 0;
	margin-top :0;
}

#side ul li {
	margin-top: 10px;
}

#side ul li ul li{
	margin:0;
	padding-left: 10px;
}
	
#side ul li ul.children li {
	margin-left:20px;
	}
	
#side a {
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:563px;
	float:left;
	font-size:13px;
	color:#fff;
	text-align:justify;
	background: url(img/text.jpg) no-repeat;
	}
	
#text-ins {
	padding-right:50px;
}
	
.pc {
	margin-left: 25px;
}
	
.post-top {
	padding-bottom:10px;
}
	
.post-date {
	width: 62px;
	height: 57px;
	background-image: url(img/gift.png);
	text-align:center;
	float:left;
	margin-right:20px;
	padding: 6px 4px 0 0;
}

.post-month {
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.post-day{
	font-size:22px;
	font-weight:bold;
	color:#fff;
}

.post-head {
	margin-left:10px;
}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#000;
	font-size:22px;
	line-height:normal;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom:10px;
	}

.post h2 {
	color:#000;
	font-size:22px;
	font-weight:bold;
	padding-top:7px;
	margin-left: 0;
	margin-top :0;
	margin-bottom:4px;
	}
	
.post h2 a {
	color:#000;
	}
	
.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:11px;
	color:#ffffff;
	}
	
.comm {
	width: 463px;
	height: 18px;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	font-weight: normal;
	background-image: url(img/comments.png);
	padding-top: 1px;
	padding-left: 25px;
}
	
.comm a {
	color: #000;
	font-weight: normal;
	}
	
.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;
	}
	
#comments-block {
	margin-left: 25px;
	margin-bottom: 20px;
}
	
.commentmetadata {
	padding: 5px;
	background-color: #2CC5FB;
	color: #000;
}
	
.commentmetadata a {
	color:#000;
	}
	
.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:#2CC5FB 1px solid;
	background-color:#1C24B4;
	padding:5px;
	color:#fff;
	}
	
#author, #email, #url {
	border:#2CC5FB 1px solid;
	background-color:#1C24B4;
	padding:2px;
	margin:1px 0;
	color:#fff;
	}
/* comments */

/* footer */
#box {
	color:#000;
	font-size:10px;
	text-align:center;
	background-color:#3050f3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:12px;
	}
	
#box a {
	color:#fff;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:14px;
	color:#fff;
	padding:0 25px;
	}
	
#nav a {
	color:#fff;
}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	

