/*
Theme Name: MiZi
Description: WP Theme by Miroslav Zidek (based on Sadi's GreenFlower theme)
Version: 1.2
Author: MiZi - originally by Sadish Bala
Author URI: http://wpthemepark.com/
*/


* {
    /*font-size:13px;*/
    font-family: Georgia, Verdana, "Times New Roman", Times, serif;
}

body {

    margin:0;
    padding:0;
    background: #353535;
    color: silver;
    font-size:12px;
    text-align:justify;
}

/***************   COMMON ELEMENTS

############################################*/
abbr {
    cursor:help;
}

hr {
   color:#666666;
}

blockquote
{
    margin:15px;
    border-left:#e87400 2px solid;
    border-right:#e87400 2px solid;
}

a
{
    text-decoration:none;
    border-bottom:1px dashed;
}

a:link, a:visited {
    color:#dbdbdb;
}

a:hover, a:active {
    color:#f2f2f2;
    border-bottom:1px solid;
}

p {
    line-height:1.3em;
    border:none;

}

td {
    line-height:1.2em;
}


img {
    border:none;
}

img a, img a:link, img a:hover, img a:visited, img a:active {
    border:none;
}

ul {
    list-style:none;
    margin:0;
    padding:0;
}


li
{
    margin:5px 0;
    padding:0;
}

ul li
{
    padding:0 0 5px 15px;
    list-style:none;
    background:url(img/parl_bullet.png) no-repeat top left;
}


h1 {
    font-size:120%;
    font-weight:normal;
    margin-bottom:0;
    color:black;
}


h2{
    font-size:15px;
    color:#f2f2f2;
   /* margin:0.5em 0;
    padding:0.25em 0;*/
    font-weight:bold;
}

h3 {
    font-size:14px;
    color:#f2f2f2;
    font-weight:bold;
    }

h4 {
    font-size:14px;
    color:#f2f2f2;
    padding-top:15px;
    border-top:1px silver dotted;
    font-weight:bold;
    }

fieldset
{
    border:none;
}


.noborder {
    border-top:none;
}

.caticon
{
    float:left;
    padding:0px 5px 0px 0px;
    border:none;
    margin:0px;
}

.caticon a:hover, .caticon a:link, .caticon a:visited, .caticon a:active, .caticon a:hover
{
    border:none;
    float:left;
}



img.left
{
    float: left;
    margin: 15px 15px 5px 0px;
}

img.right
{
    float: right;
    margin: 15px 0px 5px 15px;
}

.img a:link, .img a:visited, .img a:active
{
    border:none;
}

.img a:hover
{
    border:none;
    filter: alpha(opacity=90);
	  -moz-opacity: .9;
    opacity: .9;
}

#container {
    background:#fff url(img/bg.png) repeat-y right;
    margin:20px auto;
    width:913px;
}


#header {
    margin:0 auto;
    text-align:right;
    height:56px;
    background: #74868B url(img/top.png) no-repeat center;
    color:white;
    position:relative;
    border: 1px;
}


/* #header h1{
    font-size: 170%;
    font-weight:normal;
    font-family:Penguin, "Century Gothic", sans-serif;
    letter-spacing:0.1ex;
    background:none;
    margin:0;
    padding:30px 10px;
}


#header h1 a
{
    color:navy;
    border-bottom:none;
}


#header h1 a:hover, #header h1 a:active
{
    color:navy;
    border-bottom:none;
}

*/


/* zvetsen o 20px  */

#content {
    float:left;
    width:686px;
    margin:0px;
    padding:0px 0px 5px 30px;
}



#intro
{
    background:#f6fcf6;
    margin:0.5em;
    padding:0.5em;
    border: solid 1px #e1d2bd;
}


#intro .profile
{
    border:#e1d2bd 1px solid;
    margin:0 0.5em 0 0;
    padding:3px;
}


#intro em.feed
{
    background:url(img/icon_feed.gif) no-repeat left center;
    padding:2px 0 2px 16px;
    font-style:normal;
}

/* #flikr a:link, a:visited, a:active */
.flikr a:hover, .flikr a:link, .flikr a:visited, .flikr a:active, .flikr a:hover
{
    border:medium none;
    font-weight:bold;
    font-size: 11px;
    color: #E87400;;
}



