/*!
Theme Name: MOJO
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mojo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

MOJO is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.2em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

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

p {
	margin-bottom: 1em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0.5em 0 0.5em 1em;
}

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;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
























/* author custom styles */

a:link, a:visited { text-decoration: none; color: #ddd; }
a:hover, a:active { text-decoration: underline; color: #bbb; }

body {
	color: #fff;
    background-color:    #080808;
    background-image:    url('bg.png');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    background-attachment: fixed;  
    line-height: 1.25;
    overflow-x: hidden;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
}

header, #content {
	max-width: 800px;
	margin: 0 auto;
}

article {
	color: #000;
}

.entry-header {
	background-image: url("pinstripes.png");
	color: #fff;
	padding: 20px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.entry-header h2 {
	margin: 0;
}

.posted-on {
	color: #ddd;
	font-size: 0.75em;
}

.posted-on a {
	color: #ddd!important;
}

.entry-content {
	padding: 0 20px 20px 20px;
	margin: 0;
	background-color: #dde5f1;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	z-index: 25;
	position: relative;
}

.entry-content a, .error-404 a {
	color: #005fb8;
	text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:active,
.error-404 a:hover,
.error-404 a:active {
	color: #0084ff;
}

.entry-header {
	position: relative;
	padding-left: 85px;
}

.entry-header-icon {
	position: absolute;
	top: 13px;
	left: 12px;
	width: 64px;
	height: 64px;
}

.site-header {
	position: relative;
	z-index: 10;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	padding: 20px 20px 40px;
}

#site-logo {
	float: left;
}

#site-logo img {
	max-height: 250px;
}

#primary-menu {
	float: right;
	margin: 0;
	padding: 0;
}

#primary-menu li {
	list-style: none;
}

#primary-menu li a {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

#primary-menu li a div {
	display: block;
	width: 220px;
	text-align: right;
	margin: 11px 4px 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	position: relative;
	z-index: 30;
}

#primary-menu li a div:first-child {
	background-image: url("pinstripes.png");
}

#primary-menu li a div:last-child {
	background-color: #fff;
	position: absolute;
	z-index: 29;
	bottom: -4px;
	height: 40px;
}

#primary-menu li a:hover div:first-child,
#primary-menu li a:active div:first-child {
	background-image: none;
}

#primary-menu li a.music:hover div:first-child {
	background-color: #ff49ae;
}
#primary-menu li a.music:active div:first-child {
	background-color: #f20086;
}

#primary-menu li a.characters:hover div:first-child {
	background-color: #ff9823;
}
#primary-menu li a.characters:active div:first-child {
	background-color: #ff7b00;
}

#primary-menu li a.news:hover div:first-child {
	background-color: #3086ff;
}
#primary-menu li a.news:active div:first-child {
	background-color: #0066f5;
}

#primary-menu li a.trophies:hover div:first-child {
	background-color: #00b6a0;
}
#primary-menu li a.trophies:active div:first-child {
	background-color: #009583;
}

#primary-menu li a.what:hover div:first-child {
	background-color: #5a5a5a;
}
#primary-menu li a.what:active div:first-child {
	background-color: #4a4a4a;
}

#primary-menu li a.music div:last-child {
	background-color: #ff49ae;
}

#primary-menu li a.characters div:last-child {
	background-color: #ff9823;
}

#primary-menu li a.news div:last-child {
	background-color: #3086ff;
}

#primary-menu li a.trophies div:last-child {
	background-color: #00b6a0;
}

#primary-menu li a.what div:last-child {
	background-color: #5a5a5a;
}

#primary-menu li a:hover div:last-child,
#primary-menu li a:active div:last-child {
	background-color: #fff;
}

#primary-menu li a img.c {
	opacity: 1;
}
#primary-menu li a img.w {
	opacity: 0;
}

#primary-menu li a:hover img.c, #primary-menu li a:active img.c {
	opacity: 0;
}
#primary-menu li a:hover img.w, #primary-menu li a:active img.w {
	opacity: 1;
}

#primary-menu li a img {
	width: 32px;
	position: absolute;
	top: 9px;
    left: 6px;
}

.edit-link { display: none; }

.entry-category-name {
	font-weight: bold;
}

.category-music .entry-category-name {
	color: #ff49ae;
}

.category-characters .entry-category-name {
	color: #ff9823;
}

.category-news .entry-category-name {
	color: #3086ff;
}

.category-trophies .entry-category-name {
	color: #00b6a0;
}



