/* typography reminders */

@font-face {
	font-family: 'KleptocracyRegular';
	src: url('kleptocr-webfont.eot');
	src: local('☺'), url('../type/kleptocr-webfont.woff') format('woff'), url('../type/kleptocr-webfont.ttf') format('truetype'), url('../type/kleptocr-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


.bri-light {
	font-family: "brioso-pro-n3", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.bri-med {
	font-family: "brioso-pro-n5", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 600;
}
.bri-med-ital {
	font-family: "brioso-pro-i5", "brioso-pro", sans-serif;
	font-style: italic;
	font-weight: 600;
}
.bri-semi {
	font-family: "brioso-pro-n6", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
}
.bri-semi-ital {
	font-family: "brioso-pro-i6", "brioso-pro", sans-serif;
	font-style: italic;
	font-weight: 700;
}

/* Top Page Navbar */
.menu {
}
#menu-top-menu {
	list-style: none;
	z-index: 1;
	line-height: 1.0;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 940px;
	height: 32px;
}
#menu-top-menu li {
	float: left;
	margin-right: 10px;
	position: relative;
	list-style: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
}
#menu-top-menu a, #menu-top-menu a:visited {
	display: block;
	text-decoration: none;
	color: #dadada;
	padding: 14px 7px 14px;
	text-transform: uppercase;
}
#menu-top-menu a:hover {
	color: #FFF;
}
#menu-top-menu a:active {
	text-decoration: underline;
}
#menu-top-menu li.current_page_item a, #menu-top-menu li.current_page_item a:visited {
	background: #50020d;
	color: #FFF;
	position: relative;
	-moz-box-shadow: 0 2px 6px #000;
	-webkit-box-shadow: 0px 2px 6px #000;
}

/* Dropdown Menus */
#menu-top-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menu-top-menu li:hover ul, #menu-top-menu li.sfhover ul {
	left: 7px;
}
ul#menu-top-menu li:hover li ul, ul#menu-top-menu li.sfhover li ul {
	top: -999em;
}
ul#menu-top-menu li li:hover ul, ul#menu-top-menu li li.sfhover ul {
	left: 200px; /* match ul width */
	top: 0;
}
ul#menu-top-menu li li:hover li ul, ul#menu-top-menu li li.sfhover li ul {
	top: -999em;
}
ul#menu-top-menu li li li:hover ul, ul#menu-top-menu li li li.sfhover ul {
	left: 200px; /* match ul width */
	top: 0;
}
#menu-top-menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	z-index: 1 !important;
	line-height: 1;
	margin-left: 11px;
	background-color: #000;
	margin-left: 0;
}
#menu-top-menu li li {
	width: 200px;
	z-index: 1000;
	border-bottom: 1px solid #848484;
}
#menu-top-menu li li a, #menu-top-menu li li a:visited, #menu-top-menu li.current_page_parent li.current_page_item a, #menu-top-menu li.current_page_parent li.current_page_item a:visited {
	color: #dadada !important;
	padding: 8px 12px !important;
	background: transparent !important;
}
#menu-top-menu li li a:hover, #menu-top-menu li li a:active, #menu-top-menu li.current_page_parent li.current_page_item a:hover, #menu-top-menu li.current_page_parent li.current_page_item a:active {
	color: #FFF !important;
}
#menu-top-menu li:hover ul, #menu-top-menu li li:hover ul, #menu-top-menu li li li:hover ul, #menu-top-menu li.sfhover ul, #menu-top-menu li li.sfhover ul, #menu-top-menu li li li.sfhover ul {
	left: auto;
}
#menu-top-menu ul ul {
	margin: 0 !important
}
#menu-top-menu a.sf-with-ul {
	padding-right: 30px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
#menu-top-menu li .sf-sub-indicator {
	position: absolute;
	display: block;
	right: .6em;
	top: 1em; /* IE6 only */
	width: 16px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/nm/arrow_nav.gif) no-repeat;
}
#menu-top-menu li li .sf-sub-indicator {
	background-image: url(../images/nm/arrow_child.gif) !important;
}
.page-item-102 ul li a, #menu-item-3815 ul li a {
	width: auto;
}
#menu-top-menu li.sfHover {
	background: #000;
}

