/*
Theme Name: PANK
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 PANK is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

COLORS
------
SLATE BLUE	596e7f
ALMOST BLACK 1b1b1b
*/
@import url('assets/css/grid-system.css');

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	color: #000000;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background-color: #eee;
}
#page {
	background-color: white;
	margin: 0 auto;
	max-width: 1440px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
	overflow: auto;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

@font-face {
	font-family: "BaseNine";
	src: url("assets/fonts/BaseNine_Regular.otf");
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

hr {
	background-color: #80a1b7;
	border: 0;
	height: 1px;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: -10px;
	line-height: 1px;
}

.entry-content .entry-content hr {
	margin-top: 60px;
}

hr.homepage {
	margin-top: 0;
	margin-bottom: 0;
}

hr.diamond {
	background-color: #80a1b7;
	border: 0;
	height: 1px;
	margin-bottom: 2em;
	text-align: center;
	line-height: 1px;
}

.post-type-archive-issue hr {
	margin-top: 40px;
}

hr.diamond:after {
	content: "♦";
	color: #80a1b7;
	display: inline-block;
	position: relative;
	top: 1px;
	font-size: 20px;
}

.ad-728x90 {
	text-align:center; 
	padding: 30px 0 18px; 
	max-width: 1440px; 
	width: 100%; 
	margin: 0 auto; 
}
.ad-728x90.inline {
	background-color: #ddd;
}

/* Text elements */

h1 {
	font-size: 2em;
}

h2 {
	font-family: 'BaseNine';
	font-size: 175%;
	margin: 1em 0;
	text-align: center;
}

h3 {
	font-size: 125%;
}

p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:	 content-box;
	box-sizing:			content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a, a h4 {
	color: #596e7f;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
}

.entry-content a,
.blog .entry-title a {
	color: #596e7f;
}





/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	width: 100%;
	line-height: 40px;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
}
.single .byline {
	display: inline;
}
.single-post .byline, .blog .byline, .tag .byline, .date .byline, .category .byline {
	display: none;
}

.blog .entry-header {
	margin-top: 30px;
}

.group-blog.single-post #secondary, .group-blog #secondary {
	margin-top: 30px;
}

.group-blog header .entry-meta {
	margin-bottom: 30px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 11px;
}
.blog footer.entry-meta, .single footer.entry-meta, .tag footer.entry-meta, .date footer.entry-meta, .category footer.entry-meta {
	color: #ccc;
	font-size: 12px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.blog footer span, .group-blog footer span {
	color: #ccc;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

div#disqus_thread:before {
	font-family: "BaseNine";
	text-transform: uppercase;
	font-size: 28px;
	content: "COMMENTS";
}

div#disqus_thread iframe {
	margin-top: 40px;
}

.single-post .entry-title {
	color: #000;
	margin-top: 20px;
}

.single-piece .page .entry-title,
.single-piece #page .entry-title {
	text-transform: none;
	letter-spacing: 0;
	text-align: center;
	margin-top: 30px;
}

body.page .entry-title {
	text-transform: uppercase;
	font-size: 44px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	text-align: center;
}

.page .section-title,
#page .section-title {
	margin: 40px 0;
}

.page .entry-content,
#page .entry-content {
	line-height: 2em;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
}

.page .entry-content p,
#page .entry-content p,
.page .entry-content ul {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination {
	margin-bottom: 30px;
}

.page-numbers {
	font-family: 'Basenine';
	text-transform: uppercase;
	margin: 0 10px;
	font-size: 18px;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}



/* =Custom Rules
----------------------------------------------- */

/***general***/

.ad-space {
	height: 300px;
	width: 100%;
	background: #E5E5E5
}



/***general font styles***/

.center {
	text-align: center;
	margin-bottom: 2%;
}

.piece-header {
	text-align: center;
}

.genre, .issue-info {
	color: #596e7f;
	font-family: "BaseNine";
	text-transform: uppercase;
	margin-bottom: 7px;
}

.single-piece .piece-header	.genre {
	margin-right: 10px;
}
.genre-text {
	color: #000000;
	border-bottom: 1px solid #80a1b7;
	padding-bottom: 1px;
}

.alt-genre {
	color: #596e7f;
	font-family: "BaseNine";
	text-transform: uppercase;
}

.alt-genre a {
	color: #596e7f;
	text-decoration: none;

}

.gray-text {
	color: #999999;
}

.masthead-column {
	text-align: center;
}

.masthead-column p {
	color: #999999;
}

.masthead-column h3 {
	font-size: 100%;
	font-weight: bold;
}
.gray-text p {
	color: #999999;
}

.gray-text b {
	color: #000000;
}

.gray-text h2 {
	color: #000000;
}

.justify {
	text-align: justify;
}

.body-text {
	color: #332E2E;
}

.type-post .entry-content {
	text-align: justify;
}




/***header***/

body.home #site-navigation {
	background-color: #596e7f;
	padding: 8px 0;
	box-shadow: 0px -4px 6px rgba(0,0,0,.03) inset;
}

