/* CSS Document */
body  {
		background-color:#fff;
	background-position:center;
	background-repeat:repeat-y;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:0.75em;
	color:#777;
}
.twoColFixRtHdr  #blog
{
	width: 55em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #hlavička { 

} 
 #kontejner{	
}
#index{
}
#hlavicka{	background-color:#fff;	
	padding: 0 0.8em 0 1.8em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #hlavicka h1 {
	text-align:center;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	color:#333;
	font-weight:normal;
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0.8em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.datum {
	padding:0.5em;
	margin:2.5em 0 1.8em 0;
	border-top:1px solid #eee;
	font-size:80%;
}
.twoColFixRtHdr #prispevky{	
	margin: 0 11em 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 1.8em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
  .prispevek h3 {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:170%;
	border-top:none;
	padding:0.5em;
	color:#000;
}
.prispevek h3 a {
	color:#000;
	text-decoration:none;
	display:block;
	background-position:right;
	background-repeat:no-repeat;
}
.prispevek h3 a:hover {
	color:#0419B1;

}
.prispevek h4 {
	font-size:100%;
	color:#ccc;
	margin:0.9em 0 0.9em 0;
	padding:0.5em;
}
.prispevek-perex, #cmt_0
{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 3em;
	padding-right: 3em;
	font-family: "Times",serif;
	font-size: 136%;
	color: #222;
	line-height: 136%;
	background-color: #FCFCFC;
}
.prispevek-perex em, #cmt_0 em{
		font-weight:bold;
	font-style:oblique;
	}
prispevek-navigace
{margin:0.9em 15em 0.9em 0.9em;
text-align:center;
font-size:80%;
font-weight:bold;
}
  .prispevek-rubrika{font-size:80%;
  padding:0.3em;
}
.itemprev,.itemnext{
	background-color: #DAB900;
	font-size: 180%;
	font-weight: bold;
	padding: 0.9em;
	color: #000;
}
#komentare{	
	margin-top:6em;
}
#comalert{
}
.komentar {	
	margin-top:2.5em;
background-color:#f6f6f6;
	padding:0.9em;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
}
.komentar-hlavicka{
}
.komentar-id{
font-size:180%;
}
.komentar-titulek{
}
.komentar-detaily{
} 
.komentar-autor {
background-color:#009328;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;	font-size:120%;
	font-weight:bold;
	padding:0.2em;
	color:#000;
}
.komentar-mailto{
}
.komentar-web{
}
.komentar-cas{
}
.komentar-text{
margin-bottom:2.5em;
}
 #komentar-dalsi {
margin-bottom:2.5em;
}
#pocitadlo {
font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:0.8em;
	font-weight:bold;
		padding:1.8em 0.5em 1.8em 0.5em;
}
.more a{
background-color:#F02E42;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;	font-size:80%;
	font-weight:bold;
	padding:0.2em;
	color:#000;
}
.twoColFixRtHdr #sidebar {
			float: right; /* since this element is floated, a width must be given */
	width: 11em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1.2em 0.9em;
}
#sidebar {
	font-size:88%;
}
#sidebar h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:1.2em 0.5em 1.2em 1.9em;
}
#sidebar a {
	display:block;
	height:0.9em;
	padding:0.6em 0.6em 0.6em 1.5em;
	margin:0.1em 0 0 0;
	background-color:#fff;
	
	background-position:left;
	background-repeat:repeat-y;
}
#sidebar a:hover {

	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:0.6em 0.6em 0.6em 1.3em;
}
#sidebar a:focus {

	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:0.6em 0.6em 0.6em 1.3em;
}
#sidebar a:active {

	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:0.6em 0.6em 0.6em 1.3em;
}
.note a{
	padding:1.8em 0.5em 1.8em 0.5em;
	background-color:#fff;
	border:1px solid #ccc;
	margin:1.8em 0.5em 1.8em 0.5em;
}
a {
	color:#333;
	text-decoration:none;
}
.prispevek-perex a, #cmt_0 a, #komentare a {
text-decoration:underline
}
#next{ 
margin:6em 1.8em 6em 1.8em; 
}
dt { 
font-weight: bold;
}
.twoColFixRtHdr #footer { 
	padding: 0 0.9em 0 1.8em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0.9em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0.6em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0.6em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
