/*
    Theme Name: mlBlok
	 Description: mlBlok is a wordpress theme by Jan Kubes
    Author: Jan Kubes
*/
/* Nulaky */
h1,h2,h3,h4,h5,h6,form,table,td,ul,li,ol{margin:0;padding:0;}
p{margin:5px 0;}
ul li{list-style-type:none;}
.left{float:left;}
.right{float:right;
	text-align: right;}
.clear{clear:both;}
hr{display:none;}

/* Zdroj */
html,body{
	height:100%;
}
html{
	font-size:100.01%;
	&overflow:auto;
}
body {
	background:#000 url(images/page-back.jpg) repeat-y center top;
	margin:0;
	padding:0;
	font-size:.750em;
	font-family:verdana,helvetica,arial;
	text-align:center;
}
#plocha{
	height:100%;
	min-height: 500px;
	min-width:400px;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
#plochaVnor{
	width:1000px;
	margin:0 0 0 -500px;
	position:absolute;
	left:50%;
}
#diar{
	width:970px;
	margin:0px auto;
	text-align:left;
	line-height:1.3;
	position:relative;
}

#container {
	width:980px;
	margin:0px auto;
	position:relative;
	height: 128px;
	overflow: visible;
}

/* search form */
#search {
	position:absolute;
	text-align:right;
	width:250px;
	left:620px;
	top:6px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
	cursor: hand;
}

/* menu */
ul#menu{
	position:absolute;
	top:0px;
	left:90px;
	z-index:1000;
}
ul#menu li{
	float:left;
	font-family:tahoma;
	font-size:1.083em;
	margin:10px 2px 0 30px;
	display:inline;
}
ul#menu li a{
	text-decoration:none;
	color:#fff;
}
ul#menu li a:hover{
	color:#a52a2a;
}

/* blog title */
#mlLogo{
	height:32px;
	width:89px;
	top:30px;
	left:490px;
	position:absolute;
	display:block;
	background: url(images/mlLogo.png) no-repeat;
	cursor: hand;
	z-index:500;
}
#page-header{
	height:83px;
	width:655px;
	top:45px;
	left:87px;
	position:absolute;
	display:block;
	background:url(images/page-top.png) no-repeat;
}

/* content */
#content {
	background: url(images/notepad-back.png) repeat-y;
	width: 550px;
	min-height: 670px;
	height:auto !important;
	height:670px;
	margin: 0;
	padding: 0 80px 0 95px;
	left: 87px;
	position: relative;
}

blockquote {
	margin: 5px 30px 5px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #5B5B5B;
	font-style: italic;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
#content .col01 {
	float:left;
	padding-left:0px;
	width:480px;
	font-size:12px;
	line-height:20px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.png) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.png) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #E0E0E0;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:-10px;
	left:525px;
	height:77px;
	width:85px;
	background:url(images/date-tab.png) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:15px 28px 0 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:0px 28px 5px 0;
	font-size:17px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}

/* footer */
#footer-holder {
	width:655px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:655px;
	height:110px;
	position:absolute;
	top:0px;
	left:-70px;
	background:url(images/page-bottom.png) no-repeat;
}

/* next previous */
.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}

