@charset 'UTF-8';
/*
 * //maxfenton.com/_/styles/2015.css
 * by Max Tabackman Fenton
 * v.2015.7
 */

body {
  font-family: Baskerville, Georgia, Times, serif;
  font-size: 1.1em;
  padding: 0;
  color: #555555;
  background-color: #fefefe;
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
a,
a:link,
a:visited {
  transition: outline 240ms ease, background-color 0.2s ease-in-out;
  text-decoration: none;
  color: #444444;
  border-bottom: 1px solid #cccccc;
  outline: 3em solid rgba( 215, 210, 81, 0.01);
}
a:hover,
a:focus,
a:active {
  transition: outline 240ms ease;
  opacity: 0.9;
  color: #111111;
  border-color: #333333;
  outline: 1em solid rgba(0, 0, 0, 0.04);
}
h1 {
  font-size: 120%;
  font-weight: normal;
  width: auto;
}
select,
textarea,
input {
  font-size: 11px;
  font-weight: 400;
  margin: 2px 0;
  letter-spacing: 0;
  color: #222222;
  border-color: #fefefe;
  border-color: #cccccc;
  background-color: #fefefe;
  background-color: rgba(232, 239, 193, 0.05);
}
#wrap {
  max-width: 90%;
  margin: 0 auto;
}
.story {
  font-size: 130%;
  left: 100px;
  width: 18.5em;
  max-width: 70%;
  text-transform: none;
}
.story h2 {
  font-size: 100%;
  font-weight: normal;
}
.story p {
  font-size: 70%;
}
.story img {
  max-width: 100%;
}
.story em {
  font-size: 89%;
  font-style: italic;
}
.story strike {
  text-decoration: none;
  color: #777777;
}
[id='dateplace'] {
  font-family: GnuolaneRegular, Monaco, Geneva, Arial, monospace, sans-serif;
  font-size: 70%;
  font-style: normal;
  line-height: 1;
  margin-top: 0.7em;
  margin-bottom: 5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1px;
  color: #cccccc;
  color: rbga(255, 255, 255, 0.6);
  border-bottom: 1px solid #f6f6f6;
}
[id='dateplace'] em {
  padding: 1px;
  opacity: 0.2;
}
.exit a {
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.exit {
  font-family: 'franklin-gothic-urw', GnuolaneRegular, Monaco, Geneva, Arial, monospace, sans-serif;
  font-size: 0.85em;
  line-height: 1.7;
  width: 210px;
  max-width: 30%;
  margin: 0;
  padding-top: 4px;
  padding-top: 88px;
  padding-bottom: 4em;
  list-style: none;
  transition: opacity 1s ease-in-out;
  color: #333333;
}
.subtle {
  transition: all 0.2s linear;
  color: #bbbbbb;
}
i.subtle {
  cursor: none;
}
i.subtle:hover {
  color: #fdf674;
}
a > .subtle {
  border-bottom: 1px solid white;
}
abbr.telephone {
  color: #444444;
}
abbr.telephone em {
  font-style: italic;
  opacity: 0.75;
}
option b {
  font-weight: bold;
}
form {
  width: 80%;
  text-transform: none;
}
.menu select {
  margin-top: 8px;
}
.exit .telephone {
  margin-left: -0.5em;
}
.exit .telephone:before {
  content: '+';
}
.exit li.inline {
  display: inline;
  padding-right: 0.5em;
}
.exit ul,
.exit li {
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.exit ul.additional {
  clear: both;
  margin-top: 2em;
  opacity: 0.5;
}
.exit ul.additional li {
  font-size: 89%;
  display: block;
  padding-right: 0.7em;
}
.exit ul#cv li {
  padding-bottom: 0.75em;
}

.story {
  font-size: 133%;
}
.story .note {
  font-size: 89%;
  line-height: 1.1;
  padding-top: 1em;
}
.story p {
  line-height: 1.35;
}
.note {
  color: #999999;
}
.newstory {
  font-family: 'Courier', 'Courier New', monaco, monospace, sans-serif;
  font-size: 70%;
  position: absolute;
  top: 17em;
  left: -20px;
  max-width: 30em;
  padding: 1.4em 1em 1.4em 1.4em;
  -webkit-transform: matrix(1, -0.2, 0, 1, 0, 0);
     -moz-transform: matrix(1, -0.2, 0, 1, 0, 0);
       -o-transform: matrix(1, -0.2, 0, 1, 0, 0);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff0000;
  border: 2px double #ffffff;
  background: #ffd700;
}
.newstory em {
  font-family: Times;
  font-style: normal;
}
p a.systems {
  font-family: 'utopia-std', Baskerville, inherit;
  font-size: 98%;
  font-style: normal;
}
p a.systems:hover {
  font-style: normal;
}
.additional a {
  white-space: nowrap;
}
ul.additional {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
}
#dateplace {
  font-size: 89%;
  font-size: 50%;
  line-height: 1.1;
  visibility: hidden;
  padding-top: 1em;
  opacity: 0.35;
  color: #999999;
}
#headshot {
  display: none;
}
@media screen and (max-width:712px) {
  body {
    background: -moz-linear-gradient(top, #ffffff, #fefefe);
  }
  h1 {
    display: block;
  }
  .story {
    width: 95%;
    max-width: 95%;
    margin-top: 2em;
  }
  .story p {
    font-size: 89%;
  }
  .exit {
    font-size: 90%;
    float: left;
    width: 95%;
    max-width: 95%;
    margin-top: 1.5em;
    padding-top: 2.5em;
    text-align: left;
    border-top: 1px solid #dddddd;
  }
  .exit small {
    font-size: 60%;
  }
  #dateplace {
    display: none;
  }
  ul.additional {
    padding: 0.75em 0;
  }
}
@media screen and (min-width:712px) {
  .exit {
    float: right;
    width: 210px;
    max-width: 33%;
    padding-top: 12.25em;
    text-align: right;
  }
  .story {
    font-size: 200%;
    float: left;
    width: 18.5em;
    max-width: 55%;
    padding-right: 2em;
  }
  #headshot {
    display: block;
  }
  #wrap {
    max-width: 720px;
    margin: 0 auto;
  }
  #dateplace {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1100px) and (min-height: 840px) {
  body {
    font-size: 1.618em;
  }
  .exit {
    width: 13em;
    max-width: 33%;
  }
  .story {
    width: 18.5em;
    max-width: 55%;
  }
  #wrap {
    max-width: 41em;
  }
  .story p {
    font-size: 50%;
  }
}

/* + */