.page-title, .pagetitle
{
  /* margin:0.5em; */
  padding:0.5em 0.5em 0em 0.5em;
  font-weight:bold;
}


.post
{
  margin: 5px 5px 5px 8px;
  padding:1em;
  background-color: #454545;
  border: 3px double silver;
}

ul#posts li em
{
    font-style:normal;
    float:right;
    font-weight:normal;
}

.post-title
{
    font-size:16px;
    color:white;
    font-weight:bold;
    padding-bottom:5px;
    padding-top:0px;
    margin-left:10px;
}

.post-title a:link, .post-title a:visited
{
  color:#e87400;
  border:none;
}

.post-title a:hover, .post-title a:active
{
    color:#ffa042;
    border:none;
}

.post-date
{
    padding-left:5px;
    color:#999;
    font-size:0.8em;
}

.post-info
{
   color:#999;
   padding:10px 0;
   border-top:#ccc 1px dotted;
   clear:both;
   font-size:0.9em;
   margin-top:10px;
}

.post-info em
{
    color:#666;
    font-style:normal;
}

.post-info em.user
{
    background:url(img/user.png) no-repeat left center;
    padding:2px 0 2px 12px;
}

.post-info em.cat
{
    background:url(img/star.png) no-repeat left center;
    padding:2px 0 2px 12px;
}

.post-info a:link, .post-info a:visited
{
    border:none;
}

.post-info a:hover, .post-info a:active
{
    border-bottom:1px solid;
}

/* prispevek */

.post-content
{
    margin:none;
    padding:none;
    border:none;
}

.post-content p
{
    padding:0px 5px 0px 5px;
    margin:10px;
}

.post-content pre
{
    background:black;
    color:#00FB00;
    margin:15px;
    padding: 8px;
    border-left: 5px solid #6F6F6F;
    border-right: 5px solid #6F6F6F;
    font-family: 'Courier new CE', 'Courier new', Courier, 'Dejavu Sans mono', monospace;
    font-size:10px;
    display:block;
    overflow:auto;
}

.post-content H1
{
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: white;
    padding: 0px 0px 5px 0px
  }

.post-content H2
{
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin:0;
    padding-top:0.5em;
    border-top:1px silver dotted;
  }

.post-content H3
{
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    margin:0;
    padding-top:1em;
  }

.post-comments
{
   float:right;
}

.post-comments a
{
   background:url(img/comments-small.gif) no-repeat left center;
   padding-left:12px;
}

/* -------------------- SIDEBAR --------------------------------- */

#sidebar {
    float:right;
    width:185px;
    padding-left:10px;
    font-size:90%;

}

#sidebar h2
{
    color: white;
    background:none;
    padding: 1px 1px 3px 5px;
    margin:1.4em 0 0 0;
    font-size:1em;
    font-weight:bold;
    background:black;
    border-top: silver 1px dotted;
    border-right: silver 1px dotted;
    border-left: silver 1px dotted;
}

#sidebar ul
{
    margin:0;
    padding:0 20px 0 10px;
    list-style:none;
}

#sidebar ul li
{
    margin:0;
    padding:0;
    list-style:none;
    background:none;
}

#sidebar ul ul, #sidebar form
{
    margin:0;
    padding: 2px 5px 2px 5px;
    border-bottom: silver 1px dotted;
    border-right: silver 1px dotted;
    border-left: silver 1px dotted;
    background:rgb(82,82,82);
}

#sidebar ul ul ul
{
    margin:0;
    padding:0 0 0 15px;
    background:none;
    border: 0px dotted;
}

/* subpages */

#sidebar ul li ul li ul li
{
    margin:0;
    padding:0 0 0 10px;
    background:url(img/bull.gif) no-repeat center left;
  /* list-style-image:url(img/bull.gif); */
}

#sidebar li li a:link, #sidebar li li a:visited
{
    color:#C4C4C4;
    border:none;
}


#sidebar li li a:hover,#sidebar li li a:active
{
    color:#f2f2f2;
    border-bottom:1px solid;
}

#sidebar li li
{
    margin:0;
}

#footer {
    clear:both;
    padding:20px;
    margin:0 auto;
    text-align:center;
    font-size:8px;
    background:#353535 url(img/bottom.png) top repeat-x;
}

