/* Less Framework 4
 * http://lessframework.com
 * by Joni Korpi
 * License: http://creativecommons.org/licenses/MIT/ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

.gigantic {
  font-size: 110px;
  line-height: 120px;
  letter-spacing: -2px;
}

.huge, h1, .content > header > h1 {
  font-size: 68px;
  line-height: 72px;
  letter-spacing: -1px;
}

.large, h2, #misc h1, #blog article header h1, #blog article header h1 a {
  font-size: 42px;
  line-height: 48px;
}

.bigger, h3, .subsection > header h1, .subsection .subsection_body h1, .hotel h1, #blog article .post_body h1 {
  font-size: 26px;
  line-height: 36px;
}

.big, h4, .subsection .subsection_body h2, #blog article .post_body h2 {
  font-size: 22px;
  line-height: 30px;
}

body {
  font: 16px/24px Georgia, serif;
}

.small, small {
  font-size: 13px;
  line-height: 18px;
}

body {
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

::selection {
  background: #ffff9e;
}

::-moz-selection {
  background: #ffff9e;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #ffff9e;
}

html {
  height: 100%;
  width: 100%;
  background: #b32017 url(../img/bg_tiling.png) repeat left top;
  background: url(../img/bg.png) repeat-x left top, #b32017 url(../img/bg_tiling.png) repeat left top;
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
}

.amp {
  font-family: Baskerville, Constantia, "Palatino Linotype", serif;
  font-style: italic;
}

button {
  border: 0;
  margin-top: 30px;
  background: #7e0008 url(../img/button_overlay.png) repeat-x;
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999999;
  -webkit-box-shadow: 0 1px 3px #999999;
  -o-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
  text-shadow: 0 -1px 1px #222222;
  border-bottom: 1px solid #222;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
button:hover {
  background-color: #b32017;
}
button:active {
  top: 1px;
}
button:disabled {
  background-color: #666;
}
button:disabled:active, button:disabled:hover {
  top: 0;
  cursor: default;
}

/* Default Layout: 992px.
 * Gutters: 24px.
 * Outer margins: 48px.
 * Leftover space for scrollbars @1024px: 32px.  */
/*
#{$less-grid-element} {
    @include grid(10);
    margin: 0 auto;
}
*/
#main_nav {
  width: 100%;
  min-width: 992px;
  height: 48px;
  padding: 0;
  margin: 0;
  background-color: #620000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#main_nav ul {
  width: 896px;
  padding: 72px 48px 84px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  list-style-type: none;
}
#main_nav ul li {
  display: block-inline;
  float: left;
  height: 48px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main_nav ul li a {
  display: block;
  height: 48px;
  color: #f5e6d2;
  margin: 0;
  padding: 0 0.75em;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#main_nav ul li a:hover {
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.65);
}
#main_nav ul li a.forum {
  display: block;
  height: 12px;
  margin: 0;
  padding: 36px 10px 0;
  font-size: 8px;
  line-height: 1.0em;
  text-align: center;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background-position: center 9px;
  background-repeat: no-repeat;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-duration: 150ms;
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  color: rgba(245, 230, 210, 0);
}
#main_nav ul li a.forum:hover {
  color: white;
  background: black;
  background-position: center 6px;
  background-repeat: no-repeat;
}
#main_nav ul li a.forum#twitter {
  background-image: url(../img/twitter.png);
}
#main_nav ul li a.forum#convore {
  background-image: url(../img/convore.png);
}
#main_nav ul li.right {
  float: right;
}
#main_nav ul li #nav_home {
  font-weight: 700;
}

#masthead {
  position: relative;
  width: 896px;
  padding: 72px 48px 84px;
  margin: 0 auto 5px;
  padding-bottom: 30px;
  padding-top: 16px;
  overflow: hidden;
  *zoom: 1;
  height: 360px;
  background: transparent url(../img/masthead_bg.png) center bottom no-repeat;
}
#masthead h1 {
  width: 344px;
  margin-right: 24px;
  position: absolute;
  left: -4px;
  top: 16px;
  background: url(../img/masthead_mobile.png) left center no-repeat;
  height: 360px;
  text-indent: -9999px;
}
#masthead h2 {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 700;
  font-size: 72px;
  color: #f5e6d2;
  text-shadow: 0 2px 0 #7e0008;
  text-transform: uppercase;
  margin: 55px 0 20px 300px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
#masthead .dateblock {
  margin-left: 300px;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
