/*
Theme Name: Restaurace Zvonarka
Theme URI: http://www.xweb.cz
Description: Téma pro Wordpress na web www.restauracezvonarka.cz
Version: 1.0
Author: Libor Marek
Author URI: http://www.xweb.cz/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
  font-family:Verdana;
  margin:0;
  padding:0;
}

body{
  margin:0 auto;
  font-size:13px;
  background: url('img/textur.jpg') top left repeat;
}

#box{
  position:absolute;
  width:150px;
  margin:15px;
  padding:10px;
  margin-top:100px;
  border:1px solid rgb(64,64,64);
  background: url('img/boxback.png') top left repeat-x;
  color:white;
}

#wraper{
  width:920px;
  margin:0 auto;
  clear:both;
}

#wraper .header{
  width:920px;
  position:relative;
  height:76px;
  background: url('img/top1.png') center top no-repeat;
}

#flags{
  position:absolute;
  right:30px;
  bottom:5px;
}

#flags img{
  border:1px solid rgb(80,80,80);
}

#wraper .topnav{
  white-space:nowrap;
  width:920px;
  height:18px;
  font-size:12px;
  background: url('img/nav.png') center top no-repeat;
  padding-top:0px;
}


.topnav ul{
  list-style:none;
  margin:0;
  padding:0;
  margin-left:200px;
  height:18px;

}

.topnav li{
  display:inline-block;
  *display:inline;

  padding-top:2px;
  padding-bottom:2px;
  /*height:16px;*/
  
  line-height:14px;
  *line-height:18px;
  overflow:hidden;
  margin:0;
}

.topnav li.current_page{
  background-color:#A10000;
}

.topnav li.current_page_item a{
  background-color:#A10000;
  color:white;
}

.topnav li.current_page_item a:hover{
  color:white;
}

.topnav a{
  color:#A10000;
  text-decoration:none;
  margin:0;
  margin-left:-5px;
  padding-right:15px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:15px;
}

.topnav a:hover{
  color:white;
  background-color:#A10000;
}



#wraper .main{
  position:relative;
  width:920px;
  height:549px;
  border:0px solid transparent;
  background: url('img/main.png') top center no-repeat;
}

.main .content{
  margin-left:200px;
  margin-right:30px;
  height:420px;
  color:white;
  border:1px solid rgb(64,64,64);
  padding:15px;
  overflow:auto;
  background: url('img/contback.png') top left repeat-x;
}

.footer{  
  float:right;
  text-align:right;
  color:rgb(223,223,223);
  width:689px;
  margin-right:30px;
  border:1px solid rgb(64,64,64);
  background: url('img/contback.png') top left repeat-x;
}

.footer a{
  color:rgb(191,191,191);
  font-weight:bold;
  text-decoration:none;
}

.content h1{
  margin:10px 0;
  padding:0;
  color:#A10000;
}

.content h3{
  margin:0px;
  margin-top:20px;
  font-size:12px;
  color:rgb(227,210,170);
}

.content table{
  background: url('img/table.png');
  border:1px solid rgb(80,80,80);
  width:90% !important;
}

.content h2{
  margin:5px 0;
  font-size:18px;
}

.content a{
  color:rgb(255,204,0);
}

.content a:hover{
  text-decoration:none;
}

.content p{
  padding-bottom:10px;
}

