/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

address { padding: 3px 30px; font-size: 0.85em; font-style: normal; color: #949494; }


/* BEGIN MY CSS */
* { 
	border: none; margin: 0; padding: 0;
	font-family: Calibri, Verdana, Arial, Sans-Serif;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0; padding: 0;
	background-color: white;
	color: black;
	min-height: 100%;
}

/* defaults */
h1, h2, h3 {
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-align: left;
	padding-left: 28px;
}
	}
h3,h4,h5,h6 {
	font-size: 2em; line-height: 1em;
	padding: 0;
	font-weight: normal;
	}
h1 {
	font-size: 2em; line-height: 1em; /*2,6*/
	padding: 3em 0 0 0;
	margin: 0;
	}
h2 {
	font-size: 2em; line-height: 1em;
	padding: 3em 0 0 0;
	margin: 0;
	}
h3 {
	font-size: 1.5em; line-height: 1em;
	padding: 1.5em 0 0.5em 0;
	margin: 0;
	}	

a {
	text-decoration: none;
	color: #ff8a00;
}
a:hover {
	text-decoration: underline;
	color: #DC143C; 
	/*color: #02e9ec;*/
}

	

#textcolumn .postmetadata {
	text-align: left;
	padding: 5px 10px;
	background-color: #FAFAFA;
	clear: both;
}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	

#page {
	text-align: left;
	margin: 0px auto; padding: 0 0 0 0;
	width: 1150px;
	}
div.top_blok { height: 118px; }
div#text_holder div.top_blok {
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/mega_background.png);
	background-repeat: no-repeat; background-position: left top;
}
/* navigace */
/* spolecne */
#left_nav, #right_nav {
	float: left;
	width: 73px; min-height: 90%;
}
#left_nav_ucho, #right_nav_ucho {
	margin-top: 111px;
	height: 173px;
	position: fixed; left: 50%; top: 118px;
	z-index: 100;
}
#left_nav_ucho { margin-left: -575px; }
#right_nav_ucho { margin-left: 242px; }

#left_nav_ucho a, #right_nav_ucho a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 73px; height: 173px;
}
#left_nav_ucho a:hover, #right_nav_ucho a:hover {
	background-position: -73px 0px;
} 
/* specials */
#left_nav_ucho a {	
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/left_navigation.png);
}
#right_nav_ucho a {	
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/right_navigation.png);
}




/* text blok */
#text_holder { /* cely sloupec */
	width: 744px; min-height: 90%;
	text-align: center;
	float: left;
}
#text_outer { /* pozadi */
	padding: 35px;
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/silver_transparent.png);
	background-repeat: repeat;
	text-align: center;
}
#text_inner { /* blok textu */
	font-size: 1.5em; line-height: 1.25em;
	border: 1px solid #959596;
	background-color: White;
	padding: 0; margin: 0 auto;
	width: 674px;
	text-align: left;
}

#text_holder .top_blok { text-align: right; }
#text_holder #uvod_ucho {
	padding: 76px 35px 0 0;
}
#text_holder #uvod_ucho a {
	float: right;
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/uvod_navigation.png);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	display: block;
	width: 172px; height: 42px;
}
#text_holder #uvod_ucho a:hover {
	background-position: 0px 0px;
}


#text_inner h1, #text_inner h2, #text_inner h3 { padding-left: 35px; padding-right: 35px; }
#text_inner div.post h1 {
	padding: 60px 0 20px 28px;
	width: 520px;
}
#text_inner h2 {
	padding: 54px 0 20px 28px;
}
#text_inner h2.comments {
	padding: 54px 0 20px 28px;
	width: 520px;
}
#text_inner h2.multi_h2 {
	padding: 54px 0 20px 28px;
	width: 520px;
}

#text_inner p {
	padding: 0 30px 0.5em 30px;
}
#text_inner p a img {
	padding: 0.5em 0 0.5em 0;
}
#text_inner div.datum_nadpisovy {
	float: right;
	color: #949494;
	font-size: 1.07em;
	padding: 72px 30px 0 0;
}
#text_inner div.comments_count, #text_inner div.h2_datum {
	float: right;
	color: #949494;
	font-size: 1.07em;
	padding: 65px 30px 0 0;
}


#text_inner p.cit {
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/iko_cit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 1em 74px 1em 74px;
	font-style: italic;
}
#text_inner p.gal {
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/iko_gal.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 1em 74px 1em 74px;
}
#text_inner p.dwn {
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/iko_dwn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 1em 74px 1em 74px;
}

