/*
The official Badnix stylesheet!
I wonder what you were expecting to find here.
Anyway, this is based on TOOLBOX, by Automattic.
http://wordpress.org/extend/themes/toolbox
*/
 
/* =Structure
-------------------------------------------------------------- */

body {
	margin: 0px;
	background: white;
	font-family: Calibri, sans serif;
}

* {
	box-sizing: border-box;
	  -moz-box-sizing: border-box;
}
a {
	text-decoration: none;
	color: blue;
}

#page {
	display: block;
	margin: 0px auto;
}

/* Icons */
.sprite {
	display: inline-block;
	vertical-align: middle;
	background: url('images/icons-white.png?v2') no-repeat top left;
	width: 50px;
	height: 54px;
	background-size: 50px 490px;
} 
.sprite.icn-arrow { background-position: 0px 0px;  } 
.sprite.icn-arrow-double { background-position: 0px -55px;  } 
.sprite.icn-cast { background-position: 0px -110px;  } 
.sprite.icn-coin { background-position: 0px -165px;  } 
.sprite.icn-lock { background-position: 0px -220px;  } 
.sprite.icn-star { background-position: 0px -275px;  } 
.sprite.icn-sword { background-position: 0px -330px;  } 
.sprite.icn-tomato { background-position: 0px -385px;  }
.sprite.icn-question { background-position: 0px -440px;  }

.sprite.small {
	background-size: 25px 243px;
	width: 25px;
	height: 28px;
}
.sprite.small.icn-arrow-double { background-position: 0px -27px;  } 
.sprite.small.icn-cast { background-position: 0px -55x;  } 
.sprite.small.icn-coin { background-position: 0px -82px;  } 
.sprite.small.icn-lock { background-position: 0px -110px;  } 
.sprite.small.icn-star { background-position: 0px -137px;  } 
.sprite.small.icn-sword { background-position: 0px -165px;  } 
.sprite.small.icn-tomato { background-position: 0px -192px;  }
.sprite.small.icn-question { background-position: 0px -220px;  } 

.sprite.flip {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.sprite.point-up {
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.sprite.point-down {
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.locked .sprite { background-position: 0px -220px; }

.social-sprite { background: url('images/icons-social.png') no-repeat top left; width: 64px; height: 64px; display: inline-block; vertical-align: middle; margin-right: 10px; } 
.social-sprite.twitter2x { background-position: 0px 0px;  } 
.social-sprite.tumblr2x { background-position: 0px -74px;  } 
.social-sprite.mail2x { background-position: 0px -148px;  } 
.social-sprite.feed2x { background-position: 0px -222px;  }

.social-links {
	padding: 0 10px;
	margin: 0;
}
.social-links > li {
	list-style-type: none;
	margin-bottom: 10px;
}
.social-links a {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.social-links a:hover {
	opacity: 0.8;
}

.link-image {
	display: inline-block;
	vertical-align: middle;
	background: url('images/linkbuttons.png') no-repeat top left;
	width: 110px;
	height: 50px;
	background-size: 110px 325px;
}
.link-image.link-archive { background-position: 0px 0px;  } 
.link-image.link-store { background-position: 0px -55px;  } 
.link-image.link-games { background-position: 0px -110px;  } 
.link-image.link-cast { background-position: 0px -165px;  } 
.link-image.link-new-readers { background-position: 0px -220px;  } 
.link-image.link-lockes { background-position: 0px -275px;  } 

.locked .link-image { background-position: 0px -275px; }

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*** HEADER ***/

#site-header {
	background: #222;
	padding: 10px 0;
	min-width: 1100px;
}

#badnix-ad {
	width: 780px;
	height: 90px;
	margin: 0 auto 10px;
	margin-bottom: 30px;
	padding: 10px;
}

#logo {
	display: block;
	width: 600px;
	height: 135px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url('images/np-logo.png');
	background-size: 100% auto;
}
#site-header {
	padding: 10px 0;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: none;
}

#mainNav {
	display: block;
	width: 1100px;
	margin: 0 auto;
	white-space: nowrap;
	padding: 10px 0;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#mainNav li {
	display: inline-block;
	width: 20%;
	padding: 0 5px;
}
#mainNav li > a {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	display: block;
	background: #ccc;
	border: 6px solid #eee;
	border-width: 5px 3px;
	font-size: 1.8rem;
	border-radius: 10px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#mainNav li > a .sprite {
	margin: 5px;
}
#mainNav li > a .caption {
	display: inline-block;
	color: white;
	line-height: 0.8;
	width: 110px;
	text-align: center;
	vertical-align: middle
}
#mainNav li > a .caption strong {
	font-size: 1.8rem;
	display: block;
	text-transform: uppercase;
}

#mainNav li > a.locked:hover {
	-webkit-animation-name: none;
	animation-name: none;
}

