@font-face {
    font-family: "untitled";
    src: url("untitled-sans-web-regular.woff") format('woff');
}

*{
  margin: 0px;
  padding: 0px;
}

body, html{
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #222;
  font-family:'untitled', arial;
  font-size:12px;
  letter-spacing:0.1rem;

}

a {
text-decoration: none;
color: #222;
}

.clear {
  clear:both;
}

.bx-viewport, .bx-wrapper{
  position:relative;
  width:100%;
  height:100% !important;
  top:0;
  left:0;
}

.bxslider, .bxslider li{
  height: 100% !important;
}

.bxslider li{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bx-wrapper .bx-viewport{
  border: none !important;
}

.bx-wrapper {
border: 0 !important;
box-shadow: 0 !important;
margin-bottom: 0 !important!;
}

.caption{
position: absolute;
left:12px;
bottom: 12px;
opacity: 0.92;
}

.it{
font-size: 11px;
margin-left:3px;
}

#navigation{
z-index: 900;
position: fixed;
top:0;
left:0;
width:100%;
height:24px;
background-color: white;
}


.navitems {
position: absolute;
top:5px;
}

#content {
  position: relative;
  width:100%-10px;
  margin-top: 80px;
  padding:0px 5px;
}

.navitems li {
list-style-type: none;
display: inline;
margin-left:5px;
margin-right:5px;
}

.bx-wrapper {
margin-top:0px !important;
margin-bottom: 0 !important;
}

#right{
  position: relative;
  font-size:24px;
  max-width: 600px;
}

#right p{
  margin-bottom: 1em;
}

#right a{
  text-decoration: underline;
}

#right-100{
  position: absolute;
  width:99%;
  font-size:24px;
  margin-top: -6px;
  padding-bottom:33px;
}

.archive-item{
  width: 100%;
  border-top:1px solid #777;
  padding-top:5px;
  padding-bottom:5px;

}

.archive-date{
  display: inline-block;
  margin-right: 0;
  font-size: 10px;
  width: 9%;
  vertical-align: top;
  margin-top: 4px;
  max-width: 55px;
  min-width:0px;
}

.archive-title{
  display: inline-block;
width: 90%;
vertical-align: top;
}

.archive-view{
  position:relative;
  display:inline-block;
  right:0;
  font-size: 14px;
  display:none;
}

.sm{
  font-size: 12px;
}

.portrait{
  width: 300px;
  height: auto;
  position: absolute;
  left: 0;
  padding-bottom: 60px;
}

.portrait-mobile{
  width: 300px;
  height: auto;
  position: absolute;
  left: 0;
  padding-bottom: 60px;
  display: none;
}

.portrait2{
  width: 250px;
  height: auto;
  left: 0;
  padding-right:10px;
  padding-bottom: 0;
  float:left;
  clear:right;
  margin-left:-5px;
}




#left{
font-size: 24px;
position: static;
width: 55%;
float: left;
clear: right;
}

#left-text{
  max-width:600px;
  padding-right: 20px;
}

#left p{
}

#left a{
  text-decoration: underline;
}

#photo{
  position: relative;
  display: inline-block;
  width: 45%;
}

.portrait3{
height: auto;
position: absolute;
width: 100%;
max-width: 340px;
}



span#response {
        display:block;
		    height: 27px;
		    font-size: 13px;
		}

input#email {
		    padding:12px 10px 12px 10px;
		    width:220px;
		    display:inline-block;
		    border:1px solid #ccc;
		    margin-right:4px;
		    font-size:12px;
		    letter-spacing:0.1rem;
		    -webkit-appearance: none;
		    border-radius: 0px !important;
		}

#email:hover {
		border:1px solid #444;
}

#subscribe{
            padding: 12px 12px 11px 0px;
            -webkit-appearance: none;
            display: inline;
            font-size: 12px;
            letter-spacing: 0.1rem;
            background-color: #FFF;
            border: none;
            color: #555;
            cursor: pointer;
		}

#subscribe a {
    border: none;
}

#stack {
  display:none;
  width: 100%;
}

#slideshow {
  display: block;
}

.stack-box {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 24px;
}

.stack-box img{
  width:100%;
  height: auto;
}


.press_preview
		{
		    display:none;
		    padding: 0px 0px 12px 0px;
		}
		    .press_preview a { 
		    font-size: 9px;
    display: inline;
    letter-spacing: 0.1em;
    margin-left: 55px;
    text-transform: uppercase;
    padding-top: 1px;
    line-height: 14px; }
		    .press_preview .image { width: 100%; margin-top: 10px; }
		    .press_preview .image img { width: 100%; }

		    .pressline .view_text .view { display: inline; }
		    .pressline .view_text .close { display: none; }
		    .pressline.open .view_text .view { display: none; }
		    .pressline.open .view_text .close { display: inline; }



@media only screen and (max-width: 812px)
{
  #navigation{
  z-index: 900;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:24px;
  background-color: white;
  font-size: 15px;
  }

  .navitems {
    font-size:0.77em;
  }



  .archive-date {
    width: 20%;
    margin-top: 2px;
    font-size: 10px;
  }

  .archive-title{
    width: 70%;
  }

  #archive-item{
    border-top:1px solid #bbb;
  }

  #right-100{
    width: 96%;
    font-size: 16px;
  }

  #right{
    width: 94%;
    font-size: 16px;
    max-width:450px;
  }

  #slideshow{
    display:none;
  }

  #stack{
    display: inline-block;
  }

#photo {
  width: 100%;
}

#left{
  width: 100%;
  padding-bottom: 60px;
  font-size: 16px;
  max-width: 500px;
}

.portrait {
  display: none;
}

.portrait-mobile {
  display: block;
  position: relative;
  margin-left:-5px;
}

.portrait3{
  padding-bottom:60px;
  width:88%;
  display:block;
  float:left;
  clear:right;
  margin-left:-5px;
  position: static;
}

.portrait2{
  padding-bottom:60px;
  width:88%;
  display:block;
}
}