/* ---------- @ Post Styles ----------- */
.entry {
	overflow: hidden  text-align:justify;
}
.post_wrapper {
	margin-bottom: 20px;
}
.postmetadata {
	margin: 0;
	padding-top: 8px;
	text-transform: uppercase;
	font-size: 12px;
}
.postmetadata em {
	text-transform: none;
	letter-spacing: .1em;
}
.entry pre {
	width: 100%;
	overflow: auto;
	margin: 15px 0;
	display: block;
	background: #f5f3ee;
}
.entry code {
	padding: 0 18px;
	display: block;
	font-size: 1.2em;
}
.entry ul, .entry ol {
	margin: 15px 0;
}
.entry li {
	margin: 0 0 10px 42px;
	line-height: 145%;
	font-weight: normal;
}
#tags span {
	padding: 3px 6px;
	background: #f2f2f2
}
#tags a, #tags a:visited {
	text-decoration: none
}
p#tags, p#wp-edit, p.nextpage {
	clear: both
}

/* Images */
.entry img {
	border: 1px solid #999;
	padding: 2px;
	margin: 15px 0;
}
.wp-caption {
	background: #f2f2f2;
	text-align: center;
	padding: 10px 5px 10px 10px;
}
img.alignleft, div.alignleft {
	margin: 5px 15px 10px 0;
	float: left
}

div.alignleft {
	margin: 0 0 0 15px;
	float:right;
}

div.alignleft.push {
	margin-top:20px;
}

div.alignleft img {
	border:1px solid #999;
	padding:2px;
	margin:0;
}

img.alignright {
	margin: 5px 0 10px 15px;
	float: right
}
.wp-caption.alignleft {
	float: left;
	margin: 20px 22px 10px 0;
}
.wp-caption.alignright {
	float: right;
	margin: 20px 0 10px 22px;
}
.wp-caption.aligncenter, img.aligncenter {
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	float: none
}
p.wp-caption-text {
	margin: 0;
	text-align: center;
	padding: 5px 0;
}
.wp-caption img {
	float: none;
	margin: 0;
}
.gallery {
	margin: 15px 0;
	display: block;
}
.gallery img {
	border: 1px solid #999 !important;
	padding: 2px;
	margin: 0 auto
}
.gallery-item {
	padding: 12px 0;
	text-align: center
}
.gallery-caption {
	padding: 10px 0;
}

/* ---------- @ Comments ----------- */
.reply a, .reply a:visited {
	width: 75px;
	background: #CCC;
	color: #FFF;
	display: block;
	margin-bottom: 15px;
	padding: 5px !important;
	text-align: center;
	text-decoration: none !important;
	font: italic 1em Georgia, Arial, Verdana;
	position: relative;
}
.reply a:hover {
	background: #aeaeae;
	text-decoration: none;
	color: #FFF;
}
.reply a:active {
	background: #424242;
	color: #FFF;
}
.commentlist li {
	margin: 0 0 22px;
	padding: 15px;
	background: #F2F2F2;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	list-style: none
}
.commentlist li li {
	border: none;
	border-left: 1px solid #CCC;
	margin: 0 0 0 20px;
	padding-left: 25px;
	background: none
}
.commentlist li.bypostauthor {
	background: #e5e5e5 !important;
	border: 2px solid #CCC;
}
.commentlist code {
	background: #f2f2f2;
	padding: 3px;
}
.avatar {
	margin: 3px 10px 0 0;
	float: left;
	padding: 2px;
	border: 1px solid #b9b9b9;
}
#trackbacklist li {
	margin: 10px 0 10px 35px;
}
#trackbacklist cite {
	font-style: normal
}
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	display: block;
	padding: 9px 0 4px;
}
.says {
	display: none;
}
.comment-author {
	overflow: hidden;
}
.commentmetadata {
	float: left
}
.comment-date a, .comment-date a:visited {
	color: #9f9f9f;
	font-size: 0.9em;
	text-decoration: none
}
.commentmetadata a:hover, .commentmetadata a:active {
	text-decoration: underline;
	color: #333;
}
.share_items {
}
.share_items span {
	display: block;
	float: left;
	margin: 0 10px 0 10px;
}

