/* LESS VARS */
/* =============================================================================
   Webfonts Hoefler
   ========================================================================== */
/*
.font-text{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: normal;
    font-weight: 400;
}
.font-text-ital{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 400;
}
.font-text-bold{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: normal;
    font-weight: 700;
}
.font-text-bold-ital{
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 700;
}


.font-sans-text{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
}
.font-sans-text-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 400;
}

.font-sans{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
}
.font-sans-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 700;
}
.font-sans-bold{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 800;
}

.font-sans-bold-ital{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 800;
}

.font-sans-condensed-black {
	font-family: "Gotham XNarrow A", "Gotham XNarrow B";
	font-style: normal;
	font-weight: 900;
}
*/
/* =============================================================================
   Webfonts Adobe
   ========================================================================== */
.font-text {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-text-ital {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font-text-bold {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-text-bold-ital {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-sans-text {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-sans-text-ital {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.font-sans {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-sans-ital {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-sans-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.font-sans-bold-ital {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.font-sans-condensed-black {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/*
@font-face {
    font-family: 'font_serif';
    src: url('../webfonts/v3/centri.woff') format('woff'),
         url('../webfonts/v3/centri.woff2') format('woff2'),
         url('../webfonts/v3/centri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font_med_sans';
    src: url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_bold_sans';
    src: url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'font_condensed';
  src: url('../webfonts/v3/norwester.woff') format('woff'), url('../webfonts/v3/norwester.woff') format('woff2'), url('../webfonts/v3/norwester.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ss_standard';
  src: url('../webfonts/v3/ss-standard.woff') format('woff'), url('../webfonts/v3/ss-standard.woff2') format('woff2'), url('../webfonts/v3/ss-standard.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.not-full-width {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
}
.topo-bg {
  background: url(../img/v4/topo-bg-5-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-lt {
  background: url(../img/v4/topo-bg-3-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-wt {
  background: url(../img/v4/topo-bg-5-white.png) top center repeat-y;
  background-size: 1480px;
}
.clear {
  content: "";
  display: table;
  clear: both;
}
.ulreset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*
body {
	.fluid-type(font-size, 600px, 900px, 12px, 28px);
}
pre {overflow: auto;}

*/
.master_excerpt {
  width: auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1A1C18;
  font-size: 15px;
  line-height: 1.9em;
}
.master_excerpt a,
.master_excerpt a:visited {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
.master_excerpt a:hover,
.master_excerpt a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
/* REPLACEMENTS */
#outer {
  background: url(../img/v4/topo-bg-3-black.png) top center repeat-y;
  background-size: 1480px;
  background-color: #F2F1EE;
}
#main {
  position: relative;
  overflow: hidden;
  width: auto;
  padding: 0px 0px 0px 0px;
}
ul.postlist {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 1% 5% 5% 5%;
  width: 100%;
}
ul.postlist li {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  position: relative;
}
ul.postlist li a.postouter {
  background-color: #DDDEDA;
  display: block;
  -moz-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative;
}
ul.postlist li a.postouter div.excerpt-hover p a {
  background-color: transparent;
  display: inline;
  position: relative;
  height: auto;
}
ul.postlist li a.postouter h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 19px;
  line-height: 1.2em;
  text-align: center;
  padding: 12px 12px 10px 12px;
}
ul.postlist li a.postouter div.excerpt-hover {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F2F1EE;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  position: absolute;
  height: 100%;
  width: inherit;
  display: block;
  top: 0px;
  opacity: 0.0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 20px 20px 40px 20px;
  background: #A23D3B;
}
ul.postlist li a.postouter:hover {
  background-color: #A23D3B;
}
ul.postlist li a.postouter:hover div.excerpt-hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
ul.postlist li a.postouter img {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
}
ul.postlist li a.postouter div.route-stats {
  margin: 0px;
  padding: 0px;
  height: 22px;
  color: #F2F1EE;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  display: block;
  width: 100%;
  margin-top: -22px;
  position: absolute;
}
ul.postlist li a.postouter div.route-stats span {
  margin: 0px;
  padding: 3px 6px 0px 6px;
  height: 22px;
  background-color: #1A1C18;
  display: inline-block;
  float: left;
}
ul.postlist li a.postouter div.route-stats span.days {
  background-color: #A23D3B;
  display: inline-block;
  float: right;
}
ul.postlist li a.postouter div.post-data {
  padding: 0px 5px 6px 5px;
  color: #B0B0B0;
  font-size: 12px;
  text-align: center;
  font-family: 'font_condensed';
  text-transform: uppercase;
}
ul.postlist li a.postouter div.post-data span {
  font-size: 11px;
}
ul.postlist li:first-child h3 {
  display: none;
}
@media only screen and (min-width: 480px) {
  ul.postlist li a.postouter h2 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  ul.postlist li a.postouter div.excerpt-hover {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  ul.postlist {
    padding: 1% 5% 5% 5%;
  }
  ul.postlist li {
    padding: 1.25% 1.25%;
    width: 50%;
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
  }
  ul.postlist li a.postouter {
    height: 42vw;
    max-height: 400px;
  }
  ul.postlist li a.postouter img {
    margin: 0px;
    padding: 0px;
    display: block;
  }
  ul.postlist li a.postouter h2 {
    font-size: 18px;
  }
  ul.postlist li a.postouter div.excerpt-hover {
    font-size: 18px;
  }
  ul.postlist li a.postouter div.post-data {
    position: absolute;
    bottom: 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  ul.postlist li {
    width: 33.33%;
    float: left;
    display: inline;
  }
  ul.postlist li a.postouter {
    height: 28vw;
  }
  ul.postlist li a.postouter h2 {
    font-size: 16px;
  }
  ul.postlist li a.postouter img {
    margin: 0px;
    padding: 0px;
    display: block;
  }
  ul.postlist li a.postouter div.excerpt-hover {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.postlist li a.postouter h2 {
    font-size: 18px;
  }
  ul.postlist li a.postouter img {
    margin: 0px;
    padding: 0px;
    display: block;
  }
  ul.postlist li a.postouter div.excerpt-hover {
    font-size: 18px;
  }
}

/*# sourceMappingURL=WS-postlist.css.map */