#mainNav li > a:hover {
	-webkit-animation-duration: 1.5s; 
	animation-duration: 1.5s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both; 
	animation-iteration-count:infinite; 
	-webkit-animation-iteration-count:infinite; 
	-webkit-animation-name: pulse; 
	animation-name: pulse; 
} 
@-webkit-keyframes pulse { 
	0% { opacity: 1; } 
	50% { opacity: 0.4; } 
	100% { opacity: 1; } 
} 
@keyframes pulse { 
	0% { opacity: 1; } 
	50% { opacity: 0.4; } 
	100% { opacity: 1; }
}

#mainNav li:nth-of-type(1) > a {
	border-radius: 40px 10px 10px 40px;
	border-color: #ffbfbf;
	background: #f65151;
	font-weight: normal;
	font-size: 1.6rem;
	text-transform: none;
}
#mainNav li:nth-of-type(2) > a {
	border-color: #ffe79c;
	background: #feb83d;
}
#mainNav li:nth-of-type(3) > a {
	border-color: #c4ffbc;
	background: #3af160;
}
#mainNav li:nth-of-type(4) > a {
	border-color: #9ceeff;
	background: #83e0ff;
}
#mainNav li:nth-of-type(5) > a {
	border-radius: 10px 40px 40px 10px;
	border-color: #e1baff;
	background: #b14cff;
}

#mainNav li > a.locked {
	background-color: #999;
	border-color: #ddd;
}

/*** MAIN ***/
#primary {
	width: 1100px;
	margin: 10px auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 0px;
	position: relative;
	white-space: nowrap;
	font-size: 0;
}
#primary > div {
	font-size: 16px;
	white-space: normal;
}

/** Sidebar **/
#secondary {
	vertical-align: top;
	overflow: hidden;
	width: 30%;
	display: inline-block;
	padding-left: 10px;
}
#secondary img {
	width: 100%;
	box-sizing: border-box;
}
#secondary h1 {
	text-align: center;
}
#secondary iframe {
	margin-top: 10px;
}
#secondary .author .title {
	font-size: 14px;
	background: steelblue;
}
#secondary .author:hover .title {
	background: skyblue;
}

/** Blog **/
#blog {
	display: inline-block;
	margin: 0px;
	width: 70%;
}

#blog .post {
	background-color: #f65151;
	margin-bottom: 14px;
	font-size: 1.4rem;
}

#blog .post:nth-of-type(4n+2) {
	background-color: #ff953f;
}

#blog .post:nth-of-type(4n+3) {
	background-color: #98d44b;
}
#blog .post:nth-of-type(4n+4) {
	background-color: #786cd7;
}

#blog .entry-header {
	padding: 10px 20px;
	position: relative;
	font-size: 0;
	-webkit-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
}
#blog .entry-header a {
	color: white;
}
#blog .entry-header .entry-title {
	font-family: 'Montserrat';
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin: 0px;
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	color: white;
}
#blog .entry-header .entry-meta {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	font-size: 1rem;
	text-align: right;
}
#blog .entry-header .entry-meta a {
	color: white;
}
#blog .entry-header .entry-meta .sep {
	display: none;
}

#blog .entry-content {
	font-size: 18px;
	margin: 0 4px;
	padding: 10px;
	background: white;
}
#blog .entry-content p:first-of-type {
	margin-top: 8px;
}

#blog footer.entry-meta {
	padding: 10px;
	color: white;
	font-size: 12px;
	position: relative;
}
#blog footer.entry-meta a {
	color: white;
	font-size: 16px;
	font-weight: bold;
}
#blog footer.entry-meta .comments-link {
	position: absolute;
	right: 10px;
}
#blog footer.entry-meta .sep {
	visibility: hidden;
}

#nav-above {
	display: none !important;
}
#nav-below {
	margin: 12px 0;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
}
#nav-below a {
	color: #7D7A88;
}
#nav-below a:hover {
	color: #000;
}

/** Page **/
.type-page {
}
.type-page .entry-header {
	
}
.type-page .entry-title {
	background: #333;
	border-bottom: 8px solid #ff743f;
	font-family: 'Montserrat';
	font-size: 28px;
	text-transform: uppercase;
	color: white;
	padding: 10px;
	text-align: center;
}

