/*
Theme Name: Typo
Author: chris
Author URI: http://chrishamamoto.com/
Description: Custom theme for Typographica based on Blankslate
Version: 1.0.0

Typo WordPress Theme © 2011-2016 chris hamamoto
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}


/*************************

Fonts

*************************/

/* Contemporary */

@font-face {
    font-family: 'Contemporary';
    src: url('fonts/ContemporarySans-Regular-Stephen.eot');
    src: url('fonts/ContemporarySans-Regular-Stephen.eot?#iefix') format('embedded-opentype'),
       url('fonts/ContemporarySans-Regular-Stephen.woff') format('woff');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Contemporary';
    src: url('fonts/ContemporarySans-RegularIt-Stephen.eot');
    src: url('fonts/ContemporarySans-RegularIt-Stephen.eot?#iefix') format('embedded-opentype'),
       url('fonts/ContemporarySans-RegularIt-Stephen.woff') format('woff');

    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Contemporary';
    src: url('fonts/ContemporarySans-Bold-Stephen.eot');
    src: url('fonts/ContemporarySans-Bold-Stephen?#iefix') format('embedded-opentype'),
       url('fonts/ContemporarySans-Bold-Stephen.woff') format('woff');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Contemporary';
    src: url('fonts/ContemporarySans-BoldIt-Stephen.eot');
    src: url('fonts/ContemporarySans-BoldIt-Stephen.eot?#iefix') format('embedded-opentype'),
       url('fonts/ContemporarySans-BoldIt-Stephen.woff') format('woff');

    font-weight: bold;
    font-style: italic;
}


/* Pilcrow */

@font-face {
  font-family: "Pilcrow Soft Regular";
  src: url('fonts/PilcrowSoft-Regular.woff2') format('woff2'), url('fonts/PilcrowSoft-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pilcrow Soft Bold";
  src: url('fonts/PilcrowSoft-Bold.woff2') format('woff2'), url('fonts/PilcrowSoft-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Pilcrow */

@font-face {
  font-family:'Yuzu Regular';
  src:  url('fonts/Yuzu-Regular.eot')format('embedded-opentype');
  src:  url('fonts/Yuzu-Regular.woff')format('woff'),
      url('fonts/Yuzu-Regular.woff2')format('woff2'),
      url('fonts/Yuzu-Regular.svg')format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family:'Yuzu Bold';
  src:  url('fonts/Yuzu-Bold.eot')format('embedded-opentype');
  src:  url('fonts/Yuzu-Bold.woff')format('woff'),
      url('fonts/Yuzu-Bold.woff2')format('woff2'),
      url('fonts/Yuzu-Bold.svg')format('svg');
  font-weight: normal;
  font-style: normal;
}



/* general */

body {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
  color: #333;
  background: #eee;
  border-top: 35px solid black;
  padding-top: 0px;
  text-rendering: optimizeLegibility;
}

a.fancybox {
  border: none;
}

a, a.fancybox.text-link {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 130, 101, 0.5);
}

a:hover {
  color: #d94f4f;
  text-decoration: none;
  border-bottom: 1px solid #d94f4f;
  border-bottom: none;

}



h1, h2 {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
  font-weight: bold;
}

h2.small-title, h1.archive-title {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin: 10px 0px 20px;
}

h3 {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 30px 0px 10px;
}

.landing-post h2 {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
}

.entry-content h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.01em;
  margin: 48px 0 10px 0;
}  

.category-on-typography .post-info h2 {
  font-size: 22px;
  margin-right: 5px;
}

h4, .sub-cat-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 10px 0px; 
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

input {
  font-size: 13px;
  line-height: 14px;
}

small, p small {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}

li small {
  display: inline;
}

strong, b {
  font-weight: bold;
}

sup, sup a {
    font-size: 12px;
    vertical-align: 2px;
    line-height: 12px;
    margin: 0 0 0 1px;
}    


code {
    padding: 0 3px;
    font-family: "Menlo","Consolas",monospace;
    font-size: 90%;
    background: #eee;
}


/* header */

#header {
	width: 1060px;
	margin: 90px auto 0px;
}

#name { 
    font-family: "Yuzu Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    margin-top: -50px;
    margin-bottom: 0px;
    margin-left: 11px;
    position: relative;
    z-index: 0;
    letter-spacing: -1px;
    line-height: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}   


#menu {
    font-family: "Yuzu Regular";
    font-size: 72px;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 30px;
    margin-left: 11px;
    position: relative;
    z-index: 10;
	letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}  