/* RESET RELOADED by Eric Meyer */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------- @ HTML Tags ----------- */
body, html {
	min-height: 101%; /* Firefox scrollbar fix */
}
body {
	background: #1a1717 url(../images/nm/page-background.jpg) repeat-x;
	color: #000;
}
body, select, input, textarea {
	font-family: "brioso-pro-n5", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}
p {
	margin: 15px 0;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
}
a, a:visited {
	color: #133340;
}
a:hover, a:active {
	color: #1f566c;
}
hr {
	display: block;
	height: 1px;
	background: #CCC;
	border: 0;
	color: #CCC;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}
td {
	padding: 4px 6px;
	border-top: 1px solid #CCC;
}
tr {
	background: #e3e3e3;
}
table caption {
	background: #FFF;
	padding: 2px 0;
}
blockquote {
	color: #7b7b7b;
	padding: 0 18px;
	margin: 25px 45px;
	font: italic 1em Verdana, Geneva, sans-serif;
	letter-spacing: .03em;
}
blockquote em {
	font-style: normal;
}
.divider {
	background-image: url(../images/nm/divider.png);
	width: 150px;
	height: 13px;
	margin: 10px auto;
	text-indent: -9999em;
}
.callout {
	padding: 10px 80px;
	font-style: italic;
	text-align: center;
}
p.adtext {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 1;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
#table_of_contents .interact_buttons {
	float: none;
}

/* ---------- @ Structure ----------- */
#main {
	width: 920px;
	margin: 0 20px;
	padding-top: 20px;
	min-height: 800px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#top_wrapper {
	padding: 10px 0;
}
#masthead {
	width: 958px;
	height: 250px;
	border: 1px solid #7e7e7e;
	border-top: 1px solid #b4b4b4;
	position: relative;
}
#logo {
	height: 85px;
	width: 382px;
	position: absolute;
	left: 4px;
	top: 10px;
}
#logo img {
	border: none;
}
#badge {
	height: 129px;
	width: 129px;
	position: absolute;
	background: url(../images/nm/badge.png) no-repeat;
}
#badge.left {
	left: -15px;
	top: 3px;
}
#badge.right {
	right: -15px;
	top: 3px;
}
#badge.kickstarter {
	background: url(../images/nm/kick-badge.png) no-repeat;
}
#badge.awards {
	background: url(../images/nm/badge.png) no-repeat;
}
#badge.audio {
	background: url(../images/nm/audio-badge.png) no-repeat;
}

#badge.specialissue {
	background: url(../images/nm/issue-badge.png) no-repeat;
}

#badge.hugo2014 {
	background: url(../images/nm/hugo-badge.png) no-repeat;
}

#badge.memoriam {
	height:88px;
	width:110px;
	top:-1px;
	background: url(../images/nm/memoriam.png) no-repeat;	
}

#badge.memoriam.right {
	right:10px;
}

#badge.memoriam.left {
	left:10px;
}


#badge a {
	display: block;
	height: 129px;
	width: 129px;
	text-indent: -99999em;
}

#badge.memoriam a
{
	height:103px;
	
}
#artist_link {
	font-size: 11px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 205px;
	padding: 4px;
	background: rgba(0, 0, 0, .6);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#artist_link a {
	color: #FFF;
}
#content {
	position: relative;
	width: 618px;
	float: right;
	right: -20px;
	padding-top: 20px;
}
.content_box {
	padding: 10px 15px;
	background: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 588px;
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
	margin-bottom: 20px;
	position: relative;
}
.post_content {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.meta_content {
	float: left;
	width: 210px;
}
.meta_content img {
	border: 1px solid #000;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.issue_link {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0 10px;
}

/* Buttons for individual posts */
#player_version {
}
.interact_buttons {
	width: 210px;
	float: right;
	margin-left: 10px;
}
.main_buttons {
	width: 210px;
	float: right;
}


.short_button {
	width: 97px;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	position: relative;
	float: left;
}
.long_button {
	width: 210px;
	height: 37px;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}