.cat-header {
	width: 100%;
	text-align: center;
	border: 2px solid #888;
	padding: 6px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.cat-title {
    background: #3a3a3a;
    padding: 5px;
	font-family: 'Montserrat';
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
	margin: 0px;
}


/** NEW READER'S GUIDE **/

.new-readers-page .intro {
	background-color: #13ACED;
	padding: 20px;
	color: white;
	font-size: 18px;
	white-space: nowrap;
}
.new-readers-page .intro .image-container {
	width: 35%;
	height: 265px;
	background-image: url("images/new-readers-placeholder.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.new-readers-page .blurb-container {
	width: 65%;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}
.new-readers-page .intro p:first-of-type {
	margin-top: 0;
}
.new-readers-page .intro p:last-of-type {
	margin-bottom: 0;
}

.new-readers-page .starting-places {
	padding-left: 0;
	white-space: nowrap;
	font-size: 0;
	margin: 20px -10px;
}
.new-readers-page .starting-places > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
	white-space: normal;
	font-size: 18px;
}
.new-readers-page .starting-places .content {
	display: block;
	color: #333;
	background: #333;
	border: 1px solid #333;
}
.new-readers-page .starting-places h2 {
	margin: 0;
	padding: 10px;
	font-family: 'Montserrat';
	text-align: center;
	color: white;
}
.new-readers-page .starting-places .image-container {
	height: 100px;
	background: white;
	background: url('images/new-readers-sprites.png') no-repeat top left;
}
.new-readers-page .starting-places .description {
	background: #eee;
	border-top: 1px solid #333;
	padding: 10px;
}

.new-readers-page .starting-places .image-container.new-world-3 { background-position: 0px 0px;  } 
.new-readers-page .starting-places .image-container.new-kevin-attacks { background-position: 0px -105px;  } 
.new-readers-page .starting-places .image-container.new-cast { background-position: 0px -210px;  } 
.new-readers-page .starting-places .image-container.new-pirates { background-position: 0px -315px;  } 

/** CAST **/

.cast-page {
	padding: 0;
}
.cast-page > li {
	display: inline-block;
	width: 48.5%;
	vertical-align: top;
	overflow: hidden;
}
.cast-page > li:nth-of-type(2n) {
	margin-left: 2%;
}
.cast-page .profile {
	background-color: #eee;
	margin-bottom: 20px;
}
.cast-page h1 {
	position: relative;
	margin: 0;
	padding: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 24px;
	color: white;
}
.cast-page h1 .sprite {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -14px;
}

.cast-page .profile a {
	font-weight: bold;
}

.cast-page .profile.badnix h1 {
	background-color: #f65151;
}
.cast-page .profile.badnix a {
	color: #f65151;
}
.cast-page .profile.kevin h1 {
	background-color: #4944E3;
}
.cast-page .profile.kevin a {
	color: #4944E3;
}
.cast-page .profile.hud h1 {
	background-color: #333;
}
.cast-page .profile.hud a {
	color: #333;
}
.cast-page .profile.council h1 {
	background-color: #735499;
}
.cast-page .profile.council a {
	color: #735499;
}


.cast-page .profile-row {
	padding: 10px;
	padding-top: 20px;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-top: 0;
}
.cast-page .image-container {
	display: inline-block;
	background-color: #888;
	width: 160px;
	height: 260px;
	border-radius: 10px;
	border: 2px solid #ccc;
	background-image: url('images/cast-sprites-v3.png');
}

.cast-page .image-container.cast-rog { background-position: 0px 0px;  } 
.cast-page .image-container.cast-perry { background-position: -165px 0px;  } 
.cast-page .image-container.cast-arika { background-position: -330px 0px;  } 
.cast-page .image-container.cast-sluri { background-position: -495px 0px;  } 
.cast-page .image-container.cast-darrk { background-position: -660px 0px;  } 
.cast-page .image-container.cast-ted { background-position: -825px 0px;  } 
.cast-page .image-container.cast-kevin { background-position: -990px 0px;  } 
.cast-page .image-container.cast-hud { background-position: -1155px 0px;  } 
.cast-page .image-container.cast-metafoblin { background-position: -1319px 0px; } 
.cast-page .image-container.cast-charlotte { background-position: -1483px 0px; } 
.cast-page .image-container.cast-badnix { background-position: -1804px 0px; } 
.cast-page .image-container.cast-yokoi { background-position: -1640px 0px; } 

.cast-page .profile-content {
	width: 340px;
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
	white-space: normal;
}
.cast-page .profile-content dl {
	margin: 0 0 10px;
}
.cast-page dt {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.cast-page dt:after {
	content: ':';
}
.cast-page dd {
	margin: 0;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	background-color: #888;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 5px;
	color: white;
}

.cast-page .profile-blurb {
	border: 1px solid #ccc;
	background: white;
	padding: 10px;
	min-height: 350px;
}

.cast-page .profile-blurb p {
	margin-top: 0;
	margin-bottom: 10px;
}
.cast-page .profile-blurb p:last-of-type {
	margin-bottom: 0;
}

/** CAST 2015 **/

.cast15-sprite {
  background: url('images/cast15.png') no-repeat top left;
  width: 200px;
  height: 200px;
  display: inline-block;
  border-radius: 100px;
}
.cast15-sprite.sluri { background-position: 0 0; } 
.cast15-sprite.kevin { background-position: 0 -210px; } 
.cast15-sprite.dr-mittens { background-position: 0 -420px; } 
.cast15-sprite.hud { background-position: 0 -630px; } 
.cast15-sprite.alloy { background-position: 0 -840px; } 
.cast15-sprite.darrk { background-position: 0 -1050px; } 
.cast15-sprite.chief-mccloud { background-position: 0 -1260px; } 
.cast15-sprite.bugmob { background-position: 0 -1470px; } 
.cast15-sprite.metafoblin { background-position: 0 -1680px; } 
.cast15-sprite.charlotte-nidd { background-position: 0 -1890px; } 
.cast15-sprite.mr-fir { background-position: 0 -2100px; } 
.cast15-sprite.marigold { background-position: 0 -2310px; } 
.cast15-sprite.kelly { background-position: 0 -2520px; } 
.cast15-sprite.waveking { background-position: 0 -2730px; } 
.cast15-sprite.npc { background-position: 0 -2940px; } 
.cast15-sprite.lord-kimogo { background-position: 0 -3150px; } 
.cast15-sprite.rog { background-position: 0 -3360px; } 
.cast15-sprite.arika { background-position: 0 -3570px; } 
.cast15-sprite.rose { background-position: 0 -3780px; } 
.cast15-sprite.turner { background-position: 0 -3990px; } 
.cast15-sprite.alien-master { background-position: 0 -4200px; } 
.cast15-sprite.ted { background-position: 0 -4410px; } 
.cast15-sprite.capn-redgebeard { background-position: 0 -4620px; } 
.cast15-sprite.thomas-i { background-position: 0 -4830px; } 
.cast15-sprite.thomas-jr { background-position: 0 -5040px; } 
.cast15-sprite.perry { background-position: 0 -5250px; } 

[data-page*="Cast"] .page > .entry-header, [data-page*="cast"] .page > .entry-header {
  display: none;
}
#cast-2015 .cast-list {
  display: block;
  font-size: 0;
  padding: 0;
}
#cast-2015 .cast-list  > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 10px;
}
#cast-2015 .cast-list .row > div {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#cast-2015 .icon-col {
  width: 200px;
}
#cast-2015 .detail-col {
  width: 320px;
  padding: 0 10px;
  line-height: 1;
}
#cast-2015 h2 {
  margin: 0 0 10px;
  font-family: 'Montserrat';
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#cast-2015 h3 {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 16px;
  color: #555;
}
#cast-2015 h3:last-of-type {
  margin-bottom: 10px;
}
#cast-2015 p {
  margin: 0 0 10px;
  font-size: 18px;
}
#cast-2015 .first-appearance {
  font-size: 15px;
}
#cast-2015 .first-appearance a {
  font-weight: bold;
}

