/*  
Theme Name: Jimmy Hayek 
Author URI: http://www.jimmyhayek.cz
Version: 1.1
Author: Jakub Hájek
Description: Jimmyho minimalistický design blogu
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
hr {display: none;} 
div#hlavni, div#paticka, form, div.zaver, h2, h3, h4, h5, h6, div.komentar {clear: both;}
hr.prouzek { }
.cistic {float: none; border: 0px; line-height: 0px; font-size: 0px; height: 0px; display: block; visibility: hidden; clear: both;}
ul, menu {list-style-type: none;} 
a img {border: none;}
a {
  color: #cb4a4e;
  text-decoration: none; 
   }
a:hover {
  text-decoration: underline; 
   }
cite {display: block; color: #6f6f6f; font-size: 90%; font-style: normal; text-align: right;}
html,
body {
	width:100%;
	height:100%;
}
body {
	font-size: 90%;
	line-height: 1.8;
	text-align: center;
    background-color: #dfdfdf;
     color: #333;
    font-family: Helvetica, Arial, sans-serif;
	}
	
#wrapper {
 background: #FFF url('images/typewriter.gif') 80% 0 no-repeat;
 width: 780px; 
 margin: 0 auto;
 text-align: left; 
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 padding: 0 20px; 
 box-shadow: 0px 2px 5px rgba(0,0,0,.05); -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.05); -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.05);
}
	
p#social {
 font-size: 90%;
}

p#social a {
 padding: 0 8px 0 0;
}

p#social a:hover {
 text-decoration: none;
}

div#head {
  margin-bottom: 48px;
}	
div#head h1{
  font: normal 360%/1em Georgia, "New York CE", utopia, serif;
  padding-top: 20px;
  letter-spacing: -2px;
}	
div#head h1 a{
  color: #444;
  font-family: Georgia, "New York CE", utopia, serif;
}	
div#head h1 a:hover{
  text-decoration: none; 
  color: #cb4a4e;
}	
div#head h2{
  font:  italic 120% Georgia, "New York CE", utopia, serif;
  margin: 5px 0 20px 50px;
}	

div#main {
  width: 500px;
  margin-right: 30px;
  margin-bottom: 45px;
  float: left;
}

div#main div.article {
  margin-bottom: 50px;
  font-size: 90%;
}
div#main h2{
  border-bottom: 1px solid #5f5f5f;
  padding-bottom: 4px;
  border-top: 1px solid #5f5f5f;
  padding-top: 4px;
 margin-bottom: 15px;
}
div#main h2 a{
  font: small-caps 105% Georgia, "New York CE", utopia, serif; 
  color: #5f5f5f;
  text-decoration: none;
}

div#main h2 a:hover{
  color: #cb4a4e;
}
div#main .left{
  float: left;
  margin: 0 15px 1px 0;
}
div#main .right{
  float: right;
  margin: 0 0 1px 15px;
}

div#main  p, div#main div.article ul, div#main div.article ol{
  text-align: justify;
  margin-bottom: 15px;
}
div#main  p.date{
  margin-bottom: 0;
}
div#main h3{
  margin: 20px 0 4px 0;
  font-size: 95%;
  font-weight: bold;
  text-transform: uppercase;

  line-height: 1.4em;
}
div#main div.article div.content img, div#main div.article div.content object,
div#main div.article div.content embed{
  max-width: 500px;
}
div#main div.article div.content object, div#main div.article div.content embed, div#main div.article div.content iframe{
  width: 500px;
}
div#main div.article div.content ul{
  list-style: square inside none;
  margin: 20px 0;
}
div#main div.article div.content ol{
  padding-left: 20px;
  margin: 20px 0;
}
div#main div.article div.content blockquote{
  font-style: italic;
}
div#main div.article ul.info {
  border-top: 1px solid #d4d4d4;
  margin-top: 20px;
  padding-top: 5px;
}

div#panel {
  width: 250px;
  float: right;
  font-size: 90%;
}
div#panel form {
  margin: 5px 0 20px 0;
}
div#panel form fieldset{
  border: none;
}
div#panel form fieldset input.text{
  border: 1px solid #5f5f5f;
  color: #5f5f5f;
  padding: 2px 4px;
}
div#panel form fieldset input.button{
  border: none;
  color: #cb4a4e;
  cursor: pointer;
  background: #FFF;
}
div#panel .box{
  margin-bottom: 25px;
}
div#panel .box h2{
  font-size: 100%;
  font-weight: normal;
  border-bottom: 1px solid #5f5f5f; 
  margin-bottom: 6px;
}
div#panel .box ul li{
  padding-left: 14px;
  background: transparent url('images/arrow.gif')0 10px no-repeat;
}
div#panel .box img.jimmyhayek{
  float: left;
  margin: 5px 7px 1px 0;
}
div#footer{
  clear: both;
  background: #FFF;
  font-size: 90%;
  padding-bottom: 10px; 
}



div#main ol.commentlist{
  list-style-type: none;
  margin-top: 15px;
  font-size: 90%;
  line-height: 1.7em;
}

div#main ol.commentlist li.comment{
  margin-bottom: 30px;
}
div#main ol.commentlist li div.comment-meta{
  font-size: 90%;

}
div#main ol.commentlist li.comment img.avatar{
  float: left;
  margin: 5px 7px 1px 0;
}
div#main ol.commentlist li.comment p{
  clear: both;
  margin-bottom: 0;
}

div#main form#commentform{
  margin-top: 15px;
}
div#main form#commentform textarea, div#main form#commentform input#author, 
div#main form#commentform input#email, div#main form#commentform input#url {
  border: 1px solid #5f5f5f;
  padding: 2px 4px;
  color: #5f5f5f;
}
div#main form#commentform textarea{
  width: 492px;
}

div#main table{
  margin-bottom: 20px;
  border-collapse: collapse; 
  border: 1px solid #d4d4d4;
  width: 100%;
}
div#main table td, div#main table th, 
div#main table caption{
  border: 1px solid #d4d4d4;
  padding: 2px 4px;
  text-align: left;
}
#submit{
  padding: 5px 8px;
}
div#main table td p, div#main table th p, 
div#main table caption p{
  margin: 0;
  padding: 0;
}
div#main table caption{
  font-weight: bold;
}

div#main table td.quest{
  width: 135px;
}

.oznameni {
    padding: 15px;
    margin-bottom: 20px;
    border-top: solid 1px #E6DB55; 
    border-bottom: solid 1px #E6DB55; 
    background-color: #FFFBCC;
    font-style: italic;
}


@media all and (max-width : 767px) {
div#panel, .citaty {display: none;}

body {
 line-height: 1.7;
  width: 94%;
  padding: 3%;
  }
div#head {
  width: 100%;
  margin-bottom: 10px;
  background: none;
}	
div#head h1{
  font: normal 240%/1em Georgia, "New York CE", utopia, serif;
  padding-top: 0;
}	
div#head h1 a{
  color: #4f4f4f;
  }
 div#main h2{
  margin-bottom: 10px;
}
div#main h2 a{
  font: small-caps 100% Georgia, "New York CE", utopia, serif; 
} 
div#main{width: 100%; margin: 0; padding: 0; float: none;}
div#main  p.date{
  font-size: 95%;
}
div#main div.article div.content object, div#main div.article div.content embed, div#main div.article div.content iframe{
  width: 100% !important;
  height: auto !important;
}


div#main  p, div#main div.article ul, div#main div.article ol{
  text-align: left;
  margin-bottom: 15px;
}

div#main form#commentform textarea{
  width: 90%;
  height: 150px;
}
iframe.fb_ltr { width:100% !important; }
}

@media all and (max-width : 479px) {

}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

