@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Arapey);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
body {
    font-family: 'Libre Baskerville', serif;
    font-size:16px;
    line-height:1.5em;
    color:#000;
    margin:0;
    background:#efefef;
}
@media (max-width:600px) {
  body { font-size:14px; }
}
p a {
    border-bottom: solid 1px #ccc;
}

.top-menu {
    margin: 0rem 1rem 1rem 0;
    padding: 0rem 0;
    float: none;
    text-align: center;
    text-transform:uppercase;
    font-size:1em;
    letter-spacing:.25em;
    font-family:'Open Sans Condensed',sans-serif;
    font-weight:700;
    background:#222;
}
.top-menu li a {
  text-decoration:none;
  color:#eee;
}
.top-menu a:hover {
  color:#7ba4d1;
  text-shadow:0 1px 0 #000;
}
.top-menu a:active,
.top-menu .current a {
  color:#bf7883;
}

.top-menu li {
    display: inline;
    list-style-type: none;
    border-right:solid 1px #ccc;
    padding-right: 1em;
    padding-left:.8em
}
.top-menu li:last-child {
    border-right:none;
    padding-right:0;
}


.site-title {
  display:block;
  width:347px;
  height:57px;
  margin:3rem auto;
  background:url(https://vileworks.com/wp-content/uploads/2014/07/vileworks-logo.png) top center no-repeat;
  width:400px;
  text-indent:200%;
  overflow:hidden;
  white-space:nowrap;
}
article.transparent-wide {
  border: none;
    background: none;
    padding-bottom: 0;
    max-width: 680px;
    text-align: center;
}
article {
    max-width: 600px;
    margin: auto;
    display: block;
    margin-bottom: 3rem;
    background: #fff;
    padding: 0 2em;
    padding-bottom:1em;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main-image-wrapper {
    /* max-width:100%; */
    background:#1A1A1A;
    border-top:solid 7px #1A1A1A;
    margin:auto 0;
    padding:0;
    width:calc(100% + 4em);
    margin-left:-2em;
    /*width:100%;*/
    text-align: center;
    box-shadow:0 2.5px 10px 0px rgba(0,0,0,.3);


  /**/ -webkit-transition: max-height 100ms ease-in;
    -moz-transition: max-height 100ms ease-in;
    -o-transition: max-height 100ms ease-in;
    -ms-transition: max-height 100ms ease-in;
    transition: max-height 100ms ease-in; /**/
}
.main-image-wrapper a:hover .main-image {
    -webkit-filter: contrast(1.075);
    -moz-filter: contrast(1.075);
    filter: contrast(1.075);
    opacity: .915;
}

@media (max-width:600px) {
    article { max-width:calc(100% - 4em); }
}
hr {
    margin:2em 0;
}
p {
    /* max-width:60em;  */
    display:inline-block;
}
a {
    color:#136fd2;
    color:#0a3666;
}
a:hover {
  color:#136fd2;
}
.home a { text-decoration:none; }
h1,h2 {
    text-align:center;
}
h2,
.main-nav {
    font-family:'Open Sans', sans-serif;
    font-weight:400;
    font-size:1em;
    margin-bottom:0;
}
ol {
    margin-top: 0;
}
img {
  max-width:100%;
  max-height:90vh;
}

.main-nav {
  width:400px;
  margin:auto;
}

.site-title,
.main-nav {
    text-transform:uppercase;
    font-size:1.2em;
    letter-spacing:.25em;
    font-family:'Open Sans Condensed',sans-serif;
    font-weight:700;
}

.site-title a,
.main-nav a {
    color:#111;
    text-decoration:none;
}
@media (max-width:600px) {
    .site-title {
      width:290px;
      background-size: contain;
    }
}

.article-title {
    font-size:2em;
    line-height:1.5em;
    line-height: 1.2em;
    letter-spacing:0.15em;
    text-transform:uppercase;
    font-family:'Arapey', serif;
    font-weight:normal;
    /*margin-top:0;*/


    position:relative;
}
.article-title a {
  text-decoration:none;
  display:block;


  letter-spacing:0.0rem;
  text-transform:none;
  font-family:'Arapey', serif;
  font-weight:normal;
}


h2.subtitle, article h2 {
    font-size:1.2em;
    line-height:1.2em;
    letter-spacing:.05em;
    font-family:'Open Sans Condensed',sans-serif;
    font-weight:700;
}
.price {
    white-space:nowrap;
    font-weight:300;
}
.button {
    background: #eee;
    color:#000;
    color:#004499;
    box-shadow:0px 1px 0 2px #ddd;
    text-decoration:none;
    white-space:nowrap;
    border-radius: 10px;
    padding: 3px .5em;
    margin: 0;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom:.5em;
    line-height:2em;

  /**/ -webkit-transition: all 50ms ease-in;
    -moz-transition: all 50ms ease-in;
    -o-transition: all 50ms ease-in;
    -ms-transition: all 50ms ease-in;
    transition: all 50ms ease-in; /**/
}
.button:hover {
    background:#fff;
    /*color:#136fd2;  */
    color:#1155aa;
    box-shadow:0px 1px 0 2px #ccc;
}

article img {
    max-width:100%;
    margin: .5em 0;
}
figure {
  font-family: 'Open Sans Condensed',sans-serif;
  display: block;
  margin: 0;
  text-align:center;
}
figcaption {
  margin-top: .5em;
}
.dropcap {
display: block;
float: left;
font-size: 50px;
font-size:3rem;
line-height: 2rem;
margin-bottom: 0;
margin-left: 0;
margin-right: 8px;
margin-top: 9px;
}


body.unselectable {
    /*-webkit-touch-callout: none;*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body.unselectable p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
::selection { background:#90D2FF; }
::-moz-selection { background:#90D2FF; }