/* 2017 Cast page */

#cast-2017 .cast-list {
  display: block;
  font-size: 0;
  padding: 0;
}
#cast-2017 .cast-list  > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 20px;
  padding-right: 5px;
}
#cast-2017 .cast-list  > li:nth-of-type(2n) {
  padding-left: 5px;
  padding-right: 0;
}

#cast-2017 a {
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
}
#cast-2017 a:hover {
  opacity: 0.5;
}

#cast-2017 .cast-list .row {
  display: inline-block;
  color: #000;
}

#cast-2017 .cast-list .row > div {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#cast-2017 .icon-col {
  width: 200px;
}
#cast-2017 .detail-col {
  width: 310px;
  padding: 0 0 0 20px;
  line-height: 1;
}
#cast-2017 h2 {
  margin: 0 0 10px;
  font-family: 'Montserrat';
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#cast-2017 h3 {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 16px;
  color: #555;
}
#cast-2017 h3:last-of-type {
  margin-bottom: 10px;
}
#cast-2017 p {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.2;
}
#cast-2017 .first-appearance {
  font-size: 15px;
}
#cast-2017 .first-appearance a {
  font-weight: bold;
}
.cast2017-sprite {
  background: url('images/cast2017.png') no-repeat top left;
  background-repeat: no-repeat;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100px;
}
.cast2017-sprite.alien-master { background-position: -5px -5px; }
.cast2017-sprite.alloy { background-position: -215px -5px; }
.cast2017-sprite.arika { background-position: -425px -5px; }
.cast2017-sprite.bugmob {
  background-position: -635px -5px;
  border-radius: 0;
}
.cast2017-sprite.bugs { background-position: -845px -5px; }
.cast2017-sprite.calcinder { background-position: -5px -215px; }
.cast2017-sprite.capn-redgebeard { background-position: -215px -215px; }
.cast2017-sprite.charlotte-nidd { background-position: -425px -215px; }
.cast2017-sprite.darrk { background-position: -635px -215px; }
.cast2017-sprite.evilkevin { background-position: -845px -215px; }
.cast2017-sprite.future-perry { background-position: -5px -425px; }
.cast2017-sprite.hud { background-position: -215px -425px; }
.cast2017-sprite.kashmir { background-position: -425px -425px; }
.cast2017-sprite.kelly { background-position: -635px -425px; }
.cast2017-sprite.kevin { background-position: -845px -425px; }
.cast2017-sprite.lord-kimogo { background-position: -5px -635px; }
.cast2017-sprite.marigold { background-position: -215px -635px; }
.cast2017-sprite.metafoblin { background-position: -425px -635px; }
.cast2017-sprite.mina { background-position: -635px -635px; }
.cast2017-sprite.mr-fir { background-position: -845px -635px; }
.cast2017-sprite.number { background-position: -5px -845px; }
.cast2017-sprite.perry { background-position: -215px -845px; }
.cast2017-sprite.rivalia { background-position: -425px -845px; }
.cast2017-sprite.rog { background-position: -635px -845px; }
.cast2017-sprite.rose { background-position: -845px -845px; }
.cast2017-sprite.sawdust { background-position: -1055px -5px; }
.cast2017-sprite.scourge-mcdoom { background-position: -1055px -215px; }
.cast2017-sprite.sluri { background-position: -1055px -425px; }
.cast2017-sprite.strategy-guide { background-position: -1055px -635px; }
.cast2017-sprite.ted { background-position: -1055px -845px; }
.cast2017-sprite.thomas-i { background-position: -5px -1055px; }
.cast2017-sprite.thomas-jr { background-position: -215px -1055px; }
.cast2017-sprite.waveking { background-position: -425px -1055px; }