#menu {
text-indent: -.05em;
}

#menu a,
#menu span#type {
padding-right: .05em;
margin-left: .05em;
margin-right: -.05em;
}

#menu a, #name a{
  border: none;
}

#type.active {
  color: #d94f4f;
}


/* main content */

#container {
  width: 1030px;
  padding: 0 0 15px 15px;
  margin: 0px auto;
  background: white;	
  position: relative;
  overflow: auto;
    
}

#footer {
  width: 1045px;  
  margin: 0px auto 100px;
  padding-top: 20px;
}

/* black bar */

#bar {
  margin-left: -15px;
  height: 35px;
  background: black;
}

.nameplate {
  font-size: 13px;
  padding: 12px 15px;
  color: #777;
}

.nameplate a{
  border: none;
  color: #999;
}


.nameplate a:hover{
  color: red;
}


/* search */

#search {
  width: 185px;
  height: 25px;
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 8000;
  padding-left: 20px;
  background: transparent url('images/glass.png') no-repeat -1px -6px;
}

#search input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  width: 175px;
  color: #777;
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;  
}

#search textarea:focus, #search input:focus{
  outline: 0;
  color: #ddd;
  outline: 0;
}

#search #search-submit {
  display: none;
}

h1.archive-title{
  width: 160px;
  float: left;
  color: #777777;
  z-index: 1;
  color: black;
  margin-bottom: 15px;
  margin-right: 10px;
  min-height: 30px;
  font-size: 15px;
}


/* sub categories arrows */

.category-nav {
  display: block; 
  height: 20px; 
  margin: 2px 0px 10px; 
  width: 700px;
  float: left;
}

.category-nav a {
  border: none;
}

.arrow {
  font-size: 9px;
  width: 10px;
  border: none;
  float: left;
  line-height: 18px;
  margin: 0px;
  padding: 0px 5px 5px 5px;
}

.sub-cats {
  width: 160px;
  float: left;
  color: #777777;
  z-index: 1;
}

.sub-cats {
  margin-top: 8px;
  margin-right: 10px;
  padding: 2px 0px 0px 0px;
}

.sub-cats ul { 
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  padding: 10px 0px 15px 0px;
  color: white;
  margin-top: 7px;
  clear: left;
  z-index: 1;
  width: 160px;
  max-height: 210px;
  overflow: scroll;
}

.sub-cats ul li {
  display: block;
  clear: left;
  list-style-type: none;
  padding: 0px;
  font-size: 11px;
  font-weight: normal;
  z-index: 1;
}

.sub-cats.active ul {
  display: block;
} 

.sub-cats:hover, .sub-cats.active{
  cursor: pointer;
  color: #000000;
  background-color: #f2f2f2;
}




.sub-cats ul li a{ color: black; border: 0px; display: block; width: 145px; padding: 3px 0px 3px 17px;}
.sub-cats ul li a:hover{ color: #d94f4f;}



/* homepage  */

.section {
  display: block;
  clear: both;
  position: relative;
  padding-top: 15px;  
  margin-right: 15px;
  border-bottom: 4px solid #eeeeee;
  overflow: auto
}

.feature {
  width: 325px;
  float: left;
  clear: left;
  margin-right: 15px;
  margin-bottom: 20px;
  height: auto;
}

h1 a {
  border: none;
}

#type-features .feature a {
  border: none;
}

.feature img{
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.feature h1 {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.01em;
}

/* review thumbnails */

.landing-post {
  width: 140px;
  height: 200px;
  float: left;
  padding: 8px;
  margin: 0 13px 13px 0;
  overflow: hidden;
  border: 1px solid #dddddd;
  opacity: 1;
  position: relative;
}

.landing-post:nth-child(4n) {
  margin-right: 0px;
}


.landing-post a, .landing-post a img {
  border: none;
}

.landing-post img {
  text-decoration: none;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#type-reviews .landing-post .post-info, .archive.category .post-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  background: white;
  width: calc(100% - 20px);
}

.landing-post .author {
  font-size: 12px;
}

.landing-post:hover {
  border: 1px solid #333;
}

/* book reviews */

#book-reviews .landing-post {
  border: none;
  height: 280px;
}

#book-reviews .landing-post:nth-child(4n) {
  margin-right: 13px;
}

#book-reviews h2 {
  display: none;
}


/* commentary */

#commentary.section {
  border-bottom: 0px;
}