.page-header {
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url("pinstripes.png");
	padding: 15px;
	margin: 0 auto 25px;

	display: none; /* lol */
}

.category-music .page-header {
	color: #ff49ae;
}

.category-characters .page-header {
	color: #ff9823;
}

.category-news .page-header {
	color: #3086ff;
}

.category-trophies .page-header {
	color: #00b6a0;
}



#colophon {
	background-image: url("pinstripes.png");
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 6px 0;
	margin-top: 20px;
	font-size: 0.75em;
	position: absolute;
	bottom: 0;
}

.entry-footer {
    display: block;
    min-height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	z-index: 20;
	top: -25px;
}

.entry-footer {
	background-color: #5a5a5a;
}

.category-music .entry-footer {
	background-color: #ff49ae;
}

.category-characters .entry-footer {
	background-color: #ff9823;
}

.category-news .entry-footer {
	background-color: #3086ff;
}

.category-trophies .entry-footer {
	background-color: #00b6a0;
}

#page { position: relative; min-height: 100vh; }

#content { padding-bottom: 30px; }

.nav-previous a, .nav-next a {
    display: inline-block;
    padding: 15px;
    font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url("pinstripes.png");
}

.nav-previous a {
	text-align: center;
}

.nav-next a {
	text-align: center;
}

.nav-previous a::before {
  content: "\AB  ";
}

.nav-next a::after {
  content: " \BB";
}

.wp-audio-shortcode {
	margin: 20px auto;
}

.credits {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	padding-bottom: 2px;
}

img#seal {
	border: none;
	overflow: hidden;

	position: fixed;
	bottom: 32px;
	right: 32px;

	width: 523px;
	height: 569px;

	transform: scale(0.25);
	transform-origin: 100% 100%;
}

@media only screen and (max-width: 1136px) {
	img#seal {
		display: none;
	}
}

.mojo-yt {
	text-align: center;
	position: relative;
	top: 11px;
}






#header-bg, #header-bg-narrow {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    z-index: 0;
	width: 100vw;
	display: none;
}


#header-bg {
	bottom: calc(100% - 295px);
    transform: translateY(calc((100vw - 800px) * 0.2));
}

#header-bg-narrow {
	top: 0;
}




@media only screen and (max-width: 800px) {
	#header-bg-narrow {
		display: block;
	}
	#site-logo, #primary-menu {
		float: none;
	}
	#primary-menu {
	    margin: 10px auto;
	    width: 230px;
	}
	.site-header {
		text-align: center;
	}
}

@media only screen and (min-width: 800px) {
	#header-bg {
		display: block;
	}
}

#main {
	padding: 0 10px;
}


.category-characters table,
.category-trophies table {
	margin: 20px 0 0 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.category-characters table,
.category-characters td,
.category-trophies table,
.category-trophies td {
	border: none;
}

.category-characters tr,
.category-characters td,
.category-characters table div,
.category-trophies tr,
.category-trophies td,
.category-trophies table div {
	margin: 0;
	padding: 0;
}

.category-characters tr td:first-child,
.category-trophies tr td:first-child {
	vertical-align: middle;
}

.category-characters table div,
.category-trophies table div {
	vertical-align: middle;
}

.category-characters table p,
.category-trophies table p {
	margin-top: 0;
}

.category-characters table ul,
.category-trophies table ul {
	margin: 10px 10px 0 0;
	padding: 0;
	border-radius: 11px;
	border: 4px solid;
}

.category-characters table ul {
	border-color: #ff9823;
	background-color: #ff9823;
}

.category-trophies table ul {
	border-color: #00b6a0;
	background-color: #00b6a0;
}

#post-115 table ul {
	border-color: #FFA653;
	background-color: #FFA653;
}

