/*  
Theme Name: Simply Blue
Theme URI: http://www.machi.biz
Description: Professional skin.
Version: 
Author: Machi
Author URI: http://www.machi.biz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
.center{margin:0 auto; text-align:center;}
body {
	background:url(img/background.png) repeat-x #ccc;
	margin:12px 0 0 0;
	font-size: 62.5%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	}
.social-icons a:hover img{padding:2px;filter:alpha(opacity=60);-moz-opacity:0.6px;opacity:0.6;}
.social-icons a img{padding:3px;filter:alpha(opacity=100);-moz-opacity:1px;opacity:1;}
.social-icons-float {margin:0px 0px 0px 0px; float:left;}
.clearleft{clear:left}
#header {
	margin:0 auto 12px auto;
	width:832px;
	height:168px;
	background:url(img/header.png);
	text-align:center;
	border:5px solid #FFF;
	}
	
#header #description{text-indent:-9999px;}
	
#header-date {
	font-size:120%;
	font-style:italic;
	padding-right:33px;
	padding-top:9px;
	height:14px;
	text-align:right;
	}
	
#description {
	margin-top:18px;
	height:91px;
	}
	
#desc {
	margin-top:15px;
	font-size:140%;
	font-style:italic;
	}
	
h1 {
	font-size:300%;
	}
	
h1 a {
	font-weight:bold;
	color:#7B0E32;
	}
	
#content {
	margin:0 auto;
	width:832px;
	}
	
#footer {
	background:url(img/footer.png) no-repeat;
	height:55px;
	padding-top:30px;
	margin:0 auto;
	width:832px;
	text-align:center;
	font-size:120%;
	border:1px solid #FFF;
	}
#footer p{}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	margin-left:10px;
	}
	
#pagelist ul li {
	list-style-type:none;
	display:block;
	float:left;
	}
	
#pagelist ul li a {
	display:block;
	height:26px;
	float:left;
	font-size:140%;
	font-weight:normal;
	padding:10px 20px 0 20px;
	}
	
#pagelist ul li a:hover {
	background:url(img/pagelist-hover.png) repeat-x;
	text-decoration:none;
	color:#FFFFFF
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width:234px;
	float:left;
	margin-bottom:10px;
	}
	
#side img {
	padding:0;
	border:none;
	}

#sidebar-top {
	background:url(img/sidebar-top.gif) no-repeat;
	height:34px;
	}
	
#sidebar-bottom {
	background:url(img/sidebar-bottom.gif) no-repeat;
	height:30px;
	}

ul#sidebar {
	background-color:#FFF;
	border-left:1px solid #e4dfc9;
	border-right:1px solid #e4dfc9;
	font-size:120%;
	padding:0 10px 10px 30px;
	}		
	
#side ul li {
	list-style-type:none;
	}
	
#side #sidebar ul li {
	padding:2px 0;
	}
	
#side #sidebar ul li .children {
	padding:2px 0 2px 15px;
	}
	
#side h2 {
	font-size:120%;
	color:#7B0E32;
	padding:10px 0 10px;
	margin-left:-10px;
	}
	
#sidebar a {
	text-decoration:none;
	font-weight:normal;
	color:#7B0E32;
	}
	
#sidebar a:hover {
	text-decoration:underline;
	}
	
#searchsubmit {
	border:none;
	color:#7B0E32;
	background:none;
	font-size:120%;
	font-weight:normal;
	padding-left:5px;
	height:23px;
	vertical-align:middle;
	}
	
#s {
	width:120px;
	height:19px;
	border:1px solid #000000;
	background:url(img/search.png);
	padding:2px;
	}
/* sidebar */

/* text */
#text {
	width:590px;
	float:right;
	text-align:justify;
	font-size:120%;
	}
	
.post {
	margin-bottom:10px;
	width:590px;
	}
	
.post-content {
	background-color:#e4dfc9;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:0 7px 7px 7px;
	}
	
.post-top {
	height:50px;
	background:url(img/post-top.png) no-repeat;
	}
	
.post-bottom {
	height:24px;
	background:url(img/post-bottom.png) no-repeat;
	padding:6px 30px 0 30px;
	}
	
.post-bottom a {
	font-weight:normal;
	}
	
.post-comments {
	float:left;
	}
	
.post-readmore {
	float:right;
	}

#text h2 {
	color:#7B0E32;
	font-size:140%;
	margin-bottom:5px;
	margin-top:10px;
	}

.post-left {
	float:left;
	margin-left:95px;
	margin-top:3px;
	color:#7B0E32;
	}
	
.post-category {
	padding-top:6px;
	font-size:80%;
	}
	
.post-category a {
	font-weight:normal;
	}

#text .post h2 {
	margin-top:5px;
	float:left;
	}
		
.post h2 a {
	font-size:90%;
	}

.post-date {
	float:right;
	margin-top:4px;
	margin-right:15px;
	text-align:center;
	}
	
.post-month {font-size:80%;}
	
.post-day {	font-size:80%;}
	
p {
	padding:5px 0;
	}
	
#text ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
#text ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/quote.gif) left top no-repeat;
	padding:5px 5px 5px 40px;
	color:#66CCFF;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	background-color:#FAFAFA;
	border:1px solid #ccc;
	margin:5px;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#666;
	}
	
h3 {
  	margin-top:5px;
	font-size:115%;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#7B0E32;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#7B0E32;
	}
	
.pub a {
	text-decoration:none;
	font-weight:normal;
	}
	
.pub a:hover {
	text-decoration:underline;
	}	
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:5px;
	font-size:140%;
	color:#7B0E32;
	}
	
.commentmetadata {
	background-color:#CE8268;
	padding:5px;
	width:510px;
	}
	
.obsahk {
	background-color:#E9D079;
	padding:5px;
	width:510px;
	margin-bottom:10px;
	}
	
ol.commentlist {
	list-style:none;
	}
	
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;
	}
	
.writec {
	margin-left:25px;
	}
/* comments */

/* other */	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
/* other */	

#body_content {position: absolute;left: -10000px;};
