/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 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; }

ul, ol {
  list-style: none; }

li {
  list-style-position: outside; }

blockquote, q {
  quotes: none; }

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

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

.content {
  max-width: 1024px;
  margin: 0 auto; }

.content:after {
  visibility: hidden;
  content: "";
  height: 0;
  display: block;
  clear: both; }

nav {
  text-align: right; }
  nav .siteTitle a:link, nav .siteTitle a:visited {
    font-family: "Libre Baskerville", serif;
    color: black;
    float: left;
    font-size: 18px; }
  nav a:link, nav a:visited {
    display: inline-block;
    text-decoration: none;
    font-family: sans-serif; }
  nav a + a {
    margin-left: 3rem; }

article {
  min-height: 410px;
  background: white;
  padding: 2rem 4rem 4rem 4rem;
  font-size: 1.5rem;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5); }

article:after {
  visibility: hidden;
  content: "";
  height: 0;
  display: block;
  clear: both; }

.home article .content {
  margin: 0 auto;
  max-width: 657px; }

/* search results */
.display {
  background: none; }
  .display nav {
    padding: 2rem; }
  .display .forward {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 2rem; }
  .display .content {
    padding: 2rem 2rem; }
  .display article {
    background: #404040;
    padding: 1rem 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.spread {
  margin-top: 2rem;
  background: #404040; }
  .spread .content {
    max-width: none; }
  .spread .metaBox .arrow {
    background-color: #404040; }

.masthead {
  background: black;
  text-align: right;
  padding: 4px 12px 0 12px;
  color: white;
  min-height: 34px; }
  .masthead #mhs {
    float: right; }
  .masthead h1 {
    float: left;
    font-size: 1.8rem;
    font-weight: normal;
    vertical-align: bottom;
    line-height: 34px;
    text-align: left; }
  .masthead a:link, .masthead a:visited {
    color: white; }

.masthead:after {
  visibility: hidden;
  content: "";
  height: 0;
  display: block;
  clear: both; }

header .content {
  display: inline-block;
  text-align: center;
  margin-left: 52%;
  background: rgba(255, 255, 255, 0.7);
  padding: 10% 0 10% 0; }
header h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-weight: normal;
  max-width: 400px;
  padding: 2rem;
  font-size: 4rem;
  text-shadow: 0px 0px 15px white;
  line-height: 1.7; }
  header h1 span {
    display: block;
    font-size: 2.3rem; }
  header h1 em {
    font-size: 4rem;
    display: block;
    font-style: normal; }

.inner body {
  background-position: 50% -50px; }

.inner header .content {
  padding: 3% 0; }

html {
  font-size: 62.5%; }

body {
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  background: url(../images/splash.jpg) no-repeat;
  background-size: 100%;
  background-position: 50% 10px;
  padding-top: 1px; }

@media (max-width: 1050px) {
  body {
    background-size: 1050px; } }
a:link, a:visited {
  color: #c73e0e;
  text-decoration: none; }

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #ab9a87; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

p {
  max-width: 650px;
  margin-bottom: 1rem; }

* + h2 {
  margin-top: 2rem; }

ul {
  margin-top: 1rem;
  list-style-type: square; }
  ul li {
    margin-left: 2rem; }

.callout {
  margin: 2.7rem 0 0 0;
  padding: 2.6rem 2rem 2rem 2rem;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  width: 46%;
  min-height: 366px;
  background: #f4eee7 url(../images/corner.png) no-repeat 120% -15px;
  margin-right: 4%; }
  .callout h2 {
    font-size: 1.6rem;
    color: #716350; }
  .callout p {
    font-size: 1.4rem; }

form input[type="text"] {
  outline: none;
  border: none;
  font-size: 1.5rem;
  padding: .5rem;
  border-bottom: 1px dashed #444444;
  width: 300px; }
form input[type="submit"] {
  outline: none;
  border: none;
  background: #c73e0e;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.6rem; }

.spread .metaBox h2 {
  font-size: 1.8rem;
  color: black; }

.page_links {
  font-family: sans-serif;
  text-align: center;
  padding: 1rem; }
  .page_links li {
    display: inline-block; }
    .page_links li a:link, .page_links li a:visited {
      padding: 3.75px 7.5px;
      background: #f1e7d9;
      border-radius: 2px;
      color: #3f3f3f;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .page_links li.current_page {
    padding: 3.75px 7.5px; }
  .page_links li + li {
    margin-left: 2px; }

.examples {
  margin-bottom: 1rem; }
  .examples a:link, .examples a:visited {
    padding-right: 1rem; }

.sharing {
  padding: 1rem 0; }

.sharing-icon {
  display: inline-block !important;
  color: white !important;
  vertical-align: middle !important;
  padding: 4px !important;
  border-radius: 4px !important; }
  .sharing-icon svg {
    vertical-align: middle;
    fill: white;
    display: inline-block;
    height: 16px;
    width: auto; }
  .sharing-icon b {
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: "Helvetica", "Arial", sans-serif; }

.sharing-icon.facebook {
  background: #006FE2 !important; }

.sharing-icon.googleplus {
  background: #CE4F4F !important;
  padding-right: 6px !important; }

.sharing-icon.twitter {
  background: #27afff !important; }

.sharing-icon.pinterest {
  background: #CA0025 !important; }

.sharing-icon.email {
  background: #8a8a8a !important; }

/*# sourceMappingURL=hall.css.map */
