/*  
Theme Name: Unchained fun
Theme URI: 
Description: Unchained fun
Version:
Author: Unchained fun
Author URI: 
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/bg.jpg) top left no-repeat #525252;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 989px;
	margin: 212px 0 0 0;
}

.cleaner {
	clear:both;
	}
/* main structure */

/* sidebar */	
#side {
	margin-top: 80px;
	width: 463px;
	float: left;
	color: #000000;
	text-align: right;
}

#desc {
	background: url(img/description.png) no-repeat;
	height: 72px;
	font-size: 14px;
	color:#dbdbdb;
	padding: 3px 3px 0 0;
}

#side h1 {
	font-size:21px;
	font-weight:normal;
	margin-right: 4px;
	}
	
#side h1 a {
	color: #a1bf16;
	padding: 0;
	background: none;
	}
	
#side h1 a:hover {
	text-decoration:underline;
	background: none;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
ul#sidebar {
	width: 95px;
	float: right;
	display: inline;
	margin: 4px 4px 0 0;
}
	
#side h2 {
	font-weight: normal;
	background-color: #b8d300;
	font-size: 14px;
	color: #000;
	padding: 1px 3px;
	margin: 0;
	margin-bottom: 4px;
}

#side ul li {
	margin-bottom: 4px;
}

#side ul li ul li{
	font-size: 10px;
	text-align: left;
}
	
#side ul li ul.children li a {
	padding-left: 10px;
	}
	
#side a {
	color: #000;
	padding: 1px 3px 1px 3px;
	background-color: #b8b9b1;
	display: block;
	}
	
#side a:hover {
	background-color: #e9eae2;
	text-decoration: none;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:524px;
	border: 1px solid #9e9e9e;
	float:right;
	background: url(img/text2.png) top repeat-y;
	font-size:14px;
	color:#474747;
	text-align:justify;
	}
	
#text2 {
	background: url(img/text.png) top no-repeat;
	min-height:425px;
	height:auto !important;
  	height:425px;
}


#navy {
	height: 24px;
	padding: 3px 7px 0 0;
}

	
#searchform {
	float: right;
}

#s {
	background: url(img/search.png);
	height: 17px;
	width: 148px;
	border: none;
	padding: 2px 3px 0 3px;
	vertical-align: middle;
}

#searchsubmit {
	width: 15px;
	height: 15px;
	background: url(img/search-button.png);
	border: none;
	vertical-align: middle;
	margin-right: 3px;
	cursor: pointer;
}

#navy-left {
	float: left;
	margin-left: 280px;
	padding-top:1px;
	display: inline;
}


a.home {
	display: block;
	background: url(img/home.png) no-repeat;
	float:left;
	width: 15px;
	height: 15px;
}

a.rss {
	display: block;
	float:left;
	background: url(img/rss.png) no-repeat;
	width: 15px;
	height: 15px;
	margin-left: 17px;
}

#pagelist {
	height: 30px;
	padding: 55px 0 40px 0;
	font-size: 14px;
}

#pagelist ul li {
	display: inline;
	list-style-type: none;
	padding: 0 15px;
	border-right: 1px solid #708800;
}

#pagelist ul li.current_page_item a {
	color: #fff;
}

#pagelist ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#pagelist ul li a {
	color: #363a24;
}
	
.post-top {
	padding-bottom:10px;
}
	
.post-date {
	background: url(img/post-date.png) no-repeat;
	width: 224px;
	height: 30px;
}

.post-month {
	font-size: 17px;
	color:#444444;
	float:left;
	padding: 5px 0 0 5px;
}

.post-day{
	font-size: 22px;
	color: #fff;
	float:left;
	height: 28px;
	padding-top:2px;
	text-align: center;
	width:31px;
}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#444;
	font-size:20px;
	margin-bottom:10px;
	padding-left: 10px;
	}

.post h2 {
	color:#000;
	font-size:18px;
	font-weight:normal;
	margin-bottom: 20px;
	padding-left: 0;
	}
	
.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 {
	padding: 15px 40px 40px 20px;
	}
	
.comm {
	margin-top:10px;
	}
	
.comm a {
	color:#474747;
	}
	
.comm-2 a {
	color: #000;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 5px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#444;
	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 */	
#comments-block {
	padding: 0 40px 0 20px;
}

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:10px;
	padding-top:5px;
	float: right;
	width: 524px;
	margin-bottom: 100px;
	}
	
#box a {
	color:#a1a1a1;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	padding: 0 35px 5px 20px;
	font-size:14px;
	color:#474747;
	}
	
#nav a {
	color:#474747;
}

.padd a {
	padding: 0 8px;
}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
