@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);

html {
}
.hidden { display:none !important; }
body { background:#efefef;
    font-family: 'Libre Baskerville', serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 0.015em;
    font-size:16px;
    line-height:1.5em;
    color:#000;
    margin:0;
}
article {
  font-size:18px;
  line-height:1.444em;
}
@media (max-width:600px) {
  body { font-size:14px; }
  article { font-size:14px; }
}
.top-menu {
    margin: 0rem 0 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;
}

.article-wrapper {
    background: #333;
    color:#fff;
  text-shadow:1px 1px 1px #000;
  border-bottom: solid 7px #111;
  border-top: solid 7px #111;
}
.article-wrapper a {
  color:#53777A;
  color:#fff;
  text-decoration: underline;
}
article {
    max-width:600px;
    padding: 0 1em;
    margin:auto;
    display:block;
    margin-bottom:3rem;
}
.article:after,
.separator {
  display:none;
  margin:3rem auto;
  margin-bottom:4rem;
  width:10rem;
  display:block;
  text-align:center;
  content:"● ● ●";
  color:#358;
  color:#ccc;
  font-size:3.5rem;
}
article:after:hover { font-size:1rem; color:red }

/* .site-title, .subtitle {display:none;} */

@media (max-width:600px) {
    article { max-width:100%; }
}

p {
  /* max-width:60em;  */
  display:inline-block;
  margin-bottom:0;
}
a {
  color:#53777A;
  text-decoration:inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration:none;
  color:#C02942;
}
h1,h2 {
    text-align:center;
}
h2 {
    font-family:'Open Sans', sans-serif;
    font-weight:400;
    font-size:1em;
}

.site-title {
  display:block;
  width:347px;
  height:57px;
  margin:3em 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;
}
@media (max-width:600px) {
    .site-title {
      width:290px;
      background-size: contain;
    }
}

.site-title a,
.main-nav a {
    color:#111;
    text-decoration:none;
}

.site-title a:hover {
    color:#136fd2;
    text-decoration:none;
}

.main-image-wrapper {
    /* max-width:100%; */
    background:#1A1A1A;
    border-top:solid 7px #1A1A1A;
    margin:auto 0;
    padding:0;
    width:calc(100% + 2rem);
    width:100%;
    text-align: center;
    box-shadow:0 2.5px 10px 0px rgba(0,0,0,.3);
}
.main-image-wrapper a {
  display:inline-block;
  width:auto;
  cursor:inherit;
  max-width: none;
}
.open .main-image-wrapper a {
  max-width: none;
  max-width: 800px;
}
.main-image {
    border-radius:3px;
    /*padding-top:7px;*/
    max-width:100%;
    /*max-height:50vh;*/
    max-height:50vh;
    max-height: 80vh;
    display:block;
    margin:auto;
    margin-bottom:-5rem;
    margin-bottom:0;
    position:relative;

  /**/ -webkit-transition: max-height 0ms ease-in;
    -moz-transition: max-height 0ms ease-in;
    -o-transition: max-height 0ms ease-in;
    -ms-transition: max-height 0ms ease-in;
    transition: max-height 0ms 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;
}
.main-image-wrapper .main-image a:hover {
}

.open .main-image {
  max-height:calc(70vh);
  max-height: 100vh;
}

.hentry,
.article-title {
  /* display: none; */
  /*opacity:0;
  -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
   */
}
.open .hentry,
.open .article-title {
  /*   opacity:1; */
  display:block;
}

.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;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 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 {
    font-size:1.2em;
    line-height:1.2em;
    letter-spacing:.05em;
    font-family:'Open Sans Condensed',sans-serif;
    font-weight:700;
    text-align:center;
    margin-bottom: 0;
}
.final-action {
    color:#C02942;
    text-transform: uppercase;
    font-size: 3rem;
}
.final-action:hover {
    color:#136fd2;
}

.button {
    color: #0a3666;
    color:#B77373;
    color:#bc4254;
    color: #53777A;
    /* cursor:default; */
    margin: 0 .5em;
    line-height: 1.5em;
    letter-spacing: .025em;
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: 700;
    padding: .25em .5em;
}
.button:not([disabled]):hover, .button:not([disabled]):focus {
    /*color:#C02942;*/
    color:#C02942;
    color:#136fd2;
    color: #bf7883;
    background-color: #e3e3e3;
    background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ccc));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
    background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);
    zoom: 1;
}
.button:active {
    /*margin-top: 2px;
    margin-bottom: -2px;*/
    color: #bf7883;
}
.button:not([disabled]):hover .icon {
  fill:#C02942;
  fill: #bf7883;
}
.button {
    text-decoration:none;
    border: 1px solid #b1b1b1;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.25);
    position: relative;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(to bottom, #fff, #d9d9d9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);
    zoom: 1;
}

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;
font-size:3.4rem;
line-height: 2rem;
margin-bottom: 0;
margin-left: 0;
margin-right: 8px;
margin-top: 9px;
margin-top: .6rem;
}

