/*
Theme Name: Cloudy
Theme URI:
Description: WP Cloudy theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. Cloudy is a beautiful simple blog theme, designed for commercial and more technical blogs. Now also widget ready.
Version: 1.6
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two columns, widgets, fixed width, blue, custom header, valid XHTML, valid CSS, widgets
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/

/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: white;
background: black;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background: #000000;
        color: #b0b0b0;
	font-size: 75%;
	text-align: center;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Calibri, Verdena, Arial, Helvetica, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Garamond, Georgia, Times New Roman;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 1.6em;
    font-weight: bold;
}


h3 {
    font-size: 1.5em;
    padding-top:1em;
    padding-bottom:1em;
    color:#c44e4e;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: justify; line-height:1.2; font-family: calibri, verdena, arial;}
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #B8E0FA;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #6c86ae; text-decoration: underline; cursor:pointer; }

a:hover		{}
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 1px;
    text-align:center;
    height:26px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,








div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/******************************/
.pressboil {
    positon: relative;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    padding-top: 400px;
    text-align: center;
    background:url(img/pressboil.png) 50% 50% no-repeat #000000;
    
}


/* Main styles
 *******************************/
#root {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 24px;
    text-align: left;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}



#heading {
    position: relative;
    top: 0px;
    margin-top:0px;
    width:800px;
    clear:both;
    height:160px;
    background:url(img/header.png) 0 0 no-repeat;
    padding: 0px 0 0 0px;
}

#heading a {
    color:#fff;
    text-decoration:none;
}

#heading .description {
    color:#fff;
}


#menu {
    width: 800px;
}

#menu img {
    float: left;
    margin: 0px 0px;
    padding: 0px 0px;
}

#main {
    margin-top:0px;
    clear:both;
    overflow:visible;
}



/* Content
 *******************************/
#main-block {
    width:800px;
    position: relative;
    top: 0px;
    background: #000000;
    
}

#content {
    padding:10px;
    min-height:400px;
    height:auto!important;
    height:400px;
    background: #141317;
}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
    padding: 3px 3px;
    clear:both;
    background:url(img/post.png) 0 0 repeat-y;
}
#content .entry {
    padding-left: 10px;
    padding-right: 10px;
}

#content .entry a {
    color:#6c86ae;
    text-decoration: underline;
}

#content .entry em {
    color:#dd4455;
    text-decoration: italic;
}

#content .titulek {
    background: url(img/title.png) 0 0 no-repeat;
}

#content .date {
    float:left;
    width:70px;
    height:53px;
    padding-top:9px;
    padding-left: 25px;
    color:#fff;
    font-size:1.15em;
    text-align:center;
    margin: 0 0 0px 0;
    text-transform: upercase;
    font-weight: bold;
    letter-spacing: 0pt;
    font-family: garamond;
    font-weight: bold;
}

#content .date span {
    padding-top: -1px;
    font-family: garamond;
    color: #fff;
    font-size:0.65em;
    display:block;
    font-weight: normal;
    letter-spacing: 1pt;
}

#content .title,
#content .postdata {
    margin-left:68px;
    padding-top: 12px;
}

#content .page .title {
    margin-left:0;
}

#content .title h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
}

#content .title a {
    text-decoration:none;
    color:#c44e4e;
}

#content .title a:hover {
    color:#e16565;
}

#content .postdata {
    font-size:0.92em;
}

#content .category {
    background:url(img/cat.png) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}

#content .comments {
    padding-bottom:1px;
    padding-left:10px;
    padding-right: 10px;
    float: right;
}

#content .comments a {
    color: #a04141;
}

#content .category,
#content .category a {
    color:#34668a;
}

#content .entry {
    clear:both;
     line-height: 150%;
   }

#content .entry .more-link {
    position: relative;
    left: 450px;
    font-weight:bold;
    color:#a04141;
    font-size: 90%;
}

#content .tagy {
    padding-top: 20px;
    font-size:0.92em;
}

#content img {
	background-color:#FFFFFF;
	border:2px solid #A9A9A9;
	margin:4px 10px 4px 5px;
	padding:4px;


}
#content .citat {
	font-family: Garamond, Georgia, Times New Roman;
        font-size: 130%;
        font-style: italic;
        text-align: center;
}

#content .citat-autor {
	font-size: 100%;
        font-style: normal;
        text-align: right;
        position: relative;
        right: 50px;
}

#recent {
    background:#141317;
    overflow: hidden;
}



#recent .posts,
#recent .comments {
    width:37%;
    
}


#recent .posts {
    float:left;
    padding-left:30px;
}

#recent .comments {
    float:left;
}

#recent .counter {
    text-align: center;
    width: 20%;
    float:right;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}


#recent .posts li a {
    font-weight:bold;
    color: #c44e4e;
}

#recent .comments li .author {
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
    text-decoration:none;
    color: #c44e4e;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#141317;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}





.comments-list small {

    font-size:.83em;
}



.comments-list .comment {
    margin-top:8px;

}

#commentform input.text,
#commentform textarea {
    border:0px;
    border-right:0;
    border-bottom:0;
    background:#ccc;
    padding:2px;
    color:#000000;
}


#commentform input.text {
    width:200px;
}

#commentform textarea {
    width:550px;
}

/* Footer
 *******************************/
#footer {
    position: relative;
    top: -5px;
    width: 800px;
    font-size:.92em;
    line-height:1.2;
    background: #000000;
    padding-top: 2px;
    
}

#bottom {
	background:url(img/bottom.png) 0 0 no-repeat #000000;
        width: 800px;
        height: 28px; 
        margin-bottom: 5px;
        padding-bottom: 5px;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    text-align: center;
    color: #888;
    width: 800px;
    
}

#footer .links {
    text-align: center;
    color: #888;
    width: 800px;
    
}

#footer .links a {
    padding-right: 15px;
    padding-left: 15px;
    background-repeat:no-repeat;
    background-position:0 1px;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}


.obrazek {
	text-align:center;
	margin-right: 5px;
}

.obrazek img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.obrazek img:hover {
	background-color: #A9A9A9;
} 

.obrazek-end {
	clear: both;
}

.lyrics{
   text-align: center;
   font-style: italic;
   line-height: 170%;
   font-size: 100%;
   padding-top:20px;
   padding-bottom: 20px;
   
}

.kod {
   font-family: Courier New, courier;
   font-size: 0.9em;
}


.kapela h3, 
.kapela p{
   text-align: center;
}