body.home #site-navigation a {
	color: rgba(255,255,255,.8);
}

body.home #site-navigation a:hover {
	color: #fff;
}

#site-navigation {
	background: #1b1b1b;
	color: #ffffff;
	padding: 2px 0;
	text-align: center;
	font-family: "BaseNine";
}

#site-navigation li {
	padding: 0 10px 0 10px;
	float: none;
	display: inline-block;
}

#site-navigation a {
	color: #777;
	font-family: "BaseNine";
	font-size: 1.15em;
}

#site-navigation a:hover {
	color: white;
}

.menu-header-container a {
	color: #FFFFFF;
	font-family: 'BaseNine';
	text-decoration: none;
	line-height: 2em;
}

#masthead {
	position: relative;
	margin-bottom: 40px;
}

#header-logo-large {
	position: absolute;
	width: 20%;
	margin: 150px 40% 0;
}

#header-logo-small {
	position: absolute;
	padding-top: 250px;
	left: 44%;
}

/***footer***/

#colophon {
	position: relative;
	background: url("assets/images/background-footer.jpg");
	background-position: top center;
	height: 300px;
	margin-top: 50px;
}


.single-piece #colophon {
	margin-top: 0;
	background: url("assets/images/background-footer-piece.jpg");
	background-position: top center;
}

.footer-inner-wrap {
	max-width: 960px;
	margin: 50px auto 0;
}

footer .site-description {
	color: white;
}

footer .site-info {
	float: left;
	width: 47%;
	margin-right: 3%;
}

footer .menu-container {
	width: 47%;
	margin-left: 3%;
	float: left;
}

footer .menu-container ul {
	margin: 0;
}
footer .menu {
	list-style-type: none;
	overflow: hidden;
}

footer .menu li {
	color: #FFFFFF;
	display: block;
	float: left;
	width: 50%;
	padding-bottom: 1em;
}

footer .menu a {
	color: #FFFFFF;
	font-family: "BaseNine";
	text-transform: uppercase;
}

@media screen and (max-width: 1000px), screen and (max-device-width: 1000px) {
	.footer-inner-wrap {
		padding: 0 30px;
	}

}

@media screen and (max-width: 670px), screen and (max-device-width: 670px) {
	.footer-inner-wrap {
		padding: 0 30px;
	}
	footer .site-info, footer .menu-container  {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#colophon, .single-piece #colophon {
		height: auto;
		background: #1b1b1b;
	}
	footer .site-info {
		margin-bottom: 25px;
	}
	footer .menu-container {
		margin-bottom: 25px;
	}
}


/***front page***/

h2.name {
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(90deg) translateY(30px);
	-moz-transform: rotate(90deg) translateY(30px);
	-ms-transform: rotate(90deg) translateY(30px);
	-o-transform: rotate(90deg) translateY(30px);
	transform: rotate(90deg) translateY(30px);
	-webkit-transform-origin: 0 bottom;
	-moz-transform-origin: 0 bottom;
	-ms-transform-origin: 0 bottom;
	-o-transform-origin: 0 bottom;
	transform-origin: 0 bottom;
	text-align: center;
	font-size: 100%;
	width: 100%;
	white-space: nowrap;
	font-family: "BaseNine";
}

.post-type-archive-issue hr:after,
.page-id-32 hr:after {
	 content: "♦";
	 color: #80a1b7;
	 display: inline-block;
	 position: relative;
	 top: 1px;
	 font-size: 20px;
	 padding: 0;
}

.right-date {
	background-color: #596e7f;
	padding: 1em;
	position: absolute;
	top: 450px;
	right: 0;
	height: 175px;
	text-align: center;
}


.all-things-pankish-outer {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	display: block;
	z-index: 1;
	margin-bottom: 50px;
}

