/*  
Theme Name: Simple Blog
Theme URI: http://www.machi.biz
Description: Professional skin.
Version: 
Author: Machi
Author URI: http://www.machi.biz
*/

/* <start>common definitions<start> */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	font-size:74.5%;
	background-image: url(img/background.gif);
}
	
#wrap {
	border:6px solid #666666;
	background-color:#FFFFFF;
	margin:20px auto;
	width:738px;
	}
	
.cleaner {
	height:0; 
	font-size:0;
	line-height:0;
	clear:both;
	padding:0;
	margin:0;
	}
	
#content {
	margin:0 auto;
	padding:15px;
	}
/* <end>common definitions<end> */




/* <start>header & pages<start> */ 
#header {
	background:url(img/header.png) no-repeat;
	height:106px;
	}
	
#description {
	text-align: right;
	padding: 25px 50px 0 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 {
	font-size:300%;
	display:none;}
		
h1 a {
	font-weight:normal;
	text-align:right;
	color:#333333;
	}
	
#desc {
	font-size:130%;
	color:#000000;
	margin-top:5px;		
	display:none;
	}
	
#pagelist {
	text-align: center;
	margin: 8px 15px 5px 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
	
#pagelist ul li {
	display:inline;
	list-style-type:none;
	padding:0 20px;
	}
	
#pagelist ul li a {
	font-size: 130%;
	font-weight: normal;
}
	
#pagelist ul li a:hover {
	}
	
#pagelist ul li.current_page_item a {
	font-weight:bold;
	}
/* <end>header & pages<end> */ 




/* <start>text<start> */ 
#text {
	width:480px;
	float:left;
	text-align:justify;
	font-size:110%;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.post {
	margin-bottom:40px;
}
	
a {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h2 {
	font-size:200%;
	color:#000;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;

	}
	
.post h2 {
	color:#336600;
	text-decoration:none;
	font-size:140%;
	}
	
.post h2 a {
	color:#D87A07;
}
	
h3,h4,h5,h6 {
	color:#444444;
	}
	
h3 {
	font-size:125%;
	}
	
.pub {
	background-color: #FBC582;
	font-size: 86%;
	color: #666666;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px 0 10px 0;
}

.pub-inside {
	background: url(img/information.png) no-repeat left;
	padding-left:20px;
}
	
.pub a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
.pub a:hover {
	text-decoration:underline;
	}
	
p {
	padding:5px 0;
	}
	
.right {
	padding:5px;
	border:1px solid #CCCCCC;
	float:right;
	margin-left:10px;
	}
	
#text ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	margin-bottom:10px
	}
	
#text ol li {
	margin-left:25px;
	padding-top:2px;
	margin-bottom:10px
	}
	
blockquote {
	margin-top: 5px;
	background:#AEC7E3 url(img/quote.png) left top no-repeat;
	padding-left: 40px;
	padding-right: 10px;
	color: #313131;
}
	
blockquote blockquote {
	background:none;
	}
	
.comm {
	background: url(img/comment.png) left no-repeat;
	padding-left: 20px;
	margin-top:7px;
	font-weight:bold;
	color:#000;
	}
	
img {
	padding: 3px;
	border:1px #444 solid;
}

img.wp-smiley {
	padding:0;
	border:none;
}

img.floatright {
	float:right;
	margin-left: 10px;
}
/* <end>text<end> */ 




/* <start>sidebar & search<start> */ 	
#side {
	width:170px;
	float:right;
	font-size:100%;
	line-height:1.7;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-size:140%;
	margin:20px 0 5px 0;
	padding-left:20px;
	background:url(img/folder.png) no-repeat left;
	}
	
#side a {
	color:#000000;
	font-size:110%;
	text-decoration:underline;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side ul li ul.children li {
	margin-left:20px;
}

#side li.tag.li {
	line-height: normal;
}

#s {
	vertical-align:middle;
	height:14px;
	width:100px;
	font-size:90%;
	color:#444;
	padding:2px 2px 0 2px;
}

#searchsubmit {
	height: 16px;
	width: 16px;
	background: url(img/magnifier.png);
	border:none;
	margin-left:5px;
	vertical-align:middle;
	cursor:pointer;
}
/* <end>sidebar & search<end> */ 

	


/* <start>comments<start> */ 	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	width:475px;
	padding-left:5px;
	background-color:#ececec;
	}
	
.cmm-i {
	background:url(img/user.png) left no-repeat;
	padding:5px 5px 5px 20px;
}
	
.obsahk {
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	padding:5px;
	width:470px;
	margin-bottom:10px;
	}
	
ol.commentlist {
	list-style:none;
	margin-left:-25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:5px;
	}
	
#author, #email, #url {
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:2px;
	margin:1px 0;
	}
/* <end>comments<end> */ 	




/* <start>boxy<start> */ 		
#boxy {
	text-align: center;
	padding: 5px;
	background-color: #ECECEC;
}
	
#boxy a {
	color:#000;
	font-weight:bold;
	}	
/* <end>boxy<end> */ 




/* <start>other<start> */ 		
.alignleft {
	float:left
	}
	
.alignright {
	float:right;
	}
	
#nav {
	height:15px;
}
/* <end>other<end> */ 