div.gallery, .flashmovie {
	padding: 30px;
}
div.gallery-icon {
	width: 120px; height: 120px; 
	margin: 0 2px 2px 0;
	float: left;
}
div.gallery a {
	margin: 0; padding: 0; border: 0;
	width: 120px; height: 120px;
}						
div.gallery img {
	width: 120px; height: 120px;
}
div.gallery dl dt {
	display: inline; float: left; margin: 0 1px 1px 0;
}


#text_inner div.oddelovac_linka {
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/oddelovac_linka.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0; margin: 1em 30px;
	height: 1px; clear: both;
}
#text_inner div.post_metadata {
	padding: 0px 30px;
	color: #949494;
	font-size: 0.93em;
}
#text_inner div.post_metadata p { padding: 0; }

#text_inner div.support_links {
	margin-top: 15px;
	padding: 0px 30px;
	color: #949494;
	font-size: 0.93em;
	vertical-align: bottom;
}
div.sociable { display: inline; margin-left: 10px; }
div.sociable ul { margin: 0 !important; padding: 0 !important; display: inline;  }
div.sociable ul li { margin: 0 0 0 0; padding: 0 5px 0 0; display: inline; }

#text_inner div.nextprev_links {
	margin-top: 15px;
	padding: 0px 30px;
	height: 40px;
	color: #949494;
	font-size: 1.1em;
	vertical-align: middle;
}
#text_inner div.nextprev_links .next {
	text-align: right; padding: 5px 10px 5px 0;
	width: 293px;
	float: left;
}
#text_inner div.nextprev_links .prev {
/*	background-color: purple;*/
	text-align: left; padding: 5px 0 5px 10px;
	width: 293px;
	border-left: 1px solid #DDDDDD;
	float: left;
}




div.oddelovac {
	padding: 0; margin: 0;
	width: 610px; height: 1px; clear: both;
}

a.more-link {
	display: block; float: right;
}


H2.pagetitle {
	background-color: #FAFAFA;
	padding: 25px 28px 23px 28px;
	text-align: center;
}
#text_inner ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 30px;
	margin-bottom: 15px;
	}
#text_inner ul li {

	}
















/* spacer */
#menu_spacer { /* cely sloupec */
	width: 10px; min-height: 90%;
	float: left;
}
div.bottom_page_spacer {
	height: 30px; display: block; clear: both;
}




/* menu blok */
#menu_holder { /* cely sloupec */
	width: 250px; min-height: 90%;
	text-align: left;
	float: left;
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/white_transparent.png);
	background-repeat: repeat;
}
div.sidebar_block {
	margin-bottom: 2em;
}
div.sidebar_block h2 {
	font-size: 16px; line-height: 20px;
	padding: 5px 10px 4px 10px; margin: 0 0 0.5em 0;
	font-style: italic; font-weight: normal;
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/fresh2010/images/orange_transparent.png);
	background-repeat: repeat;
}
div.sidebar_block p {
	font-size: 1.3em; line-height: 1.15em;
	padding: 0 10px 0.5em 10px;
}
div.sidebar_block .nadpis {
	text-transform: uppercase;
	font-weight: bold;
}
div.sidebar_block ul.categories {
	list-style: none;
	margin: 0; padding: 0 15px 10px 15px;
	color: #949494;
}
div.sidebar_block ul.categories li { font-size: 1.3em; line-height: 1.25em; }
div.sidebar_block ul.categories li a { }
.odkazy a { display: block; font-size: 1.4em; padding: 0 10px 0.5em 10px; }



div.sidebar_block form {
	padding: 0 15px 10px 15px;
}
div.sidebar_block form input {
	border: 1px solid #949494;
	padding: 2px 4px;
}




#tag_cloud { padding: 0 15px 10px 15px; }

#oblibene_odkazy { padding: 0 15px 0 15px; }
#oblibene_odkazy a { 
	display: block;
	font-size: 1.1em;
	padding: 2px 0; 
}


.post { margin: 0; text-align: justify; }

.post hr { display: block; }
.clear { clear: both; }










div#footer_holder {
/*	background-color: Yellow;*/
	padding: 0 0 0 127px;
}
div#footer_holder #footer {
	width: 610px; padding: 1em;
	font-size: 1.2em;
	color: #949494;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* komenty */
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