#masthead .dateinfo {
  float: left;
}
#masthead .dateinfo#talk_dates {
  margin-right: 55px;
}
#masthead .dateinfo p {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
#masthead .dateinfo p strong {
  font-size: 0.6em;
  vertical-align: 3px;
}
#masthead .dateinfo p a {
  color: #ffff9e;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#masthead .dateinfo p a:hover {
  color: white;
  text-decoration: underline;
}
#masthead .dateinfo h3 {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 44px;
  color: #dbcbb3;
  letter-spacing: 0;
  text-shadow: 0 2px 0 #7e0008;
  line-height: 1.5em;
}
#masthead .dateinfo h3 em {
  color: #f5e6d2;
  font-style: normal;
}
#masthead .dateinfo h3 em sup {
  font-size: 0.35em;
}
#masthead .dateinfo h3 .amp {
  font-size: 0.7em;
}
#masthead h4 {
  color: black;
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  margin-left: 300px;
  font-size: 20px;
}

#pagefooter {
  width: 896px;
  padding: 72px 48px 84px;
  margin: 30px auto 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
  background: url(../img/masthead_bg.png) center top no-repeat;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
#pagefooter h1 {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 1.0em;
  line-height: 1.1em;
  letter-spacing: 0;
}
#pagefooter h2 {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: none;
}
#pagefooter a {
  color: #ffff9e;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#pagefooter a:hover {
  text-decoration: underline;
  color: white;
}
#pagefooter h3 {
  font-size: 14px;
  font-weight: 300;
}
#pagefooter #footer_hosting {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  float: left;
}
#pagefooter #footer_iamsterdam {
  display: block;
  width: 100%;
  margin: 20px auto 60px;
}

#sponsors {
  width: 896px;
  padding: 72px 48px 84px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 15px;
  background: transparent url(../img/masthead_bg.png) center bottom no-repeat;
}
#sponsors > h1 {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  color: black;
  letter-spacing: 1px;
  height: 24px;
  line-height: 24px;
}
#sponsors .cycle {
  display: block;
  overflow: hidden;
  height: 170px;
  width: 100%;
}
#sponsors .row {
  height: 170px;
  width: 100%;
}
#sponsors .sponsor {
  display: block;
  height: 170px;
  float: left;
  margin-right: 24px;
}
#sponsors .sponsor.kryptonite, #sponsors .sponsor.diamond {
  width: 436px;
}
#sponsors .sponsor.platinum, #sponsors .sponsor.gold, #sponsors .sponsor.producer {
  width: 160px;
}
#sponsors .sponsor.last {
  margin-right: 0;
}
#sponsors a {
  display: block;
  border: none;
  height: 150px;
  width: 100%;
}
#sponsors p {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  height: 18px;
  line-height: 20px;
  width: auto;
  margin: 0px auto;
  font-size: 12px;
  text-align: center;
  color: #f5e6d2;
  border-top: 1px dotted #7e0008;
  padding-top: 1px;
}

.content {
  width: 896px;
  padding: 72px 48px 84px;
  padding-top: 24px;
  margin: 0 auto;
}
.content > header > h1 {
  width: 896px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f5e6d2;
  text-shadow: 0 2px 0 #7e0008;
}