.category-characters table li,
.category-trophies table li {
	list-style: none;
	display: block;
	background-color: #ccc;
	padding: 6px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

.category-characters table li:first-child,
.category-trophies table li:first-child {
	background-color: transparent !important;
	padding: 4px 15px 8px;
	font-size: 1.1em;
	text-align: left;
	font-style: italic;
}

.category-characters table li:nth-child(odd),
.category-trophies table li:nth-child(odd) {
	background-color: #aaa;
}

.category-characters table li:nth-child(2),
.category-trophies table li:nth-child(2), {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.category-characters table li:last-child,
.category-trophies table li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.category-characters tr td:last-child,
.category-trophies tr td:last-child {
	vertical-align: middle;
	width: 55%;
	padding: 0 0 0 10px;
    text-align: center;
}

.category-characters table img,
.category-trophies table img {
	vertical-align: middle;
    max-height: 600px;
}

.category-characters td > span,
.category-trophies td > span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 20px;
}



@media only screen and (max-width: 800px) {
	.category-characters tr,
	.category-characters table div,
	.category-trophies tr,
	.category-trophies table div {
		display: block;
	}
	
	.category-characters td,
	.category-trophies td {
		display: table;
	}
	
	.category-characters td:first-child,
	.category-trophies td:first-child {
		display: table-footer-group;
	}
	
	.category-characters td:last-child,
	.category-trophies td:last-child {
		display: table-header-group;
		width: 100%;
	}

	.category-characters table ul,
	.category-trophies table ul {
	    margin-right: 0;
	}

	.category-characters td > span,
	.category-trophies td > span {
		padding-bottom: 12px;
	}
	
	.category-characters table p,
	.category-characters td > div,
	.category-trophies table p,
	.category-trophies td > div {
		text-align: center;
	}

	.mobile-hide {
		display: none;
		visibility: hidden;
		width: 0px;
		max-width: 0px;
		height: 0px;
		max-height: 0px;
		position: fixed;
		top: 0;
		left: 0;
	}

	.mobile-unfix-width {
		width: auto !important;
	}
}

.tag-wide-art-layout.category-characters tr,
.tag-wide-art-layout.category-characters table div,
.tag-wide-art-layout.category-trophies tr,
.tag-wide-art-layout.category-trophies table div {
	display: block;
}

.tag-wide-art-layout.category-characters td,
.tag-wide-art-layout.category-trophies td {
	display: table;
}

.tag-wide-art-layout.category-characters td:first-child,
.tag-wide-art-layout.category-trophies td:first-child {
	display: table-footer-group;
}

.tag-wide-art-layout.category-characters td:last-child,
.tag-wide-art-layout.category-trophies td:last-child {
	display: table-header-group;
	width: 100%;
}

.tag-wide-art-layout.category-characters table ul,
.tag-wide-art-layout.category-trophies table ul {
    margin-right: 0;
}

.tag-wide-art-layout.category-characters td > span,
.tag-wide-art-layout.category-trophies td > span {
	padding-bottom: 12px;
}

.tag-wide-art-layout.category-characters .character-list-1,
.tag-wide-art-layout.category-characters .character-list-2,
.tag-wide-art-layout.category-characters .samples,
.tag-wide-art-layout.category-characters td > div > p,
.tag-wide-art-layout.category-trophies .character-list-1,
.tag-wide-art-layout.category-trophies .character-list-2,
.tag-wide-art-layout.category-trophies .samples,
.tag-wide-art-layout.category-trophies td > div > p {
    margin-left: auto;
    margin-right: auto;
}

.tag-wide-art-layout.category-characters .character-list-1,
.tag-wide-art-layout.category-characters .character-list-2,
.tag-wide-art-layout.category-trophies .character-list-1,
.tag-wide-art-layout.category-trophies .character-list-2 {
    max-width: 520px;
}

.tag-wide-art-layout.category-characters .samples,
.tag-wide-art-layout.category-trophies .samples {
    text-align: center;
}

.tag-wide-art-layout.category-characters td > div > p,
.tag-wide-art-layout.category-trophies td > div > p {
    margin-right: auto;
    margin-left: auto;
    max-width: 680px;
}




.entry-footer ul {
	padding: 34px 50px 10px 50px;
    margin: 0;
    color: #fff;
	text-shadow: 	0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000,
					0px 0px 2px #000, 1px 0px 2px #000, 0px 1px 2px #000,
					1px 1px 3px #000, 2px 2px 3px #000;
}

.entry-footer li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

.entry-footer li:first-child,
.entry-footer li.late:first-child {
	margin-left: 0;
	font-weight: bold;
}

.entry-footer li.late.small {
	margin-left: 4px;
	font-size: 0.75em;
}

.entry-footer li.secret {
	display: none;
}

body.single .entry-footer li.secret {
	display: inline-block;
}



@media only screen and (max-width: 475px) {
	.bullet {
		padding: 0;
	}

	.posted-on {
		display: block;
		padding: 2px 0 0 0;
	}

	#content {
		padding-bottom: 0;
	}

	#colophon {
		position: relative;
		margin-top: 0;
	}
}

