/*
Theme Name: Jennifer Storm
Author: Factory 44
*/
/**
 * =============================================================================
 * RESET
 * =============================================================================
 */
html, body, div, span, a, img, h1, h2, h3, h4, h5, h6, hgroup, p, dl, dialog, dt, dd, ol, ul, li, abbr, acronym, address, b, big, blockquote, cite, code, del, dfn, em, i, ins, kbd, pre, q, samp, tt, var, small, strong, sub, sup, object, iframe, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, figure, menu, time, mark, audio, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0; }

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

del, ins {
  text-decoration: none; }

ol, ul {
  list-style: none; }

nav ul {
  list-style-type: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  background-color: transparent;
  width: auto;
  height: auto; }

:focus {
  outline: 0; }

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

blockquote, q {
  quotes: "" ""; }

input {
  margin: 0; }

/**
 * =============================================================================
 * TYPOGRAPHY
 * =============================================================================
 */
body {
  color: #333333;
  font: 75% "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 30px;
  line-height: 32px;
  margin: 22px 0 11px 0;
  color: #243d80; }

h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 27.5px 0 11px 0;
  color: #243d80; }

h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 33px 0 11px 0;
  color: #243d80; }

h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 33px 0 11px 0;
  color: #243d80; }

h5 {
  font-size: 14px;
  line-height: 18px;
  margin: 22px 0 0 0; }

h6 {
  font-size: 14px;
  line-height: 18px;
  margin: 22px 0 0 0; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0; }

h1 + h2,
h2 + h3 {
  margin-top: 0; }

p, pre, address {
  font-size: 14px;
  line-height: 22px; }

p {
  hyphenate: auto;
  hyphenate-lines: 3; }

p + p,
ul + p,
ol + p {
  margin-top: 22px; }

ul, ol, dl, dialog {
  font-size: 14px;
  line-height: 22px;
  margin-top: 22px;
  margin-bottom: 22px; }

li ul, li ol, ul ul, ol ol {
  margin-top: 0;
  margin-bottom: 0; }

li h1 ul, li h1 ol, li h2 ul, li h2 ol, li h3 ul, li h3 ol,
li h4 ul,
li h4 ol, li h5 ul, li h5 ol, li h6 ul, li h6 ol,
#content ul,
#content ol {
  margin-left: 1.5em;
  margin-bottom: 0; }
li h1 ul, li h2 ul, li h3 ul,
li h4 ul, li h5 ul, li h6 ul,
#content ul {
  list-style: disc outside; }
li h1 ol, li h2 ol, li h3 ol,
li h4 ol, li h5 ol, li h6 ol,
#content ol {
  list-style: decimal outside; }

dt {
  font-weight: bold; }

h2 + ul {
  margin-top: 0; }

form, legend, label {
  font-size: 14px;
  line-height: 22px; }

legend {
  font-weight: bold; }

