/*
Theme Name: Zero Number One
Theme URI: http://www.nofutur3.com/
Description: Speciální a luxusní téma pro Zero Number One.
Version: 0.9
Author: Jakub Vyvážil
Author URI: http://www.nofutur3.com/
*/
/* reset */
form * {
  vertical-align:middle;
}
ul, ol, li, dl, dt, dd, a, img, h1, h2, h3, h4, h5, h6, span, p, div, body {
  border:0px;
  margin:0px;
  padding:0px;
}
/* useful */
.right {
  float:right;
}
/* layout */
body {
  text-align:center;
  background-color:#ffffff;
}
#container {
  text-align:left;
  margin:0px auto 0px auto;
  width:994px;
}
#header {
  background-image:url('img/header-bg.gif');
  height:224px;width:100%;
}
/* header */
h1 span {
  color:#ffcc00;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;
  font-size:150%;
  display:none;
}
h1 img {
  margin-left:37px;
  margin-top:17px;
}
#header h2 {
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;
  font-size:160%;
  font-style: italic;
  margin-left:200px;
}
#koncerty {
    margin-top:10px;
    float:right;
    background-color:#000000;
    width:190px;
    height:170px;           
    border: 4px solid #ffcc00;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#e5e595;
    font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;  
    position:relative;
}
#koncerty ul {
    text-transform: uppercase;
    list-style:none; 
    padding-top:10px;
    font-size:14px;
}
#koncerty li {
    padding-left:25px;
    padding-top:17px;
}
#koncerty a {
    text-align: right;
    position:absolute;
    right:5px;
    bottom:5px;
    color:#cd3d2c;
}
#koncerty a:hover {
    color:#ffcc00;
}
#koncerty-side {
    float:right;    
  background-image: url('img/sign-koncerty.gif');
  width:46px;
  height:128px;
}
/* menu */
#menu {
  height:106px;
  width:100%;
  background-color:#b8cc52;
  background-image:url('img/menu-bg.gif');
}
#menu > ul {
  width:660px;
  list-style:none;
  text-align:center;
}
#menu > ul > li {
  display: inline-block;
  margin-top: 10px;
  height:97px;
}
#menu > ul > li > a {
  display: inline-block;
  height:90px;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;
  font-size:80%;
  text-transform: uppercase;
  text-decoration:none;
  color:#ffffff;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
}
#menu > ul > li > a:hover{
  color:#4b5541;
  background-image:url('img/menu-hover.gif');
}
/* body */
#main {
  width:100%;
  background-color:#e7f2d7;
  background-image:url('img/sign-footer.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 500px;
}
#text{           
    width:650px;    
    padding-bottom:80px;   
}
#text h3 {
    font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif; 
    padding-top:25px;
    padding-left:20px;
    font-size:130%;
    font-weight: 500;    
    text-transform: uppercase;
}

#text h4 {
  margin-top:15px;
  margin-bottom:15px;
  background-color:#4b5541;
  background-image:url('img/h4-bkg2.png');
  background-repeat:no-repeat;
  padding:5px;
  padding-right:15px;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif; 
}
#text ul, ol {
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif; 
  padding-left:30px;
}
#text ul {
  list-style:none;
}
#text li{
  margin-bottom:10px;
}
.infos {
    padding-left:20px;
    font-size:75%;
    font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif; 
    margin-bottom:10px;       
}
.entry {
  padding-left:40px;
  padding-right:20px;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif; 
  line-height: 1.5;
  font-size:90%;
}

#text p {     
    padding-top:15px;    
}
#text p:first-letter{
    padding-left:13px;
}
#text a {
    color:#cd3d2c;
}
#text a:hover {
    color:#000000;
}
.navigation {

}

/* footer */
#footer {
  width:100%;
  background-color: #4b5541;
  border-top: 10px solid #000000;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;  
  color:#e7f2d7;
}
#footer a {
    text-decoration: none;
    color:#cd3d2c;
}
#footer a:hover {
    color:#000000;
}
.foo{
    float:left;
}
.foo p {
    padding: 2px 30px 2px 30px;
}
.predel {
 background-image: url('img/footer-line.gif');
 background-position: top;
 width:17px;
 height:159px;
 float:left;
}
h4 {
    color:#ffcc00;
    font-size:120%;
    text-transform: uppercase;
    padding:10px 20px 20px 20px;
}
.entry h4 {
margin-left:-40px;
}
/* komentáře */ 
#commentform a {
  text-decoration:none;
}
#commentform textarea{
  width:90%;
  background-image:url('img/form-bg-l.png');
  background-repeat: repeat-x;
  border:2px solid #4b5541;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;  
  padding:3px;  
}
#commentform input.up {
  border:2px solid #4b5541;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;  
  padding:3px;  
  background-image:url('img/form-bg-s.png');
  background-repeat: repeat-x;
}
#submit, .submit {  
  color:#ffcc00;
  text-transform: uppercase;
  border:0px;
}
.commentlist {
  list-style:none;
}
.comment-meta {font-size:80%;}
.commentlist a {text-decoration:none;}
.comment {background-image:url('img/form-bg-l.png');background-repeat:repeat-x;}
.avatar {float:left; padding:5px;}
.comment p {
 padding:5px;
}
/* sidebar */ 
#sidebar{
    float:right;
    width:280px;  
}
#sidebar ul {
  list-style:none;
  padding:20px;
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif; 
  text-align:left;
}
#sidebar ul {
  text-align:right;
}
#sidebar h2 {
  font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif; 
  text-transform: uppercase;
  padding-left:5px;
  padding-bottom:10px;
  font-size:95%;
}
#anketa {
       width:100%;
       margin-top:20px;  
}
#anketa-cont {
    width:100px;
    background-color:grey;
    border: 4px solid #000000;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}
#anketa-side {
      float:right;
      width:37px;
      height:132px;
      background-image:url('img/sign-anketa.gif');
}
.hrom {
    clear:both;         
}
#polls {text-align:right;}
.widget_polls, .ngg_images {padding-top:40px;}
.poll-header{
    text-transform: uppercase;
    font-size:90%;
    font-style: italic;
}
.polls-result{
  text-transform: uppercase;
  font-size:70%;
}
.wp-polls-ul{font-size:90%;}
.navigation{width:100%;}
.alignleft{text-align:left;}
.alignright{text-align:right;}