/* @group Reset Stylesheet */

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }
/* @end */


@font-face {
	font-family: 'ClassicRoundMedium';
    src: url('misc/classicround-medium-webfont.eot');
    src: local('☺'),,
    	 url('misc/classicround-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('misc/classicround-medium-webfont.woff') format('woff'),
         url('misc/classicround-medium-webfont.ttf') format('truetype'),
         url('misc/classicround-medium-webfont.svg#ClassicRoundMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font:14px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }



/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }



/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { 
	overflow-y: scroll; 
	}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { 
	outline: none; 
	}

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { 
	margin: 0; 
	list-style:none; 
	list-style-image: none; 
	}

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #fff2ca; color:#333; text-shadow: none; }
::selection { background:#fff2ca; color:#333; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }




body, select, input, textarea {
	color: #333;
	font-family: ClassicRoundMedium;
	}

h1, h2, h3, h4, h5, h6 {  }

h1 {
	font-size: 2.615em;
	line-height: 110%;
	}
	
h2 {
	font-size: 2.143em;
	padding-bottom: 18px;
	}
	
h2.divider {
	border-top: solid 1px #e9e2c7;
	padding: 7px 0 10px 0;
	}
h4 {
    font-size: 0.786em;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;

}
.align_left {
    float: left;
}	
#flowpanes div h1	{
	padding-top: 35px;
	margin-bottom: 10px;
	}

p {
	margin-bottom: 15px;
	line-height: 130%;
	}
	
#caption-text h1 {
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
	}
	
a, a:active, a:visited { 
	color: #b41c41; 
	}
	
a:hover { 
	color: #333; 
	}

#container {
	width: 980px;
	margin: 0 auto;
	}

#main-header {
	width: 980px;
	height: 178px;
	background: url(img/bg_header.jpg) no-repeat;
	}
	
#logo a {
	float: left;
	background: url(img/logo.png) no-repeat;
	width: 259px;
	height: 55px;
	margin: 77px 0 0 271px;
	text-indent: -9999px;
	}
	
#main-header nav { 
	float: left;
	width: 469px;
	margin: 10px 0 0 271px;
	}
	
#main-header nav li { 
	list-style-type: none; 
	display: inline; 
	margin: 0;
	padding: 0 16px 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	} 
	
#main-header nav li a { 
	text-decoration: none;
	} 
	
#main-header nav li a:hover,
#main-header nav li a.current { 
	color: #548644;
	}
	
#main {
	width: 960px;
	margin: 0 auto;
	} 
	
#main .content {
	background: url(img/bg_main.png) repeat-y;
	}
	
#main .top {
	width: 960px;
	height: 7px;
	background: url(img/bg_container_top.png) no-repeat;
	}

#main .brown {
	height: 5px;
	background: url(img/bg_container_brown_top.png) no-repeat center;
	} 
	
#main .bottom {
	width: 960px;
	height: 10px;
	margin: 0 0 20px 0;
	background: url(img/bg_container_bottom.png) no-repeat center;
	} 
	
#main .content-container {
	width: 880px;
	margin: 30px 40px 0px 40px;
	padding: 0 0 20px 0;
	}
	
#main .highlight-container {
	width: 880px;
	margin: 0 0 0 0;
	padding: 10px 0 20px 0;
	overflow: hidden;
	}	
	
#main .highlight-container .text {
	float: left;
	width: 660px;
	}
	
#main .with-right p {
	float: left;
	width: 420px !important;
	margin-right: 40px;
	}
	
#main .info-box {
	float: right;
	width: 200px;
	}
	
#main .info-box p {
	width: 200px !important;
	margin: 0;
	padding: 0 0 3px 0;
	}	
	
#main .info-box ul {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#main .info-box ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.929em;
	}	

#slider {
	width: 940px;
	height: 236px;
	margin: 0 10px 0 10px;
	background: url(img/bg_brown.jpg) no-repeat center;
	}
	
