/*! 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: Inkblot
Theme URI: //github.com/mgsisk/inkblot
Author: Michael Sisk
Author URI: http://mgsisk.com
License: GPL2
License URI: //gnu.org/licenses/gpl-2.0.html
Version: 4.0.2
Description: Elegant, fully responsive, highly customizable <a href="http://webcomic.nu">Webcomic</a>-ready theme named in honor of Rorschach from the Watchmen graphic novel.
Tags: dark, light, white, black, gray, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Webcomic: 4.0.7
*/

/** 
 * To ensure the Theme Customizer doesn't interfere with your own
 * styles you should add any custom rules to the custom.css file.
 */

* { /** paulirish.com/2012/box-sizing-border-box-ftw */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #e8e8e8;
	color: #333;
	line-height: 1.4;
	margin: 0rem;
	text-rendering: optimizeLegibility; /** aestheticallyloyal.com/public/optimize-legibility */
}

::-moz-selection {
	background: #333;
	color: #ccc;
}

::selection {
	background: #333;
	color: #ccc;
}

a {
	color: #888;
	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 {
	color: #333;
}

a:not([href]) {
	cursor: default;
}

abbr[title] {
	cursor: help;
}

address {
	font-size: smaller;
	font-style: normal;
}

blockquote {
	border: thin solid #333;
	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;
}

pre {
	border: thin solid #333;
	box-shadow: 0 .12rem .25rem rgba( 0, 0, 0, .25 ) inset;
	font-size: smaller;
	padding: 2rem;
}

table {
	max-width: 100%;
}

td {
	border: thin solid #333;
	padding: .5rem;
}

textarea {
	resize: vertical;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

video {
	height: auto;
}

#page {
	background: #fff;
	border: 0px solid #f2f2f2;

	margin: auto;
	position: relative;
}

#header hgroup {
	padding: 1rem;
}

#header hgroup a {
	color: #333;
	text-decoration: none;
}

#header hgroup a:focus,
#header hgroup a:hover {
	opacity: .75;
}

#header hgroup a:active {
	opacity: .5;
}

#header h1 {
	line-height: 1;
	margin: 0;
}

#header h2 {
	font-size: 100%;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

#header nav,
#header nav select {
	background: #333;
	color: #ccc;
	
}

#header nav select {
	display: none;
}

#header nav:before,
#header nav:after {
	content: "";
	display: table;
}

#header nav:after {
	clear: both;
}

#header nav ul ul {
	background: #333;
	box-shadow: 0 .25rem .5rem rgba( 0, 0, 0, .5 );
	display: none;
	position: absolute;
	z-index: 99;

}

#header nav ul ul ul {
	left: 100%;
	top: 0;
}

#header nav li {
	float: left;
	position: relative;
	margin: 1px;
}

#header nav li:hover > ul {
	display: block;
}

#header nav a {
	border: 0;
	color: #888;
	display: block;
	line-height: 2;
	padding: 0 1rem;
	white-space: pre;
	font-weight: strong;
}

#header nav a:focus,
#header nav a:hover,
#header li:hover > a,
#header .current_page_item a,
#header .current_page_ancestor a {
	color: #ccc;
}

#content:before,
#content:after {
	content: "";
	display: table;
}

#content:after {
	clear: both;
}

main,
#sidebar1,
#sidebar2 {
	padding: 1rem;
}

.two-column-left main,
.three-column-left main,
.two-column-right #sidebar1,
.three-column-right #sidebar1,
.three-column-right #sidebar2,
.three-column-center main,
.three-column-center #sidebar1,
.three-column-center #sidebar2 {
	float: left;
}

.two-column-right main,
.three-column-right main,
.two-column-left #sidebar1,
.three-column-left #sidebar1,
.three-column-left #sidebar2 {
	float: right;
}

.one-column #sidebar1,
.one-column #sidebar2,
.two-column-left #sidebar2,
.two-column-right #sidebar2 {
	display: none;
}

.three-column-center main,
.three-column-center #sidebar1 {
	position: relative;
}

#footer {
	background: #333;
	color: #ccc;
	line-height: 1;
	padding: 1rem;
}

#footer a {
	color: #888;
}

#footer a:focus,
#footer a:hover {
	color: #ccc;
}

/** navigation */
nav.posts,
nav.posts-paged,
nav.comments-paged {
	border-bottom: thin solid #333;
	clear: both;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
	text-align: center;
}

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 {
	clear: both;
	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 h1 {
	margin: 0;
}

.post-comments-link a {
	background: #333;
	border-radius: .25rem;
	color: #ccc;
	font-size: smaller;
	padding: .5rem;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}

.post-comments-link a:focus,
.post-comments-link a:hover {
	background: #888;
	color: #ccc;
}

.post-content {
	overflow: hidden;
}

.post-footer {
	display:none;
	border-bottom: thin solid #333;
	font-size: smaller;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
}

.post-actions a {
	background: #333;
	border-radius: .25rem;
	color: #ccc;
	font-size: smaller;
	margin: 0 0 0 .5rem;
	padding: .25rem;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}

.post-actions a:focus,
.post-actions a:hover {
	background: #888;
	color: #ccc;
}

.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;
}

