/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}/*
Theme Name: Jennifer Tanner
Theme URI: //jennifertanner.com
Author: Yidi Yu
Author URI: http://yidiyu.net
Version: 1
Description: Custom-developed Webcomics-compatible skin for JenniferTanner.com based on Archimedes.
Webcomic: 4
*/

* { /** paulirish.com/2012/box-sizing-border-box-ftw */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #333;
	background-image: url(https://jenniferdrawscomics.com/wp/wp-content/themes/jtanner2013/images/batthern.png);
	background-color: #AAC9B9;
	line-height: 1.4;
	text-rendering: optimizeLegibility; /** aestheticallyloyal.com/public/optimize-legibility */
}

::-moz-selection {
	background: #AAC9B9;
	color: #000;
}

::selection {
	background: #AAC9B9;
	color: #000;
}

a {
	color: #3d5e4d;
	text-decoration: none;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	-webkit-transition: color .25s;
	transition: color .25s;
}

a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
address {
	font-size: smaller;
	font-style: normal;
}

blockquote {
	border: 1px solid #000;
	box-shadow: 0 .12rem .25rem rgba( 0, 0, 0, .25 ) inset;
	padding: 1rem;
}

blockquote blockquote {
	margin: 0 0 1rem;
}

dt {
	font-weight: bold;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

nav ul,
nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Mouse Memoirs', sans-serif; }

hr { border: 0; border-top: 1px solid #000; clear: both; }

pre {
	border: thin solid #ccc;
	box-shadow: 0 .12rem .25rem rgba( 0, 0, 0, .25 ) inset;
	font-size: smaller;
	padding: 1rem;
}

table {
	width: 100%;
}

td {
	border: thin solid #ccc;
	padding: .5rem;
}

textarea {
	resize: vertical;
}

button, input, select, textarea
{
	background: #f2f2f2;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

button, input[type=button], input[type=reset], input[type=submit]
{
	font-weight: bold;
	background: #F68B1F;
	border-color: #ab5d0e;
	padding: 5px 10px;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover
{
	background: #ec9e4f;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

video {
	height: auto;
}

#page {
	margin: auto;
	position: relative;
	max-width: 1150px;
}

#header hgroup {
	padding: 0 2rem;
}

#header hgroup a {
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
	transition: color .5s;
	color: #000000;
}

#header hgroup a:focus,
#header hgroup a:hover {
}

#header hgroup a:active {
}

#header h1 {
	line-height: 1;
	font-size: 5em;
	margin: 0;
	text-align: center;
}
#header h2 {
	font-size: 100%;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

#header nav { text-align: center; }
#header nav li { display: inline-block; }

#header nav:before,
#header nav:after {
	content: "";
	display: table;
}

#header nav:after {
	clear: both;
}

#header nav select {
	width: 100%;
}

#header nav ul {
	display: none;
}

#content:before,
#content:after {
	content: "";
	display: table;
}

#content:after {
	clear: both;
}

main {
	padding: 1rem;
}

#sidebar {
	padding: 1rem 1rem 1rem 2rem;
}

#sidebar h2, .widget-title { color: #000000; margin-top: 0; border-top: 1px solid #333; border-bottom: 1px solid #333; text-align: center; font-size: 26px; letter-spacing: 1px; }
#sidebar img { border: 1px solid #333; }

#footer {
	color: #000;
	padding: 1rem;
	text-align: center;
	font-size: smaller;
}
#footer a { color: #000; transition: all, 0.5s; text-decoration: underline;}
#footer a:hover { text-decoration: none; }

/** navigation */
nav.posts,
nav.posts-paged,
nav.comments-paged {
	border-bottom: thin solid #ccc;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
	text-align: center;
	clear: both;
}

nav.posts a:first-child,
nav.comments-paged a:first-child {
	margin: 0 .5rem 0 0;
}

nav.posts a:last-child,
nav.comments-paged a:last-child {
	margin: 0 0 0 .5rem;
}