@media only screen and (min-width: 475px) {
	.bullet {
		padding: 0 4px;
	}

	.bullet:after {
  		content: "\2022";
	}
}

main {
	margin-bottom: 1.5em;
}

.category-characters table ul.character-list-1, 
.category-trophies table ul.character-list-1 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.category-characters table ul.character-list-2,
.category-trophies table ul.character-list-2 {
	margin-top: 0;
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.category-characters p.samples,
.category-trophies p.samples {
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 0.8em;
}

.category-characters p.samples span,
.category-characters p.samples a,
.category-trophies p.samples span,
.category-trophies p.samples a {
    font-weight: bold;
}

.post-thumbnail {
	display: none;
	visibility: hidden;
}

.pp_hoverContainer, .pp_expand {
	display: none !important;
	visibility: hidden !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: rgba(0, 0, 0, 0.8);
	padding: 40px;
	border-radius: 60px;
}

.nivo-lightbox-wrap {
    top: 2%;
    bottom: 5%;
    left: 5%;
    right: 5%;
}


#character-select .entry-header-icon {	
    left: 16px;
    width: 44px;
    height: 44px;
}

#character-select .entry-title {
	position: relative;
	left: -12px;
}

#character-select .entry-content {
	padding: 10px 0 6px;
}

@media only screen and (max-width: 800px) {
	#character-select .entry-content {
		padding: 10px 5px 6px;
	}

	#character-select .character-row > br {
		display: none;
	}
}

#character-select .character-row {
	text-align: center;
	margin: 0;

	perspective: 250px;
	perspective-origin: center;
}

#character-select .character-row > div {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 0px;
	height: 144px;
	width: 54px;
	z-index: 30;
}

#character-select .character-row > div > div {
	position: absolute;
	top: -24px;
	left: -200px;
	right: -200px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	z-index: 42;

	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease-in-out, visibility .25s;
	-moz-transition: opacity .25s ease-in-out, visibility .25s;
	-webkit-transition: opacity .25s ease-in-out, visibility .25s;
}

#character-select .character-row > div.active:hover > div {
	opacity: 1;
	visibility: visible;
}

#character-select .character-row > div > div > span {
	position: relative;
	top: -2px;
	background-color: #444;
	margin: 0;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	z-index: 50;
}

#character-select .character-row > div > div > div {
	background-color: #444;
	width: 10px;
	height: 10px;
	position: absolute;
    bottom: -7px;
    left: 222px;
	transform: rotate(45deg);
    z-index: 45;
}

#character-select .character-row > div > div > span span {
	font-weight: normal;
	font-style: italic;
	font-size: 0.85em;
}

#character-select .character-row > div a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 54px;
	height: 144px;
	z-index: 35;
}

#character-select .character-row > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 144px;
	z-index: 40;
	
	background-color: #888;

    backface-visibility: hidden;
	transition: transform .15s ease-out, opacity .01s;

    /*
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
    */

	transform: rotate3d(0, 1, 0, -180deg);
	opacity: 0;
}

#character-select h3 {
	margin: 8px auto;
}

#character-select p {
	margin: 5px auto;
}

.creditscomingsoon {
	padding-top: 30px;
	padding-bottom: 30px;
}


.error-404 {	
	color: #000;
	padding: 1px 20px;
	margin: 0;
	background-color: #dde5f1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 25;
	position: relative;
}

#post-255 .entry-content {
    background-position: bottom right;
    background-size: 33%;
}