#footer a
{
    border:none;
}
/*Comments Style*/

#comments, #respond{
    margin: 2em 0 0 5px;
}

.commentlist
{
    margin:10px;
    padding:10px 20px;
}

#commentform
{
    margin:10px;
    padding:10px;
}

.commentlist {
    margin: 0;
    padding: 0;
}

.commentlist li

{
    list-style:none;
    margin: 10px 10px;
    padding: 1em 0.5em;
    background:#252525;
    border-top: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
}

.commentlist li .cmtinfo
{
    font-size:1em;
}

.commentlist li cite
{
    font-style:normal;
    font-weight:bold;
}

.commentlist li .cmtinfo em

{
    margin:0;
    padding:0;
    font-style:normal;
    font-size:0.9em;
    color:#666;
}

.commentlist .alt
{
    background: black url(img/gradtop.gif) repeat-x top;
    border-top: #aaa 1px solid;
}

.datum
{
    color: white;
    font-size:10px;
    margin-left:150px;
    margin-top:5px;
}


/***************   NAVIGATION

############################################*/


ul#navigation {
    list-style:none;
    margin:0;
    padding:0 0 0 26px;
    font-family:Verdana,Arial,Georgia,Serif;
    font-weight:bold;
    background: url(img/bckgr.png) repeat-y top;
    height:22px;
    line-height:21px;
    font-size:1em;
    border:none;
}


ul#navigation li
{
    float:left;
    font-size:13px;
    margin:0;
    padding:0;
    list-style:none;
    white-space:nowrap;
    border-right:1px solid white;
    border-bottom:0px solid black;
    background: #fff url(img/button-on.png) top;
    /* background: black; */

}

ul#navigation li a {
    display:block;
    padding:0 15px;
    letter-spacing:0px;
    border-bottom:1px solid white;
    color:white;
}

/* ul#navigation li a:hover,ul#navigation li a:active, #navigation li.current_page_item a */

ul#navigation ul#navigation li a:active, ul#navigation li.current_page_item a
{
    color: white;
    background: black;
    border-bottom:1px solid black;
}

ul#navigation li.current_page_item a:hover
{
    color:#e87400;
    background: black;
    border-bottom:1px solid black;
}


ul#navigation li a:hover
{
    color:#e87400;
    background: #fff url(img/button-over.png) top;

    /* background: silver; */
}


/***************   TEXT ELEMENTS

############################################*/

textarea, input.textbox
{
    background:black url(img/gradtop.gif) repeat-x top;
    border:#aaa 1px dotted;
    color:white;
    padding:2px;
}

input.search
{
    background:silver;
    border:#aaa 1px dotted;
    color:black;
    padding:0;
}


select
{
    background:rgb(82,82,82);
    border:#aaa 1px dotted;
    color:#C4C4C4;
    padding:2px;
}

textarea
{
    width:90%;
}

textarea:focus, input.textbox:focus
{
    border:white 1px dotted;
    padding:2px;
}

dl dt
{
    font-weight:bold;
    margin:5px 0;
}

dl dd
{
    padding-left:20px;
    display:inline;
}

#content ul.asides
{
    margin:0 1em;
    padding:0;
    list-style:none;
}

#content ul.asides li
{
    margin:1em 0;
    padding:0 15px;
}

#content, #sidebar, .widget, #footer
{
    overflow:hidden;
}

#pozadi {
    background:#525252;
    padding: 8px;
    border-left: 5px solid #727272;
    font-size:10px;
}
.widgettitle {
	background:red;
}

.widget_stags_cloud  {
	background:red;
}

.hoverNav a:hover, .hoverNav a:link, .hoverNav a:visited, .hoverNav a:active
{
    border:none;
}

.bottomNavClose a:hover, .bottomNavClose a:link, .bottomNavClose a:visited, .bottomNavClose a:active
{
    border:none;
}


.link_no_border a:link, .link_no_border a:visited, .link_no_border a:active
{
    border:none;
    color:#E87400;
    padding-left: 10px;
    margin-left: 10px;
    background:url(img/bull.gif) no-repeat center left;
}

.link_no_border a:active, .link_no_border a:hover
{
    border:none;
    color:#FFA042;
    padding-left: 15px;
    margin-left: 15px;
    background:url(img/bull.gif) no-repeat center left;
}