.all-things-pankish-inner {
	background: #596e7f;
	text-align: center;
	color: #FFFFFF;
	font-family: "BaseNine";
	display: inline-block;
	padding: 5px 13px;
}

.byline {
	font-family: 'BaseNine';
	text-transform: uppercase;
	margin-bottom: 9px;
}


/***single piece***/

.piece, .home .body-text {
	/*margin-bottom: 30px;*/
	line-height: 2em;
}

.piece h3 a {
	font-size: 1.25em;
}


.body-text {
	color: #332E2E;
}

h3.feature {
	font-size: 2.25em;
	margin-bottom: 12px;
}

.home .body-text {
	margin-bottom: 10px;
}

.primary-featured-blog-posts {
}

.primary-featured-blog-posts h4 {
	font-size: 1.25em;
	margin-bottom: 7px;
}

.secondary-featured-blog-posts {
}

.secondary-featured-blog-posts h4 {
	font-size: 1.1em;
}

.issue-arrow {
	background: #596e7f;
	color: #FFFFFF;
	padding: 0 20px 10px;
	font-size: 300%;
	line-height: 100%;
	text-align: center;
}

.author-bio {
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 23px;
}

#more-from-this-issue-wrap {
	background: #1b1b1b;
	z-index: -1;
	clear: both;
	overflow: auto;
	padding-bottom: 50px;
}

#more-from-this-issue h2 {
	font-size: 2.3em;
	color: #FFFFFF;
	text-align: left;
}

#more-from-this-issue {
	max-width: 960px;
	margin: 0 auto;
}

#more-content-issue-title {
	background-color: #596e7f;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
}

#more-from-this-issue .piece {
	color: #CCCCCC;
	border-top: 1px solid #282828;
	padding: 15px 0 19px;
	line-height: 1.2em;
}

#more-from-this-issue .piece a {
	color: #CCCCCC;
}


/***online issues***/


/***single issue***/

.teaser {
	padding-bottom: 70px;
	color: #777777;
}

.teaser a {
	color: #777777;
}



/***book***/

.post-type-archive-print-issue #main {
	max-width: 100% !important;
}

#order-here-button-wrapper {
	margin-top: 1%;
	margin-bottom: 4%;
	text-align: center;
}

#order-here-button {
	background-color: #596e7f;
	color: white;
	font-family: 'Basenine';
	text-align: center;
	padding: 10px;
}

.post-type-archive-book .book,
.post-type-archive-print-issue .print-issue {
	text-align: center;
	width: 19%;
	padding: 2%;
	display: inline-block;
	vertical-align: top;
}

.post-type-archive-book .book h3,
.post-type-archive-print-issue .print-issue h3 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 34px;
}

.post-type-archive-book .book h3 a,
.post-type-archive-print-issue .print-issue h3 a {
	color: #111;
}

.post-type-archive-book .book img,
.post-type-archive-print-issue .print-issue img {
	max-height: 280px;
	width: auto;
}

.post-type-archive-book .content,
.post-type-archive-print-issue .content {
	text-align: center;
}

.post-type-archive-book .book .excerpt,
.post-type-archive-print-issue .print-issue .excerpt {
	font-size: 12px;
	line-height: 1.8em;
	color: #555;
}

.post-type-archive-book .content article.book:nth-child(4n+3) {
	clear: both;
}





/***unsorted***/

.column {
	float: left;
	padding: 50px;
	width: 35%;
}

.more-content {
	border-top-style: solid;
	border-color: #1E1E1E;
	border-width: 1px;
}

.bump {
	margin-bottom: 5%;
}

.blurb {
	padding-top: 5%;
	padding-bottom: 5%;
}

.blurb p {
	text-align: left;
}

.wrap {
	margin: 0 auto;
	padding-left: 5%;
	float: left;
	clear: both;
}

#menu-header-menu a {
	text-transform: uppercase;
}

.previous-piece-link {
	position: absolute;
	left: 0;

}

.next-piece-link {
	position: absolute;
	right: 0;
}

#more-content-issue-title, #more-from-this-issue h2 {
	font-family: 'BaseNine';
}


#more-from-this-issue .piece .byline {
	color: #777;
	font-size: 12px;
}

#more-from-this-issue .piece-title a {
	font-size: 18px;
}

#more-from-this-issue .piece-title a:hover {
	color: #80a1b7;
}

#more-from-this-issue .piece-title {
	line-height: 26px;
}