.credits-col-1, .credits-col-2 {
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
	.credits-col-1, .credits-col-2 {
		width: 50%;
	}
	.credits-col-1 {
		float: left;
		padding-left: 50px;
	}
	.credits-col-2 {
		float: right;
		padding-right: 50px;
	}

	.category-music .entry-content {
		background-position: center right;
 		background-repeat: no-repeat;
 		background-size: auto 100%;
	}

    .vslbg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-left-radius: 15px;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-color: rgba(221, 229, 241, 0.5);
        opacity: 0.75;
    }

    .credits {
        position: relative;
        z-index: 10;
    }



	.category-characters .entry-content {
		background-position: top right;
 		background-repeat: no-repeat;
	}

    .category-characters.tag-zubaz-the-storm .entry-content {
        background-image: url("character-numbers/01.png");
    }

    .category-characters.tag-bomberman .entry-content {
        background-image: url("character-numbers/02.png");
    }

    .category-characters.tag-oneyplays .entry-content {
        background-image: url("character-numbers/03.png");
    }

    .category-characters.tag-sailor-moon .entry-content {
        background-image: url("character-numbers/04.png");
    }

    .category-characters.tag-lmfao .entry-content {
        background-image: url("character-numbers/05.png");
    }

    .category-characters.tag-segata-sanshiro .entry-content {
        background-image: url("character-numbers/06.png");
    }

    .category-characters.tag-bane .entry-content {
        background-image: url("character-numbers/07.png");
    }

    .category-characters.tag-jill-stingray .entry-content {
        background-image: url("character-numbers/08.png");
    }

    .category-characters.tag-king-of-all-cosmos .entry-content {
        background-image: url("character-numbers/09.png");
    }

    .category-characters.tag-dry-bones-in-his-dry-bomber .entry-content {
        background-image: url("character-numbers/10.png");
    }

    .category-characters.tag-porky .entry-content {
        background-image: url("character-numbers/11.png");
    }

    .category-characters.tag-dante .entry-content {
        background-image: url("character-numbers/12.png");
    }

    .category-characters.tag-barkleys-judgment .entry-content {
        background-image: url("character-numbers/48-45-59-20-59-4f-55-20-57-48-41-54-43-48-55-20-47-4f-4e-4e-41-20-44-4f-3f.png");
    }

    .category-characters.tag-plok .entry-content {
        background-image: url("character-numbers/14.png");
    }

    .category-characters.tag-rasputin .entry-content {
        background-image: url("character-numbers/15.png");
    }

    .category-characters.tag-scrooge-mcduck .entry-content {
        background-image: url("character-numbers/16.png");
    }

    .category-characters.tag-randy-marsh .entry-content {
        background-image: url("character-numbers/17.png");
    }

    .category-characters.tag-takumi-fujiwara .entry-content {
        background-image: url("character-numbers/18.png");
    }

    .category-characters.tag-the-heavy .entry-content {
        background-image: url("character-numbers/19.png");
    }

    .category-characters.tag-planet-express .entry-content {
        background-image: url("character-numbers/20.png");
    }

    .category-characters.tag-classic-crash-bandicoot .entry-content {
        background-image: url("character-numbers/21.png");
    }

    .category-characters.tag-nicolas-cage .entry-content {
        background-image: url("character-numbers/22.png");
    }

    .category-characters.tag-dr-glassa .entry-content {
        background-image: url("character-numbers/23.png");
    }

    .category-characters.tag-shadow-the-hedgehog .entry-content {
        background-image: url("character-numbers/24.png");
    }

    .category-characters.tag-r4v3b0t7000 .entry-content {
        background-image: url("character-numbers/25.png");
    }

    .category-characters.tag-ukulele-pichu .entry-content {
        background-image: url("character-numbers/26.png");
    }

    .category-characters.tag-mount-everest .entry-content {
        background-image: url("character-numbers/27.png");
    }

    .category-characters.tag-sex-bob-omb .entry-content {
        background-image: url("character-numbers/28.png");
    }

    .category-characters.tag-crazy-clown-crew .entry-content {
        background-image: url("character-numbers/29.png");
    }

    .category-characters.tag-meowth .entry-content {
        background-image: url("character-numbers/30.png");
    }

    .category-characters.tag-nujabes .entry-content {
        background-image: url("character-numbers/31.png");
    }

    .category-characters.tag-professor-layton .entry-content {
        background-image: url("character-numbers/32.png");
    }
}




.tag-interviews .wp-caption img.wp-image-1342,
.tag-interviews .wp-caption img.wp-image-1379 { max-height: 550px; }

.credits {
	text-shadow: 	1px 1px 2px #dde5f1, -1px 1px 2px #dde5f1, 1px -1px 2px #dde5f1, -1px -1px 2px #dde5f1,
					2px 2px 4px #dde5f1, -2px 2px 4px #dde5f1, 2px -2px 4px #dde5f1, -2px -2px 4px #dde5f1;
}

.credits-2col-wider .credits-col-1 {
	padding-left: 10px;
}

.credits-2col-wider .credits-col-2 {
	padding-right: 10px;
}

.credits-2col-narrower .credits-col-1 {
	padding-left: 100px;
}

.credits-2col-narrower .credits-col-2 {
	padding-right: 100px;
}

.credits-col-offset {
	padding-top: 0.5em;
}



.slb_details,
.slb_template_tag_ui_slideshow_control {
	display: none !important;
}