* {
	padding: 0px;
	margin: 0px;
	font-family: "museo-sans";
	color: #5d5d5d;
}

a {
	text-decoration: none;
}

h3 {
	padding-top: 1em;
}

#page{min-width:960px;}

.obsah {
	width: 930px;
	padding: 0px 15px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}


#header-wrapper .obsah {
    position: relative;
	padding-top: 10px;
}

.logo {
	float: left;
	width:380px;
	height:130px;
	display:block;
	margin-left: 10px;
	background-image: url(img/logo.png);
	text-indent: -9999px;
}


.logo span {
	
}

.menu {
	float: left;
	width: 500px;
	margin: 15px 0 0 25px;
	font-family: "alternate-gothic-no-1-d";
}
.sf-menu{float:right;}
.sf-menu a{
	/*font-family: "alternate-gothic-no-1-d";*/
	font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
	color: #909090;
	text-transform: uppercase;
	letter-spacing: -3px;
	line-height: 1;
	padding-bottom:4px;
	border-bottom: 6px solid #fff;
	transition:all 0.3s ease 0s;
}
.sf-menu a:hover{
 border-bottom: 6px solid #FAB010;
}

.sf-menu li{
	margin-left: 25px;float:left;list-style:none;
}

p {
	font-family: "museo-sans";
}

h1 {
	color: #fab010;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.5em;
}

/* CONTENT */
#content-wrapper {
  background-color: #ededed;
  background-image: url("img/background-content.jpg");
  background-repeat: repeat-x;
  padding: 25px 0 15px;
}

#left {
	float: left;
	width: 220px;
	padding-right: 20px;
}

#right {
	float: left;
	width: 680px;
	line-height: 1.6em;
	text-align: justify;
}



/* FOOTER */

#footer-wrapper {
  background-color: #ededed;
  background-image: url("img/background-footer.jpg");
  border-top: 5px solid #fab010;
  min-height: 200px;
}

#footer-wrapper .obsah {
  margin: 0 auto;
  padding: 20px 15px;
}

#footer-inner-wrapper {
  border-bottom: 1px solid #000000;
  padding-bottom: 1em;
}

.footer_block {
  float: left;
  line-height: 1.7;
  padding: 0 20px;
  width: 270px;
}

.footer_block p {
  color: #fab010;
  font-weight: 700;
}

.footer_block ul {
  color: #EDEDED;
  list-style-type: none;
}

.footer_block a {
  color: #EDEDED;
  text-decoration: none;
}

.footer_block a:hover {
  text-decoration: underline;
}

.author {
  border-top: 1px solid #9A9A9A;
  height: 50px;
}

.author p {
  color: #EDEDED;
  padding: 0.8em 20px;
}

.author a {
  color: #EDEDED;
}

/* ZAČÁTEK SLIDESHOW */
#slideshow-wrapper {
	padding-bottom: 10px;
}

#slideshow-wrapper .container {
	width: 930px;
	padding: 0px 15px;
	margin: 0 auto;
}

#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
	  display: none !important;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      display: block;
	  text-align: center;
      list-style: none;
    }

    .slidesjs-pagination li {
      display: inline-block;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }

    #slides {
      display: none
    }

    .container {
      margin: 0 auto
    }

/* KONEC SLIDESHOW */

/* Rámečky v pravém sloupci */
.outer1 {
	position: relative;
	position: relative;
	z-index: 8;
	margin-bottom: 1em;
}

.outer {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	padding: 5px;
	position: relative;
	z-index: 9;
}

.inner {
	border: 1px dashed #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	padding: 0.5em 0.2em 0.5em 0.8em;
	position: relative;
	z-index: 10;
}

.inner ol{margin:0 0 0 20px;}



.inner table {
	font-size: 0.8em;
	width: 100%
}

.group:before,
.group:after {
	content: " ";
	display: table;
	clear: both;
}

.shadow {
	border-radius: 150px 150px 150px 150px / 10px 10px 10px 10px;
	bottom: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	content: " ";
	display: block;
	height: 20px;
	left: 2%;
	position: absolute;
	width: 96%;
	z-index: 7;
}

.odkaz {
	font-weight: 700;
	color: #fab010;
}

.btn-wrapper {
  margin: 0.8em 0 0.2em;
  overflow: hidden;
}

.btn {
  background: none repeat scroll 0 0 #fab010;
  border: 1px solid #CFCFCF;
  border-radius: 7px 7px 7px 7px;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  line-height: 38px;
  padding: 0 1.5em;
  text-decoration: none;
}

.btn:hover {
  background: none repeat scroll 0 0 #fab010;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) inset;
  color: #FFFFFF;
}

/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#ff0000;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#ffae00; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

.basic {
	background: #999999;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/*********************/
/** KONEC jRating CSS **/
/*********************/

.comment {
	width: 100%;
	border-bottom: 1px dotted #fab010;
	font-size: 0.9em;
	line-height: 1.2;
	padding-bottom: 0.5em;
	margin-top: 1em;
}

.recept-small {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #fab010;
}

.recept-left {
	float: left;
	width: 200px;
	padding-right: 20px;
}

.recept-right {
	float: left;
	width: 455px;
	text-align: justify;
}

.small_label {
	font-weight: 700;
	color: #fab010;
}

.tip {
	padding-top: 0.5em;
}
.tip a{transition:all 0.3ms}
.tip a:hover{color:#000;}

.product-left {
	float: left;
	padding-right: 20px;
	width: 180px;
	text-align: center;
}

.info  {
	width: 100%;
}

.info td ,
.info th {
	text-align: center;width:33%;
}

.portions {
	color: #fab010;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 0.8;
	vertical-align: top;
	padding-top: 4px;
}

.uvodnik  {
	margin-bottom: 2em;
}

.tlacitko_vlevo {
	float: none;
}

.volume {
	padding-right: 15px;
	text-align: right;
}

.featured {
	padding-top: 10px;
}

.porovnani_sojovek {
	border-collapse: collapse;
	margin: 15px 0;
}

.porovnani_sojovek .head{
	font-weight: bold;
	color: #fab010;
	text-align: center;
	vertical-align: middle;
}

.porovnani_sojovek td{
	padding: 10px 15px;
	height: 80px;
}

.porovnani_sojovek th{
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
	background-color: #fdcc63;
}

.porovnani_sojovek .light,
.porovnani_sojovek .dark {
	text-align: center;
	vertical-align: middle;
}

.porovnani_sojovek th,
.porovnani_sojovek td{
	border: 1px solid #fab010;
}

.produkt-mini {
	padding: 10px 5px;
}

.div_odkazy h1{
	margin-bottom: 0px;
}

.odkazy {
	line-height: 2em;
	margin-bottom: 2em;
}

.odkazy li {
	margin-left: 1em;
}

.odkazy a {
	text-decoration: underline;
}

.exemple {
	width: 400px;
	float: left;
}

.print {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: 2em;
}

.div_odkazy{float:left;}

.suroviny table td {
	padding-right: 10px;
}