/*! 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: Polterguys
Theme URI: polterguys.laurbits.com
Author: Lissa Pattillo
Author URI: http://www.lissapattillo.com
Author: Michael Sisk
Author URI: http://mgsisk.com
License: GPL2
License URI: //gnu.org/licenses/gpl-2.0.html
Version: 2.0
Description: Customization of the Archimedes theme for Polterguys webcomic
*/

/** 
 * To ensure the Theme Customizer doesn't interfere with your own
 * styles you should add any custom rules to the custom.css file.
 */


body {
	color: #333;
	line-height: 1.4;
	margin: 1rem;
	text-rendering: optimizeLegibility; /** aestheticallyloyal.com/public/optimize-legibility */
}



address {
	font-size: smaller;
	font-style: normal;
}

blockquote {
	border: thin solid #ccc;
	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;
}

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;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

video {
	height: auto;
}

#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: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;
}

#footer {
	border-top: thin solid #ccc;
	padding: 1rem;
	text-align: center;
}

/** 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;
}

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 h1 {
	margin: 0;
}

.post-comments-link a {
	border: thin solid;
	border-radius: .25rem;
	font-size: smaller;
	padding: .5rem;
}

.post-content {
	overflow: hidden;
}

.post-footer {
	font-size: smaller;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
}

.post-actions a {
	border: thin solid;
	border-radius: .25rem;
	font-size: smaller;
	margin: 0 0 0 .5rem;
	padding: .25rem;
}

.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 #ccc;
	margin: 0 0 1rem;
	padding: 1rem;
}

.comment .comment {
	border: 0;
	border-left: thin solid #ccc;
	margin: 0 0 0 1rem;
	padding: 1rem;
}

.bypostauthor {
	border: thin solid #ccc;
}

.moderating-comment {
	font-size: smaller;
	font-style: italic;
	margin: 1rem 0 0;
}

.comment-footer img {
	margin: 0 1rem 0 0;
}

.comment-actions a {
	border: thin solid;
	border-radius: .25rem;
	font-size: smaller;
	margin: 0 0 0 .5rem;
	padding: .25rem;
}

/** 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;
}

.post-webcomic nav {
	border-color: #ccc;
	border-style: solid;
	border-width: thin 0;
}

.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%;
}

.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;
}

.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 ul ul {
		display: none;
		z-index: 99;
	}
	
	#header nav select {
		display: none;
	}
	
	#header nav ul {
		display: block;
	}
	
	#header nav li {
		float: left;
		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;
	}
	

	main {
		float: left;
		width: 62%;
	}
	
	#sidebar {
		float: right;
		width: 38%;
	}
}
#header hgroup{display:none}body{background-color:#e8e8e8}/** 
 * This stylesheet is loaded after the styles generated by the Theme
 * Customizer, ensuring these styles take precedence.
 */
 

/*---------------*/		
/*    MOBILE     */
/*---------------*/

@media only screen and (max-device-width: 480px) {

body { font-size: 1em; line-height: 1.4em; overflow: hidden; overflow-y: auto; }
#container { width: auto; max-width: 100%; padding: 10px 0px 10px 0px; position: absolute; background-image: url(http://polterguys.laurbits.com/wp-content/uploads/sites/2/2015/01/mobile-BG.png); background-repeat: repeat-x; }

#header { background: none!important; width: 100% !important; height: auto!important; border: 0px!important; padding: 120px 0 15px 0!important; }
#header nav { display: none!important; }
#header .nav-mobile { width: 90%!important; margin: 0 0 0 15px!important; float: none!important; display: block!important; }
#header .nav-mobile select { width: 100%!important; margin: auto; }
#header #logo { max-width: 90%; text-align: center; height: auto; float: none!important; margin: -140px 0 0 0!important; }
#header #logo img { max-width: 90%; height: auto; float: none!important; margin: 0 0 0 35px!important; }
#header #mobile-info { display: block!important; width: 90%; margin: auto; text-align: center; }
#blue { display: none!important; }

#front-page { margin: 0 0 0 3px!important; width: 100%!important; }
#page { width: 95%!important; float: none!important; margin: auto!important; padding: 5px 5px 5px 5px!important; }
#page ul { max-width: 95%!important; }
table { max-width: 95%!important; }
table img { max-width: 90%!important; height: auto!important; }

#comic { width: auto; max-width: 98%; float: none!important; height: auto!important; }
#comic img { margin: 0px 0px 15px 0px; max-width: 98% !important; height: auto!important; }
.comic-single #comic img { width: 98% !important; height: auto!important; }
#comics-nav a { font-size: 1em; margin: 25px 0 0 0!important; }
#comics-nav { height: auto; width: 100%!important; }
.comic-single #comics-nav { height: auto; width: 100%!important; }

#comic-sidebar { width: 90%!important; float: none!important; margin: 15px auto 15px auto!important; }
#sidebar { width: 18%; float: none!important; margin: auto!important; }
#blog { width: 80%!important; float: none!important; margin: auto!important; }

#footer { padding: 10px 0px 10px 0px; height: 60px; margin: 25px 0px 0px 0px; }
}



body {
	font-family: Verdana, Arial, sans-serif; color: #69718a;
	font-size: 0.85em; line-height: 1.4em; margin: 5px 0px 5px 0px;
	font-style: normal; font-weight: 400;
	background-image: url(wp-content/themes/polterguys/images/trees-BG.png), url(wp-content/themes/polterguys/images/grad.png);
	background-repeat: repeat-x, repeat-x;
	background-color: #3b396c; background-position: bottom center, top center;
	background-attachment:fixed; }