input, select, button, textarea {
  border: 0;
  padding: 5px;
  font: 14px "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif; }

input[type="submit"], button {
  background: #444;
  color: #eee;
  cursor: pointer; }
  input[type="submit"]:hover, button:hover {
    background: #000; }

table {
  font-size: 14px;
  font: inherit;
  width: 100%; }

caption {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px; }

th, thead {
  font-weight: bold; }

a:link {
  color: #243d80; }

a:visited {
  color: #243d80; }

a:hover {
  color: #971d0e; }

a:active {
  color: #971d0e; }

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited {
  text-decoration: none; }

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

b, strong {
  font-weight: bold; }

cite, dfn, em, i {
  font-style: italic; }

code, kbd, samp, pre, tt, var {
  font-family: Monaco, "Courier New", monospace; }

blockquote {
  padding: 18px 36px; }

hr {
  height: 4px;
  margin: 18px 0 14px 0;
  border: none;
  background: #ddd;
  width: 100%; }

small {
  font-size: 11px; }

abbr, code, kbd, samp, small, var {
  line-height: 15px; }

pre {
  white-space: pre; }

del {
  text-decoration: line-through; }

mark {
  background: rgba(255, 255, 0, 0.4);
  padding: 0 .25em; }

ins {
  color: #f00; }

small, sup, sub {
  font-size: 80%; }

big {
  font-size: 125%;
  line-height: 80%; }

abbr, acronym {
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: .1em; }

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

sup, sub {
  line-height: 0; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

/**
 * =============================================================================
 * LAYOUT
 * =============================================================================
 */
html {
  background: #172753; }

body {
  background: white url(images/bg-body.png) repeat-x; }

.wrapper {
  margin: 0 auto;
  width: 900px; }

#branding {
  height: 134px; }
  #branding .wrapper {
    position: relative; }
  #branding #site-name {
    background: url(images/logo.png);
    margin: 0;
    left: 20px;
    padding: 0;
    position: absolute;
    top: 26px; }
    #branding #site-name, #branding #site-name a {
      display: block;
      height: 69px;
      width: 398px; }
    #branding #site-name a b {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }
  #branding p#tagline,
  #branding p#skip-links {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  #branding nav#access {
    top: 106px;
    left: 40px;
    position: absolute;
    z-index: 10; }
    #branding nav#access h3 {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }
    #branding nav#access ul {
      height: 27px;
      margin: 0;
      width: 632px; }
      #branding nav#access ul li {
        display: inline; }
        #branding nav#access ul li a {
          background: url(images/menu.png);
          display: block;
          float: left;
          height: 27px; }
          #branding nav#access ul li a span {
            position: absolute !important;
            clip: rect(1px 1px 1px 1px);
            /* IE6, IE7 */
            clip: rect(1px, 1px, 1px, 1px); }
        #branding nav#access ul li#menu-item-473 a {
          width: 66px;
          background-position: 0 0; }
        #branding nav#access ul li#menu-item-477 a {
          width: 91px;
          background-position: -66px 0; }
        #branding nav#access ul li#menu-item-476 a {
          width: 64px;
          background-position: -157px 0; }
        #branding nav#access ul li#menu-item-505 a {
          width: 58px;
          background-position: -221px 0; }
        #branding nav#access ul li#menu-item-534 a {
          width: 68px;
          background-position: -279px 0; }
        #branding nav#access ul li#menu-item-474 a {
          width: 140px;
          background-position: -347px 0; }
        #branding nav#access ul li#menu-item-475 a {
          width: 145px;
          background-position: -487px 0; }
        #branding nav#access ul li#menu-item-473 a:hover {
          background-position: 0 -27px; }
        #branding nav#access ul li#menu-item-477 a:hover {
          background-position: -66px -27px; }
        #branding nav#access ul li#menu-item-476 a:hover {
          background-position: -157px -27px; }
        #branding nav#access ul li#menu-item-505 a:hover {
          background-position: -221px -27px; }
        #branding nav#access ul li#menu-item-534 a:hover {
          background-position: -279px -27px; }
        #branding nav#access ul li#menu-item-474 a:hover {
          background-position: -347px -27px; }
        #branding nav#access ul li#menu-item-475 a:hover {
          background-position: -487px -27px; }
        #branding nav#access ul li#menu-item-473.current-menu-item a, #branding nav#access ul li#menu-item-473.current-page-ancestor a {
          background-position: 0 -54px; }
        #branding nav#access ul li#menu-item-477.current-menu-item a, #branding nav#access ul li#menu-item-477.current-page-ancestor a {
          background-position: -66px -54px; }
        #branding nav#access ul li#menu-item-476.current-menu-item a, #branding nav#access ul li#menu-item-476.current-page-ancestor a {
          background-position: -157px -54px; }
        #branding nav#access ul li#menu-item-505.current-menu-item a, #branding nav#access ul li#menu-item-505.current-page-ancestor a, body.single-post #branding nav#access ul li#menu-item-505 a, body.archive #branding nav#access ul li#menu-item-505 a {
          background-position: -221px -54px; }
        #branding nav#access ul li#menu-item-534.current-menu-item a, #branding nav#access ul li#menu-item-534.current-page-ancestor a {
          background-position: -279px -54px; }
        #branding nav#access ul li#menu-item-474.current-menu-item a, #branding nav#access ul li#menu-item-474.current-page-ancestor a {
          background-position: -347px -54px; }
        #branding nav#access ul li#menu-item-475.current-menu-item a, #branding nav#access ul li#menu-item-475.current-page-ancestor a {
          background-position: -487px -54px; }
        body.single-post #branding nav#access ul li#menu-item-505 a {
          background-position: -221px -54px; }
        body.single-event #branding nav#access ul li#menu-item-534 a {
          background-position: -279px -54px; }

