/*  
Theme Name: Sleeping Cat
Theme URI: http://www.wpmix.com
Description: Sleeping Cat Wordpress theme. Ideal for cats / pets blogs.
Author: andrej
Author URI: http://www.wpmix.com
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background:url(img/background.png) repeat-x top #505050;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	}
	
#wrap {
	width:815px;
	margin:0 auto;
	}
 
#header {
	height:251px;
	background:url(img/header.jpg);
	}
	
#description {
	padding-top:100px;
	padding-left:60px;
	}
	
h1 {
	font-size:28px;
	}
	
h1 a {
	color:#88561c;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	display:none;
	}
.cleaner {
	clear:both;
	}
	
#content {
	background:url(img/content.png) repeat-y;
	padding-top:5px;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	height:30px;
	background:url(img/pages.png);
	padding:10px 50px 0 50px;
	text-align:center;
	}
	
#pagelist ul li {
display:inline;
	font-size:15px;
	font-weight:bold;
	margin:0 7px;
	}
	
#pagelist ul li a {
	color:#000000;
	padding:10px;
	}
	
#pagelist ul li a:hover {
	text-decoration:none;
	color:#ffffff;
	background:url(img/pages-bg.png) repeat-x;
	}
	
#pagelist ul li.current_page_item a {
	color:#ffffff;
	font-weight:bold;
	background:url(img/pages-bg.png) repeat-x;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width:212px;
	float:right;
	margin-right:20px;
	color:#ffffff;
	font-size:14px;
	padding:0 10px;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-weight:bold;
	color:#000000;
	font-size:18px;
	margin:15px 0 15px 5px;
	}
	
#side ul li ul li {
	margin-left:40px;
	}
	
#side a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:470px;
	margin:15px 0 0 20px;
	float:left;
	font-size:13px;
	color:#ffffff;
	text-align:justify;
	padding:0 0 0 30px;
	}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#ffffff;
	font-size:22px;
	line-height:normal;
	margin-bottom:10px;
	}

.post h2 {
	color:#000000;
	font-size:22px;
	margin-bottom:0;
	}
	
.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 {
	margin-bottom:40px;
	}
	
.pub {
	font-size:11px;
	color:#ffffff;
	padding-top:5px;
	margin-bottom:15px;
	}
	
.comm {
	font-size:13px;
	color:#000000;
	margin-top:10px;
	}
	
.comm a {
	color:#000000;
	font-weight:normal;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#ffffff;
	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 {
	color:#999999;
	}
	
h3.comments {
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#694416;
	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;
	margin-left:-25px;
	color:#FFFFFF;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left:25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#000000 2px solid;
	background-color:#3D270D;
	padding:5px;
	color:#FFFFFF;
	}
	
#author, #email, #url {
	border:#000000 2px solid;
	background-color:#3D270D;
	padding:2px;
	margin:1px 0;
	color:#FFFFFF;
	}
/* comments */

/* footer */
#footer {
	color:#ffffff;
	font-size:9px;
	height:22px;
	background:url(img/footer.png) no-repeat;
	padding:6px 50px 0 50px;
	}
	
#footer a {
	color:#ffffff;
	}
	
#footer-left {
	float:left;
	}
	
#footer-right {
	float:right;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:14px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	