nav.posts a:focus img,
nav.posts a:hover img {
	opacity: .5;
}

nav.post-pages {
	margin: 0 0 1rem;
	text-align: center;
}

/** posts */

.sticky .post-header h1:before {
	content: '\2605';
	padding: 0 .5rem 0 0;
	vertical-align: baseline;
}

.post-image {
	float: right;
	margin: 0 0 1rem 1rem;
}

.post-header { font-size: 0.9em; }
.post-header h1 { margin: 0; font-weight: normal; }
.post-header h1 a { color: #333; }
.post-header h1 a:hover { color: #6d8679; }
.page-header h1 {
	margin: 0;
	text-transform: uppercase;
	clear: both;
}

.post-comments-link a {
	border: thin solid;
	border-radius: .25rem;
	font-size: smaller;
	padding: .5rem;
}

.post-content {
	overflow: hidden;
}

.post-footer {
	border-bottom: thin solid #ccc;
	font-size: smaller;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
}

.post-actions a {
}

.attachment .post-image {
	float: none;
	margin: 0;
	text-align: center;
}

.attachment .post-image img {
	border-radius: .25rem;
	box-shadow: 0 .12rem .25rem rgba( 0, 0, 0, .25 );
}

.attachment .post-excerpt {
	text-align: center;
}

form.search { padding-bottom: 10px; }
form.search input[type=search] { width: 100%; }

.comic-archive, .comic-archive article { display: inline-block; }
.comic-archive { padding: 5px; width: 150px; }

/** comments */

#comments, #webcomic-transcripts { border-top: 1px solid #ccc; margin-top: 15px; }

.comment,
.pingback,
.trackback {
	border: 1px solid #ccc;
	margin: 0 0 1rem;
	padding: 1rem;
}

.comment .comment {
}

.bypostauthor {
	background: #efefef;
}

.moderating-comment {
	font-size: smaller;
	font-style: italic;
	margin: 1rem 0 0;
}

.comment-footer { font-size: 0.9em; }

.comment-footer img {
	margin: 0 1rem 0 0;
}

.comment-actions a {
	font-size: smaller;
	margin: 0 0 0 .5rem;
	padding: .25rem;
}

.form-allowed-tags { font-size: 0.7em; }

/** random plugins */

#follow { float: right; }
#follow li { list-style: none; float: left; margin-right: 15px; height:48px; width:48px; display: block; opacity: 0.5; transition: all .5s; }
#follow li:hover { opacity: 1; }
#follow li.twitter { background-image: url(https://jenniferdrawscomics.com/wp/wp-content/themes/jtanner2013/images/twitter.png); }
#follow li.rss { background-image: url(https://jenniferdrawscomics.com/wp/wp-content/themes/jtanner2013/images/rss.png); }
#follow li.deviantart { background-image: url(https://jenniferdrawscomics.com/wp/wp-content/themes/jtanner2013/images/dA.png); }
#follow li a { width: 48px; height: 48px; display: block;}

ul.webcomic-collections { padding: 0; }
ul.webcomic-collections li { list-style: none; }
ul.webcomic-collections, .webcomic-collection-image { text-align: center; }

.webcomic-collection-name { font-family: 'Mouse Memoirs', sans serif; font-size: large; font-weight: bold; padding: 10px 0; text-transform: uppercase; }

.page-content { border-bottom: 1px solid #333; overflow: auto; padding-bottom: 15px; margin-bottom: 15px; }
.page-content img { float: left; padding-right: 20px; }

.aiwidget-title { display: none; }
.tweettext { font-size: 0.8em; }
.tweetlink { visibility: hidden; }
.tweetlink a { visibility: visible; }


/** forms */
#commentform label,
.webcomic-transcribe-form label {
	display: block;
	float: left;
	width: 20%;
}

#commentform .required,
.webcomic-transcribe-form .required {
	background: #0c0;
	color: #fff;
	padding: .25rem;
}

#commentform textarea,
.webcomic-transcribe-form textarea {
	height: 10em;
	width: 100%;
}

.webcomic-transcript-error,
.webcomic-transcript-success {
	font-size: smaller;
	font-style: italic;
	margin: 1rem 0 0;
}

/** webcomic */
.post-webcomic .webcomic-image {
	overflow: auto;
	text-align: center;
	margin-top: 10px;
}

.post-webcomic nav {
}

.post-webcomic nav:before,
.post-webcomic nav:after {
	content: "";
	display: table;
}

.post-webcomic nav:after {
	clear: both;
}

.post-webcomic nav a {
	font-size: 200%;
	float: left;
	text-align: center;
	width: 20%;
	color: #000000;
	font-family: 'Mouse Memoirs', sans-serif;
}
.post-webcomic nav a small { font-size: 0.7em; }

.post-webcomic nav .current-webcomic {
	opacity: .25;
}

.post-webcomic nav.above {
	border-top: 0;
}

.webcomic-prints div {
	margin: 0 0 1rem;
}

/** wordpress */
.sticky {
	
}

.bypostauthor {
	
}

.alignnone {
	margin: 1rem;
}

.aligncenter {
	display:block;
	margin: 1rem auto;
	text-align: center;
}

.alignright {
	float: right;
	margin: 1rem 0 1rem 1rem;
}

.alignleft {
	float: left;
	margin: 1rem 1rem 1rem 0;
}

.wp-caption {
	max-width: 100%;
	padding: .25rem;
	text-align: center;
}

.wp-caption img {
	border-radius: .25rem;
	box-shadow: 0 .12rem .25rem rgba( 0, 0, 0, .25 );
}

.wp-caption-text {
	font-size: smaller;
	margin: .5rem 0 0;
}

.gallery {
	margin: auto;
	padding: .25rem;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: .25rem;
	text-align: center;
}

.gallery-icon {
	line-height: 1;
}

.gallery-icon img {
	border-radius: .25rem;
	box-shadow: 0 .12rem .25rem rgba( 0, 0, 0, .25 );
}

.gallery-caption {
	font-size: smaller;
	margin: .5rem 0 0;
}

.gallery-columns-1 .gallery-item {
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16%;
}

.gallery-columns-7 .gallery-item {
	width: 14%;
}

.gallery-columns-8 .gallery-item {
	width: 12%;
}

.gallery-columns-9 .gallery-item {
	width: 11%;
}

@media only screen and ( min-width: 45em )  {
	#header nav {
		background-color: #AB365D;
	}
	
	#header nav ul ul {
		display: none;
		z-index: 99;
	}
	
	#header nav select {
		display: none;
	}
	
	#header nav ul {
		display: block;
	}
	
	#header nav li {
		position: relative;
	}
	
	#header nav li:hover > ul {
		background: rgba( 255, 255, 255, .9 );
		box-shadow: 0 .12rem .25rem rgba( 0, 0, 0, .25 );
		display: block;
		position: absolute;
	}
	
	#header nav ul ul ul {
		left: 100%;
		top: 0;
	}
	
	#header nav ul ul li {
		float: none;
	}
	
	
	#header nav a {
		border: 0;
		display: block;
		line-height: 2;
		padding: 0 1.5rem;
		white-space: pre;
		color: #ffffff;
		font-family: 'Mouse Memoirs', sans-serif;
		font-size: 1.5em;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	#header nav ul ul a { color: #AB365D; }
	
	#header nav a:focus,
	#header nav a:hover,
	#header li:hover > a,
	#header .current_page_item a,
	#header .current_page_ancestor a {
	}
	
	#header nav a:active {
		background: #5d112a;
	}
	
	main {
		float: right;
		width: 70%;
	}
	
	#sidebar {
		float: left;
		width: 29%;
	}
}/** 
 * This stylesheet is loaded after the styles generated by the Theme
 * Customizer, ensuring these styles take precedence.
 */
 
 