/* cursor icons from:
https://www.iconfinder.com/iconsets/uidesignicons
https://www.iconfinder.com/iconsets/hawcons-gesture-stroke
https://www.iconfinder.com/iconsets/uidesignicons
*/
a:hover {
 cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfklEQVQ4T9WTURKAIAhE8eTIyattolFzwfqLGX+UfQI7FCFRa92OU9i7308TIFZVMTPJID8AoNeojbQFnwUDLQMY6DVgdOcGwLrWcySyaO3tAC5CwicAfoyEXtG0gmvKZxsZhAIcslo+8h8u+DAZZNyP0MbRhdlyUUCw5p1mB18ifxGUDMm0AAAAAElFTkSuQmCC), auto;
}
.grab-cursor {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABFElEQVQ4T6WTv0tCQRzAkyBy0KVVMFpcJLVVFCcnpyZBhEZDKQT/hIJwdbA1AjdHwUEdRSJwd5VAaQ0HEe3zRQ/uHd49qIMP9+774/Peu3cvcPLPEfDpT5F/hjhEYWfW2wQ3FD5BAmJQgSwkTZFN0KDwFe6hfRCo9SnrDxjJ0/gJ5M7SqM891nWowfovAl34owtuMRYgAhNoGnc2n0TWHkGZwBQW0IecJrjm+hMejFfyCM5IzuASwrCCjWzUkaE22SOQugxcwZulUYWtAinowCN8OyROQYjGLuQdAjkbVdjaPmOJ5BIGRyTnxIaQlpxNIHF5lRaMNUnwIC0yz10Clbvj4gXeQc7HBUjsS0n9/kbHNuxTv7AkPhG2gEqHAAAAAElFTkSuQmCC), auto;
  cursor: url(data:image/png;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7), auto;
}
.grabbed-cursor {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeUlEQVQ4T7WT4Q6AIAiE9cmBJ6/OxWYImLncnD/gPg/QWjZX3dSXFMDMx7XTHDcIIZwRURGRZjICDQCIVWhPD7QEUGDv5gHorUfNRUkuwFr/DJiNNXWgnc8gIeDucJvAW/vIW2qivX0AZC48cQiISvBe47+faTZSxE8zeWARvIsAxAAAAABJRU5ErkJggg==), auto;
}
/* zoom cursors from: https://www.iconfinder.com/iconsets/snipicons
https://www.iconfinder.com/icons/173131/out_zoom_icon#size=20
https://www.iconfinder.com/icons/173130/in_zoom_icon#size=20
*/
.main-image:hover-- {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAulBMVEUAAAAAAAB/f39MTExlZWV/f4k/Pz9BQUFDQ0NLS0tLS0tEQEBCQkJCQkJCQkJCQkJDQUFCQkJEQUFDQUFCQkJDQUFCQkJCQkJDQkJDRUVCQkKKiouGhoZNTk5OTk9SUlJSXGZDQkJKSkpLS0tTU1NVYGlebXpme41neoxqgZRuiJ55mrV6mrZ9oL1+n7yGrc+IsdSKtNeLtNiMttuPu+GQveSTwuqXyfOZzPec0Pyc0f2d0f6d0v/Ozs5DTH73AAAAIXRSTlMAAQIKGRogL0BAREdJXGtvdXZ4gIOMnaWmsbzb3ODg/f1zDOfZAAAAmklEQVR42q3P1w6CQBCF4UVULCCKdBurUgQE6QLj+7+WMSHZNeCd/+WXzEkG/WwqKhL3TSPZCuLI0Vga5Ru0XgmhwVC3FkCNMwCXJygGbf3ESd2kKkEl9vAnuzIJSlGZJfieFblOkHO6TV9AJC2Exi7gcRxTyBpuWuX+4bXbUMrwqqkLk/3psu09uzpfB3T9F10O6QL1ms3RcG+kGxMPvUNsFAAAAABJRU5ErkJggg==), auto;
}
.open .main-image:hover-- {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAsVBMVEUAAAAAAAB/f39MTExlZWV/f4k/Pz9BQUFDQ0NLS0tLS0tEQEBCQkJCQkJCQkJCQkJDQUFCQkJEQUFDQUFCQkJDQUFCQkJCQkJDQkJDRUVCQkKKiouGhoZNTk5OTk9SUlJSXGZDQkJKSkpLS0tTU1NVYGlebXpme41neoxqgZRuiJ55mrV6mrZ+n7yGrc+IsdSLtNiMttuPu+GQveSTwuqXyfOc0Pyc0f2d0f6d0v/Ozs7+nOy5AAAAIXRSTlMAAQIKGRogL0BAREdJXGtvdXZ4gIOMnaWmsbzb3ODg/f1zDOfZAAAAjElEQVR4AWPACdj4RYXYUYWYRBS09XTVxJmRBUU0LUFAR5IRSa+CJQSo8yAE+bUtzEDA3EAMISiqp6EIAqqmUghBIV0TQxAwNpJACLKrQc3U4kWyXVwHLKYvx4IkyCypbmBqpCVrJS2IJMrIIyYlwcsqI68sjOFZPiUVLKICVBHlxibKhRngHJw4YgIA8toTVCTXiaoAAAAASUVORK5CYII=), auto;
}


body.unselectable, .separator {
    /*-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; }