#more-from-this-issue .current-piece {
	color: #464646;
}
#more-from-this-issue .current-piece a, #more-from-this-issue .current-piece .byline {
	color: #464646;
}



#see-all-issues-button-wrapper {
	/*width: 100%;*/
}


#see-all-issues-button {
	background-color: transparent;
	border: 1px solid #949494;
	color: #CCCCCC;
	display: block;
	font-family: 'BaseNine';
	padding: 10px 0;
	margin-top: 25px;
	text-align: center;
	width: 100%;
}



.vertical-issue-info {
	 background-color: #596e7f;
	 font-family: 'BaseNine';
	 text-transform: uppercase;
	 color: white;
	 padding: 10px;
	 display: inline-block;
	 position: absolute;
	 right: 0;
	 top: 600px;

	 transform-origin: right top;
	 -ms-transform-origin: right top;
	 -webkit-transform-origin: right top;

	 transform: rotate(90deg);
	 -ms-transform: rotate(90deg); /* IE 9 */
	 -webkit-transform: rotate(90deg); /* Safari and Chrome */

}

.entry-title {
	font-family: 'BaseNine';
}

.home hr:after {
	content: "";
}

.blog #main, .single-post #main, .category #main, .search #main, .tag #main, .date #main {
	max-width: 960px;
	margin: 0 auto;
}

.blog #primary, .single-post #primary, .search #primary, .tag #primary, .date #primary, .category #primary {
	float: left;
	width: 67%;
}

.blog #secondary, .single-post #secondary, .search #secondary, .tag #secondary, .date #secondary, .category #secondary {
	float: left;
	margin-left: 6%;
	width: 27%;
}


.single-piece .content {
	max-width: 960px;
	margin: 0 auto;
}



.home .content {
	max-width: 960px;
	margin: 0 auto 50px;
}

.home hr:after {
	content: "";
}

.single-piece .piece-header {
	margin-bottom: 35px;
}

.yearly-issue-navigation {
	font-family: 'BaseNine';
	margin-bottom: 20px;
	margin-top: 10px;
}

.issue-title {
	text-transform: uppercase;
	margin: 60px 0;
}

.issue-title a {
	color: #222;
}

.issue-title a:hover {
	border-bottom: 1px solid #80a1b7;
}

.issue-title a:after {
	content: " \2192";
}

.archive .issue .byline, .single-issue .byline, .single-piece .byline {
	color: #999999;
}

.archive .page-title {
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
	margin-bottom: 60px;
	margin-top: 30px;
}

.archive .issue .piece-title, .single-issue .piece-title {
	font-size: 150%;
}

.single-issue h1 {
	margin-bottom: 50px;
	font-family: 'BaseNine';
	text-transform: uppercase;
	font-size: 44px;
}

.single-issue .teaser {
	max-width: 800px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	margin-top: 10px;
}

.single-issue .piece-title {
	margin-bottom: 5px;
}

.archive .entry-title, .single-book .entry-title {
	font-size: 44px;
	letter-spacing: 2px;
	margin-bottom: 65px;
}

.group-blog h1.widget-title {
	text-align: left;
}

.group-blog aside ul {
	margin-left: 0;
}

.group-blog aside ul li {
	list-style-type: none;
	padding: 11px 0;
	border-bottom: 1px dotted #ddd;
	font-size: 13px;
}

h1.widget-title {
	font-size: 1.5em;
	font-family: 'Basenine';
	text-transform: uppercase;
}


.single-post .entry-title {
	font-family: 'Libre Baskerville';
}

.body-text, .entry-content {
	font-size: .95em;
}

.single-piece .content,
.archive .issue,
#colophon .content,
.entry-content,
.woocommerce #main {
	max-width: 960px;
	margin: 0 auto;
}

.blog .entry-title,
.single-post .entry-title,
.category .entry-title {
	text-transform: none;
}



.widget-title {
	line-height: 1.5;
}

.post-type-archive-issue .first-col {
	clear: both;
}

.post-type-archive-issue .entry-title {
	margin-bottom: 10px;
}

.post-type-archive-issue .piece {
	margin-bottom: 3em;
}

.home .secondary-feature-group .piece {
	margin-bottom: 2em;
}

.home .content {
	max-width: 960px;
	margin: 0 auto 50px;
}