/** ARCHIVES **/
.archive-warning, .comic-notice {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 20px;
	padding-left: 100px;
	margin: 0;
	font-size: 18px;
	position: relative;
}
.archive-warning:before, .comic-notice:before {
	position: absolute;
	top: 50%;
	left: 25px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: url('images/hud-icon.png');
	background-size: 100% 100%;
	content: ' ';
}

.archive-listing {
	width: 800px;
	margin: 0 auto;
	background: #333;
	padding-bottom: 4px;
	margin-top: 20px;
}
.archive-listing > h2 {
	position: relative;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	-webkit-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
}
.archive-listing > ul {
	background: #eee;
	margin: 0 4px;
	padding: 10px;
}

.archive-listing li {
	list-style-type: none;
	margin: 10px 0;
	text-align: center;
}
.archive-listing .title {
	display: inline-block;
	vertical-align: middle;
	background: white;
	border: 1px solid #333;
	width: 80%;
	padding: 10px;
	margin-left: 20px;
}
.archive-listing .title .inner {
	display: block;
	padding: 20px;
	background-color: #333;
	text-align: center;
	font-size: 22px;
	color: white;
	font-weight: bold;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}
.archive-listing a:hover .title .inner {
	background-color: #ff743f;
}
.archive-listing .attachment-thumbnail {
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: white;
}


.archive-listing.world-0 > h2 {
	background-color: #786cd7;
}
.archive-listing.world-1 > h2 {
	background-color: #f65151;
}
.archive-listing.world-3 > h2 {
	background-color: #ff953f;
}
.archive-listing.world-2 > h2 {
	background-color: #83e0ff;
}

.archive-listing.world-1 li:last-of-type .number, .archive-listing.world-2 li:last-of-type .number {
	display: none;
}
.archive-listing.world-3 li:first-of-type .number {
	display: none;
}

#archiveIndex {
  width: 70%;
  display: inline-block;
}
.archive-post-list li {
  margin-bottom: 10px;
}
.archive-post-list .title {
  font-family: 'Montserrat';
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.archive-post-list  a {
  color: #3a3a3a;
}
.archive-post-list  a:hover {
  color: #E75A28;
}
.archive-post-list .date {
  color: #3a3a3a;
}

#archive-2015 .archive-list > h2 {
  background-color: #333;
  border-bottom: 10px solid #ff743f;
  color: white;
  padding: 10px 0;
  text-align: center;
  width: 890px;
  margin: 20px auto;
  font-family: 'Montserrat';
}
#archive-2015 .archive-list  ul {
  font-size: 0;
  text-align: center;
  padding: 0;
}
#archive-2015 .archive-list  ul > li {
  display: inline-block;
  width: 290px;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 18px;
}
#archive-2015 .archive-list  ul > li:nth-of-type(3n) {
  margin-right: 0;
}
#archive-2015 .archive-list  .story-link {
  border: 2px solid #000;
  padding: 4px;
  display: block;
  position: relative;
}
#archive-2015 .story-link img {
  posiiton: absolute;
  position: absolute;
  right: -8px;
  margin-top: -25px;
  border-radius: 75px;
  width: 70px;
  height: 70px;
  background: white;
  border: 2px solid black;
  padding: 4px;
}
#archive-2015 .archive-list  .title {
  background-color: #ff8e43;
  padding: 10px;
  display: table;
  width: 100%;
}
#archive-2015 .archive-list  .inner {
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
#archive-2015 .archive-list .inner .number {
  display: block;
  color: black;
  font-weight: normal;
  letter-spacing: -1px;
  -webkit-transform: scale(0.8,1);
	-moz-transform: scale(0.8,1);
	transform: scale(0.8,1);
  font-size: 20px;
  margin-bottom: 4px;
}
#archive-2015 .comics-link {
  color: black;
  font-size: 13px;
  padding-right: 10px;
  display: block;
  margin: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
#archive-2015 ul a {
  opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: scale(0.8,1);
}
#archive-2015 ul a:hover {
  opacity: 0.3;
}

#archive-2015 [data-story="A Fistful of Coins"] .title {
  background-color: #f4ab2a;
}
#archive-2015 [data-story="Game Genie"] .title {
  background-color: #add1a3;
}
#archive-2015 [data-story="Sea Me Feel Me"] .title {
  background-color: #3e5db3;
}
#archive-2015 [data-story="A Dark World Christmas"] .title {
  background-color: #e64455;
}

