@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

/* ==========================================================================
   1. Skeleton Grid (V1.0.3) - 960px, 16-column
   ========================================================================== */

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.column, .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.container .five.columns { width: 280px; }
.container .eleven.columns { width: 640px; }
.container .sixteen.columns { width: 940px; }


/* ==========================================================================
   2. Skeleton Tablet (768px - 959px)
   ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .container .five.columns { width: 220px; }
  .container .eleven.columns { width: 508px; }
  .container .sixteen.columns { width: 748px; }
}


/* ==========================================================================
   3. Skeleton Mobile Portrait (up to 767px)
   ========================================================================== */

@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }
  .columns, .column {
    margin: 0;
  }
  .container .five.columns,
  .container .eleven.columns,
  .container .sixteen.columns {
    width: 300px;
  }
}


/* ==========================================================================
   4. Skeleton Mobile Landscape (480px - 767px)
   ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }
  .container .five.columns,
  .container .eleven.columns,
  .container .sixteen.columns {
    width: 420px;
  }
}


/* ==========================================================================
   5. Clearing
   ========================================================================== */

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

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* ==========================================================================
   6. Base Styles
   ========================================================================== */

body {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
  background: #ffffff;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-top: 10px solid #952424;
}

body, input, textarea, select {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link, a:visited {
  color: #9a2828;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #000000;
  text-decoration: none;
}

#main a {
  text-decoration: underline;
}

#main a:hover {
  text-decoration: none;
}

#main h1 a, #main h2 a, #main h3 a, #main h4 a, #main h5 a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #181818;
  letter-spacing: -1px;
  margin: 0;
}

h1 {
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 14px;
}

h2 {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 130%;
  margin-bottom: 10px;
}

.block h2, #footer h2 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 130%;
  margin-bottom: 10px;
}

h3 {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 130%;
  margin-bottom: 8px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-weight: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}

img {
  outline: 0;
  max-width: 100%;
  height: auto;
}

hr {
  border: solid #DDD;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
  border-width: 1px 0 0;
}


/* ==========================================================================
   7. Header
   ========================================================================== */

#header {
  margin-top: 16px;
}

#header .inner {
  padding-top: 15px;
  padding-bottom: 20px;
}

#logo {
  float: left;
  padding: 0 20px;
}


/* ==========================================================================
   8. Navigation
   ========================================================================== */

#navigation {
  margin-bottom: 20px;
  clear: both;
}

#navigation ul,
#navigation ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul {
  width: 100%;
  border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #ececec 100%);
}

#navigation ul li {
  position: relative;
  list-style: none;
  border-right: 1px solid #e3e3e3;
  background: none;
}

#navigation ul li a {
  padding: 15px 25px;
  color: #9a2828;
  text-decoration: none;
  line-height: 120%;
  display: block;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
  outline: none;
}

#navigation ul li a:hover {
  position: relative;
  color: #545454;
  background-color: #f1f1f1;
}

#navigation ul li a.active {
  color: #333333;
  background-color: #ffffff;
  text-shadow: 1px 1px 0px #ffffff;
}


/* ==========================================================================
   9. Wrap / Content / Main
   ========================================================================== */

#wrap {
  border-top: 5px solid #a82c2b;
}

#wrap #content {
  float: left;
}

#main {
  margin-bottom: 20px;
}


/* ==========================================================================
   10. Footer
   ========================================================================== */

#footer {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
  background-color: #ffffff;
  font-size: .9em;
}

#credits {
  text-align: center;
}


/* ==========================================================================
   11. Tables
   ========================================================================== */

table {
  border: 0;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
}

table tr th {
  border-bottom: 1px solid white;
  border-top: 1px solid #dddddd;
  font-weight: bold;
  color: #707070;
  text-shadow: white 1px 1px 0;
  background: #dddddd url(images/gradient_small_trans.png) repeat-x 0 top;
}

th {
  padding: 5px 15px;
  border: none;
}

td {
  padding: 15px;
  border: none;
}

tr.odd {
  background-color: #F4F4F4;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid white;
}

tr, tr.even {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid white;
}


/* ==========================================================================
   12. Misc Elements
   ========================================================================== */

.submitted {
  font-size: 11px;
  color: #666666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
}


/* ==========================================================================
   13. Layout
   ========================================================================== */

.container {
  position: relative;
  padding-top: 100px;
}

#footer .container {
  padding-top: 0px;
}

#logo h1 a {
  position: absolute;
  width: 500px;
  height: 256px;
  background: url(images/logo.png) no-repeat;
  background-size: 500px;
  top: -20px;
  left: -104px;
  text-indent: -9000px;
  z-index: -1;
}

#banner {
  margin-bottom: 30px;
}

#banner img {
  border-radius: 5px;
}

#banner .banner-group {
  color: #ffffff;
  text-shadow: 1px 1px 1px #333;
  position: relative;
}

#banner .banner-group p {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40%;
  height: 40%;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}

#sidebar-first #block-block-2 {
  background-color: #eee;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

#block-block-5 {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  padding: 14px;
  background: #eee;
}

.view-membership-for-sale table th {
  font-size: 85%;
}


/* ==========================================================================
   14. Responsive
   ========================================================================== */

@media only screen and (max-width: 991px) {
  #navigation ul {
    border-radius: 0px;
  }
  #navigation ul li a {
    font-size: .9em;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  #logo h1 a {
    left: -115px;
  }
  .banner-group p {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #banner img {
    display: none;
  }
  #banner {
    margin-bottom: 0px;
  }
}