#main {
  background: url(images/bg-main-top.png) center top no-repeat; }
  #main .outer-wrapper {
    background: url(images/bg-main-bottom.png) center bottom no-repeat; }
  #main .wrapper {
    background: white url(images/bg-main.png) no-repeat; }
  #main .inner-wrapper {
    background: url(images/bg-secondary.png) 580px 108px no-repeat;
    position: relative; }
    #main .inner-wrapper:before, #main .inner-wrapper:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    #main .inner-wrapper:after {
      clear: both; }
    #main .inner-wrapper {
      zoom: 1; }

#subnav {
  background: url(images/jen.png) right top no-repeat;
  float: right;
  margin: 108px 0 0 0;
  padding: 235px 20px 0 20px;
  position: relative;
  margin-top: -107px;
  width: 280px;
  z-index: 10; }
  #subnav h3 {
    border-bottom: 3px double #cccccc;
    border-top: 3px double #cccccc;
    color: #971d0e;
    font-size: 12px;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase; }
    #subnav h3 a {
      color: #971d0e;
      display: block;
      margin: -3px 0;
      padding: 3px 0;
      text-align: center;
      text-decoration: none; }
      #subnav h3 a:hover {
        background: #fef2d1; }
      #subnav h3 a.current_page_item {
        background: #f6de9e; }
  #subnav ul {
    margin: 0 0 40px 0; }
    #subnav ul li {
      border-bottom: 1px solid #cccccc;
      font-size: 13px;
      padding: 1px 0; }
      #subnav ul li a {
        display: block;
        color: #333333;
        padding: 1px 10px 1px 20px;
        text-decoration: none; }
        #subnav ul li a:hover {
          background: #fef2d1; }
      #subnav ul li.current_page_item a, #subnav ul li.current_page_ancestor a {
        background: #f6de9e; }
    #subnav ul ul.children {
      display: none; }

#content {
  float: left;
  margin-top: 48px;
  min-height: 380px;
  padding: 30px 40px;
  width: 500px; }

#secondary {
  clear: right;
  float: right;
  padding: 0 20px;
  width: 280px; }

#footer {
  background: #1b2e61;
  color: white; }
  #footer > .wrapper {
    border-top: 30px solid white;
    padding: 25px 0;
    overflow: hidden; }
  #footer h3 {
    color: #a7b8e4;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin: 0 0 8px 0;
    text-transform: uppercase; }
  #footer p, #footer input, #footer li {
    font-size: 12px;
    line-height: 16px; }
    #footer p a, #footer input a, #footer li a {
      color: white; }
      #footer p a:hover, #footer input a:hover, #footer li a:hover {
        color: #efc676; }
  #footer #bio {
    float: left;
    margin-right: 40px;
    width: 540px; }
    #footer #bio img {
      border: 4px solid white;
      float: left;
      margin: 3px 18px 0 0; }
    #footer #bio p {
      line-height: 17px; }
  #footer #subscribe {
    float: left;
    margin-right: 40px;
    width: 150px; }
    #footer #subscribe input#email {
      margin-bottom: 8px;
      margin-top: 3px;
      padding: 4px 10px;
      width: 130px; }
    #footer #subscribe input#button {
      background: #efc676;
      border: 1px solid #eab85a;
      color: black;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0.05em;
      padding: 2px 8px;
      text-transform: uppercase;
      background: -webkit-gradient(linear, left top, left bottom, from(#efc676), to(#e7ae51)) fixed;
      background: -moz-linear-gradient(top, #efc676, #e7ae51) fixed;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efc676', endColorstr='#e7ae51'); }
      #footer #subscribe input#button:hover {
        background: #971d0e;
        border-color: #b00;
        color: white; }
  #footer #social {
    float: left;
    width: 130px; }
    #footer #social ul {
      margin: 0;
      padding-top: 2px; }
      #footer #social ul li {
        display: inline; }
        #footer #social ul li a {
          background-repeat: no-repeat;
          display: block;
          padding: 0 0 10px 24px;
          text-decoration: none; }
        #footer #social ul li.social-facebook a {
          background-image: url(images/icons/facebook.png); }
        #footer #social ul li.social-twitter a {
          background-image: url(images/icons/twitter.png); }
        #footer #social ul li.social-booking a {
          background-image: url(images/icons/calendar.png); }
        #footer #social ul li.social-email a {
          background-image: url(images/icons/email.png); }
  #footer #credits {
    background: #172753; }
    #footer #credits p {
      color: #4b64a6;
      font-size: 10px;
      line-height: 17px;
      padding: 30px 0; }
    #footer #credits a#factory44 {
      background: url(images/factory44.png) no-repeat;
      display: inline-block;
      height: 18px;
      text-decoration: none;
      vertical-align: middle;
      width: 77px; }
      #footer #credits a#factory44 span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px); }