#commentary-list li {
  border-bottom: 1px solid #dddddd;
  list-style-type: none !important;
  padding: 20px 0px 20px 115px;
  position: relative;
}

#commentary-list li:last-child {
  border-bottom: 0px;
}


#commentary-list a {
  border: none;
  text-decoration: none;
}

#commentary-list .date{
  display: inline-block;
  margin-right: 12px;
  text-align: right;
  width: 100px;
}

#commentary-list h2{
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
  font-size: 22px;
  display: inline-block;
}

#commentary-list .author{
  margin-left: 5px;
}


/*************************

detail view 

**************************/

.entry-content ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-bottom: 12px;
  margin-left: 30px;
  line-height: 24px;
}
.entry-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 12px;
  margin-left: 30px;
  line-height: 24px;
}


.entry-content ul.three-col {
  margin-bottom: 12px;
}


.entry-content ul.three-col li{
  margin-bottom: 0px;
}

ol.notes {
  margin: 0 0 15px 0;
}

ol.notes li {
  font-size: 14px;
  line-height: 21px;
  margin: 12px 0 0 12px;
}

h3#notes {
  margin: 30px 0 0 12px;
  font-size: 16px;
}

a.note-return {
  text-decoration: none;
  border: none;
  margin-left: 2px;
}

.notable small a {
    color: #999;
    border: none;
}

.notable small a:hover {
    color: #d94f4f;
    border: none;
}

.entry-content a img {
  border: none;
  margin: 8px 0px 8px;
}

.entry-content a:hover img {
  cursor: -webkit-zoom-in;
}

.entry-content img {
  border: none;
  margin: 20px 0px 8px;
} 

.edit {
  font-size: 11px;
  background: #fffdb0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

blockquote {
  border-left: 4px solid rgb(221,221,221);
  color: rgb(45,45,45);
  margin: 16px 30px 16px 0;
  padding-left: 28px;
}

.entry-content blockquote p:first-child {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-top: 0px;
}


.wp-caption-text {
  color: #666;
  font-size: 14px;
  line-height: 21px; 
}

small.author_description {
  margin: 24px 0 0 0;
}

.entry-content .pullquote {
    font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
    margin: 0px -350px 10px 20px;
    font-size: 32px;
    width: 550px;
    line-height: 36px;
    float: right;
    color: #d94f4f;
    font-weight: 700;
}

.marginal {
    margin: 5px -300px 0 0;
	float: right;
	width: 275px;
}


.marginal .twitter-tweet {
	margin: 0 !important;
}


/* two columns */

.column {
  width: 500px;
  position: relative;
}

#left-col, #in-use {
  float: left;
}

#left-col .main-image img{
  margin-top: 20px;
  width: 100%;
  height: auto;
}

#right-col, #comments-col {
  float: right;
  margin-right: 15px;
  width: 505px;
}


/* typeface review */

#right-col header {
  padding-left: 10px;
}

.category {
  padding-top: 18px;
}

body.category {
  padding-top: 0px;
}


div.pages {
  font-size: 15px;
  float: right; 
  padding: 7px 0 10px 0px;
}

.pages a {
  margin-top: 0px;
  display:inline-block;
  float:left;
  padding: 0px 10px 0px 0px;
  background-color: none;
  border: none;
  color: #ccc;
}

.pages a:hover {
  color: #d94f4f;
}

.pages.mobile {
  display: none;
}

h1.entry-title {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -0.01em;
  margin: 15px 10px 10px 0;
}

p.author {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 15px 0;   
}

/* right column */

.post-meta {
  margin: 0px 15px 0px 10px;
  width: 105px;
  float: left;
  font-size: 12px;
  line-height: 18px;
}

.post-meta .info {
  margin-top: 10px;
  display: block;
}

.post-meta strong {
  font-weight: bold;  
}

.info sup a {
    font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, Menlo, monospace;
    font-weight: bold;
    font-size: 9px;
    line-height: 0;
    color: #aaa;
    border: none;
    vertical-align: 1px;
    margin-left: 2px;
}

.info sup a:hover {
  color: #d94f4f;
}

.entry-content {
  width: 375px;
  float: left;
}

.entry-content p:first-child {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  padding-top: 8px;
}

div#right-col .pullquote {
    font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
    float: none;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

    

/* comments */

#comment-holder {
  clear: both;
  padding: 30px 10px 0px;
}

/*
#comment-holder:nth-child(2) {
  display: none;
}
*/

ol.comment-list {
  margin-top: 0px;
}

