
/* common stuff, plus body */
html {
	overflow-y: scroll;
}

/* Use the embedded Futura font */
@font-face {
    font-family: 'webfontregular';
    src: url('futuram-webfont.eot');
    src: url('futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuram-webfont.woff') format('woff'),
         url('futuram-webfont.ttf') format('truetype'),
         url('futuram-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



#header_menu {
	font-family: 'webfontregular', serif;
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	min-height:40px;
	overflow:hidden;		/* This chops off any overhanging divs */
	background: white; /*rgb(255,255,255); /* Left column background colour */
	width:100%;
	margin-top:90px;
    font-size:90%;
}


#header_menu ul {
	margin: 0;	/* bottom distance to next list = 1em*/
	padding: 0;			/*Don't move around (nested) items */
	list-style: none;	/*No bullets*/
	font-size: 140%;
	display: inline;
}


/* Links on level 1 (Just the first two items, start and news):*/

#header_menu li {
	color: black;
	display: inline;
	margin-left: 0px;
	margin-right: 16px;
	padding-top:5px;
	/*line-height:150%*/
}

#header_menu li a {
	text-decoration: none;
	padding-top:2px;
	line-height:150%;
	font: 200%;
}

#header_menu a:hover {
	background: rgb(224,224,224);
}



#menu_Start {
	color:rgb(254,191,40);
}

#menu_Order {
	color:rgb(255,23,5);
}

#menu_Contact {
	color:rgb(255,100,50);
}

#menu_Bilder {
	color:rgb(140,255,140);
}

#menu_Kurser {
	color:rgb(89,130,255);
}

#menu_Nyheter {
	color:rgb(249,91,173);
}


ul#book_grid {
  padding: 0;
  list-style: none;
  margin-left:-15px;
  /*margin: 20px auto 0;
  width: 465px;  */
  }

 
#book_grid li {
  float: left;
  margin: 10px 15px 10px 10px;
  display: inline-block;
} 

#book_grid li a:focus {
  outline-style: none; 
  -moz-outline-style:none; 
}


#book_grid li img {
  background-color: white;
  padding: 0; margin: 0;
  
  max-width: 140px;
  max-height: 165px;

  -moz-box-shadow: 5px 5px 3px #666;
  -webkit-box-shadow: 5px 5px 3px #666;
  box-shadow: 5px 5px 3px #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')"; 
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}

#book_grid li#fortfarande img {
  max-width: 160px;
  max-height: 227px;
}  

#book_grid li#trotsallt img {
  max-width: 160px;
  max-height: 227px;
}  

#book_grid li#dagligtmanna img {
  max-width: 227px;
  max-height: 227px;
}  

#book_grid li#eden img {
  max-width: 165px;
  max-height: 165px;
}  
 
#book_grid li#kreativitet img {
  max-width: 165px;
  max-height: 165px;
  /*margin-top: 90px;*/
}

#book_grid li#ljudbok img {
  margin-top:30px;
  max-width: 140px;
  max-height: 140px;
}

#book_grid li#granbok img {
  max-width: 240px;
  max-height: 165px;
}

#book_grid li a:hover img {
  opacity:0.5; filter:alpha(opacity=50);
}



.book_image  img {
  -moz-box-shadow: 5px 5px 3px #666;
  -webkit-box-shadow: 5px 5px 3px #666;
  box-shadow: 5px 5px 3px #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')"; 
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}

.book_image a:hover img {
  opacity:0.5; filter:alpha(opacity=50);
}


.fine_print {
  font-size: 75%;
}


/* Image styles: */
img {  
	border-style: none;
}




/*  Forms, on the Bestallningar page: */


#Order .Books input.Numbers {
	width: 1.8em;
	margin-top: 3px;
	margin-bottom: 3px;
}

#Order .Books input.Totals {
	width: 5em;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:right;
}

#Order .Books input.Totals_Final {
	width: 5em;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:right;
}

#FormErrorBlock {
	visibility:hidden;
}


#Order2 .Books input.Numbers {
	width: 1.8em;
	margin-top: 3px;
	margin-bottom: 3px;
}

#Order2 .Books input.Totals {
	width: 5em;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:right;
}

#Order2 .Books input.Totals_Final {
	width: 5em;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:right;
}


#FormErrorBlock2 {
	visibility:hidden;
}


.modal.fade{
    -webkit-transition: opacity .2s linear, none;
    -moz-transition: opacity .2s linear, none;
    -ms-transition: opacity .2s linear, none;
    -o-transition: opacity .2s linear, none;
    transition: opacity .2s linear, none;
    top: 50%;
}