/**
 * =============================================================================
 * HELPERS
 * =============================================================================
 */
hr.divider {
  display: none; }

.more-link, .post-edit-link {
  display: inline-block;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 11px;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none; }
  .more-link:link, .post-edit-link:link, .more-link:visited, .post-edit-link:visited {
    background: #dc9033;
    color: #333333; }
  .more-link:hover, .post-edit-link:hover {
    background: #971d0e;
    color: white; }

.post-edit-link {
  font-weight: bold;
  margin-top: 22px; }

p.entry-meta {
  color: #999999;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 22px;
  margin-top: -22px;
  margin-bottom: 11px; }
  p.entry-meta a {
    color: #333333; }
    p.entry-meta a:hover {
      color: #971d0e; }

.hidden {
  left: -9999px;
  position: absolute; }

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

p img {
  margin-bottom: 0.5em; }

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
  max-width: 100%;
  /* force fit */
  height: auto;
  /* maintain aspect ratio */ }

img.alignleft {
  margin-right: 20px; }

img.alignright {
  margin-left: 20px; }

.wp-caption {
  padding: .5em;
  text-align: center; }

.wp-caption img {
  margin: .25em; }

.wp-caption .wp-caption-text {
  margin: .5em; }

.wp-smiley {
  margin: 0; }

#content nav {
  font-size: 10px;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  border-bottom: 3px double #cccccc;
  border-top: 3px double #cccccc;
  display: block;
  overflow: hidden; }
  #content nav a {
    color: inherit;
    text-decoration: none; }
  #content nav a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 0 6px 0; }
    #content nav a:hover {
      color: #971d0e; }
  #content nav .nav-previous {
    float: left;
    width: 50%; }
  #content nav .nav-next {
    float: right;
    text-align: right;
    width: 50%; }
  #content nav#nav-above {
    margin: 18px 0; }
  #content nav#nav-below {
    margin: 30px 0 0 0; }
  #content nav .page-link {
    margin: 0 0 1em; }

#comments {
  margin-top: 30px;
  border-top: 10px sold #cccccc; }
  #comments h2 {
    margin: 0;
    padding: 20px 0; }
  #comments .comment-meta a {
    color: inherit; }
    #comments .comment-meta a:hover {
      color: #971d0e; }
  #comments ol, #comments li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #comments li {
    border-top: 1px dotted #cccccc;
    padding: 10px 0; }
  #comments ul.children {
    margin-top: 10px;
    margin-left: 30px; }
  #comments .comment footer {
    font-size: 11px; }
    #comments .comment footer cite {
      font-style: normal;
      font-weight: bold; }
    #comments .comment footer a.comment-edit-link {
      margin-left: 5px; }
  #comments .bypostauthor .comment-content {
    background: #cccccc; }
  #comments .reply .comment-reply-link {
    background: #dc9033;
    color: black;
    display: inline-block;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0 5px 5px 0;
    padding: 1px 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px; }
    #comments .reply .comment-reply-link:hover {
      background: #971d0e;
      color: white; }
    #comments .reply .comment-reply-link:active {
      margin: 5px 0 0 5px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

ol.commentlist + #respond {
  border-top: 10px solid #cccccc; }