.read_link, .listen_link {
	width: 85px;
	height: 20px;
	display: block;
	font-family: "brioso-pro-n5", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 600;
	background-color: #133340;
}
.read_link, .listen_link, .buy_link {
	color: #eee8e8 !important;
	height: 20px;
	padding: 6px;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	-o-box-shadow: 1px 1px 1px #666;
	-box-shadow: 1px 1px 1px #666;
}
.read_link:hover, .listen_link:hover, .buy_link:hover, .sfHover .read_link, .sfHover .listen_link, .sfHover .buy_link {
	color: #FFF;
	background-color: #791A0C;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.spotlight {
	padding-left: 20px;
	background: url(../images/nm/skull.png) no-repeat;
	padding-bottom: 2px;
	display: block;
}
#table_of_contents .spotlight {
	width: 16px;
	margin-left: 5px;
	background: none;
	display: inline-block;
	padding: 0;
}
#table_of_contents .spotlight a {
	text-indent: -9999em;
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/nm/skull.png) no-repeat;
	float: right;
}
.listen_link.inactive {
	color: #333;
	background-color: #CCC;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.listen_link.inactive:hover {
	color: #333;
	background-color: #CCC;
	background-image: none;
}
.buy_link {
	display: block;
	width: 198px;
	height: 20px;
	background: #50020d;
	no-repeat;
	font-family: "brioso-pro-n5", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0;
	padding-top: 10px;
}
.buy_link .sf-sub-indicator, .listen_link .sf-sub-indicator {
	display: none;
}
ul.buy_list, div.mp3-player {
	display: none;
	position: absolute;
	top: 33px;
	left: 0px;
	width: 209px;
	z-index: 1000;
	background-color: #50020d;
}
div.mp3-player {
	top: 0px;
	left: -234px;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	padding: 6px;
}
ul.buy_list li, div.mp3-player li {
	border-top: 1px solid white;
	text-indent: 0em;
	border-bottom: 1px solid black;
	display: block;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	position: relative;
	left: 1px;
	top: -1px;
}
ul.buy_list {
	margin-left: 0 !important;
}
ul.buy_list li a, div.mp3-player li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0 10px 10px;
	background-color: #791a0c;
}
ul.buy_list li a:hover {
	color: #FFF;
	background-color: #000;
}
ul.buy_list li:last-child a, ul.buy_list {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.buy_list li:last-child {
	border-bottom: none;
}
div.mp3-player li p {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
}
.mp3-player .player_li a {
	display: inline !important;
	background: none;
	margin: 0;
	padding: 0;
}
.mp3-player h4 {
	display: block;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
}
.mp3-player p.details {
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px;
	margin: 0 !important;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.2;
}
.powerpress_player {
	margin-top: 5px;
	padding-left: 5px;
}
.active-listen {
	background-position: top !important;
}
.mp3-player .player_li a.powerpress_link_pinw {
	display: none !important;
}
#sidebar {
	padding-top: 20px;
	width: 300px;
	float: left;
	position: relative;
	left: -20px;
}
.sidebar_box {
	padding: 10px;
	background: #50020d;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 300px;
	-moz-box-shadow: 2px 0px 5px #000;
	-webkit-box-shadow: 2px 0px 5px #000;
	box-shadow: 2px 0px 5px #000;
	margin-bottom: 40px;
	position: relative;
}
#ad_box1 p {
	margin: 0;
}
.sidebar_list {
	margin-bottom: 20px;
}
.sidebar_list li {
	line-height: 1.4;
	margin-bottom: 10px;
}
.left {
	float: left
}
.right {
	float: right
}
.clear {
	clear: both;
}
.inner_column {
	float: left;
	width: 284px;
	margin-bottom: 20px;
}

.inner_column:first-child {
	margin-right:20px;
}

#more_fiction {
	margin-right: 20px;
}
.single_blurb {
	margin-bottom: 20px;
}
.single_blurb h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	color: #595959;
}
.single_blurb .postmetadata {
	padding-top: 0;
}
.single_blurb .teaser p {
	font-size: 12px;
	margin-bottom: 6px;
	font-style: italic;
}
#other_sidebar .rect_ad {
	position: relative;
	left: -6px;
}
.recent_issues ul {
}
.recent_issues li {
	margin-bottom: 14px;
	line-height: 1.2;
}
.single_blurb .buy_issue {
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 20px;
}