img { border: 0; margin: 0; padding: 0; }

a { color: #19254b; text-decoration: none; font-weight: bold; }
a:hover { color: #b8b1cc; }

td { vertical-align: top; border: 0px; }

#container { width: 984px; margin: auto; min-height: 750px;
	padding: 10px 0px 10px 0px; background: #FFFFFF; overflow: hidden; }


#header { width: 964px; margin: auto; padding: 172px 0px 40px 0px;
	background-repeat: no-repeat !important;
	border-bottom: 5px dotted #CECECE; margin-bottom: 15px; }

#header #logo { width: 369px; height: 119px; float: left;
	margin: -100px 0px 0px 0px; z-index: 0; position: relative; }

#header #mobile-info { display: none; }
#header .nav-mobile { display: none; }

#header #blue { background: #19254b; height: 30px;
	margin: auto; color: #FFFFFF; text-align: right;
	padding: 7px 17px 0px 0px; color: #ffffff; }

#header nav { height: 25px; width: 964px; margin: -5px 0px 0px 0px;
	float: right; z-index: 500; position: relative; }
#header nav ul { float: right; color: #19254b; font-weight: bold; }
#header nav ul li { float: left; margin: 0px 13px 0px 13px; font-size: 16px; }
#header nav ul li:first-child { list-style-type: none; }

#comic { width: 685px; float: right; margin: 0px 10px 0px 0px;
	text-align: center; }
#comic img { border: 1px solid #000000; margin: 0px 0px 15px 0px; }

#comics-nav { background: #19254b; height: 76px; width: 682px;
	margin: auto; text-align: right; }

#comics-nav ul { margin: auto; }

#comics-nav ul li { list-style-type: none; float: left; margin: 25px 32px 0px 32px; }

#comics-nav a { font-size: 64px; font-weight: bold;
	color: #a2d396; margin: 22px 15px 0px 15px; }

#comics-nav a:hover { color: #FFFFFF; }

.comic-single #comic { padding: 0px 0px 20px 0px; width: 100%; text-align: center; margin: auto; }

.comic-single #comic-sidebar { display: none !important; }

.comic-single #comics-nav { background: #19254b; height: 76px; width: 100%;
	margin: auto; text-align: right;  }

.comic-single #comics-nav .first-webcomic-link { padding: 0px 0px 0px 36px; }

#comic-sidebar { width: 280px; float: left; margin: 0px 0px 0px 5px; text-align: center; display: block; }
#comic-sidebar img { max-width: 250px; }

#comic-sidebar p { padding: 0px 10px 0px 10px; }
#comic-sidebar li { list-style-type: none; }

#page { width: 700px; float: left; padding: 5px 0px 15px 25px; }

.post-date:before { white-space: pre; }

#blog { width: 700px; float: left; margin: 10px 0px 0px 18px; }

#blog h2 a { color: #69718a; }
#blog h2 a:hover { color: #CECECE; }

#front-page { margin: 0px 0px 25px 0px; }
#front-page .comicpost-content { display: none; }
.comicpost-content { padding: 0px 25px 0px 25px; }

#readnews { text-align: center; font-size: 18px; }

.post { margin: 0px 0px 25px 10px; }

#recent-posts-3 a { display:block; clear:both; }

.side-widget { margin: 0px 0px 20px 0px; }
.side-widget ul li { list-style-type: none; margin: 0px 0px 0px -15px; }

.alignnone { margin: 0; }
img { max-width: none; }

#comic-archives ul li { list-style-type: none; width: 125px; float: left; margin: 0px 5px 15px 0px; }

h1 { font-size: 28px; margin: 0px 0px 15px 0px; padding: 10px;
	border-bottom: 5px dotted #CECECE; color: #CECECE; }

#page-header { font-size: 28px; margin: 0px; padding: 10px;
	border-bottom: 0px; color: #CECECE; }

h2 { margin: 0px 0px 5px 0px; color: #19254b; }

#sidebar { width: 250px; float: right; padding: 0px 0px 15px 0px; }
#sidebar h2 { color: #69718a; }

#footer { margin: auto; padding: 10px 0px 0px 0px; text-align: center; color: #FFFFFF;
	background: #19254b; margin: -5px 0px 0px 0px; height: 52px; }

a.button, a.button{
	background-color: #444;
	background-image: none;
	border-radius: 5px; color: #FFFFFF;
	height: auto;
	padding: 6px 15px 5px 15px;	
	font-family: Georgia, "Times New Roman", Times, serif;	
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
}
a.button span, a.button span{
	background-image: none;
	padding: 0;
	display: inline;
}

a.button-small, a.button-small{
	background-image: none;
	border: 4px solid #ececec;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0, 0.15) inset;
	border-radius: 7px;
	height: auto;
	padding: 6px 15px 5px 15px;	
	font-family: Georgia, "Times New Roman", Times, serif;	
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
}

a.button-small span, a.button-small span{
	background-image: none;
	padding: 0;
	display: inline;
}
a.button-small:hover,a.button-small:hover {
 	color: #8E8E8E;
 }

#commentform .required, .webcomic-transcribe-form .required {
background: #ffffff;
color: #000000;
padding: .25rem;
}

/*---------------*/		
/*    MOBILE     */
/*---------------*/

@media only screen and (max-device-width: 480px) {

BODY { overflow: hidden; overflow-y: auto; }
#header nav ul li { font-size: 14px;}

}