/*  
Theme Name: KamenneCentrum.cz
Theme URI: http://www.kamennecentrum.cz
Description: Sablona pro kamenne centrum Bojkovice
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #372100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#wrap {
	width: 817px;
	margin: 0 auto;
	}
	
#header {
	/*height: 106px;*/
	background: url(img/header.jpg);
	}
	
#header h1 a {
	display: block;
	height: 106px;
	width: 817px;
	}
	
#header h1 a span {
	display: none;
	}
	
#info {
	height: 18px;
	width: 817px;
	height: 21px;
	background: url(img/vypln.jpg) left top repeat-x;
	color: #553300;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}
	
#info .textwidget div {
	float: left;
	width: 33%;
	padding: 3px 0 0 0;
	text-align: center;
	height: 18px;
	}
	
#info a {
	color: #553300;
	}
	
a {
	text-decoration: underline;
	color: #444;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	clear: both;
	background: url(img/content.png) left 21px repeat-y;
	}
	
.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */	
#side {
	width: 151px;
	float: left;
	background-color: #f0e3bd;
	text-align: center;
	padding: 17px 0 0 0;
	}
	
#side ul li {	
	list-style: none;
	}

#side #flexipages-439223641 h4 {
	display: none;
	}
	
#side h4 {
	font-size: 14px;
	font-weight: bold;
	color: #553300;
	margin: 0 0 3px 0;
	}
	
#side li.flexipages_widget {
	padding: 0 0 12px 0;	
	}
	
#side li.flexipages_widget a {
	display: block;
	width: 122px;
	height: 19px;
	background: url(img/button.png);
	color: #fff;
	padding: 4px 0 0 0;
	margin: 0 0 2px 15px;
	text-align: center;
	text-decoration: none;
	}
	
#side li.flexipages_widget a:hover {
	font-weight: bold;
	}
	
#side li.flexipages_widget ul li.current_page_item a {
	font-weight: bold;
	}
	
#side li.widget_execphp a img {
	margin: 15px 0;
	border: none;
	}
/* sidebar */

/* text */
#text {
	width: 481px;
	float: right;
	background-color: #000;
	width: 666px;
	}
	
#ibar {
	height: 23px;
	background-color: #372100;
	text-align: right;
	color: #fff;
	font-style: italic;
	}

#ibar h2 {
	background-color: #bd880d;
	color: #553300;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0 0 0;
	width: 163px;
	height: 19px;
	text-align: center;
	float: left;
	}
	
#ibar .textwidget {
	padding: 4px 12px 0 0;
	}
	
p {
	padding: 5px 10px 5px 0;
	}
	
.post {
	background-color: #f0e3bd;
	margin: 15px;
	padding: 10px;
	color: #553300;
	line-height: 1.5;
	min-height: 455px;
	height: auto !important;
	height: 455px;
	}
	
.post a {
	color: #553300;
	text-decoration: underline;
	font-weight: bold;
	}
	
.post a:hover {
	text-decoration: none;
	}
	
.post table {
	font-size: 10px;
	margin-top: -100px;
	}

h3 {
	color: #693E03;
	font-weight: bold;
	padding: 0 0 10px 0;
	font-size: 16px;
	margin: 0;
	}
	
span.biggy {
	font-weight: bold;
	font-size: 16px;
	}
.post ul{
padding-left:20px;
}
.post ul li {
	list-style:disc;
	padding: 0 0 0 10px;
	margin: 3px 0 3px 5px;
	}
	
.post ol li {
	margin: 3px 0 3px 28px;
	}

blockquote {
	border-left: #999 5px solid;
	margin: 10px 15px;
	padding: 0 5px 0 15px;
	color: #666;
	}
	
#text .wp-smiley {
	padding: 0;
	background: none;
	border: none;
	}

#text img {
	border: 1px solid #898076;
	padding: 3px;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}

.wp-caption {
	text-align: center;
	color: #111;
	font-weight: bold;
	}
	
.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}
/* text */

/* footer */
#box {
	height: 18px;
	background: url(img/vypln.jpg) left top repeat-x;
	padding: 3px 10px 0 10px;
	text-align: right;
	color: #553300;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	}
	
#box a {
	color: #553300;
	font-weight: normal;
	}
/* footer */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
table#cenik{
  border-collapse: collapse;
  border-color: #372100;
}
table#cenik td{
  border-color: #372100;
  padding:2px;
}
#post-18 h3 a{
  color:#000;
}
.post#post-64{
min-height:0;
}