ol.comment-list li{
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 5px 0px;
  padding: 10px 0px;
  display: block;
  float: left;
  width: 100%;
}

.vcard, .vcard a, .commentmetadata {
  margin: 0 10px 0 0; 
  width: 105px;
  float: left;
  clear: none;
  font-size: 13px; 
  line-height: 18px;
  clear: left;
  word-wrap: break-word; 
  border-bottom: none;
}

.commentmetadata {
  padding-bottom: 10px;
}

ol.comment-list li .avatar { 
  display: block;
  float: none;
  background-color: #dddddd;
  margin: 0 10px 5px 0;
}

cite.fn { 
  font-style: normal !important; 
  font-weight: bold !important;
}

cite, i, em {
  font-style: italic !important;
}

.says{
  display: none;
}

.commentmetadata {
  clear: left;
  color: #555555;
}

.commentmetadata a {
  border: none;
  color: #808080;
}

ol.comment-list p {
  margin-left: 120px;
}

ol.comment-list cite,
ol.comment-list em {
  font-style: italic;
}

ol.comment-list strong {
  font-weight: bold;
}

ol.comment-list blockquote {
    margin: 15px 30px 15px 30px;
    border-left: none;
    color: #777;
    padding-left: 0px;
}
/*
.pingback .comment-author {
  display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}*/

.pingback .comment-author cite a{
  position: relative;
  height: 36px; /* exactly two lines */
  display: block;
  display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;    
  overflow: hidden; /* hide overflow */
  text-overflow: ellipsis;
}


.comment-edit-link { display: inline-block; }

/* respond to comments */

#leaveComment {
  width: 475px;
}

#leaveComment small {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
  margin-left: 3px;
  letter-spacing: 0em;
  word-spacing: 0;
}

#respond {
  padding: 30px 0 0 0;
  clear: both;
}

#respond p{
  margin: 0px;
}

#commentform {
  clear: both;
}

#commentform label {
  text-align: right;
  margin: 4px 10px 4px 0px;
  font-size: 12px;
  line-height: 1em;
  width: 84px;
  display: inline-block;
}

#commentform label.comment-label {
  float: left;
}


.review #commentHolder {
  margin-right: 15px;
}

#commentform input {
  float: none;
  clear: none;
  width: 379px;
  margin: 5px 0px;
  padding: 4px 5px;  
  border: 1px solid #ccc;
}

input#submit {
  margin: 15px 0px 20px;
  width: 100px;
  padding: 10px 0px;
  text-align: center;
  background: #333;
  color: #fafafa;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  float: right;
  clear: right;
  cursor: pointer;
}

input#submit:hover {
  color: #666;
  background: #ccc;
}

#comments, #leaveComment {
}

p.loggedIn, p.repliedTo {
  float: left;
  font-size: 10px;
  padding: 15px 3px 0;
}

p.loggedIn {
  clear: left;
  width: 89px;
  padding: 0px;
  line-height: 15px;
}

p.replyBox textarea#comment{ 
  margin: 0px 0px 0px 0px;
  float: right;
  clear: right;
  width: 385px;
  border: 1px solid #ccc;  
}

.feature p.replyBox textarea#comment{ 
  margin-right: 0px;
}

#checkboxes {
 margin: 150px 0px 0 94px;
}


/* commentary posts */

.on-typography .column, .on-typography .entry-content{
  width: 600px;
}

.on-typography #comment {
  margin-left: 115px;
  width: 520px;
}

.on-typography #commentform label {
  width: 114px;
}

.on-typography #commentform input {
  width: 514px;
}

.on-typography p.replyBox textarea#comment{ 
  margin: 5px 0px 0px 124px;
  width: 520px;
}

.on-typography input#submit {
  width: 80px;
}

.on-typography #checkboxes {
 margin: 194px 0px 0 54px;
}

.on-typography div.pages {
    font-size: 15px;
    float: right;
    padding: 7px 10px 10px 0px;
}



/* page-style posts */

.type-page h1 {
    margin-top: 30px;
}

/*************************

category pages

**************************/

.category-archive header.header, .search-archive header.header, .tag-archive header.header {
  padding: 10px 10px 0 0;
  overflow: auto;
}

h1.archive-title {
  float: left;  
}

.category-archive .pages {
  margin: 5px 0px 5px 5px;
}

.category-typeface-reviews .landing-post:nth-child(4n) {
  margin-right: 13px;
}

.category-typeface-reviews .landing-post:nth-child(6n+1) {
  margin-right: 0px;
}