#respond {
  padding-top: 20px; }
  #respond h3 {
    margin-bottom: 0; }
  #respond p.logged-in-as {
    font-size: 11px;
    margin: 0; }
  #respond #commentform {
    width: 520px; }
    #respond #commentform .form-allowed-tags {
      display: none; }
    #respond #commentform p {
      clear: both; }
    #respond #commentform p.comment-form-author,
    #respond #commentform p.comment-form-email,
    #respond #commentform p.comment-form-url,
    #respond #commentform p.comment-form-comment {
      overflow: hidden; }
      #respond #commentform p.comment-form-author label, #respond #commentform p.comment-form-author .required,
      #respond #commentform p.comment-form-email label,
      #respond #commentform p.comment-form-email .required,
      #respond #commentform p.comment-form-url label,
      #respond #commentform p.comment-form-url .required,
      #respond #commentform p.comment-form-comment label,
      #respond #commentform p.comment-form-comment .required {
        float: left;
        margin-right: 0.25em; }
      #respond #commentform p.comment-form-author input, #respond #commentform p.comment-form-author textarea,
      #respond #commentform p.comment-form-email input,
      #respond #commentform p.comment-form-email textarea,
      #respond #commentform p.comment-form-url input,
      #respond #commentform p.comment-form-url textarea,
      #respond #commentform p.comment-form-comment input,
      #respond #commentform p.comment-form-comment textarea {
        border: 1px solid #cccccc;
        float: right; }
      #respond #commentform p.comment-form-author input,
      #respond #commentform p.comment-form-email input,
      #respond #commentform p.comment-form-url input,
      #respond #commentform p.comment-form-comment input {
        margin-right: 100px;
        width: 300px; }
      #respond #commentform p.comment-form-author textarea,
      #respond #commentform p.comment-form-email textarea,
      #respond #commentform p.comment-form-url textarea,
      #respond #commentform p.comment-form-comment textarea {
        resize: vertical;
        width: 400px; }
    #respond #commentform #recaptcha_widget_div {
      border: 0;
      margin-left: 108px; }
      #respond #commentform #recaptcha_widget_div input {
        border-color: #333333 !important;
        margin-top: 5px;
        padding: 3px 0; }
    #respond #commentform .recaptchatable {
      border: 0 !important; }
    #respond #commentform #recaptcha-submit-btn-area {
      padding-top: 20px; }
    #respond #commentform input#submit {
      background: #dc9033;
      color: black;
      display: inline-block;
      font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
      letter-spacing: 1px;
      line-height: 14px;
      margin: 0 5px 5px 0;
      padding: 1px 5px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      margin-left: 108px;
      padding: 7px 12px; }
      #respond #commentform input#submit:hover {
        background: #971d0e;
        color: white; }
      #respond #commentform input#submit:active {
        margin: 5px 0 0 5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      #respond #commentform input#submit:active {
        margin-left: 113px; }

#content .gform_wrapper {
  background: #f0f0f0;
  clear: both;
  padding: 5px 20px 0 0; }
  #content .gform_wrapper h2.gsection_title {
    font-size: 18px;
    font-weight: normal; }
  #content .gform_wrapper .gform_heading {
    margin-bottom: 0; }
  #content .gform_wrapper label.gfield_label {
    margin-top: 15px; }
  #content .gform_wrapper input[type="text"],
  #content .gform_wrapper input[type="url"],
  #content .gform_wrapper input[type="email"],
  #content .gform_wrapper input[type="phone"],
  #content .gform_wrapper input[type="number"],
  #content .gform_wrapper input[type="password"],
  #content .gform_wrapper select,
  #content .gform_wrapper textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  #content .gform_wrapper input[type="submit"] {
    background: #dc9033;
    color: black;
    display: inline-block;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0 5px 5px 0;
    padding: 1px 5px;
    text-decoration: none;
    text-transform: uppercase; }
    #content .gform_wrapper input[type="submit"]:hover {
      background: #971d0e;
      color: white; }
    #content .gform_wrapper input[type="submit"]:active {
      margin: 5px 0 0 5px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  #content .gform_wrapper .gsection {
    border-bottom: 4px solid #e0e0e0;
    margin-bottom: 0;
    margin-top: 24px;
    padding-bottom: 0; }
  #content .gform_wrapper .gsection_description {
    font: normal 11px "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif; }
  #content .gform_wrapper .gform_footer {
    padding: 0 0 15px 20px; }
    #content .gform_wrapper .gform_footer input[type="submit"] {
      padding: 8px 16px;
      font-size: 12px; }
  #content .gform_wrapper .validation_error {
    padding: 10px 0 0 20px; }