/* ---------- @ Headers ----------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "brioso-pro-n6", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
}
h1.pagetitle {
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-size: 28px;
	color: #282828
}
.entry h2 {
	font-size: 1.8em;
	margin: 0 0 5px 0;
	color: #133340;
}
h2.posttitle, h1.posttitle, .about_author h2 {
	margin: 0;
	font-size: 28px;
	font-family: "brioso-pro-n6", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 600;
}
h2.posttitle a, h1.posttitle a {
	color: #133340;
	text-decoration: none;
}
.content_box h3, .sidebar_box h3, .footer_content h3 {
	font-size: 20px;
	color: #595959;
	font-family: "brioso-pro-n3", "brioso-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}
h3.inner {
	margin: 20px 0 10px;
	clear: both;
}
h3 a, h3 a:visited {
	text-decoration: none;
	color: #595959;
}
h3 a:hover {
	color: #133340;
}
#fiction_links, #nonfictionlinks {
	margin-bottom: 40px;
}
.entry h3 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}
#respond h3, h3#comments, h3#trackbacks {
	margin: 45px 0 20px;
}
h3#comments {
	margin: 32px 0 12px;
}
h3 ul.post-categories {
	display: inline;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-weight: bold;
	font-size: 1.2em
}
h6 {
	font-weight: bold;
	font-size: 1em;
}
.entry ul {
	list-style-type: circle;
	margin: 15px;
}
.entry ul li, .entry ol li {
	padding-left: 10px;
	margin-bottom: 10px;
}
.entry ol {
	list-style-type: decimal;
	margin: 15px;
}
#also_in h3 {
	margin-bottom: 12px;
}

/* ---------- @ Content Styles ----------- */
/* Misc */



#description {
	text-indent: -99999em;
}
.commentcount {
	padding-left: 17px;
	background: url(../images/nm/bubble.gif) no-repeat;
	margin-left: 14px;
}
.more-link {
	display: block;
	margin-top: 12px;
	clear: both
}

/* Author Page */
#writer {
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 20px;
	padding: 16px;
}
#writer p {
	margin-top: 0;
}
#writer .avatar {
	margin: 4px 17px 7px 0
}

/* Search and Archives */
.search-highlight {
	background: #FFFF00
}
#comment_pagination {
	margin-top: 22px;
	overflow: hidden;
}
#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
}
.current-numeric-page {
	padding: 5px 8px;
}
#archive_pagination a, #archive_pagination a:visited {
	border: 1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
}
#archive_pagination a:hover {
	background: #f5f5f5;
}
#archive_pagination a:active {
	background: #e6e6e6;
	border-color: #bebebe;
}
#comment_pagination div {
	float: left;
	margin-right: 10px;
}
a #icon-rss {
	border: none
}
.archive #icon-rss {
	vertical-align: middle;
	margin-left: 3px;
}

/* Sidebar and Widgets */
.widget {
	margin-bottom: 24px;
	overflow: hidden
}
.widget li {
	list-style: none;
	border-bottom: 1px solid #CCC;
	padding: 6px 0;
	line-height: 140%;
}
.widget li a, .widget li a:visited {
	color: #111;
	text-decoration: none
}
.widget li a:hover, .widget li a:active {
	color: #6d6d6d;
}
.widget li.current_page_item a, .widget li.current_page_item a:visited, .widget li.current-cat a, .widget.current-cat a:visited {
	font-weight: bold
}
.widget li.current_page_item li a, .widget li.current_page_item li a:visited, .widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight: normal;
}
.widget li li {
	margin-left: 34px;
	border: 0;
	list-style: disc;
}
#wp-calendar tr {
	background: #f2f2f2;
}
#wp-calendar td {
	text-align: center;
	padding: 3px;
}
#recentcomments {
	color: #787878;
}
#recentcomments a, #recentcomments a:visited {
	font-style: italic
}
#recentcomments a.url, #recentcomments a.url:visited {
	font-weight: bold;
	font-style: normal;
}
a.rsswidget, a.rsswidget:visited {
	font-weight: bold
}
.rssSummary {
	line-height: 160%;
}
#wp125adwrap_2c {
	overflow: hidden
}
#wp125adwrap_2c .wp125ad {
	float: left;
	margin-right: 8px;
}
.wp125ad a img {
	border: none;
}
#wp125adwrap_2c div+div {
	margin: 0 !important;
}