.category .date {
  display: none;
}


/* feature */

.feature .entry-content {
  width: 480px;
  float: left;
}

article.category-features {
  width: 1030px;
  overflow: auto;
}

.feature .landing-post h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: calc(100% - 20px);
  background: white;
}


.feature .landing-post:nth-child(4n) {
    margin-right: 13px;
}

.feature .landing-post:nth-child(3n) {
    margin-right: 0px;
}

.selected-by {
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  width: 157px;
  margin: -9px 0pt 0pt -9px;
  opacity: 0;  
  color: #fff;
}

.person {
  background-color: #000;
  padding: 6px 8px;
  float: left;
}

.feature .landing-post:hover .selected-by {
  opacity: 1;
}

.feature #comment-holder {
  clear: none;
  padding: 30px 20px 0px 0px;
  float: left;
}

.feature .nocomments {display: none;}

.feature div.pages {
    font-size: 15px;
    float: right;
    padding: 7px 10px 10px 0px;
}

/* type reviews */

.category .landing-post:nth-child(4n) {
    margin-right: 13px;
}

.category .landing-post:nth-child(6n+1) {
    margin-right: 0px;
}


/* category books */

.category-typography-books .landing-post {
    width: 140px;
    height: 280px;
    float: left;
    padding: 8px;
    margin: 0 13px 13px 0;
    border: none;
}

.category-typography-books .landing-post h2, .category-typography-books .landing-post .date, .category-typography-books .landing-post .author {
  display: none;
}

/* commentary and search */

.category-on-typography .landing-post, .search-results .landing-post, .tag-archive .landing-post {
  border: none;
  border-top: 1px solid #dddddd;
  line-height: 1.7;
  list-style-type: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  position: relative;
  width: 1005px; 
  height: auto;
}

.category-on-typography .landing-post img, .search-results .landing-post img, .tag-archive .landing-post img {
  display: none;
}

.category-on-typography .landing-post .date, .search-results .landing-post .date, .tag-archive .landing-post .date  {
  display: inline-block;
  margin-right: 12px;
  text-align: right;
  width: 100px;
}


.category-on-typography .landing-post .post-info, .search-results .landing-post .post-info, .tag-archive .landing-post .post-info {
  display: inline;
  position: relative;
}

.category-on-typography .landing-post h2, .search-results .landing-post h2, .tag-archive .landing-post h2 {
  display: inline-block;
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;  
  font-weight: bold;
}

.category-on-typography .landing-post .author, .search-results .landing-post .author, .tag-archive .landing-post .author {
  font-size: 16px;
}

.search-results .landing-post small, .tag-archive .landing-post small, .search-results .landing-post br, .tag-archive .landing-post br {
  display: none;
}

/* no results search form */

/* search */

.search-archive #searchform {
  padding: 40px 0px;
  width: 720px;
  margin: 0px auto;
}

.search-archive input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  width: 600px;
  color: #777;
  padding: 10px 10px;
  font-size: 16px;
  margin-right: 10px;
}

.search-archive textarea:focus, .search-archive input:focus{
  outline: 0;
  color: #333;
  outline: 0;
}

.search-archive #search-submit {
  margin: 10px 0px 20px;
  width: 80px;
  padding: 10px 0px;
  text-align: center;
  background: #333;
  color: #fafafa;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;  
}

/* image gallery */

div.#in-use {
  display: block;
  clear: both;
  margin-top: 20px; 
}

div#in-use img {
  display: block;
  float: left;
  margin: 12px 13px 10px 18px;
  padding: 1px;
  width: 140px;
  height: auto;
  position: relative;
}

div#in-use img:nth-child(3n+1) {
  margin-right: 0px;
}

.gallery-caption {
  display: none;
}

#gallery-1 {
  margin: auto;
}

#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 140px !important;
  margin-right: 20px;
  margin-bottom: 10px;
}

#gallery-1 img {
    width: 140px;
    height: auto;
  border: none !important;
  cursor: -webkit-zoom-in;
}

#gallery-1 .gallery-caption {
  margin-left: 0;
}

.fancybox-overlay a {
  border: none;
}

.fancybox-title {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif !important;
  font-size: 16px !important;
}

.fancybox-title a {
  color: #ccc;
  text-decoration: underline;
}

.fancybox-title a:hover {
  text-decoration: none;
}

.fancybox-title-float-wrap .child {
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif !important; 
  font-size: 18px !important;
  background: none !important;
  text-shadow: 0px 0px 0px #333 !important;
}