#content #gforms_confirmation_message {
  font-size: 14px;
  margin: 20px 0;
  padding: 10px;
  width: auto; }

/**
 * =============================================================================
 * WIDGETS
 * =============================================================================
 */
aside + aside {
  margin-top: 40px; }
aside h3 {
  border-bottom: 3px double #cccccc;
  border-top: 3px double #cccccc;
  color: #971d0e;
  font-size: 12px;
  margin: 0;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase; }
  aside h3 i {
    color: #333333;
    text-transform: none;
    margin: 0 0.25em; }
  aside h3 a {
    color: inherit;
    display: block;
    margin: -3px 0;
    padding: 3px 0;
    text-align: center;
    text-decoration: none; }
    aside h3 a:link, aside h3 a:visited {
      color: inherit; }
    aside h3 a:hover, aside h3 a:active {
      background: #fef2d1; }

aside#books {
  margin-bottom: 32px; }
  aside#books ul {
    margin-top: 16px;
    overflow: hidden;
    text-align: center; }
    aside#books ul li {
      display: inline-block;
      margin: 0;
      padding: 0 30px; }
      aside#books ul li.latest {
        border-bottom: 1px solid #cccccc;
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
        padding: 0 0 15px 0;
        text-align: left; }
        aside#books ul li.latest img {
          float: left;
          margin: 0 20px 0 10px; }
        aside#books ul li.latest p {
          font-size: 12px;
          line-height: 18px;
          padding: 8px 0; }

aside#twitter h3 {
  color: #243d80; }
aside#twitter ul {
  margin: 0;
  padding: 0; }
aside#twitter li {
  font-style: italic;
  margin: 0;
  padding: 15px 20px;
  word-spacing: 0; }
  aside#twitter li a {
    text-decoration: none; }
    aside#twitter li a:hover {
      text-decoration: underline; }
  aside#twitter li a.aktt_tweet_time {
    font-size: 10px;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #dc9033;
    display: block;
    margin: 0 20px 0 0;
    text-align: right; }
    aside#twitter li a.aktt_tweet_time a {
      color: inherit;
      text-decoration: none; }
    aside#twitter li a.aktt_tweet_time:hover {
      color: #971d0e; }
  aside#twitter li.aktt_more_updates {
    display: none; }

aside#search form {
  padding: 20px 20px 0 20px; }
aside#search input {
  display: inline-block;
  vertical-align: top; }
aside#search input#s {
  border: 1px solid #cccccc;
  height: 16px;
  margin-right: 5px;
  width: 155px; }
aside#search input#searchsubmit {
  font-size: 10px;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  background: #243d80;
  color: white;
  cursor: pointer;
  height: 28px;
  padding: 4px 0 6px 0;
  text-align: center;
  width: 60px; }
  aside#search input#searchsubmit a {
    color: inherit;
    text-decoration: none; }
  aside#search input#searchsubmit:hover {
    background: #971d0e; }
aside#archive + aside#search {
  margin-top: -10px; }
  aside#archive + aside#search h3 {
    display: none; }

aside#archive h3 {
  font-size: 14px;
  margin: 0; }
aside#archive ul {
  list-style: none;
  margin: 2px 0 0 0; }
aside#archive li {
  line-height: 18px;
  padding: 4px 0 7px 60px;
  position: relative;
  text-transform: uppercase; }
  aside#archive li + li {
    border-top: 1px solid #cccccc; }
  aside#archive li strong {
    color: white;
    display: block;
    left: 20px;
    top: 5px;
    position: absolute; }
    aside#archive li strong a {
      color: #243d80;
      font-size: 12px;
      margin-left: -4px;
      width: auto; }
  aside#archive li span, aside#archive li a {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    padding: 0 4px;
    width: 2em; }

/**
 * =============================================================================
 * SECTIONS
 * =============================================================================
 */