#archive-2015 [data-story="Player One Start"] .title {
  background-color: #f65151;
}
#archive-2015 [data-story="Interlude: NPCs"] .title {
  background-color: #6ed150;
}

#archive-2015 [data-story="Badnix: The Gathering"] .title {
  background-color: #f65151;
}
#archive-2015 [data-story="Sand World"] .title {
  background-color: #d9bc84;
}
#archive-2015 [data-story="Bosscon 2012"] .title {
  background-color: #ffb94a;
}
#archive-2015 [data-story="The Curse of Island Cove"] .title {
  background-color: #5f94e5;
}
#archive-2015 [data-story="Pumpkins & Police Tapes"] .title {
  background-color: #cd91ff;
}
#archive-2015 [data-story="A Boy and his Bomb"] .title {
  background-color: #cd9777;
}
#archive-2015 [data-story="The Undercloud"] .title {
  background-color: #b3b2b0;
}
#archive-2015 [data-story="Final Quest Saga"] .title {
  background-color: #a5e37d;
}
#archive-2015 [data-story="Castle of Illusions"] .title {
  background-color: #a7d2f4;
}
#archive-2015 [data-story="You Are Dead"] .title {
  background-color: #dd8b97;
}
#archive-2015 [data-story="Another Castle"] .title {
  background-color: #9ecbc2;
}

#archive-2015 [data-story="Prologue"] .title {
  background-color: #ffcf25;
}
#archive-2015 [data-story="Dinosaur Planet"] .title {
  background-color: #b7e08a;
}
#archive-2015 [data-story="Ghastly Murder Tales"] .title {
  background-color: #6668b0;
}
#archive-2015 [data-story="Return of the Space Menace"] .title {
  background-color: #0b0423;
}
#archive-2015 [data-story="Return of the Space Menace"] .number {
  color: #fff !important;
}
#archive-2015 [data-story="Reign of Chaos"] .title {
  background-color: #f897a5;
}
#archive-2015 [data-story="Chain of Memories"] .title {
  background-color: #f66539;
}
#archive-2015 [data-story="Super Star Saga"] .title {
  background-color: #fc5c5f;
}
#archive-2015 [data-story="Destroy All Badnix"] .title {
  background-color: #9bd4e3;
}
#archive-2015 [data-story="Destroy All Badnix"] .title {
  background-color: #9bd4e3;
}

#archive-2015 [data-story="The Missing Number"] .title {
  background-image: url('/misc/glitch-bg.png');
}
#archive-2015 [data-story="The Missing Number"] .inner {
  color: black;
}

#archive-2015 [data-story="How To Play"] .title {
  background-color: #cde4b8;
}
#archive-2015 [data-story="Interlude: Necromommycon"] .title {
  background-color: #cfbfd8;
}
#archive-2015 [data-story="Interlude: Necromommycon"] .title .inner {
  font-size: 24px;
}
#archive-2015 [data-story="World Warriors"] .title {
  background-color: #f08a8a;
}
#archive-2015 [data-story="Story Mode"] .title {
  background-color: #bc5fb4;
}
#archive-2015 [data-story="World Warriors 2 Turbo"] .title {
  background-color: #d8bbac;
}
#archive-2015 [data-story="Candy Hearts"] .title {
  background-color: #f2afd3;
}
#archive-2015 [data-story="Interlude: Scary Monsters"] .title {
  background-color: #ef724e;
}

#archive-2015 [data-story="Interlude: Present"] .title {
  background-color: #886360;
}
#archive-2015 [data-story="Reservoir Kongs"] .title {
  background-color: #ffd281;
}
#archive-2015 [data-story="The Real Stories"] .title {
  background-color: #ff737f;
}


/** GAMES **/
.games-list a {
  display: block;
  width: 100%;
  background-color: #777;
  padding: 5px;
  font-size: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  opacity: 1;
}
.games-list a:hover {
  opacity: 0.8;
}
.games-list a > img {
  width: 400px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.games-list a > .description {
  display: inline-block;
  width: 670px;
  padding: 10px;
  vertical-align: middle;
  font-size: 18px;
}
.games-list h2 {
  font-family: 'Montserrat';
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.games-list hr {
  border: 1px solid white;
}
.games-note {
  font-size: 20px;
  font-family: 'Montserrat';
  color: #777;
  margin: 10px 0;
  text-align: right;
  display: block;
}
.games-note a {
  font-style: normal;
  color: #ff743f;
}

.games-list .xmas {
  background-color: #e54c5c;
}


.comic-notice {
  background-color: #ffe79c;
  border-color: #feb83d;
  margin-bottom: 10px;
}
.comic-notice a {
  font-weight: bold;
  color: #ff743f;
}

/***** FOOTER *****/
#site-footer {
	padding: 10px;
	background: #222;
	text-align: center;
	color: white;
}

#site-footer a {
	color: #E75A28;
	text-decoration: none;
	font-weight: bold;
}
#footer-ads {
	padding: 10px;
	text-align: center;
}

/*** COMIC ***/
#site-comic {
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#sidebar-over-comic {
  margin-bottom: 10px;
}
#comic-wrap {
	text-align: center;
}

