/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4, 
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.access {
  position: absolute;
  left: -9999px;
}
.ir {
  display: block;
  text-indent: -9999px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'simp';
  src: url('../fonts/lars_tornqvist_typografi_-_simpliciter_sans-webfont.eot');
  src: url('../fonts/lars_tornqvist_typografi_-_simpliciter_sans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lars_tornqvist_typografi_-_simpliciter_sans-webfont.woff') format('woff'), url('../fonts/lars_tornqvist_typografi_-_simpliciter_sans-webfont.ttf') format('truetype'), url('../fonts/lars_tornqvist_typografi_-_simpliciter_sans-webfont.svg#simpliciter_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ********** TAGS */
body {
  background: #fff;
  color: #000;
  font: normal 12px/14px 'gill', sans-serif;
}
a {
  color: #1fa0b3;
  text-decoration: none;
}
a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1fa0b3;
  font-family: simp;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h2 {
  font-size: 18px;
}
/* ********** BITS */
.ir {
  display: block;
  text-indent: -9999px;
}
.assistive-text {
  position: absolute;
  left: -9999px;
}
.bb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin-right: 15px;
}
.alignright {
  float: right;
}
img.alignright {
  margin-left: 15px;
}
strong {
  font-weight: bold;
}
/* ********** PAGE */
#page {
  margin: 46px auto;
  max-width: 800px;
  width: 100%;
}
#primary {
  clear: left;
  overflow: hidden;
}
.inner {
  margin: 0 auto;
  width: 630px;
}
/* ********** NAVS */
nav li.current_page_item a,
nav li.current_page_parent > a,
nav li a:hover {
  color: #1fa0b3;
}
nav li a {
  color: #000;
}
/* ********** HEADER */
#branding #logo {
  display: block;
  text-indent: -9999px;
  background: url(../images/logo.png);
  height: 183px;
  margin: 0 auto;
  width: 198px;
}
#branding #access {
  border-bottom: 1px solid #1fa0b3;
  float: left;
  margin-top: 32px;
  padding-bottom: 19px;
  width: 100%;
}
#branding #access ul > li {
  float: left;
  font: normal 14.5px simp;
  position: relative;
  text-align: center;
  width: 14%;
}
#branding #access ul > li a {
  display: block;
}
#branding #access ul > li:hover ul {
  opacity: 1;
}
#branding #access ul > li ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #d9ebf0;
  left: 10px;
  padding: 20px;
  position: absolute;
  opacity: 0;
  top: 20px;
  width: 225px;
  z-index: 50;
}
#branding #access ul > li ul li {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  width: 100%;
}
/* ********** CONTENT */
#content .plain article img {
  margin: 0;
}
#content .plain article img.alignleft {
  float: left;
  margin-right: 15px;
}
img#content .plain article img.alignleft {
  margin-right: 15px;
}
#content .plain article img.alignright {
  float: right;
  margin-left: 15px;
}
img#content .plain article img.alignright {
  margin-left: 15px;
}
#content article {
  border-bottom: 1px solid #1fa0b3;
  padding-bottom: 35px;
  padding-top: 31px;
  float: left;
  width: 100%;
}
#content article p {
  font-size: 13.5px;
  line-height: 19px;
  padding-bottom: 19px;
}
#content article p img.size-full {
  margin-bottom: 0;
}
#content article .entry-title {
  font-size: 24px;
  line-height: 18px;
  padding-bottom: 12px;
}
#content article img {
  margin: 12px 0;
}
#content article img.alignleft {
  margin-right: 15px;
}
#content article img.size-full {
  height: auto;
  max-width: 100%;
}
/* ********** SLIDES */
.page-id-20 #branding #access {
  border: none;
}
.page-id-20 #content {
  background: #e617ae;
}
.page-id-20 #content #gallery-nav a {
  color: #fff;
}
#content #slides {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 466px;
  position: relative;
}
#content #slides.thumbnail {
  background: #f0efef;
  margin-top: 32px;
}
#content #slides article {
  border: 0;
  left: 0;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  z-index: 0;
}
#content #slides article .blurb {
  margin: 0 auto;
  width: 563px;
}
#content #slides article .blurb p {
  font-size: 10px;
  line-height: 14px;
}
#content #slides article iframe {
  height: 420px;
  position: relative;
  width: 600px;
  z-index: 0;
}
#content #slides article figure {
  height: 420px;
  position: relative;
  text-align: center;
}
#content #slides article figure img {
  margin-top: 0;
}
#content #gallery-nav {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 600px;
}
#content #gallery-nav.thumbnail {
  border: 1px solid #1fa0b3;
  overflow: hidden;
  padding-bottom: 0;
  width: 630px;
}
#content #gallery-nav.thumbnail li {
  float: left;
}
#content #gallery-nav.thumbnail li a,
#content #gallery-nav.thumbnail li img {
  float: left;
}
#content #gallery-nav.thumbnail li a {
  border-right: 1px solid #fff;
}
#content #gallery-nav li {
  font-size: 10px;
  line-height: 14px;
}
#content #gallery-nav li.selected a,
#content #gallery-nav li a:hover {
  color: #000;
}
/* ********** BOOKS */
#slideshow {
  height: 386px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
#slideshow img {
  position: absolute;
  top: 32px !important;
}
.books #content article {
  float: left;
  padding-top: 0;
  width: 500px;
}
.books #content #book-thumbnail {
  float: right;
  width: 113px;
}
