/*
Theme Name: Botnia Fisk
Theme URI: http://www.eastwork.se/
Description: Code and design by Eastwork Studios <www.eastwork.se>
Version: 1.0
Author: Robin Carlsson
Author URI: http://www.eastwork.se/

*/

html {
  height:100%;
  }

body {
  margin:20px auto;
  padding:0;
  font-size: 12px;
  font-family: 'Century Gothic', Verdana, sans-serif;
  color: #414141;
  background:#f5f5f5;
  text-align: center;
  }
  
h1,h2,h3,h4,h5,h6 {
  font-weight:bold;
  font-family:'Century Gothic', Verdana, sans-serif;
  }
  
h1{
  margin:0px 0px 15px 0px;
  color:#586da9;
  font-size:23px;
  font-weight:normal;
  }
  
h2{
  margin:0px 0px 10px 0px;
  color:#586da9;
  font-size:16px;
  font-weight:normal;
  }
  
h3{
  margin:0;
  padding:0px 0px 5px 0px;
  color:#022aa0;
  font-size:15px;
  font-weight:normal;
  }
  
h4{
  margin:0;
  padding:0px 0px 8px 0px;
  color:#888888;
  font-size:14px;
  }
  
small{
  font-size:10px;
  }
  
hr{
  width:100%;
  height:1px;
  border-width:1px 0px 0px 0px;
  border-style:solid;
  border-color:#444444;
  }

a:link {
  color:#022aa0;
  text-decoration:underline;
  }
  
a:visited {
  color:#022aa0;
  text-decoration:underline;
  }
  
a:hover {
  color:#8293c4;
  text-decoration:none;
  }

#header{
  width:950px;
  height:160px;
  margin:auto;
  background:url(images/header_bg.gif) no-repeat;
  clear:both;
  }
  
#header img{
  margin:5px 20px;
  }
  
#footer{
  width:955px;
  height:40px;
  margin:auto;
  text-align:center;
  }
  
#footermargin{
  clear:both;
  }
  
#body{
  width:970px;
  margin: 0 auto;
  text-align:left;
  background:url(images/bg.gif) repeat-y;
  }

#body-top{
  height:20px;
  width:970px;
  margin: 0 auto;
  background:url(images/bg_top.gif) no-repeat;
  }
  
#body-bottom{
  height:20px;
  width:970px;
  margin: 0 auto;
  background:url(images/bg_bottom.gif) no-repeat;
  }

.content{
  float:left;
  padding:20px 40px;
  line-height:150%;
  }
  
.content img{
  border: 5px solid #ffffff;outline:1px solid #e9e9e9;
  }
  
.content-left{
  float:left;
  width:460px;
  padding-right:40px;
  }
  
.content-right{
  float:right;
  width:380px;
  }
  
#logo{
  float:left;
  width:220px;
  height:94px;
  margin:8px 0px 20px 40px;
  }
  
#info{
  float:right;
  width:230px;
  height:20px;
  margin:10px 0px 0px 20px;
  text-align:left;
  }
  
#aaa{
  float:right;
  width:112px;
  height:42px;
  margin:2px 0 0 0;
  }
  
#aaa img{
  border:0 none;
  }
  
#aaa img:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  }
  
#info p{
  margin:1px 0px;
  }
  
#menu{
  float:right;
  height:29px;
  margin:10px 30px 0px 0px;
  }
  
#menu ul{
  list-style:none;
  margin:0;
  padding:0;
  clear:both;
  }
  
#menu ul li{
  float:left;
  }
  
#menu ul li a{
  float:left;
  display:block;
  text-decoration:none;
  font-weight:normal;
  padding:4px 4px;
  margin:0 5px;
  cursor:pointer;
  font-family:Century Gothic;
  color:#616161;
  font-size:12px;
  border-bottom:2px solid #e8e8e8;
  }
  
#menu ul li a:hover{
  color:#000000;
  text-decoration:none;
  border-bottom:2px solid #c3c3c3;
  }
  
#menu ul li .sel{
  height:18px;
  color:#ffffff;
  text-decoration:none;
  background:url(images/menu_sel.gif) repeat-x;
  border:0;
  }
  
#menu ul li .sel:hover{
  color:#ffffff;
  text-decoration:none;
  background:url(images/menu_sel.gif) repeat-x;
  border:0;
  }
  
.recept-spec-item{
  width:420px;
  height:180px;
  float:left;
  margin:0px 20px 0px 0px;
  }
  
.recipe-header img, .recept-spec-item img{
  outline:1px solid #e9e9e9;
  float:left;
  }
  
.attachment-100x100, .attachment-thumbnail{
  border:6px solid #ffffff;
  margin:0px 20px 20px 0px;
  }
  
.recipe-content{
  float:left;
  }
  
  
.stepcarousel {
position: relative;
overflow: scroll;


}

.stepcarousel .belt {
position: absolute;

}

#sliderbuttons {
  float:right;
  width:150px;
  height:18px;
  margin:0px 40px 0px 0px;
  }
  
#sliderbuttons ul {
  list-style:none;
  height:18px;
  padding:0;
  margin:0;
  }
  
#sliderbuttons li a:link, #sliderbuttons li a:visited {
  float:left;
  display:block;
  margin:0px 1px;
  text-align:center;
  width:21px;
  height:18px;
  background:#f0f0f0;
  text-decoration:none;
  color:#a1a1a1;
  }