.comic-main > article {
	display: inline-block;
	vertical-align: middle;
}
#sidebar-left-of-comic, #sidebar-right-of-comic {
	display: inline-block !important;
	vertical-align: middle !important;
	width: 56px !important;
  padding: 0 !important;
}
#sidebar-left-of-comic a, #sidebar-right-of-comic a {
  display: block;
}
#sidebar-left-of-comic .navi.navi-void:after, #sidebar-right-of-comic .navi.navi-void:after {
	opacity: 0.3;
}
#sidebar-left-of-comic .navi.navi-prev:after {
	background: url('images/icons-orange.png?v2') no-repeat top left;
	width: 50px;
	height: 54px;
	background-size: 50px 490px;
	content: ' ';
	display: block;
}
#sidebar-right-of-comic .navi.navi-next:after {
	background: url('images/icons-orange.png?v2') no-repeat top left;
	width: 50px;
	height: 54px;
	background-size: 50px 490px;
	content: ' ';
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg);
	display: block;
}

#comic {
	display: inline-block;
	margin: 0px auto;
	max-width: 960px;
  position: relative;
}
#sidebar-under-comic {
	padding: 10px 0;
}

#mysteryButton {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#mysteryButton .sprite {
  background-image: url('images/icons-orange.png?v2');
}

.mystery-popup {
  position: absolute;
  bottom: 50px;
  left: 50%;
  background-color: #333;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: -300px;
  width: 600px;
  color: white;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
}
.mystery-popup.inactive {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
}
.mystery-popup:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.mystery-popup h2 {
  margin: 0;
  font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mystery-popup p {
  margin: 5px 0;
}


/*** COMIC NAV ***/
#comic-head .comic_navi_wrapper {
	border-bottom: 8px solid #ff743f;
}
.comic-header {
	width: 100%;
	background: #333;
	margin: 0px auto;
}
#comic-head .comic_navi {
	margin-top: 8px;
	width: 590px;
}

#comic-foot .comic_navi {
	margin-left: auto;
}
.comic-title {
	font-family: 'Montserrat';
	vertical-align: bottom;
	color: #e8e4eb;
	padding: 4px;
	text-transform: uppercase;
}
.comic-date {
	width: 160px;
	font-size: 16px;
	color: white;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 20px;
}
.comic-header-right {
	width: 160px;
	text-align: right;
}

#comic-foot {
	background: #333;
	border-top: 8px solid #ff743f;
	border-bottom: 8px solid #ff743f;
	font-size: 0;
	white-space: nowrap;
}

#comic-foot .comic_navi_wrapper {
	display: inline-block;
	width: 540px;
	vertical-align: middle;
}

