/*  
Theme Name: Freedom
Theme URI: http://www.machi.biz
Description: Cool theme
Version:
Author: Machi
Author URI: http://www.machi.biz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	background: url(img/bg-content.jpg) left repeat-y;
}

#wrap2 {
	background: url(img/bg-top.jpg) left top no-repeat;
}

#wrap3 {
	background: url(img/bg-bottom.jpg) left bottom no-repeat;
}
 
#header {
	height: 310px;
	width: 596px;
	margin-left: 228px;
	}
	
#description {
	padding: 80px 0 0 20px;
	height: 79px;
	}
	
h1 {
	font-size:21px;
	font-weight:normal;
	display: inline;
	}
	
h1 a {
	color:#ff7200;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size: 14px;
	color:#dbdbdb;
	font-weight:normal;
	display: inline;
	border-left: 1px solid #000;
	padding: 5px 0 5px 5px;
	}
	
#searchform {
	float: left;
}
	
#s {
	width: 150px;
	height: 20px;
	background: url(img/search.png) no-repeat;
	border: none;
	color: #444;
	vertical-align: middle;
	padding: 2px 5px 0 5px;
}

#searchsubmit {
	width: 22px;
	height: 19px;
	background: url(img/search-button.png);
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.rss-link {
	background: url(img/rss.png);
	width: 19px;
	height: 19px;
	display: block;
	float: left;
}

.home-link {
	background: url(img/home.png);
	width: 22px;
	height: 21px;
	display: block;
	float: left;
}
	
#content {
	min-height: 880px;
	height:auto !important;
	height: 880px;
	width: 740px;
	margin-left: 98px;
	}

.cleaner {
	clear:both;
	height:0;
	line-height:0;
  	font-size:0; 
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	margin: 14px 0 0 20px;
}

#pagelist ul {
}
	
#pagelist ul li {
	float: left;
	display: block;
}
	
#pagelist ul li a {
	display: block;
	float: left;
	padding: 1px 20px 0 20px;
	border-right: 1px solid #743401;
	font-size: 14px;
	color: #363a24;
	}
	
#pagelist ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
#pagelist ul li.current_page_item a {
	color: #ffffff;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 120px;
	margin: 300px 0 0 0;
	float: right;
	font-size: 10px;
	line-height: 1.7;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
}

#side ul li {
	margin: 0;
	padding: 0;
}

#side ul li ul li{
	margin: 0;
	padding: 0;
}
	
#side ul li ul.children li a {
	padding-left:40px;
	}
	
#side a {
	text-decoration:none;
	font-weight:normal;
	display: block;
	padding-left:20px;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:524px;
	float:left;
	font-size:14px;
	color:#ececec;
	text-align:justify;
	margin: 0 0 0 72px;
	display: inline;
	}
	
.post-date {
	margin-bottom: 23px;
	}

.post-month {
	color: #444444;
	font-size: 17px;
	height: 26px;
	padding-top: 7px;
	padding-left: 4px;
	float: left;
	}

.post-day{
	text-align: center;
	background-color: #ff7200;
	width: 44px;
	height: 29px;
	padding-top: 4px;
	color: #fff;
	font-size: 22px;
	float: left;
	}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#fff;
	font-size:20px;
	line-height:normal;
	text-align: center;
	}

.post h2 {
	color:#000;
	font-size:18px;
	font-weight:normal;
	margin: 0 0 15px 0;
	text-align: left;
	}
	
.post h2 a {
	color:#000000;
	}
	
.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 {
	width: 460px;
	padding: 0 10px;
	margin: 0 0 60px 44px;
	}

.comm {
	font-size:14px;
	margin-top:15px;
	}
	
.comm a {
	color:#ececec;
	}
	
.commy {
	display: inline;
}

.commy a {
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 4px;
	margin: 0 4px;
}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h3,h4,h5,h6 {
	color:#444;
	}
	
h3 {
  	margin-top:5px;
	font-size:14px;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
/* headlines and links */

/* comments */	
ol.commentlist {
	margin-left: -25px;
}

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: #1d1d1d;
	font-size: 11px;
	margin-left: 130px;
	height: 30px;
	padding: 15px 0 0 0;
	}
	
#box a {
	color:#787878;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:14px;
	color:#fff;
	margin: 0 20px 0 60px;
	}
	
#nav a {
	color:#fff;
}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	