div.inputs {
	height: 40px;
}
div.inputs .author, div.inputs .mail, div.inputs .web {
	width: 200px; float: left;
	padding: 0 !important; margin: 0;
}
div.inputs label { color: #949494; }
div.inputs input { border: 1px solid #949494; padding: 2px 4px; }
p.koment { padding: 0 !important; margin: 0; }
p.koment textarea { border: 1px solid #949494; /*width: 570px !important;*/ padding: 2px 4px; margin-top: 4px; }
p.submit {}
p.submit input { border: 1px solid #949494; padding: 2px 4px; }


cite.fn, span.says {
	line-height: 20px; height: 22px; overflow: hidden; display: block; float: left;
	padding-right: 5px;
}
.comment-meta {
	line-height: 20px; height: 22px; overflow: hidden; display: block;
	font-weight: normal; display: block; float: right !important;
}
.comment-meta a {
	color: #949494;
}


.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	clear: both;
}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

a.comment-reply-link {
	font-size: 0.8em;
	float: right; margin: -10px 0 10px 0;
	display: block; clear: both;
}
/*
a.comment-reply-link:before {
	content: "&rarr; ";
}*/




.alt {
	margin: 0;
/*	padding: 10px; LVL2 comment */
	}

.commentlist {
	padding: 15px 30px 60px 30px; margin: 0;
	font-weight: normal;
	text-align: left;
}
	

.comment-author {
	float: left;
}
.comment-meta {
	float: left;
	padding: 0 0 0 20px;
}
#text_inner .commentlist p {
	display: block;
	clear: both;
	padding: 0 0 0.5em 0;
}
.commentlist li {/*
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;*/
	list-style-position: outside;
	list-style-type: decimal;
	color: Silver;
	padding-top: 1em;
	padding-bottom: 1em;
}
.commentlist li div.comment-body { color: Black; }
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
}


#respond {
	background-color: #F5F5F5;
	padding: 15px 30px;
}
#respond h3 {
	font-size: 1.5em;
	margin: 0; padding: 0;
}
#respond p { margin: 0; padding: 0 0 0.5em 0; }
/* End Comments */



















small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





















/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
/*	padding-left: 10px;
	text-indent: -10px; */
	}

html>body .entry li {
	margin: 7px 0 8px 30px;
	}

	/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */







/* Begin Form Elements */


#searchform {
	margin: 0px auto;
	padding: 4px 3px 4px 15px;
	text-align: left;
	}

#sidecolumn #searchform #s {
	width: 90px !important;
	padding: 2px;
	}

#sidecolumn #searchsubmit {
	padding: 3px 5px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 0 5px auto;
 /*	float: right; */
	}
/* End Form Elements */







/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/










/* popisky obrazku / Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
/*	margin-bottom: 0.5em;*/
/*	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 0.85em;
	line-height: 1em;
	padding: 5px 5px !important;
	margin: 2px 5px 6px 5px;
	background-color: #FAFAFA;
}
/* End captions */




	











/* ***************** DODATKY ****************** */




/* oznaceni sablony, schovat v produkcni verzi */
div.sablona {
	position: absolute; top: 0; left: 0;
	padding: 5px;
	border: 1px solid red;
	background-color: White;
	visibility: hidden;
}
.notopmargin { margin-top: 0; }

a.biglink, a.wp-caption-dd {
	background-image: url(http://www.mihalicek.net/blog/wp-content/themes/my-one/images/biglink-1.gif);
	background-repeat: no-repeat; background-position: 0px -24px;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	height: 24px; overflow: hidden;
	font-size: 12px; line-height: 24px;
	padding: 0px 0 0 40px;
	display: block;
}
a.biglink:hover, a.wp-caption-dd:hover {
	background-color: #FFD700;
	border-color: #FFD700;
	background-position: 0px 0px;
}

div.navigation {
	display: none; visibility: hidden;
}


.fb_like {
	display: block; padding: 20px 30px 5px 30px;
}





@media screen and (max-width:1150px)
{

#page { width: 900px; } /* zuzit stranku */

#left_nav_ucho { margin-left: -450px; }
#right_nav_ucho { margin-left: 367px; } /* srovnej usi */
 /*#right_nav_ucho { margin-left: 294px; } srovnej usi */

#menu_holder { /* cely sloupec na siru textu, okraj korespondujici */
	width: auto; min-height: auto;
	margin: 30px 110px;
}
#menu_holder div.top_blok { height:0; } /* neni horni odsazeni */
#menu_holder div.sidebar_block { width: 170px; float: left; } /* sloupce sidebaru */
#menu_holder p.tag_cloud, #menu_holder div#tag_cloud { display: none; } /* zmensit tag-cloud */
#menu_holder div#div-2103303818816581510 { width:168px !important; margin:0px !important; } /* Google box */
}