/* Table of Contents */
#table_of_contents h2 {
	margin-bottom: 15px;
	font-size: 28px;
	text-transform: uppercase;
}
#table_of_contents h3 {
	font-size: 20px;
}
#table_of_contents ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
#table_of_contents ul li {
	margin-bottom: 10px;
	font-size: 16px;
}

/* ---------- @ Form Elements ----------- */
#author, #email, #comment, #url {
	background: #FFF !important;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
}
#author, #email, #url {
	width: 220px;
}
.button {
	padding: 8px 14px;
	background: #424242;
	color: #FFF !important;
	border: none;
	font-size: 1.2em;
}
.button:hover {
	background: #272727;
}
.button:active {
	background: #000;
}
#commentform textarea {
	width: 98%;
	height: 250px;
}
#searchform {
	position: relative;
	text-align: right;
	float: right;
}
#searchfield {
	width: 126px;
	height: 25px;
	border: none;
	outline: none;
	background: url(../images/nm/black-icons.png) right top no-repeat;
	padding: 0 25px 0 10px;
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#searchsubmit {
	vertical-align: top;
	position: absolute;
	top: 0;
	background-color: transparent;
	text-indent: -9999em;
	border: 0;
	outline: 0;
	height: 23px;
	width: 24px;
	z-index: 10;
}
.box_ad {
	text-align: center;
	margin-bottom: 20px;
}
.box_ad p {
	margin: 0 !important;
}

/* ---- Top Social Icons ------- */
.header_social_icons {
	float: right;
}
.header_social_icons li {
	float: left;
	display: block;
	margin-right: 10px;
}
.header_social_icons li a {
	float: left;
	display: block;
	text-indent: -9999em;
	background-image: url(../images/nm/black-icons.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 24px;
}
.header_social_icons .facebook a:hover {
	background-position: 0 -23px;
}
.header_social_icons .google a {
	background-position: -31px 0;
}
.header_social_icons .google a:hover {
	background-position: -31px -23px;
}
.header_social_icons .twitter a {
	background-position: -62px 0;
}
.header_social_icons .twitter a:hover {
	background-position: -62px -23px;
}

/* ---------- @ Footer ----------- */
#footer {
	width: 100%;
	margin: 0 auto;
	background: #50020d;
	border-top: 1px solid #7e7e7e;
}
#footer_wrapper {
	margin: 0 auto;
	width: 940px;
}
#footer a:hover, #footer a:active {
	color: #FFF;
}
.footer_content {
	width: 300px;
	margin-right: 20px;
	color: #e6e6e6;
	float: left;
	padding-top: 15px;
}
.footer_content h3 {
	color: #e6e6e6;
}
.footer_content p {
	margin: 0 0 10px;
}
#footer-right {
	margin-right: 0px;
}

/* Twitter footer */
.aktt_tweets ul li {
	line-height: 1.6;
	margin-bottom: 15px;
}
.aktt_credit {
	display: none;
}
.aktt_more_updates {
	text-align: right;
	margin-top: 10px;
}
#footer #icon-rss {
	vertical-align: middle;
	margin-right: 5px;
}
.linklove {
	display: none;
}

/* Tabs
---------------------------------- */
.tab_container {
	background: none;
	border-width: 0;
	display: block;
	padding: 5px 10px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 250px;
	width: 285px;
}

/* Login Form */
#loginform {
}
#loginform input {
	margin-bottom: 10px;
}
#wp-submit {
	float: right;
}
.register {
	clear: both;
}

/* About Author Bio */
.about_author, .callout_box {
	border: 2px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
}

.about_author {
	clear:both;
}

.callout_box.half_box {
	width:260px;
	float:left;
	min-height:150px;
}

.callout_box.half_box.more_box{
	margin-right:20px;
	margin-bottom:30px;
}

.more_box ul {
	margin-left:0;
	margin-bottom:20px;
}

.more_box ul li {
	margin-left:20px;
	padding-left:5px;
}

.share_box {

}