.ceo_comic_archive_dropdown_widget {
	display: inline-block !important;
	vertical-align: middle;
	width: 540px;
  text-align: left;
}
.ceo_comic_archive_dropdown_widget h2 {
	display: none;
}
.ceo_comic_archive_dropdown_widget select {
	font-size: 14px;
	width: 260px !important;
	border: 3px solid #ff743f;
	padding: 10px;
	vertical-align: middle;
	display: inline-block;
	/*
	background-image: url('images/select-bg.png');
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
}
.ceo_comic_archive_dropdown_widget .widget-content {
	padding-left: 20px;
}
.ceo_comic_archive_dropdown_widget .widget-content:before {
	display: inline-block;
	vertical-align: middle;
	background: url('images/icons-white.png?v2') no-repeat top left;
	background-size: 25px 243px;
	background-position: 0px -137px;
	width: 25px;
	height: 28px;
	content: ' ';
}
.ceo_comic_archive_dropdown_widget form {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.ceo_comic_archive_dropdown_widget form:before {
	content: 'LEVEL SELECT';
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat';
	color: white;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.comic-title a {
	color: white;
	text-decoration: none;
	font-size: 28px; 
	border-radius: 20px;
}
.comic-header-links {
	width: 100px;
	text-align: right;
}

.comic_navi a {
}
.comic_navi_left {
	
}
.comic_navi_right {
	text-align: right;
}
.button-strip {
	display: inline-block;
	text-align: center;
	padding: 0 16px;
}

.button-strip .navi {
	display: inline-block;
	width: 60px;
	height: 75px;
	text-align: center;
	vertical-align: top;
}
.button-strip .navi:before {
	display: block;
	margin: 0 auto;
	background: url('images/icons-white.png?v2') no-repeat top left;
	width: 50px;
	height: 54px;
	background-size: 50px 490px;
	content: ' ';
}
.button-strip .navi:after {
	content: ' ';
	color: white;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Montserrat';
}
.navi-comments {
	color: white;
	display: block;
	padding-right: 10px;
	font-weight: bold;
}
.navi-comments-count {
	font-size: 18px;
	margin-right: 4px;
}
.navi-comments a {
	color: white;
}
.navi-comments[title="0 Comments"] {
	font-size: 0;
}
.navi-comments[title="0 Comments"] .navi-comments-count {
	font-size: 0;
}
.navi-comments[title="0 Comments"]:after {
	font-size: 16px;
	content: 'Leave a Comment';
	display: block;
}

.button-strip .nav-prev:before {
}
.button-strip .navi-prev-chap:before {
	background-position: 0px -55px;
}
.button-strip .navi-next:before {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.button-strip .navi-next-chap:before {
	background-position: 0px -55px;
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.button-strip .navi-load:before {
	background-position: 0px -55px;
	-webkit-transform:rotateZ(90deg);
	-moz-transform:rotateZ(90deg);
	transform:rotateZ(90deg);
}
.button-strip .navi-save:before {
	background-position: 0px -55px;
	-webkit-transform:rotateZ(-90deg);
	-moz-transform:rotateZ(-90deg);
	transform:rotateZ(-90deg);
}

.button-strip .navi-prev-chap:after, .button-strip .navi-next-chap:after {
	content: 'Story';
}
.button-strip .navi-prev:after, .button-strip .navi-next:after {
	content: 'Page';
}
.button-strip .navi-load:after {
	content: 'Load';
}
.button-strip .navi-save:after {
	content: 'Save';
}

.navi-void {
	opacity: 0.2;
}

#primary #sfw-comments-title, #primary #sfw-respond h3#sfw-reply-title {
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 7px rgba(0,0,0,0.3);
	background-color: #333;
	color: white;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0;
}

#primary .sfw-commentlist {
	margin-top: 20px;
	padding-left: 102px;
	width: 100%;
}

#primary .sfw-commentlist > li.sfw-comment {
	border-radius: 0;
}

#primary .sfw-commentlist a, #primary #sfw-respond a {
	font-weight: bold;
 color: #786cd7;
}

#primary .sfw-commentlist .children li.sfw-comment {
	border: 1px solid #eee;
}

#primary #sfw-respond {
	margin-top: 30px;
}

#primary #sfw-respond > form {
	background: #f6f6f6;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}

#primary #sfw-respond label {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#primary #sfw-respond textarea {
	display: block;
	width: 100%;
}
#primary #sfw-respond input[type=submit] {
	background-color: #786cd7;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 20px;
	border-radius: 0;
	border: 0;
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: auto;
	display: block;
	
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
nav .nav-previous {
	float: left;
	width: 50%;
}
nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}

.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#blog h3#comments {
  background: #777;
  font-family: 'Montserrat';
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  padding: 10px 10px 0;
  text-align: center;
  margin: 0;
}

#blog .commentlist {
  padding: 0;
  margin: 0;
  background: #777;
  padding: 10px 6px;
}

#blog .comment {
  list-style-type: none;
}
#blog .comment-body {
  background-color: #fff;
  padding: 10px 6px;
  margin-bottom: 6px;
  position: relative;
}
#blog .comment-author > * {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat';
}
#blog .comment-author .fn {
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}
#blog .comment-meta {
  margin-top: 2px;
}
#blog .comment-meta a {
  font-size: 14px;
  font-style: italic;
  color: #ccc;
  font-family: Calibri, sans-serif;
}

#blog .comment .reply {
  text-align: right;
}
#blog .comment .reply a {
  color: #ff743f;
  font-family: 'Montserrat';
}

#blog .comment .children {
  padding-left: 10px;
}

#blog #respond {
  background-color: #ccc;
  padding: 10px 6px;
  margin: 10px 0;
  position: relative;
}
#blog #respond form {
  width: 80%;
  margin: 10px auto;
}
#blog #respond h3 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
#blog #respond textarea {
  width: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid #333;
}

#blog #commentform p {
  margin: 6px 0;
}
#blog #commentform input {
  border: 1px solid #333;
  line-height: 20px;
  padding: 6px;
}
#blog #commentform input[type="submit"] {
  background-color: #333;
  color: white;
  font-weight: bold;
  margin-left: auto;
  display: block;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
}

#blog #cancel-comment-reply {
  font-size: 0;
}
#blog #cancel-comment-reply a {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  font-family: 'Montserrat';
}
#blog #cancel-comment-reply a:after {
  content: '(X)';
  font-size: 14px;
}


/*
article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
*/


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* TWITTER */
.widget_twitter div {
    padding:0;
}
 
.widget_twitter ul li {
    margin-bottom:5px;
}
 
.widget_twitter .follow-button,
.widget_twitter .xavisys-link {
    margin:0 10px 10px 25px;
}
 
.widget_twitter .entry-meta {
    display:block;
    font-size:80%;
}
 
.widget_twitter .intent-meta a {
    background: url(images/everything-spritev2.png); /** from Twitter ressources */
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.widget_twitter .intent-meta a.in-reply-to {
    background-position: 0 center;
}
.widget_twitter .intent-meta a:hover.in-reply-to {
    background-position: -16px center;
}
.widget_twitter .intent-meta a.favorite {
    background-position: -32px center;
}
.widget_twitter .intent-meta a:hover.favorite {
    background-position: -48px center;
}
.widget_twitter .intent-meta a.retweet {
    background-position: -80px center;
}
.widget_twitter .intent-meta a:hover.retweet {
    background-position: -96px center;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}