html, body { width: 100%; height: 100%; }

body {
  font-size: 0.875em;
  line-height: 1.75em;
  font-family: "Times New Roman", Times, serif;
  overflow-y: auto !important;
}

a { text-decoration: none; color: black; }
a:hover { text-decoration: underline; }

p, h1, h2, h3, h4, h5, h6 { line-height: 1.5em; }

p { margin-bottom: 20px; }

p a { text-decoration: underline; }
p a:hover { color: #c90f56; }

h2 {
  font-size: 1.15em;
  letter-spacing: 0.25em;
  text-decoration: underline;
  text-transform: uppercase;

}

h3 {
  font-size: 1.30em;
  letter-spacing: 0.1em;
  font-style: italic;
}

h4 {
  font-size: 1.25em;
}

ol { margin-left: 1.5em; margin-bottom: 3em; }
ol li {
  list-style: decimal outside;
}

em { font-style: italic; }
strong { font-weight: bold; }



/* LAYOUT */

#header {
  background: white;
  width: 92%;
  height: 100px;
  position: fixed;
  left: 4%;
  right: 4%;
  top: 0;
  overflow: visible;
  z-index: 1000000;
  padding: 0 10px 0 10px;
}

#logo, #nav {
  position: absolute;
  bottom: 15px;
}

#logo { left: 0; width: 293px; height: 20px; }
#logo-new { left: 0; width: 90px; height: 80px; bottom: 10px;}
#logo a { display: block; width: 100%; height: 100%; text-indent: -9999px; background: url(../images/mossandisaac-logo.gif) no-repeat left bottom;}
#nav { right: 0; white-space: nowrap; }
#nav span, #nav #menu, #menu > li { 
  display: inline-block; 
  vertical-align: top;
  margin-left: 10px;
  letter-spacing: 1px;
  white-space: nowrap;
}
#menu > li ul { display: none; }
#menu.open > li:hover ul { 
  display: block;
  position: absolute;
  z-index: 10;
  background: white;
  padding: 0 10px 5px 10px;
  margin-left: -10px;
}
#menu > li:hover ul li { 
  font-family: "Times New Roman", Times, serif;
  font-variant: normal;
  font-style: italic;
  letter-spacing: 0;
  white-space: nowrap;
} 

#nav #menu { margin-left: 0; }

#body {
  background: #FFF;
  position: relative;
  top: 140px;
  width: 90%;
  margin: 0 5%;
  height: auto;
}

.left, .right {  width: 45%; }
.left { float: left; padding-right: 5%; border-right: 1px solid black; }
.right { float: right; }
.left img, .right img { max-width: 100%; height: auto; }

h1#not-found {
  height: 1em;
  width: 10em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  margin-left: -5em;
  top: 15em;
}



/* HOME */

div#home {
  position: absolute;
  top: 100px;
  left: 5%;
  right: 5%;
  bottom: 5%;
}

/* PORTFOLIO */

#body.collections { 
  width: 95%; 
  height: 100%;
  margin: 0 2.5%; 
  font-size: 100%;
}

.collection {
  display: inline-block;
  float: left;
  text-align: center;
  height: 50%;
  margin: 0 2.5% 5% 2.5%;
  width: 20%;
  font-size: 70%;
}

.collection h2 {
  text-decoration: none;
  margin-top: 1.25em;
}

.collection h2 a {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;

}

.collection h3 {
  font-size: 1.25em;
  font-style: normal;
  line-height: 1.25em;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}

.collection h4 {
  font-style: italic;
  letter-spacing: 0.1em;
}

.collections-left, .collections-right { 
  width: 20%;
  height: 50%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-top: 0;
}
.collections-left .collection,
.collections-right .collection {
  width: 100%;
  height: 46%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 25%;
}
.collections-left { float: left; }
.collections-right { float: right; }

.collection.bestof {
  width: 45%;
  height: 52.5%;
  margin-right: 0;
  float: none;
  margin-bottom: 5%;
}

.collection.bestof #bestof { position: relative; }
.collection.bestof h2 { font-size: 1.3em; }
.collection.bestof h2 a { letter-spacing: 0.1em; }

.collection.bestof .slideshow {
  background-color: #CCC;
  width: 100%;
  height: 90%;
}

.collection-grid {
  white-space: pre
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  margin-left: 0%;
}

.collection a.poster {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: absolute;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}


/* COLLECTIONS */
.collection-gallery {
  position: absolute;
  top: 100px;
  left: 5%;
  right: 5%;
  bottom: 10%;
}

.collection-meta {
  position: fixed;
  width: 90%;
  left: 5%;
  bottom: 5%;
  right: 5%;
  z-index: 1000000;
  text-align: center;
}