.pinit {
	margin-top:18px;
}

.about_author {
padding-top:20px;
}

.about_author h2, .callout_box h2 {
	display: block;
	padding: 5px;
	margin-left: 25px;
	position: absolute;
	top: -20px;
	color: #999;
}

.about_author h2 span, .callout_box h2 span {
	background-color: white;
	padding: 0 10px 0 0;
	display:inline-block;
}


/* Shopping Cart */
#sideshoppingcart {
	background-color: #fff;
	padding: 5px;
}
h2.prodtitles {
	font-size: 22px !important;
}
.wpsc_container {
	min-height: 345px;
	position: static !important;
}
#content .wpsc_categories {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.wpsc_categories li {
	float: left;
	width: 150px;
	padding: 0 !important;
	margin: 0;
	line-height: .5em;
}
#product_categories {
	margin: 15px 0;
	overflow: hidden;
}
#product_categories strong {
	float: left;
	width: 125px;
}
h3.wpsc_category_boundary {
	font-family: "KleptocracyRegular", Verdana, Arial, san serif !important;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 15px !important;
}

/* ColorBox Core Style
The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox. */
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
	overflow: hidden;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

/* Example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand. */
#cboxOverlay {
	background: url(../images/nm/overlay.png) 0 0 repeat;
}
#colorbox {
}
#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../images/nm/controls.png) -100px 0 no-repeat;
}
#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../images/nm/controls.png) -129px 0 no-repeat;
}
#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../images/nm/controls.png) -100px -29px no-repeat;
}
#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../images/nm/controls.png) -129px -29px no-repeat;
}
#cboxMiddleLeft {
	width: 21px;
	background: url(../images/nm/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width: 21px;
	background: url(../images/nm/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height: 21px;
	background: url(../images/nm/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height: 21px;
	background: url(../images/nm/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background: #fff;
}
#cboxLoadedContent {
	margin-bottom: 28px;
	text-align: center;
	line-height: 0 !important;
}
#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}
#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}
#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}
#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0px;
	background: url(../images/nm/controls.png) -75px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxPrevious.hover {
	background-position: -75px -25px;
}
#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(../images/nm/controls.png) -50px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxNext.hover {
	background-position: -50px -25px;
}
#cboxLoadingOverlay {
	background: url(../images/nm/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background: url(../images/nm/loading.gif) center center no-repeat;
}
#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/nm/controls.png) -25px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxClose.hover {
	background-position: -25px -25px;
}

/* The following fixes png-transparency for IE6.
It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
Colorbox preloads navigation hover classes to account for this.
    
!! Important Note:AlphaImageLoader src paths are relative to the HTML document, while regular CSS background images are relative to the CSS document. */
.cboxIE #cboxTopLeft {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/../images/nm/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/nm/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/nm/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/nm/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/nm/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/nm/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/nm/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/nm/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}
#gallery_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gallery_list li {
	float: left;
	margin: 5px 5px 10px 10px;
	padding: 0;
	width: 150px;
	height: 150px;
}
#gallery_list li img {
	border: 1px solid #333;
}
.single_entry {
	padding-top: 10px;
}
#social_follow {
	padding-left: 20px;
	padding-top: 18px;
}
#social_follow li {
	float: left;
	display: block;
	height: 64px;
	width: 64px;
	text-indent: -9999em;
	margin-bottom: 20px;
}
#social_follow li a {
	display: block;
	height: 64px;
	width: 64px;
}
#twitter, #facebook, #footer_rss, #mailchimp {
	margin-right: 20px;
}
#googleplus a {
	background: url(../images/nm/google+color.png) no-repeat;
}
#facebook a {
	background: url(../images/nm/facebook.png) no-repeat;
}
#twitter a {
	background: url(../images/nm/twitter2.png) no-repeat;
}
#mailchimp a {
	background: url(../images/nm/mailchimp.png) no-repeat;
}
#footer_rss a {
	background: url(../images/nm/rss.png) no-repeat;
}
#subscribe a {
	background: url(../images/nm/subscribe.png) no-repeat;
}
#social_follow li a:hover {
	opacity: .7;
}
.orbit_ad_460 {
	background-color: #2b2b2b;
	width: 460px;
	margin: 0 auto 5px;
}
.orbit_ad_460 iframe {
	height: 25px;
}
.orbit_ad {
	background-color: #2b2b2b;
	width: 300px;
	margin: 0 auto 5px;
}
.cover_wrapper {
	float: left;
	margin: 0 42px 0px;
	text-align: center;
	font-size: 12px;
	min-height: 405px;
	width: 210px;
}
.cover_wrapper img {
	border: 1px solid #FF0000;
}
.cover_wrapper p {
	white-space: normal;
}