body.home #main .inner-wrapper {
  background-position: 580px 208px; }
body.home #intro {
  background: url(images/home/bg-intro.png);
  margin-left: -10px;
  height: 208px;
  position: relative;
  width: 910px; }
  body.home #intro h1 {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  body.home #intro .entry-content {
    left: 230px;
    max-height: 108px;
    overflow: hidden;
    position: absolute;
    top: 57px;
    width: 420px; }
    body.home #intro .entry-content p {
      line-height: 21px; }
    body.home #intro .entry-content a.more-link, body.home #intro .entry-content a.post-edit-link {
      background: white;
      color: #243d80;
      font-weight: bold;
      padding: 2px 8px; }
      body.home #intro .entry-content a.more-link:hover, body.home #intro .entry-content a.post-edit-link:hover {
        background: #971d0e;
        color: white; }
  body.home #intro .post-edit-link {
    right: 250px;
    padding: 2px 10px;
    position: absolute;
    top: 120px;
    z-index: 11; }
body.home #subnav {
  background: url(images/home/jen.png) right top no-repeat;
  padding-top: 332px;
  margin-top: -104px;
  width: 245px; }
body.home #content {
  margin-top: 0;
  padding: 20px;
  width: 540px; }
body.home #top-story {
  background: #fef2d1;
  border: 1px solid #f7e0ad;
  margin-bottom: 20px;
  min-height: 140px;
  padding: 19px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4d694), to(#fcf1d3)) fixed;
  background: -moz-linear-gradient(top, #f4d694, #fcf1d3) fixed;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d694', endColorstr='#fcf1d3'); }
  body.home #top-story h4 {
    background: url(images/home/top-story.png);
    height: 105px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 105px; }
    body.home #top-story h4 b {
      left: -9999px;
      position: absolute; }
  body.home #top-story img {
    background: #eee;
    border: 10px solid white;
    display: block;
    float: left;
    height: 120px;
    margin: 0 20px 20px 0;
    width: 120px; }
  body.home #top-story h2 {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    margin: -4px 0 6px 0; }
    body.home #top-story h2 a {
      color: #333333;
      text-decoration: none; }
      body.home #top-story h2 a:hover {
        color: #971d0e; }
  body.home #top-story p {
    line-height: 21px; }
    body.home #top-story p a.more-link, body.home #top-story p a.post-edit-link {
      background: white;
      color: #243d80;
      font-weight: bold;
      padding: 2px 8px; }
      body.home #top-story p a.more-link:hover, body.home #top-story p a.post-edit-link:hover {
        background: #971d0e;
        color: white; }
body.home #articles {
  float: left;
  width: 280px; }
  body.home #articles ul, body.home #articles ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  body.home #articles ul li {
    display: inline; }
  body.home #articles ul a {
    display: block;
    color: inherit;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-decoration: none; }
    body.home #articles ul a:hover {
      border: 1px solid #cccccc;
      margin: -4px -4px 16px -4px;
      padding: 3px; }
    body.home #articles ul a img {
      background: #eee;
      display: block;
      float: left;
      height: 60px;
      width: 60px; }
    body.home #articles ul a h3 {
      color: black;
      font-size: 14px;
      font-weight: normal;
      line-height: 16px;
      margin: 0 0 0 75px;
      padding-top: 2px; }
    body.home #articles ul a p {
      font-size: 10px;
      font-style: normal;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      color: #dc9033;
      margin: 0 0 0 75px;
      line-height: 16px; }
      body.home #articles ul a p a {
        color: inherit;
        text-decoration: none; }