#caption-text {
	width: 880px;
	padding: 30px 40px 30px 40px;
	background: url(img/bg_brown.jpg) no-repeat center top;
	}
	
#caption-text .text {
	float: left;
	width: 660px;
	padding: 0;
	}

#shelf-bottom {
	width: 960px;
	height: 16px;
	margin: 0;
	background: url(img/bg_shelf.jpg) no-repeat center;
	}	
	
#news-container {
	float: left;
	width: 440px;
	}
	
#container-right {
	float: right;
	width: 410px;
	}
	
#news-container figure {
	float: left;
	text-align: center;
	width: 67px;
	height: 51px;
	margin: 0 13px 0 0;
	background: url(img/bg_date.png) no-repeat;
	}
	
#news-container figure p.year {
	color: #548644;
	font-weight: bold;
	font-size: 0.857em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #fff1c8;
	margin: 0;
	padding: 8px 0 0 0;
	}
#news-container figure p.date {
	color: #333;
	font-weight: bold;
	font-size: 1.286em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
		
#news-container article .news {
	float: left;
	width: 360px;
	margin: 0 0 10px 0;
	}
	
a.read-more {
	font-size: 0.786em;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	}

section header {
	width: auto;
	height: auto;
	background: none;
	}

.banner {
	width: 270px;
	padding: 0 0 0 140px;
	}
	
a.button-green {
	color: #fff;
	background: #548644;
	padding: 7px 15px 7px 15px;
	text-shadow: 1px 1px #3b5e30;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
a:hover.button-green {
	color: #fff;
	background: #b41c41;
	text-shadow: 1px 1px #941735;
	}
	
#flowpanes div .button-green {
	margin-top: 20px;
	}	

#iphone {
	height: 154px;
	background: url(img/banner_ipad_iphone.png) no-repeat; 
	}
	
.box {
	float: left;
	background: #ede8d2;
	padding: 10px;
	margin: 0 20px 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	}
	
.box figcaption {
	padding: 4px 0 0 0;
	}

.box figcaption a {
	text-decoration: none;
	font-weight: bold;
	}
	
.highlight-container .box {
	margin: 0 30px 0 0;	
	}

#supersized-loader { 
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:10; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;}
	
#supersized { 
	position:fixed; 
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; 
	}
	
#supersized img { 
	height:auto; 
	width:auto; 
	position:absolute; 
	bottom:0; 
	outline:none; 
	border:none; 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality; 
	}

footer {
	padding: 0 0 20px 0 ;
	}	 
	
footer .logo-soderstroms {
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 35px;
	text-indent: -9999px;
	background: url(img/sets_logo.png) no-repeat;
	}	 



#flowtabs {
	float: left;
	width: 218px;
	height: 236px;
	margin: 0 !important; 
	padding: 0;	
	border-left: solid 1px #bd9e79;
	}

#flowtabs li {  
	margin: 0; 
	padding: 0; 
	text-indent: 0; 
	list-style-type: none;
}

#flowtabs li a {
	background: url(img/nav_slider.png) no-repeat;
	display: block;
	height: 58px;   
	width: 218px; 	
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	border-bottom: solid 1px #bd9e79;
	}

#flowtabs #t1 { 
	background-position: 0 -248px; 
	}

#flowtabs #t2 { 
	background-position: 0 -86px; 
	}

#flowtabs #t3 { 
	background-position: 0 -168px; 
	}

#flowtabs #t4 { 
	height: 59px;  
	background-position: 0 -11px; 
	border-bottom: none;
}

#flowtabs #t1:hover,
#flowtabs #t2:hover,
#flowtabs #t3:hover,
#flowtabs #t4:hover,
#flowtabs a.current,
#flowtabs #t1.current,
#flowtabs #t2.current,
#flowtabs #t3.current,
#flowtabs #t4.current 	{ 
	background-color: rgb(152, 71, 45)  !important;
   	background-color: rgba(152, 71, 45, 0.1) !important;
   	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
 }