.fancybox-title-float-wrap {
  padding-top: 10px;
  width: 600px !important;
}

.on-typography #gallery-1 {
    float: right;
    margin: -5px -430px 20px 20px;
}

.on-typography #gallery-1 .gallery-item {
    float: left;
    margin: 0 15px 0 0;
}

/* the deck */

#deck {
  width: 1020px;
  margin: 0px auto; 
  font-size: 11px;
  position: relative;
  z-index: 100;
  margin-top: -26px;
  font-weight: bold;
}

#deck a {
  border: none;
}

.deck-subhead {
  display: block;
  float: right;
  color: #999;
  width: 106px;
  font-size: 12px;
  padding-top: 5px;
  border-bottom: none;
  text-decoration: none;
}


.deck-content {
  width: 160px;
  float: right;
}


p.ads {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  width: 190px;
  font-weight: normal;
}

img.ad {
  margin-bottom: 10px;
}

p.ads { 
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0px;
  width: 165px;
}

.ads {
  color: #777;
}

.ads a {
  border: none;
  text-decoration: none;
  color: #333;
}

.ads a:hover {
  color: #d94f4f;
} 

/* footer */

#footer, #footer h4, #footer p {
  font-size: 13px;
  line-height: 20px; 
}

#footer {
  padding-top: 20px;
  overflow: auto;
}

#footer h4{
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;  
  margin-bottom: 0px;
  font-weight: normal;
}

#about, #date, #resources, #elsewhere {
  float: left;
  margin-right: 15px;
}

#about {
  width: 330px;
}

#date {
  width: 166px;
}

#resources {
  width: 230px;
}

#elsewhere {
  width: 265px;
  margin-right: 0px;
}

#footer ul{
  margin-bottom: 20px;
}

#elsewhere ul li {
  margin-bottom: 10px;
}


#colophon {
  width: 670px;
  float: left;
}

#colophon p{
  width: 320px;
  float: left;
}

#colophon p.col-two {
  float: right;
  clear: right;
}

footer #contact {
  width: 320px;
  float: right;
}

#copyright {
  clear: both;
}

/* useful */

.clear {
  clear: both;
}

.show {
  display: block;
}

.hide {
  display: none;
}




















































/*************************

media queries

**************************/

/* iphone */

@media only screen 
and (max-device-width: 736px) 
{

a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}


body, #container {
  font-size: 18px;
  overflow-x: hidden;
}

#bar {display: none;}

p.author, h4, .sub-cat-title {
  font-size: 13px;
}

h2.small-title, h1.archive-title, h3 {
  font-size: 18px;
}

h1.archive-title{
  width: 100%;
}

.single-post .on-typography h2 {
  font-size: 22px;
}

p, .entry-content blockquote p:first-child, ul, ol, li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.post-meta, .post-meta strong, .post-meta div {
  font-size: 13px;
  line-height: 18px;
}

small, #footer, #footer p, #footer ul, #footer li, small li {
  font-size: 13px;
  line-height: 18px;
}


.entry-content p:first-child {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  padding-top: 8px;
}


.category-nav { display: none; }

/* home */

#header {
  width: calc(100% - 20px);
  padding: 0px 10px;  
  margin: 100px auto 0px;
}

#menu, #name {
	font-size: 38px;
    line-height: 45px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
    font-family: "Yuzu Bold";
    font-style: normal;
    font-weight: normal;
}


#name {
  text-transform: capitalize;
  margin-bottom: 0px;
}

#container {
  width: calc(100% - 30px);
  padding: 0 15px 15px;
  border-top: none;   
  margin: 0px; 
}

#search {
  display: none;
}

#footer {
  width: 100%;
}

/* sections */

.section {
  margin-right: 0px;
}

.feature {
  width: 100%;
  float: none;
  margin: 40px 0px 50px;
}

/* type reviews */

.landing-post {
  width: calc(50% - 26px);
  margin: 0px 16px 16px 0px;
  padding: 8px;
  position: relative;
}

#type-reviews .landing-post .post-info {
  width: calc(100% - 20px);  
}

.landing-post:nth-child(even) {
  margin-right: 0px;
}

.landing-post img {
  width: 215px;
  height: auto;  
}

#type-reviews .landing-post:nth-of-type(1n+9) {display: none;}

#type-reviews .landing-post h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: calc(100% - 20px);
  background: white;
}

/* book reviews */

#book-reviews .landing-post, .category-typography-books .landing-post {
  width: calc(100% - 60px);  
  padding: 0px 30px;
  height: auto;
  border: none;
}