/** comments */
.comment,
.pingback,
.trackback {
	border-bottom: thin solid #333;
	margin: 0 0 1rem;
	padding: 1rem;
}

.comment .comment {
	border: 0;
	border-left: thin solid #333;
	margin: 0 0 0 1rem;
	padding: 1rem;
}

.bypostauthor {
	border: thin solid #333;
}

.moderating-comment {
	font-size: smaller;
	font-style: italic;
	margin: 1rem 0 0;
}

.comment-footer img {
	margin: 0 1rem 0 0;
}

.comment-actions a {
	background: #333;
	border-radius: .25rem;
	color: #ccc;
	font-size: smaller;
	margin: 0 0 0 .5rem;
	padding: .25rem;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}

.comment-actions a:focus,
.comment-actions a:hover {
	background: #888;
	color: #ccc;
}

/** forms */
#commentform label,
.webcomic-transcribe-form label {
	display: block;
	float: left;
	width: 20%;
}

#commentform .required,
.webcomic-transcribe-form .required {
	background: #333;
	color: #ccc;
	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;
}

.post-webcomic nav {
	background: #333;
	color: #ccc;
}

.post-webcomic nav:before,
.post-webcomic nav:after {
	content: "";
	display: table;
}

.post-webcomic nav:after {
	clear: both;
}

.post-webcomic nav a {
	color: #888;
	font-size: 200%;
	float: left;
	text-align: center;
	width: 20%;
}

.post-webcomic nav a:focus,
.post-webcomic nav a:hover {
	color: #ccc;
}

.post-webcomic nav .current-webcomic {
	opacity: .25;
}

.post-webcomic nav.above {
	border-top: thin solid #fff;
}

.webcomic-prints div {
	margin: 0 0 1rem;
}

/** wordpress */
.sticky {
	
}

.bypostauthor {
	
}

.alignnone {
	margin: 1rem;
}

.aligncenter {
	display:block;
	margin: 1rem auto;
}

.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%;
}#sidebar1{width:25%}#sidebar2{width:25%}main {width:75%}#page{min-width:400px;max-width:1200px;color:#333;background-color:#fff}html{font-family:"Handlee";font-size:100%}h1,h2,h3,h4,h5,h6{font-family:"Handlee"}#header nav,#header nav select,#footer,nav.webcomics{font-family:"Handlee"}#header hgroup{display:none}body{background-color:#ffffff;background-image:url(http://www.docrat.com.au/wp-content/uploads/2015/08/doc-rat-bg1.png);background-repeat:repeat-x;background-position:top left;background-attachment:fixed}a{color:#efbe5a}.post-actions a:hover,.post-comments-link a:hover,.comment-actions a:hover{background-color:#efbe5a}a:hover{color:#0a0d71}.post-webcomic nav.above{border-color:#fff}::-moz-selection{background-color:#0a0d71;color:#ffffff}::selection{background-color:#0a0d71;color:#ffffff}#page,blockquote,pre,td,nav.posts,nav.posts-paged,nav.comments-paged,.post-footer,.comment,.trackback,.comment .comment{border-color:#0a0d71}#header nav,#header nav select,#header nav ul ul,#footer,.post-comments-link a,.post-actions a,.comment-actions a,#commentform .required,.webcomic-transcribe-form .required,.post-webcomic nav{background-color:#0a0d71}#header nav,#header nav select,#footer,.post-comments-link a,.post-comments-link a:focus,.post-comments-link a:hover,.post-actions a,.post-actions a:focus,.post-actions a:hover,.comment-actions a,.comment-actions a:focus,.comment-actions a:hover,#commentform .required,.webcomic-transcribe-form .required,.post-webcomic nav{color:#ffffff}#header nav a,#footer a,.post-webcomic nav a{color:#e8e8e8}#header nav a:focus,#header nav a:hover,#header li:hover > a,#header .current_page_item a,#header .current_page_ancestor a,#footer a:focus,#footer a:hover,.post-webcomic nav a:focus,.post-webcomic nav a:hover{color:#efbe5a}nav.webcomics.above{display:none}@media only screen and (max-width:640px){main,#sidebar1,#sidebar2{float:none;left:0;width:100%;}#header nav ul{display:none}#header nav select{display:block;width:100%}}/** 
 * This stylesheet is loaded after the styles generated by the Theme
 * Customizer, ensuring these styles take precedence.
 */