.collection-meta a.prev {float:left;}
.collection-meta a.next {float:right;}
.collection-meta a { font-style:italic; }

.collection-meta h2 {
  text-decoration: none;
  font-size: 1em;
}


/* BLOGS */

#posts {
  margin-left: auto;
  margin-right: auto;
}

.post { 
  max-width: 920px;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 80px;
}

.post .images {
  width: 100%;
  min-height: 670px;
  margin-bottom: 20px;
  position: relative;
}

.post.press .images { min-height: 50px; }

.post .images img.solo-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.post-categories {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 1em;
  margin-right: 2em;
}

.post-categories span { font-variant: small-caps; }

.post-body img {
  max-width: 100%;
}

.press { max-width: 960px; }
.press .post-meta { float: right; width: 35%; }
.press .post-body { float: left !important; width: 60%; }

.review .post-meta { float: left; width: 40%; }
.review .post-body { float: right; width: 60%; }

.social-links { margin-bottom: 1em; }

.post h5 {
  position: relative;
  clear: both;
  margin-top: 1em;
}

a.social {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/social-sprite.png) no-repeat left top;
  overflow: hidden;
  text-indent: -9999px;
}

a.social.twitter { background-position: -24px top; }
a.social.pinterest { background-position: -48px top; }
a.social:hover { background-position: left bottom; }
a.social.twitter:hover { background-position: -24px bottom; }
a.social.pinterest:hover { background-position: -48px bottom; }

.post .comments {
  clear: both;
  top: 1em;
  font-size: 1.25em;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid black;
}

.comments .loader { display: none; }

.comments h6 {
  text-transform: uppercase;
  font-size: 0.75em;
  text-decoration: underline;
}

.comments p.comment-date {
  font-style: italic;
}
.comment-form {
  width: 34%;
  float: left;
}

.comment-form label {
  display: none;
}

.comment-form input.text, textarea {
  width: 90%;
  padding: 2%;
  border: 1px solid black;
}

.comment-form input.submit {
  background: none;
  border: none;
  font: inherit;
  font-style: italic;
}
.comment-list {
  width: 66%;
  float: right;
}

.post-thumbnail {
  width: 30%;
  margin: 1.49%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.post-poster {
  width: 100%;
}

p#archive-link { text-align: center; }

.post-thumbnail h3 {
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
}

.post-thumbnail h4 {
  font-size: 75%;
  text-transform: none;
  letter-spacing: 0.1em;
  font-style: italic;
}


/* PRESS */

div.category .post-body {
  width: 60%;
  float: right;
  -moz-column-count: 1; /* Firefox */
  -webkit-column-count: 1; /* Safari and Chrome */
  column-count: 1;
}

h2.quote {
  letter-spacing: 0.15em;
  margin-right: 1em;
}

.pagination { 
  text-align: center; 
  padding-top: 2em;
  padding-bottom: 4em;
  text-transform: uppercase; 
}

/* PHOTOBOOTH */
.photobooth { border-bottom: none; }
.photobooth-meta { width: 25%; }
.photobooth-body {
  width: 75%;
  float: right;
  -moz-column-count: 3; /* Firefox */
  -webkit-column-count: 3; /* Safari and Chrome */
  column-count: 3;
}

img#photobooth-photo { width: 33%; float: left }
#photobooth-images { width: 66%; float: right; background-color: #EEE; }

/* CONTACT/FAQ */
.faq .left h3, h3.toggler, .faq .left h4, h4.toggler { cursor: pointer; }
.faq .left h3:hover, h3.toggler:hover .faq .left h4:hover, h4.toggler:hover { text-decoration: underline; }
.faq .left h3 {
  font-size: 1.10em;
}

.faq .right h3 {
  line-height: 1.0em;
  margin-bottom: 0.5em;
}

#inquiry-form div.left { width: 70%; border: none; }
#inquiry-form div.right { width: 25%; }
#inquiry-form p {
  margin-bottom: 0.5em;
  width: 100%;
}
#inquiry-form label, #inquiry-form #honeypot { display: none; }
#inquiry-form ul label { display: inline; }
input[type="text"], textarea {
  width: 98%;
  border: 1px solid black;
  padding: 1%;
  font-family: inherit;
}

textarea { min-height: 8em; }

input.left, input.right { width: 47%; }
input.send { margin-top: 0.5em; }


/* ABOUT */

.left h3.toggler { font-size: 1.1em; }

#montage { height: 500px; position: relative; }

.photographer {
  margin-bottom: 2em;
}

/* UTILITIES */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

.am-wrapper{
  float:left;
  position:relative;
  overflow:hidden;
}
.am-wrapper img{
  position:absolute;
  outline:none;
}
