/* SpeedCraft.cz CSS created by Speedy236 */
/* Main DEFINITIONS */
body{
  margin: 0px;
  background: url(../images/bg.png);
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
}

header{
  //padding: 10px;
  height: 130px;
  background: url(../images/bg-head.png);
}

nav{
  background: white;
  height: 50px; //normlane 50
}

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

nav ul li{
  display: inline;
  margin-left: 20px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}

nav ul li a:hover{
  color: #D9D9D9;
}

nav ul li a{
  text-decoration: none;
  color: black;
}

section{
  margin: 30px 0px 0px 0px;
  width: 65%;
  float: left;
}

section h2{
  visibility: hidden;
  font-size: 0px;
}

aside{
  margin: 30px 0px 0px 0px;
  width: 32%;
  float: right;
}

article{
  background: white;
  margin: 10px;
  margin-bottom: 20px;
}

footer{
  text-align: center;
}

footer a{
  color: #1EB500;
  text-decoration: none;
}

footer p{
  margin: 0px;
}

/* END OF MAIN DEFINITIONS */

/* Content DEFINITIONS */
#logo{
  margin: 30px 0px 0px 50px;
  width: 250px;
  height: 55px;
  float: left;
}


#fbbox{
  float: right;
  margin: 30px 50px 0px 0px
}

#fblogo{
  float: left;
}

#fblogo:hover{
  opacity: 0.5;
}

#textinfo{
  float: left;
  margin: 0px 0px 0px 10px;
  height: 64px;
}

#menu{
  text-align: center;
  //background-image: url(../images/menu.png); //jen vanoce
}

#wrapper{
  position: relative;
  width: 60%;
  margin: 0px auto;
}

.art-header{
  font-size: 20px;
  font-weight: bold;
  background: url(../images/bg-head.png);
  //height: 35px; //ty kokote blbej, co treba nizsi rozliseni
  line-height: 35px;
  vertical-align: middle;
  padding-left: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  font-family: 'Roboto', sans-serif;
}

.art-header h3{
  font-size: 20px;
  margin: 5px;
}

.art-info{
  color: gray;
  font-size: 12px;
  padding-right: 10px;
  padding-top: 2px;
  text-align: center;
}

.art-banner{
  text-align: center;
}

.art-banner img{
  border: 3px solid #E8E8E8;
}

.art-content{
  padding: 10px;
}

.read-more{
  background: #AFDE7D;
  width: 90px;
  height: 35px;
  border-radius: 3px;
  line-height: 35px;
  vertical-align: bottom;
  text-align: center;
  margin: 10px;
}

.read-more a{
  text-decoration: none;
  color: black;
}

.button{ /* Regular Button */
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #d4d4d4;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  color: #333;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;  
}

.button:hover{ /* All Buttons */
  border-color: #AFDE7D;
}

.clear{ /* Float Cleaner */
  clear: both;
}

p{
  margin: 5px;  
}

.full-table{
  width: 100%;
}

#map{
  width: 100%;
  height: 300px;
  border: 0px;
}

#hover:hover{
  opacity: 0.5;
}

.pizza{
  background: #F2F2F2;
  padding: 10px;
  margin: 10px;
}

.cena{
  float: right;
  font-weight: bold;
}

.row-name{
  font-weight: bold;
}

.food tr{
  background: #F2F2F2;
}

.food{
  width: 100%;
}

.gallery-image{
  float: left;
  margin: 12px;
  padding: 10px;
  background: white;
  border: 2px solid #F2F2F2;
  width: 250px;
  height: 188px;
}

.info{
  background-color: #f5f5f5;
  padding: 10px;
  background-image: url(../images/info.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  margin: 0px 0px;
  padding:15px 10px 15px 50px;
}

.fblink{
  background-color: #f5f5f5;
  padding: 10px;
  background-image: url(../images/fb_circle.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  margin: 0px 0px;
  padding:15px 10px 15px 50px;  
}

.bold{
  font-weight: bold;
}
