/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    padding: 0;
    margin: 0;
    background: white;
}
html, body, select, button, input {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

#header {
    color: #4b3722;
    background: #fffaf4;
    position: relative;
    font-family: "KingthingsCalligraphica";
    border-bottom: 1px solid #ebdfcb;
}

#header-top { position: relative; }

#nav {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 3;
    font-size:1.3em;
    background: rgba(235,223,203,0.9);
    border-bottom: 1px solid #ebdfcb;
}

@media only screen and (min-width: 30em) {
    #nav > ul > li {
        display: inline;
    }
}
#nav > ul > li:before {
    content: "•";
    padding: 0 0.5em;
}

#nav > ul > li:first-child:before {
    background: url(../resources/home.png?ver=1376617862) no-repeat left bottom;
    content: " ";
    display: inline-block;
    height: 18px;
    margin-bottom: -0.1em;
    padding: 0 0.2em 0 0;
    width: 22px;
}

#nav > ul {
    margin: 0 auto;
    max-width: 46.1em;
    padding: 0.4em 1.1em;
    list-style: none;
}

#nav a:link {
    text-decoration:none;
}
#nav a:visited {
    text-decoration:none;
}
#nav a:hover {
    text-decoration:none;
}
#nav a:active {
    text-decoration:none;
}



#sunflower-back {
   position:absolute;
   bottom:0;
   right: 0;
   width:35%;
   height:auto;
   z-index:1;
}


h1 {
    position: relative;
    margin: 0 auto;
    max-width: 40em;
    padding: 0.5em 2em 0.5em;
    z-index:2;
    font-weight: light;
    color: #d51d2c;
    font-size: 1.5em;font-family: "KingthingsCalligCalligraphica"; font-weight: normal;
    text-align: center;
}
@media only screen and (max-width: 41.75em) /* < bodge bodge bodge width of text in em! */ {
    h1 { padding-top: 3.4em; }
}
@media only screen and (min-width: 30em) and (min-height: 31em) {
    h1 { padding-top: 2.4em; }
}


.index h1 {
    max-width: 20em;
    padding: 4em 50px;
    font-size: 3em;
}
@media only screen and (max-width: 25em) {
    .index h1 {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 30em) {
    h1 { padding-top: 0.3em; }
    .index h1 {
        padding: 0.3em 50px;
    }
}
@media only screen and (min-width: 30em) and (min-height: 31em) {
    #nav {
        position: fixed;
    }
}

.index  h1 #sunflower-back {
    width: 50%;
}

h1 .ir { overflow: visible; }
h1 .ir:before { display:none; }


@media only screen and (min-width: 933px) {
    .index h1 > span {
        background: no-repeat url(../resources/title.png?ver=1376617863);
        width: 833px;
        height: 169px;
        display: inline-block;
    }
    .index h1 .ir { overflow: hidden; }
    .index h1 .ir:before { display:block; }
}


#column {
    max-width: 60em;
    margin: 2em auto;
    padding: 0 1.5em;
}

#column > .section {
    background: #fffaf4;
    margin: 1.5em 0;
    padding: 0 1.5em;

    border: 1px solid #ebdfcb;
/*     border: 3px solid #11b053; */
}

@media only screen and (min-width: 25em) {
    #nav > ul {
        padding: 0.4em 2.3em;
    }
    #column {
        padding: 0 3em;
    }
    #column > .section {
        font-size: 1.2em;
        margin: 2em 0;
        padding: 0 2em;
    }
}

#column > .section > :last-child {
    margin-bottom: 2em;
}

.section > p:first-child {
    margin-top: 2em;
}
h2 {
    margin: 1.53em 0 0.5em;
    font-size: 1.3em;
    font-family: "KingthingsCalligraphica";
}

h3 {font-size: 1.1em;
font-weight: normal;
font-style: italic;}

p, ul {
    margin: 1em 0;
}

td {
    vertical-align: baseline;
}

.thinspace {
    display: inline-block;
    width: 0.1em;
}

a:link {
    color: #2985e0;
}
a:visited {
    color: #2985e0;
}
a:hover {
    color: #2985e0;
}
a:active {
    color: #2985e0;
}

@font-face {
    font-family: 'KingthingsCalligraphica';
    src: url(Kingthings_Calligraphica_Light-webfont.eot?ver=1376617862);
    src: url(Kingthings_Calligraphica_Light-webfont.eot?#iefix?ver=) format('embedded-opentype'),
         url(Kingthings_Calligraphica_Light-webfont.woff?ver=1376617862) format('woff'),
         url(Kingthings_Calligraphica_Light-webfont.ttf?ver=1376617862) format('truetype'),
         url(Kingthings_Calligraphica_Light-webfont.svg#KingthingsCalligraphicaLight?ver=) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KingthingsCalligraphica';
    src: url(Kingthings_Calligraphica_2-webfont.eot?ver=1376617862);
    src: url(Kingthings_Calligraphica_2-webfont.eot?#iefix?ver=) format('embedded-opentype'),
         url(Kingthings_Calligraphica_2-webfont.woff?ver=1376617862) format('woff'),
         url(Kingthings_Calligraphica_2-webfont.ttf?ver=1376617862) format('truetype'),
         url(Kingthings_Calligraphica_2-webfont.svg#KingthingsCalligraphica2Rg?ver=) format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'KingthingsCalligCalligraphica';
    src: url(Kingthings_Calligraphica_Italic-webfont.eot?ver=1376617862);
    src: url(Kingthings_Calligraphica_Italic-webfont.eot?#iefix?ver=) format('embedded-opentype'),
         url(Kingthings_Calligraphica_Italic-webfont.woff?ver=1376617862) format('woff'),
         url(Kingthings_Calligraphica_Italic-webfont.ttf?ver=1376617862) format('truetype'),
         url(Kingthings_Calligraphica_Italic-webfont.svg#KingthingsCalligCalligraphica?ver=) format('svg');
    font-weight: normal;
    font-style: normal;
}




#passwordprompt {
    background: rgba(100, 100, 100, 0.8);
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
    padding: 0 1em;
}
#passwordprompt > div {
  background: white; max-width: 30em; margin: 2em auto;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  padding: 3em 3em 4em;
}
#passwordprompt form > p {
  text-align: center;
}


.cakeperson { font-style:italic; }


input { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.disabled { color: #aaaaaa; }


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*  *** */


.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
  }


.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(themes.gif?ver=) no-repeat left top;
  margin-top: -45px;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


.rslides_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.rslides_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Filtered by PHP */