#flowpanes {
	float: left;
	width: 720px;
	height: 236px;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	}

#flowpanes .items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#flowpanes div {
	float: left;
	display: block;	
	color: #000;	
	width: 690px;
	margin: 0;
	padding: 0 30px 0 0;
	}

#flowpanes div .book {
	float: left;
	width: 250px;
	height: 236px;
	margin: 0;
	padding: 0 0 0 0px;
	}

#flowpanes div .book img {
	margin: 0;
	padding: 0 0 0 27px;
	}


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
#bookpic {
    width: 190px;
    float: left;
    margin-right: 30px;
}
#booktext {
    float: left;
    width: 660px;
}
.authorpic {
    width: 300px;
    float: left;
}
.authortext {
    width: 600px;
    float: left;
}
#reviews {
    margin-left: 220px;
}
ul.MarkupPagerNav  {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    overflow: hidden;
}
ul.MarkupPagerNav li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
ul.MarkupPagerNav li a {
    float: left;
    padding: 5px;
    display: block;
}
em {
    font-style: italic;
}
.blogpost {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
}

.modal-header h3 {
    font-size: 18px;
    font-weight: bold;
}
.booklist {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.booklistimg {
    float: left;
    margin-right: 5px;
    width: 100px;
}

#calendar {
	margin: 20px;
	width: 860px;
	height: 600px;
	position: relative;
	background: url(../img/kalenderbg.jpg) 0px -100px no-repeat;
}
#calendar .lucka {
	text-align: center;
}

.lucka a, lucka a:visited {
	padding: 15px 25px;
	border: 1px dashed #999;
	color: #000;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;	
}
.lucka a:hover {
	border-color: #990000;
	color: #990000;
}
.lucka1 {
	position: absolute; 
	top: 30px;
	right: 30px;
}
.lucka2 {
	position: absolute; 
	bottom: 30px;
	right: 430px;
}
.lucka3 {
	position: absolute; 
	top: 120px;
	left: 25px;
}
.lucka4 {
	position: absolute; 
	top: 300px;
	left: 630px;
}
.lucka5 {
	position: absolute; 
	top: 30px;
	left: 200px;
}
.lucka6 {
	position: absolute; 
	bottom: 100px;
	right: 290px;
}
.lucka7 {
    position: absolute; 
	top: 10px;
	right: 280px;
}
.lucka8 {
    position: absolute; 
	bottom: 300px;
	right: 10px;
}
.lucka9 {
    position: absolute; 
	bottom: 80px;
	left: 220px;
}
.lucka10 {
    position: absolute; 
	top: 80px;
	right: 110px;
}
.lucka11 {
    position: absolute; 
	bottom: 110px;
	left: 70px;
}
.lucka12 {
    position: absolute; 
	top: 120px;
	left: 300px;
}
.lucka13 {
    position: absolute; 
	bottom: 180px;
	left: 500px;
}
.lucka14 {
    position: absolute; 
	bottom: 10px;
	right: 700px;
}
.lucka15 {
    position: absolute; 
	bottom: 200px;
	left: 100px;
}
.lucka16 {
    position: absolute; 
	bottom: 100px;
	right: 110px;
}
.lucka17 {
    position: absolute; 
	bottom: 10px;
	right: 10px;
}
.lucka18 {
    position: absolute; 
	top: 200px;
	right: 180px;
}
.lucka19 {
    position: absolute; 
	bottom: 400px;
	left: 500px;
}
.lucka20 {
    position: absolute; 
	top: 10px;
	left: 10px;
}
.lucka21 {
    position: absolute; 
	bottom: 300px;
	left: 450px;
}
.lucka22 {
    position: absolute; 
	top: 180px;
	left: 120px;
}
.lucka23 {
    position: absolute; 
	bottom: 180px;
	right: 10px;
}
.lucka24 {
    position: absolute; 
	bottom: 200px;
	left: 300px;
}