.subsection {
  width: 896px;
  margin-top: 24px;
  overflow: hidden;
  *zoom: 1;
}
.subsection > header {
  width: 252px;
  margin-right: 24px;
  float: left;
}
.subsection > header h1 {
  margin-bottom: 24px;
  color: #f5e6d2;
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.subsection > header p, .subsection > header li {
  color: #f5e6d2;
  font-size: 16px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  text-transform: uppercase;
}
.subsection > header ol {
  list-style: decimal inside;
}
.subsection > header ul {
  list-style: disc inside;
}
.subsection > header a {
  display: inline-block;
  color: #f5e6d2;
  background-color: #7e0008;
  text-decoration: none;
  padding: 1px 4px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.subsection > header a:hover {
  color: white;
  background-color: #880009;
  top: -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
.subsection > header a:active {
  color: white;
  background-color: #880009;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.subsection .subsection_body {
  width: 590px;
  padding: 10px 15px;
  float: left;
  margin-top: 60px;
  background-color: #f5e6d2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.subsection .subsection_body h1 {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 700;
  color: #7e0008;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 8px;
}
.subsection .subsection_body h1:first-child {
  margin-top: 0;
}
.subsection .subsection_body h2 {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  color: #7e0008;
  margin-bottom: 8px;
}
.subsection .subsection_body p, .subsection .subsection_body ul, .subsection .subsection_body li {
  margin-bottom: 1.0em;
}
.subsection .subsection_body a {
  color: #7e0008;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.subsection .subsection_body a:hover {
  color: #b32017;
}
.subsection .subsection_body ul, .subsection .subsection_body ol {
  list-style-position: inside;
}
.subsection .subsection_body ul ul, .subsection .subsection_body ul ol, .subsection .subsection_body ol ul, .subsection .subsection_body ol ol {
  margin-left: 20px;
}
.subsection .subsection_body input[type=text], .subsection .subsection_body textarea {
  width: 568px;
}
.subsection .subsection_body button {
  width: 100%;
}

form .formrow {
  margin-bottom: 36px;
}
form .formrow > label, form .formrow > .required > label {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}
form .formrow > .required {
  display: block;
  overflow: hidden;
  *zoom: 1;
}
form .formrow > .required > label {
  float: left;
}
form .formrow > .required em {
  display: block;
  float: left;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px;
  margin: 1px 0 0 15px;
  color: #f5e6d2;
  font-style: normal;
  background-color: #b32017;
  line-height: 1em;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
form .formrow.error > label, form .formrow.error > .required > label {
  font-weight: 700;
  color: #7e0008;
}
form .errorlist {
  color: #7e0008;
}
form input[type=text], form textarea {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 5px;
  border: 6px solid #dbcbb3;
  background-color: white;
}
form input[type=text]:focus, form textarea:focus {
  background-color: white;
}
form p.help {
  color: #8e7e67;
  font-style: italic;
  margin-bottom: 0 !important;
}

#nav_hotels {
  display: block;
  margin-top: 1em;
}

a#next_hotel, a#prev_hotel {
  position: relative;
  background-color: #7e0008;
  color: #f5e6d2;
  font-size: 1.25em;
  padding: 0.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 300;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
a#next_hotel:hover, a#prev_hotel:hover {
  color: white;
  background-color: #880009;
  top: -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
a#next_hotel:active, a#prev_hotel:active {
  color: white;
  background-color: #880009;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.hotel {
  padding: 10px 15px;
}
.hotel h1 {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 0;
}
.hotel h2 {
  font-size: 20px;
  line-height: 24px;
  color: #7e0008;
}
.hotel h3 {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
  color: #777;
}
.hotel .hotelmap {
  margin-bottom: 18px;
}
.hotel .hotelmap a {
  display: block;
  width: 584px;
  height: 100px;
  border: 3px solid white;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hotel .hotelmap a:hover {
  border-color: #ffff9e;
}
.hotel table {
  margin: 20px 0;
}
.hotel table caption {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.hotel table th, .hotel table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hotel table th {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  width: 150px;
}

#ticket_rates table {
  width: 100%;
}
#ticket_rates table th {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
#ticket_rates table td {
  font-size: 1.25em;
  padding: 10px;
}
#ticket_rates table th, #ticket_rates table td {
  border-bottom: 1px solid #dbcbb3;
  text-align: center;
}

#purchase_button {
  display: block;
  position: relative;
  background-color: #7e0008;
  color: #f5e6d2;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 300;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  margin: 24px 0;
  -moz-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
#purchase_button:hover {
  color: white;
  background-color: #920009;
  top: -2px;
  -moz-box-shadow: #ba9c6e 0 2px 0;
  -webkit-box-shadow: #ba9c6e 0 2px 0;
  -o-box-shadow: #ba9c6e 0 2px 0;
  box-shadow: #ba9c6e 0 2px 0;
}
#purchase_button:active {
  color: white;
  background-color: #920009;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#misc {
  width: auto;
  min-width: 600px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  color: #f5e6d2;
}
#misc header {
  margin-top: 50px;
  margin-bottom: 25px;
}
#misc section {
  margin-bottom: 50px;
}
#misc h1 {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#misc a {
  position: relative;
  background-color: #7e0008;
  color: #f5e6d2;
  font-size: 1.2em;
  line-height: 2em;
  text-align: center;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  margin: 24px 0;
  -moz-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
#misc a:hover {
  color: white;
  background-color: #920009;
  top: -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
}
#misc a:active {
  color: white;
  background-color: #920009;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.venue_map {
  margin-bottom: 18px;
}
.venue_map a {
  display: block;
  width: 584px;
  height: 100px;
  border: 3px solid white;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.venue_map a:hover {
  border-color: #ffff9e;
}

.venue_photos {
  margin-bottom: 18px;
}

#blog > header {
  margin-bottom: 48px;
}
#blog article {
  width: 896px;
  overflow: hidden;
  *zoom: 1;
  margin: 50px 0;
}
#blog article header h1, #blog article header h1 a {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  color: #f5e6d2;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  margin-bottom: 0.75em;
  width: 100%;
  text-shadow: 0 2px 0 #7e0008;
}
#blog article header h1 a:hover {
  text-decoration: underline;
  color: white;
}
#blog article header strong {
  color: #7e0008;
  font-style: normal;
  font-weight: 500;
  text-shadow: none;
}
#blog article aside {
  width: 252px;
  margin-right: 24px;
  float: left;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #f5e6d2;
}
#blog article aside time {
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}
#blog article aside time sup {
  font-size: 14px;
  vertical-align: 6px;
}
#blog article aside .author em {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  font-style: italic;
  text-transform: lowercase;
  font-size: 14px;
}
#blog article .post_body {
  width: 590px;
  padding: 10px 15px;
  float: left;
  background-color: #f5e6d2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#blog article .post_body p, #blog article .post_body ul, #blog article .post_body ol, #blog article .post_body li {
  margin-bottom: 1.0em;
}
#blog article .post_body ul, #blog article .post_body ol {
  list-style-position: inside;
}
#blog article .post_body h1 {
  color: #7e0008;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 700;
  letter-spacing: 0;
  margin: 10px 0;
  text-transform: uppercase;
}
#blog article .post_body h2 {
  color: #7e0008;
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 700;
  margin: 10px 0;
}
#blog article .post_body a {
  color: #7e0008;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-weight: 700;
}
#blog article .post_body a:hover {
  color: #b32017;
  text-decoration: underline;
}

