/*  
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/freak/bg-content.png) left repeat-y;
}

#wrap2 {
	background: url(img/freak/bg-top.png) left top no-repeat;
}

#wrap3 {
	background: url(img/freak/bg-bottom.png) left bottom no-repeat;
}
 
#header {
	height: 330px;
	width: 850px;
	margin-left: 0px;
	}
	
#description {
	padding: 208px 0 0 170px;
	height: 32px;
	text-align:right;
	color:#dbdbdb;
}
	
h1 {
	font-size:21px;
	font-weight:normal;
	display: inline;
	}
	
h1 a {
	color:#ff00BA;
	}
	
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 {
margin-left:200px;	
float: left;
}
	
#s {
	width: 150px;
	height: 20px;
	background: url(img/freak/bg-form.png) no-repeat;
	border: none;
	color: #444;
	vertical-align: middle;
	padding: 2px 5px 0 5px;
}

#searchsubmit {
	width: 22px;
	height: 19px;
	background: url(img/freak/search.gif);
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.rss-link {
	background: url(img/freak/rss.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 19px;
	display: block;
	float: left;
}
.login{
background: url(img/freak/bg-form.png) no-repeat;
border: none;
}
.envia{
height:21px;
background: url(img/freak/ok.gif);
	background-repeat: no-repeat;
	width: 25px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	}

.home-link {
	background: url(img/freak/home.gif);
	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 */	

#fila2 {

	width: 850px;
	text-align:right;
	color:#dbdbdb;
	
}#pagelist {
	margin: 11px 0 0 200px;
	width: 780px;
	text-align: right;
}

#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: 13px;
	color: #F0F0F0;
}
	
#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: 140px;
	margin: 200px 0 0 0;
	float: left;
	font-size: 12px;
	line-height: 1.7;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-left:30px;
	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:40px;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width: 545px;
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	margin: 0 0 0 50px;
	display: inline;
}
	
.post-date {
	margin-bottom: 10px;
	}

.post-month {
	color: #444444;
	font-size: 17px;
	height: 26px;
	padding-top: 7px;
	padding-left: 4px;
	float: left;
	}

.post-day{
	text-align: center;
	background-color: #ff00BA;
	width: 44px;
	height: 29px;
	padding-top: 4px;
	color: #fff;
	font-size: 22px;
	float: left;
	}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#fff;
	font-size:22px;
	line-height:normal;
	text-align: center;
	}

.post h2 {
	color: #FF00ba;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-align: left;
}
	
.post h2 a {

	color: #FF00BA;
	}
	
.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: #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	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:#FFFFFF;
	}
	
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:#888888;
	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;
	font-family: sans-serif;
	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: 280px;
	width:450px;
	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:right;
	margin-right:10px;
	}
	
.floatright {
	float:left;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