#book-reviews .landing-post img, .category-typography-books .landing-post img{
  width: 100%;
  height: auto;
}

#book-reviews .landing-post:nth-of-type(1n+5) {display: none;}

/* commentary list */

#commentary-list li {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

#commentary-list a {
  border: none;
  text-decoration: none;
}

#commentary-list .date{
  display: block;
  margin-right: 0px;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
  display: none;

}

#commentary-list h2{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  display: block;
}

#commentary-list .author{
  display: block;
  padding-top: 0px;
  margin-left: 0px;
}

#commentary-list li:nth-of-type(1n+7) {display: none;}


/*************************

detail view 

**************************/

.column {
  width: 100%;
  position: relative;
}

#right-col, #comments-col {
  width: 100%;  
}

#left-col, #in-use, #right-col, #comments-col {
  float: none;
  margin-right: 0px;
  clear: both;
}

#right-col header {
  padding-left: 0px;
}

.entry-content ul li, .entry-content ol li {
  margin-left: 13px;
}


#content header div.category {display: none;}

/* typeface review */

.category {
  padding-top: 18px;
}

.single-post .pages {
  float: right; 
  padding: 8px 5px 0px 0px;
}

.pages a { margin: 0px;   }

.pages.desktop {
  display: none;
}

.pages.mobile {
  display: block;
}

h1.entry-title {
  margin: 30px 0px 10px;
}

/* right column */


.post-meta {
  margin: 5px 0px;
  width: 100%;
  float: none;
}

.post-meta div{
  width: 45%;
  float: left;
  padding-right: 5%;
  margin-bottom: 10px;
}

.post-meta div:nth-child(odd) {
  clear: left;
}

.post-meta ul, {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}    

.post-meta li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}    


.entry-content {
  width: 100%;
  float: none;
  clear: both;
}

.entry-content img {
  max-width: 100% !important;
  height: auto;
}


/* comments */

#comment-holder {
  clear: both;
  padding: 10px 0px 0px;
}

ol.comment-list {
  margin-top: 0px;
}

ol.comment-list li{
  display: block;
  float: none;
  width: 100%;
}

.vcard, .commentmetadata {
  margin: 0 10px 0 0; 
  width: 100%;
  float: none;
  clear: both;
  font-size: 14px;
  line-height: 18px;
}

ol.comment-list li .avatar { 
  display: none;
}


ol.comment-list p {
  margin-left: 0px;
}

ol.comment-list blockquote {
    margin-left: 15px;
 }


#commentform label {
  text-align: left;
  margin: 10px 0px 0px 0px;
  font-size: 13px;
  line-height: 1em;
}

label.comment-label small {
    font-size: 14px;
}

.review #commentHolder {
  margin-right: 15px;
}

#commentform input {
  width: calc(100% - 15px);  
  margin: 5px 0px;
  border: 1px solid #ddd;
  padding: 5px;
}

input#submit {
  width: 35px;
  float: right;
}

#comments, #leaveComment {
}

#respond p.comment-subscription-form {
  margin-bottom: 0px;
}

#checkboxes {
clear: both;
margin: 0;
}

#respond #checkboxes p:nth-child(2){
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 5px;
}

#respond #checkboxes p:nth-child(3){
  margin-top: -2px;
  margin-bottom: 10px;
}

#commentform p.comment-subscription-form label {
  line-height: 16px;
}


p.loggedIn, p.repliedTo {
  float: none;
  clear: both;
}

p.loggedIn {
  clear: left;
  width: 100%;
}

#respond p.loggedIn {
  margin-bottom: 10px;  
}

p.replyBox textarea#comment, .on-typography p.replyBox textarea#comment, .on-typography #commentform input{ 
  margin: 5px 0px;
  padding: 5px;
  width: calc(100% - 13px);  
  float: none;
  border: 1px solid #ddd;

}

textarea#comment, #commentform input {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input#submit, .on-typography input#submit {
  margin-top: 5px;
  width: 100%;
  padding: 10px 0px;
}

#commentform input[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #555;
  padding: 0.5em;
 }

/* commentary */

.on-typography .column, .on-typography .entry-content{
  width: 100%;
}

div.#in-use {
  display: block;
  clear: both;
  margin-top: 20px; 
}

#gallery-1 .gallery-item, div#in-use img, #gallery-1 img {
  display: block;
  float: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 100% !important;
  height: auto;
}