/* Styles requested by JJA for eBooks */
p.question {
	font-weight: bold;
}
p.reprinted {
	margin: 0;
	text-align: center;
}
p.reprinted-line-above {
	margin-bottom: 0;
	text-align: center;
}
p.section {
	text-align: center;
	margin-top: 0;
}
span.underline {
	text-decoration: underline;
}
p.center, p.centered, p.center2, p.center3 {
	text-align: center;
}
span.smallcaps {
	font-variant: small-caps;
}
span.b {
	font-weight: bold;
}
span.i {
	font-style: italic;
}
span.u {
	text-decoration: underline;
}
span.strike {
	text-decoration: line-through;
}
span.text-size {
	font-size: 0.8em;
}
span.faux-link {
	color: blue;
}
span.footnoteindex {
	font-size: 0.6em;
	vertical-align: super;
}

/* Buy Banner */

.fixed_buy_banner {
	position:fixed;
	width:100%;
	top:0;
	background:#000;
	color:#FFF;
	border-bottom:1px solid #858282;
	z-index:10000;
	
}
.admin-bar .fixed_buy_banner {
	top:32px;
}


.fixed_buy_banner .inner {
	width:960px;
	margin:0 auto;
}
.fixed_buy_banner p {
	float:left;
	margin-left:100px;
}
.fixed_buy_banner .interact_buttons {
	float:none;
	display:inline-block;
	margin-left:20px;
	margin-top:10px;
}

.fixed_buy_banner.show {
 
}

.fixed_buy_banner.hide {
 display:none;
}

.fixed_buy_banner a {
	color:#CCC;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}


.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  display:block !important;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}



.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}


.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.buy_issue {
	width:210px;
	margin-bottom:20px;
}
.buy_issue img {
	border:0 !important;
	margin:0 0 10px !important;
	padding:0 !important;
	width:100%;
	max-width:100%;
}

.buy_issue.left {
	float:left;
	margin-right:20px;
}

.buy_issue.right {
	float:right;
	margin-left:20px;
}

.share_box iframe {
	display:inline-block;
	margin-bottom:15px !important;
}

.epigraph {
  text-indent: 0;
  margin: 1em 2em .3em 2em;
  padding: 0;
  text-align: justify;
}
.epigraphauthor {
  text-indent: 0;
  margin: 0em 2em 2em 2em;
  padding: 0;
  text-align: right;
}
.dedication {
  text-indent: 0;
  text-align: right;
  font-size: 0.8em;
  margin: 1em 0em 1em 0em;
  font-style: italic;
}
.lastlineright {
  text-indent: 0;
  text-align: right;
  font-size: 1em;
  margin: 2em 0em 1em 0em;
  font-style: italic;
}
.typewriter {
  font-family: Courier New, Courier, monospace;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  margin: 1em 3em 1em 3em;
  text-indent: 0;
}
.poetry {
  text-indent: 1.25em;
}
.cover {
  text-align: center;
  height: 100%;
}
p#dashedborder {
  border-width: 1px;
  border-style: dashed;
  border-color: black;
  padding: 5px;
  margin: 1em;
  border-radius: 10px;
}
.header {
  border-width: 2px;
  margin: 0em 0em 2em 0em;
  border-style: dotted;
  border-color: black;
  padding: 1em 1em 1em 1em;
  text-align: justify;
}
.intro {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: .8em;
  text-align: justify;
  text-indent: 0em;
  font-style: italic;
}
.intro2 {
  margin-top: 1em;
  margin-bottom: 0em;
  font-size: .8em;
  text-align: justify;
  text-indent: 0em;
  font-style: italic;
}
.staff_member {
	margin-bottom:45px;
}