/* comment styles */
.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:27px;
	background:url(images/txt-name.gif) no-repeat top right;
}
.email {
	height:27px;
	background:url(images/txt-email.gif) no-repeat top right;
}
.website {
	height:27px;
	background:url(images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
	background:url(images/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}

/* comment list */
.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}

/* Objekty */
#caj{
	height: 304px;
	width: 307px;
	top: 45px;
	left: 800px;
	position: absolute;
	display: block;
	background: url(images/caj.png) no-repeat;
	z-index: 300;
}
#lzicka{
	height:241px;
	width:103px;
	top:280px;
	left:940px;
	position:absolute;
	display:block;
	background:url(images/lzicka.png) no-repeat;
	z-index:400;
}
#hry{
	height:221px;
	width:142px;
	top:500px;
	left:-28px;
	position:absolute;
	display:block;
	background:url(images/piskvorky.png) no-repeat 0 0;
	cursor: hand;
	overflow:hidden;
	z-index:10;
}
#hry:hover{
	background:url(images/piskvorky.png) no-repeat 0 -227px;
	cursor:hand;
}
#propiska{
	height:403px;
	width:142px;
	top:400px;
	right:60px;
	position:absolute;
	display:block;
	background:url(images/propiska.png) no-repeat;
	cursor:hand;
	overflow:hidden;
	z-index:300;
}
#propiska:hover{
	background:url(images/propiska.png) no-repeat 0 -403px;
	cursor:hand;
}
#back-top{
	height:35px;
	width:1270px;
	top:0px;
	left:-150px;
	position: absolute;
	background: url(images/top.jpg) no-repeat;
	z-index: 10;
}
#rss {
	width:40px;
	height:40px;
	position: absolute;
	top:0px;
	left:65px;
	z-index:103;
	overflow:hidden;
	background:url(images/rss.png) no-repeat 0 10px;
}
/* Dotaz */
form, fieldset {
	margin: 20px 0;
}
fieldset input {
	line-height: 18px;
	width: 200px;
}
form#question fieldset {
	border: none;
	width: 460px;
}
form fieldset textarea{
	width: 450px;
	height: 120px;
}
fieldset label span {
	color: Red;
}
#button2 {
	text-align: center;
	margin: 5px auto;
	width: 185px;
}
fieldset input.error,    
fieldset select.error,    
fieldset textarea.error {
	border: 1px dotted red;
	background: #ffe691;
}
fieldset label.error {
	float: right;
	color: Red;
	width: auto;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

/* Crossword */
.ecw-answerbox{
	color: black;
	background-color: #FFFAF0;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	display: block;
	padding: .75em;
	width: 435px;
}
.ecw-box{
	border-style: solid;
	border-width: 1pt;
	cursor: pointer;
	font-size: .12in;
	font-weight: bold;
	height: .18in;
	overflow: hidden;
	text-align: center;
	width: .18in;
}
.ecw-boxcheated_sel{
	background-color: #ffffff;
	border-color: #C00000;
	color: #2080D0;
}
.ecw-boxcheated_unsel{
	background-color: #ffffff;
	border-color: #606060;
	color: #2080D0;
}
.ecw-boxerror_sel{
	background-color: #ffffff;
	border-color: #C00000;
	color: #BF0000;
}
.ecw-boxerror_unsel{
	background-color: #FFF0F0;
	border-color: #606060;
	color: #BF0000;
}
.ecw-boxnormal_sel{
	background-color: #ffffff;
	border-color: #C00000;
	color: #000000;
}
.ecw-boxnormal_unsel{
	background-color: #ffffff;
	border-color: #606060;
	color: #000000;
}
.ecw-button{
	width: 64pt;
}
.ecw-cluebox{
	border-bottom-width: 1px;
	border-color: #c0c0c0;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 1px;
	margin-top: 1em;
	padding-bottom: .5em;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: .5em;
}
.ecw-crosswordarea{
	background-color: #D0D8E0;
	border-color: #808080;
	border-style: solid;
	border-width: 2px;
	padding: .5em;
	font-family: Segoe UI, Verdana, Arial, sans-serif;
	font-size: small;
	width: 440px;
}
.ecw-copyright{
	float: right;
	margin: 0 5px 5px 0;
	font-size: x-small;
	font-family: Segoe UI, Franklin Gothic Medium, Arial, sans-serif;
	font-weight: bold;
}
.ecw-input{
	font-family: Segoe UI, Franklin Gothic Medium, Arial, sans-serif;
	text-transform: uppercase;
}
.ecw-wordlabel{
	text-transform: uppercase;
	margin: 0;
}
.ecw-wordinfo{
	font-size: 8pt;
	color: #808080;
}
.ecw-worderror{
	color: #c00000;
	font-weight: bold;
	display: none;
	margin-top: 1em;
}
#crossword{
	border-collapse: collapse;
}
#crossword{
	border-collapse: collapse;
}
#checkbutton{
	margin: 1em auto;
	text-align: center;
}