#gallery-1 .gallery-item {
  border: 1px solid #ddd;
}

.on-typography #gallery-1 {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
}

.on-typography #gallery-1 .gallery-item {
  border: none;
}

.wp-caption.alignnone {
  width: 100% !important;
}

.wp-caption a{
  border: none;
}

.wp-caption-text {
  margin-top: 5px;
  color: rgb(45,45,45);
  font-size: 13px;
  line-height: 18px;  
}

div#in-use img {
  margin: 0px;
}

.pullquote {
  display: none;
}

/* feature */

article.category-features {
  overflow-x: hidden;
}

article.category-features p.replyBox textarea#comment {
    width: calc(100% - 12px);
}

#feature-comments {
  clear: both;
}

/*****************

archive pages 

*****************/

.category-archive header.header {
  padding: 10px 0px;
}

/* category type reviews */

.category-typeface-reviews .landing-post:nth-child(even) {
  margin-right: 30px;
}

.category-typeface-reviews .landing-post:nth-child(odd) {
  margin-right: 0px;
}

.category .landing-post:nth-child(odd) {
  margin-right: 0px;
}

.category .landing-post:nth-child(even) {
  margin-right: 16px;
}


.category-typeface-reviews .landing-post .post-info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    width: calc(100% - 18px);
    background: white;
}

/* category books */

.category-typography-books .landing-post {
  width: calc(100% - 60px);  
  padding: 0px 30px;
  height: auto;
  border: none;
}


/* category commentary */

.category-on-typography .landing-post {
  width: 100%;  
  padding: 0px 0px;
  height: auto;
  border: none;
  border-top: 1px solid #dddddd;
  height: auto;
}

.category-on-typography .landing-post img {
  display: none;
}

.category-on-typography .landing-post .date {
  display: block;
  margin-right: 0px;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}


.category-on-typography .landing-post h2 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.category-on-typography .landing-post .author {
  font-size: 16px;
}

/* feature */

.feature .entry-content {
  width: 100%;
  float: none;
}

article.category-features {
  width: 100%;
}

.feature .landing-post h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: calc(100% - 20px);
  background: white;
  font-size: 15px;
}

.feature .landing-post:nth-child(4n), .feature .landing-post:nth-child(3n) {
    margin-right: 16px;
}

.feature .landing-post:nth-child(2n){
    margin-right: 0px;
}

.selected-by {
  display: none; 
}

.feature #comment-holder {
  clear: both;
  padding: 30px 0px 0px;
  float: none;
  width: 100%;
}

.feature .nocomments {display: none;}

.feature p.replyBox textarea#comment {
    width: calc(100% - 7px);
}

/* commentary */

.category-on-typography .landing-post .post-info, .search-results .landing-post .post-info, .tag-archive .landing-post .post-info {
  display: block;
  padding: 0px;
}

.category-on-typography .landing-post .date, .search-results .landing-post .date, .tag-archive .landing-post .date {
  display: block;
  padding: 0px;
  text-align: left;
}


.category-on-typography .landing-post h2, .search-results .landing-post h2, .tag-archive .landing-post h2 {
  display: block;
  padding: 0px; 
  max-width: 100%;
}


/* commentary and search */

.category-on-typography .landing-post, .search-results .landing-post, .tag-archive .landing-post {
  width: calc(100%); 
  margin: 0px;
  height: auto;
}

.category-on-typography .landing-post, .search-results .landing-post, .tag-archive .landing-post {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}


/* the deck */

#deck {
  width: 100%;
}

.deck-subhead {
  padding-top: 3px;
}

.deck-content {
  width: 130px;
  margin-right: 15px;
  padding-bottom: 10px;
}

img.ad {
  width: 110px;
  height: auto;
  margin-bottom: 10px;
}

p.ads { 
  width: 130px;
}


/* footer */

#footer, #footer h3, #footer p {
  font-size: 14px;
  line-height: 20px; 
}

#footer {
  padding: 20px 15px;
  overflow: auto;
  width: calc(100% - 30px);  
}

#footer h3{
  font-family: 'Contemporary', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;  
  margin-bottom: 10px;
  font-weight: bold;
}

#elsewhere {
  display: none;
}

#date, .resources-footer, #colophon, footer #about, footer #resources {
  width: calc(100% - 30px);
  float: none;
  margin-bottom: 40px;
}

footer ul li {
  margin-bottom: 0px;
}

#colophon p{
  width: 100%;
  float: none;
}

#copyright {
  margin-top: 20px;
}


}