.single-piece .entry-title {
	font-size: 2.2em;
	font-family: 'Libre Baskerville', serif;
	text-transform: none;
	line-height: 1.4em;
	margin-bottom: 10px;
}



#more-from-this-issue h2.more-from-this-issue-title {
	font-size: 1.8em;
}

.single-book h2.book-title {
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 15px;
	margin-top: 60px;
	line-height: 100%;
}

.single-book .byline {
	display: block;
	margin-bottom: 50px;
}

.single-book .book-price {
	font-family: 'Basenine';
}

.yearly-issue-navigation a {
	padding: 0.5em;
}


@media screen and (max-width: 1000px) {
	#header-logo-large {
		margin: 75px 35% 0;
		width: 30%;
	}
}

@media screen and (max-width: 990px), screen and (max-device-width: 990px) {

	#colophon .content {
		padding: 30px 30px 0;
	}
	.single-post #main,
	.blog #main,
	.woocommerce #main,
	.page #main{
		padding: 0 30px;
	}
	#header-logo-large {
		margin: 75px 35% 0;
		width: 30%;
	}
}

@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
	.vertical-issue-info {
		top: 500px;
	}
	.main-feature {
		float: none;
		width: 100%;
	}

	.secondary-feature-group {
		margin: 0;
		width: 100%;
	}

	.primary-featured-blog-posts, .secondary-featured-blog-posts {
		margin:	0;
		width: 100%;
		float: none;
	}

	.content-main, #secondary, .blog #primary, .blog #secondary {
		width: 100%;
		float: none;
	}

	#footer-logo {
		position: static;
	}
	.footer-description {
		position: static;
		width: 100%;
	}

	footer .menu {
		margin: 0;
		width: 100%;
	}
	.menu-footer-menu-container {
		position: static;
		width: 100%;
		margin: 0;
	}

	#colophon, .single-piece #colophon {
		background: #1b1b1b;
	}

	#header-logo-large {
		margin-top: 50px;
	}
	#main #primary, #main #secondary {
		float: none;
		width: 100%;
	}

	.post-type-archive-print-issue .print-issue,
	.post-type-archive-book .book {
		width: 40%;
		padding: 5%;
	}

	.post-type-archive-book .content article.book:nth-child(2n+3) {
		clear: both;
	}
}

@media screen and (max-width: 700px), screen and (max-device-width: 700px) {
	.post-type-archive-issue .piece {
		float: none;
		width: 100%;
	}
	h1 {
		font-size: 1.5em;
	}
	.single-piece .body-text {
		width: 90%;
		margin: 0;
		padding: 0 5%;
	}
	#more-from-this-issue .column-1, #more-from-this-issue .column-2 {
		width: 90%;
		margin: 0;
		padding: 0 5%;
	}
}

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {
	.masthead-column {
		float: none;
	}
}



@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
	#header-logo-large {
		margin-top: 25px;
	}
	.post-type-archive-print-issue .print-issue,
	.post-type-archive-book .book {
		float: none;
		width: 90%;
		padding: 5%;
	}
}


#wpstats {
	display: none;
}

article.piece h2 {
	text-align: left;
}


.blog .post .entry-title, .single-post .entry-title, .tag .entry-title, .date .entry-title, .category .entry-title {
	font-size: 34px;
	font-family: 'Libre Baskerville';
	margin-bottom: 0;
	letter-spacing: 0;
	line-height: 140%;
}

.blog .post .entry-title {
	text-align: left;
}

.blog .post .entry-title a, .tag .entry-title a, .date .entry-title a, .category .entry-title a {
	color: #111;
}

.all-things-pankish-inner a {
	color: white;
}

.home .secondary-feature-group h3, .home .secondary-feature-group h3 a {
	line-height: 1.5;
}

.home .featured-blog-posts .secondary-featured-blog-posts .post {
	margin-bottom: 2em;
}

.home .featured-blog-posts .secondary-featured-blog-posts .post .genre,
.home .featured-blog-posts .secondary-featured-blog-posts .post .byline {
	font-size: .8em;
}
.home .featured-blog-posts .secondary-featured-blog-posts .post h4,
.home .featured-blog-posts .primary-featured-blog-posts .post h4,
.archive .issue .piece-title {
	line-height: 1.5;
}
.home .featured-blog-posts .primary-featured-blog-posts .post {
	margin-bottom: 2em;
}



.footer-search input[type="submit"] {
	font-family: 'Basenine';
	text-transform: uppercase;
}