#cta_tickets {
  width: 100%;
  background: url(../img/call_to_action.png) center top no-repeat;
  text-align: center;
  height: 90px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-size: 48px;
  padding-top: 25px;
  line-height: 1.0em;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
}
#cta_tickets a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #b32017;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#cta_tickets a:hover {
  color: #7e0008;
  text-shadow: 0 1px 0 #180002;
  top: -1px;
}
#cta_tickets a:active {
  color: #ffff9e;
  top: 0;
}
#cta_tickets .star {
  font-size: 0.45em;
  vertical-align: 8px;
  padding: 0 10px;
  color: #444;
}

#association th {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
#association td {
  padding: 5px;
}
#association td, #association th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#home .homesection {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
#home .homesection h1 {
  width: 252px;
  margin-right: 24px;
  float: left;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.0em;
  padding-top: 5px;
}
#home .homesection .homesection_body {
  width: 620px;
  float: left;
}
#home .homesection p {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 1.0em;
  color: #f5e6d2;
}
#home .homesection a {
  color: #ffff9e;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#home .homesection a:hover {
  color: white;
  text-decoration: underline;
}
#home #home_blog .post {
  font-size: 32px;
  margin-bottom: 12px;
}
#home #home_blog .meta {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
#home #home_venue h1 {
  width: 436px;
  float: left;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}
#home #home_venue h1:first-child {
  width: 436px;
  margin-right: 24px;
}
#home #home_venue h1 strong {
  font-size: 0.6em;
  vertical-align: 3px;
}
#home #home_venue h1 a {
  color: #ffff9e;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#home #home_venue h1 a:hover {
  color: white;
  text-decoration: underline;
}
#home #home_venue img {
  border: 6px solid white;
  margin-left: 12px;
}
#home #home_venue img:first-child {
  margin-left: 0;
}
#home #home_venue iframe {
  border: 6px solid white;
  margin: 20px 0;
}

#schedule .schedule_ical {
  margin: 10px 0;
  font-size: 24px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
#schedule .schedule_ical a {
  color: #ffff9e;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  text-decoration: none;
}
#schedule .schedule_ical a:hover {
  color: white;
  text-decoration: underline;
}
#schedule .schedule_day h1 {
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  font-size: 42px;
  color: #f5e6d2;
  font-weight: normal;
}
#schedule table {
  display: block;
  padding: 10px;
  background: #f5e6d2;
}
#schedule table th, #schedule table td {
  vertical-align: top;
  margin: 5px 0;
  text-align: left;
  font-size: 24px;
  line-height: 1.5em;
}
#schedule table th {
  width: 160px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  padding-top: 4px;
}
#schedule table td a {
  display: block;
  font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Cambria, Georgia, serif;
  font-weight: 500;
  color: #b32017;
}
#schedule table td .speakers {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #444;
  font-size: 16px;
}

#talk > header > h1 {
  font-size: 42px;
  line-height: 1.3em;
}
#talk #talkdetails header h2 {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  color: #f5e6d2;
  font-size: 20px;
  letter-spacing: 2px;
}

#about_speaker table {
  width: 100%;
}
#about_speaker table th {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", "Arial Narrow", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
#about_speaker table td {
  font-size: 1.25em;
  padding: 10px;
}
#about_speaker table th, #about_speaker table td {
  border-bottom: 1px solid #dbcbb3;
  text-align: center;
}
#about_speaker table tr:last-of-type th:last-of-type, #about_speaker table tr:last-of-type td:last-of-type {
  border-bottom: none;
}

/* Tablet Layout: 768px.
 * Gutters: 24px.
 * Outer margins: 28px.
 * Inherits styles from: Default Layout.  */
/* Mobile Layout: 320px.
 * Gutters: 24px.
 * Outer margins: 34px.
 * Inherits styles from: Default Layout.  */
/* Wide Mobile Layout: 480px.
 * Gutters: 24px.
 * Outer margins: 22px.
 * Inherits styles from: Default Layout, Mobile Layout.  */
/* Retina media query.
   Overrides styles for devices with a
   device-pixel-ratio of 2+, such as iPhone 4.  */