body.home #events {
  float: right;
  width: 240px; }
  body.home #events h2 {
    display: inline; }
    body.home #events h2 a {
      background: #971d0e;
      color: white;
      display: block;
      font-size: 12px;
      letter-spacing: 0.05em;
      margin: 0 0 5px 0;
      padding: 0 10px;
      text-transform: uppercase; }
  body.home #events ul, body.home #events ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  body.home #events ul li {
    display: inline; }
  body.home #events ul a {
    display: block;
    color: inherit;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-decoration: none; }
    body.home #events ul a:hover {
      border: 1px solid #cccccc;
      padding: 4px 9px; }
    body.home #events ul a h3 {
      color: black;
      font-size: 14px;
      font-weight: normal;
      line-height: 16px;
      margin: 0;
      padding-top: 2px; }
    body.home #events ul a h4 {
      color: #243d80;
      font-size: 11px;
      font-weight: normal;
      line-height: 16px;
      margin: 0; }
    body.home #events ul a p {
      font-size: 10px;
      font-style: normal;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      color: #dc9033;
      margin: 0;
      line-height: 14px; }
      body.home #events ul a p a {
        color: inherit;
        text-decoration: none; }
  body.home #events p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px; }
  body.home #events p#booking {
    background: #fef2d1;
    border: 1px solid #f7e0ad;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    padding: 4px 9px 9px 9px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4d694), to(#fcf1d3)) fixed;
    background: -moz-linear-gradient(top, #f4d694, #fcf1d3) fixed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d694', endColorstr='#fcf1d3'); }
    body.home #events p#booking a {
      color: inherit; }

body.page-id-3 #primary h2 {
  border-top: 3px double #d9d9d9;
  clear: both;
  padding-top: 12px; }
  body.page-id-3 #primary h2:first-child {
    border-top: 0;
    padding-top: 4px; }
body.page-id-3 #primary img.alignleft,
body.page-id-3 #primary img.alignright {
  margin-bottom: 16px; }
body.page-id-3 article#post-3 form {
  background: #e6e6e6;
  margin: 20px 0 0 0;
  padding: 10px 20px; }
  body.page-id-3 article#post-3 form input[type="text"],
  body.page-id-3 article#post-3 form select {
    border: 1px solid #cccccc; }
  body.page-id-3 article#post-3 form select {
    margin-bottom: 10px; }

body.blog p.entry-meta,
body.single p.entry-meta,
body.category p.entry-meta,
body.archive p.entry-meta,
body.search p.entry-meta {
  font-size: 10px;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #dc9033;
  margin: -5px 0 2px 0;
  line-height: 16px; }
  body.blog p.entry-meta a,
  body.single p.entry-meta a,
  body.category p.entry-meta a,
  body.archive p.entry-meta a,
  body.search p.entry-meta a {
    color: inherit;
    text-decoration: none; }

body.blog header + article h2,
body.category header + article h2,
body.archive header + article h2,
body.search header + article h2 {
  margin-top: 12px; }
body.blog article,
body.category article,
body.archive article,
body.search article {
  overflow: hidden; }
  body.blog article img.alignleft,
  body.category article img.alignleft,
  body.archive article img.alignleft,
  body.search article img.alignleft {
    margin-top: 6px; }
  body.blog article + article,
  body.category article + article,
  body.archive article + article,
  body.search article + article {
    margin-top: 40px; }

body.single .entry-content {
  padding-top: 12px; }
body.single img.alignleft {
  margin-top: 6px; }

body.section-events table#current-events {
  margin: 7px 0; }
  body.section-events table#current-events th, body.section-events table#current-events td {
    font-size: 14px; }
  body.section-events table#current-events th {
    border-bottom: 3px double #cccccc;
    border-top: 3px double #cccccc;
    padding: 2px 5px; }
  body.section-events table#current-events td {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px; }
body.section-events article.type-event p.entry-meta {
  display: none; }
body.section-events dl.event-meta {
  margin-top: -4px;
  overflow: hidden; }
  body.section-events dl.event-meta dt {
    clear: left;
    float: left;
    width: 15%; }
  body.section-events dl.event-meta dd {
    float: left;
    width: 85%; }
body.section-events .em-location-map,
body.section-events .em-locations-map {
  width: 500px !important;
  height: 360px !important; }

/**
 * =============================================================================
 * IE PATCHES
 * =============================================================================
 */
html.ie7 aside#books ul li {
  float: left; }
  html.ie7 aside#books ul li.latest {
    float: none; }
html.ie7 body.blog article,
html.ie7 body.category article,
html.ie7 body.archive article,
html.ie7 body.search article {
  padding-bottom: 20px; }
html.ie7 body.home #subnav {
  position: absolute;
  right: 0; }
html.ie7 body.home #secondary {
  padding-top: 20px; }

