@import url("../comicpress/style.css");
@import url(http://fonts.googleapis.com/css?family=Viga);
/*
Theme Name:ASP3
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>  For ComicPress 2.9.2 and above.
Author: ComicPress Developement Team
Author URI: http://comicpress.org/
Version: 1.3
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.

STANDARD TAGS*/
HTML
{
	overflow-y: scroll;
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}
BODY
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	/*background-color: #E7F1F3;
IE10 Consumer Preview*/
	background-image: url('background01.png'), -ms-linear-gradient(top, #E6FCFF 0%, #FCFFFF 200%);
	/*Mozilla Firefox*/
	background-image: url('background01.png'), -moz-linear-gradient(top, #E6FCFF 0%, #FCFFFF 200%);
	/*Opera*/
	background-image: url('background01.png'), -o-linear-gradient(top, #E6FCFF 0%, #FCFFFF 200%);
	/*Webkit (Safari/Chrome 10)*/
	background-image: url('background01.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6FCFF), color-stop(2, #FCFFFF));
	/*Webkit (Chrome 11+)*/
	background-image: url('background01.png'), -webkit-linear-gradient(top, #E6FCFF 0%, #FCFFFF 200%);
	/*W3C Markup, IE10 Release Preview*/
	background-image: url('background01.png'), linear-gradient(to bottom, #E6FCFF 0%, #FCFFFF 200%);
	/*text-shadow: #000 0 0 0;  Lighten Safari's heavy fonts*/
}
A
{
	color: #2DA5CE;
	text-decoration: none;
}
A:link
{
	color: #2DA5CE;
}
A:visited
{
	color: #2DA5CE;
}
A:hover
{
	color: #73E762;
}
A:focus
{
	outline: #73E762;
}
A IMG
{
}
P
{
	margin-top: 8px;
}
IMG
{
	padding: 0;
}
.wp-caption
{
	text-align: center;
	border: 1px solid #DAE1FF;
	background: #E7F1F3;
	padding: 8px 2px 2px;
}
.post-author-gravatar IMG
{
	max-width: inherit;
}
SMALL
{
	font-size: 12px;
}
HR
{
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
}
BLOCKQUOTE
{
	margin: 10px;
	padding: 5px 10px 5px 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #CCC;
}
BLOCKQUOTE CITE
{
	margin: 5px 0 0;
	display: block;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
ACRONYM, ABBR, SPAN.caps
{
	cursor: help;
}
ACRONYM, ABBR
{
	border-bottom: 1px dashed #000;
}
FORM
{
	margin: 0;
}
INPUT, TEXTAREA
{
	font-family: Arial, sans-serif;
	font-size: 13px;
}
/*HEADINGS*/
H1, H1 A
{
	padding: 10px 0 0;
	margin: 0;
	font-size: 56px;
	line-height: 46px;
	letter-spacing: -5px;
}
H2, H2 A
{
	padding: 0 0 4px;
	margin: 0 0 4px;
	letter-spacing: -1px;
	font: 28px / 1 viga, "sans serif";
	-webkit-font-smoothing: antialiased;
}
H2.pagetitle, H2.pagetitle A, H2.page-title, H2.page-title A
{
	padding: 0 0 10px;
	margin-top: 0px;
	font-size: 28px;
	letter-spacing: -1px;
	clear: both;
	text-transform: capitalize;
}
H3, H3 A
{
	padding: 10px 0 0;
	margin: 0;
	font-size: 20px;
	clear: both;
	letter-spacing: -1px;
}
H4, H4 A
{
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
}
/*THE PAGE WRAPPER*/
#page
{
	width: 1000px;
	margin: 0px auto;
}
#page-wide
{
	width: 980px;
	margin: 0px auto;
}
/*THE SUB/CONTENT WRAPPER*/
#content-wrapper
{
	margin-left: 20px;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-top: -9px;
}
x:-o-prefocus, #content-wrapper
{
	margin-top: -9px;
}
#subcontent-wrapper
{
}
/*THE HEADER*/
#header
{
	margin-top: 0px;
	text-align: left;
	z-index: 1;
	position: relative;
}
.pw
{
	padding-left: 12px;
	padding-top: 4px;
	z-index: 75;
}
.pw2
{
	padding-left: 36px;
	padding-top: 4px;
}
.adsense
{
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #BBB77D;
	border-collapse: collapse;
	padding-top: 4px;
	background: #EAEAA9;
}
#header .description
{
	padding: 0 0 10px;
	font-size: 14px;
	margin-left: 40px;
}
.top-ad
{
	z-index: 30;
	position: absolute;
	top: -161px;
	left: 240px;
	margin-top: 5px;
}
.book-header
{
	z-index: 30;
	position: absolute;
	top: -150px;
	left: -48px;
}
.relative
{
	position: relative;
}
/*THE MENU*/
#menubar-wrapper
{
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	background: #111;
}
.ie #menubar-wrapper
{
	zoom: 1;
	/*IE fix, allows for variable height menu*/
}
.menunav
{
	float: right;
	text-align: center;
}
.menunav A
{
	color: #FFF;
}
.menunav-search
{
	float: left;
	padding: 2px;
}
.ie .menunav-search
{
	padding-top: 3px;
}
.menunav-rss
{
	font-size: 13px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #FFF;
}
.menunav-rss:hover
{
	background: #FF9701;
	color: #000;
}
.menunav-prev, .menunav-next
{
	display: inline-block;
	float: left;
}
.menunav-prev A, .menunav-next A
{
	font-size: 24px;
	line-height: 25px;
	padding: 0 5px 1px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #FFF;
}
.menunav-prev A:hover, .menunav-next A:hover
{
	color: #FCFF00;
	background: #F00;
}
.menu
{
	float: left;
}
.menu UL
{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.menu UL LI
{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.menu UL LI A
{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.menu UL LI UL LI A
{
	text-align: left;
	background: #555;
	/*background of menu items (default state)*/
}
* HTML .menu UL LI A
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/*this is the color of the non-hovered text in the menubar*/
.menu UL LI A:link, .menu UL LI A:visited
{
	color: #FFF;
}
/*color of the sub level non-hovered text*/
.menu UL LI UL LI A:link, .menu UL LI UL LI A:visited
{
	color: #FFF;
	font-size: 12px;
}
.menu UL LI A.selected
{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #888;
	color: #FFF;
}
.menu UL LI A:hover
{
	color: #FCFF00;
	background: #414141;
	/*background of menu items during onmouseover (hover state)*/
}
/*1st sub level menu*/
.menu UL LI UL
{
	position: absolute;
	left: 0;
	display: none;
	/*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menu UL LI UL LI
{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu*/
.menu UL LI UL LI UL
{
	top: 0;
}
/*Sub level menu links style*/
.menu UL LI UL LI A
{
	font: normal 13px Verdana;
	width: 160px;
	/*width of sub menus*/
	padding: 5px;
	margin: 0;
}
/*sub level menu hover color*/
.menu UL LI UL LI A:hover
{
	color: #FCFF00;
}
/*this is the color of the text in the menubar when its on that page*/
.menu .current_page_item A
{
	color: #FCFF00 !important;
}
/*Holly Hack for IE \*/
* HTML .menu
{
	height: 1%;
}
/*Holly Hack for IE7 and below
######### CSS classes applied to down and right arrow images  #########*/
.arrowclass
{
	position: absolute;
	top: 2;
	margin-left: 2px;
	font-size: 11px;
}
/*THE COMIC*/
#comic-short
{
	margin: 20px 0;
	border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	-moz-box-shadow: 3px 3px 4px #9A9A9A;
	-webkit-box-shadow: 3px 3px 4px #9A9A9A;
	box-shadow: 3px 3px 4px #9A9A9A;
}
#comic-head
{
	clear: both;
}
#comic
{
	text-align: center;
	margin-top: -10px;
}
x:-o-prefocus, #comic
{
	margin-top: 0px;
}
#comic UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#comic-foot
{
	text-align: center;
}
#popular-title
{
	font: 20px viga, sans-serif;
	margin-left: 30px;
	color: #1D799A;
	margin-bottom: -5px;
	-webkit-font-smoothing: antialiased;
	/*[empty]margin-top:;*/
}
#asphits
{
	float: left;
	margin-left: 30px;
	margin-right: 4px;
	margin-bottom: 30px;
	margin-top: 6px;
	width: 208px;
	height: 208px;
}
#asphits A IMG
{
	display: block;
}
#asphits A:hover IMG
{
	visibility: hidden;
}
#hits-front-page
{
	display: block;
	width: 733px;
	height: 520px;
}
.firsttime
{
	position: absolute;
	left: 30px;
	z-index: 1;
}
.firsttime A:hover
{
	position: relative;
	z-index: -100;
	border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #BBB77D;
	border-collapse: collapse;
}
#sidebar-undercomic
{
	padding-left: 20px;
}
#hover-text
{
	margin-top: 5px;
}
/*the style of this is further down*/
#comic BUTTON
{
	float: left;
}
#question IMG
{
	position: absolute;
	top: 54px;
	left: 899px;
	/*For IE8 and earlier*/
	display: block;
	max-width: 33px;
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;
}
#question IMG:hover
{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}


#waynesaw IMG
{
	
	/*For IE8 and earlier*/
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#waynesaw IMG:hover
{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.hidden
{
	display: none;
}
#shorts-achive
{
	float: left;
	margin-left: 30px;
	margin-right: 4px;
	margin-bottom: 30px;
	margin-top: 6px;
	width: 208px;
	height: 208px;
}
#shorts-achive A IMG
{
	display: block;
}
#shorts-achive A:hover IMG
{
	visibility: hidden;
}
/*THE FOOTER*/
#footer
{
	width: 960px;
	text-align: left;
	background: url('background01.png'), #74BED5;
	margin-left: 20px;
}
.footer-text
{
	font-size: 12px;
}
#footer .footer-pipe
{
}
.slug
{
	left: 208px;
	top:0px;
	position: absolute;
	z-index: 0;
}
.contact
{
	font-style: italic;
	position: absolute;
	left: 410px;
	top:0px;
	padding-top: 8px;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	text-shadow: -1px -1px 0 #76B8CD, 1px -1px 0 #76B8CD, -1px 1px 0 #76B8CD, 1px 1px 0 #76B8CD;
}
.contact A
{
	color: #009;
}
.fpadding
{
	padding-bottom: 150px;
}
/*NAVIGATION*/
#social-bar
{
	font: 15px viga, sans-serif;
	background-color: #FFFFFF;
	float: right;
	border: 1px solid #DAE1FF;
	color: #2DA5CE;
	margin-right: 40px;
	-webkit-font-smoothing: antialiased;
	margin-top: -31px;
}
x:-o-prefocus, #social-bar
{
	margin-top: -38px;
}
.find-us
{
	float: left;
	margin-right: 6px;
	margin-left: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.btumblr
{
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	width: 35px;
	height: 21px;
	background-image: url(http://www.aspcomic.com/wp-content/themes/asp3/shareb/tumblr-hover.png);
}
.btumblr A
{
	display: block;
}
.btumblr A:hover IMG
{
	visibility: hidden;
}
.btwitter
{
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	width: 35px;
	height: 21px;
	background-image: url(http://www.aspcomic.com/wp-content/themes/asp3/shareb/twitter-hover.png);
}
.btwitter A
{
	display: block;
}
.btwitter A:hover IMG
{
	visibility: hidden;
}
.bfacebook
{
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	width: 35px;
	height: 21px;
	background-image: url(http://www.aspcomic.com/wp-content/themes/asp3/shareb/facebook-hover.png);
}
.bfacebook A
{
	display: block;
}
.bfacebook A:hover IMG
{
	visibility: hidden;
}
.byoutube
{
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	width: 35px;
	height: 21px;
	background-image: url(http://www.aspcomic.com/wp-content/themes/asp3/shareb/youtube-hover.png);
}
.byoutube A
{
	display: block;
}
.byoutube A:hover IMG
{
	visibility: hidden;
}
#asp-nav
{
	background-color: #FFFFFF;
	float: left;
	margin-left: 13px;
	border: 1px solid #DAE1FF;
	font: 15px arial, sans-serif;
	letter-spacing: 1px;
	color: #DAE1FF;
	padding: 3px 7px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
#asp-nav A
{
	font: 15px viga, sans-serif;
	color: #2DA5CE;
}
#asp-nav A:hover
{
	color: #73E762;
}
#popular-text A
{
	color: #4A60ED;
}
#toptext
{
	font: 18px Arial, sans-serif;
	letter-spacing: 1px;
	float: left;
	color: #61B7D5;
	margin-top: -60px;
	margin-left: 282px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
x:-o-prefocus, #toptext
{
	margin-top: -66px;
}
#toptext A
{
	color: #FFFFFF;
	font: 18px Viga, sans-serif;
	text-shadow: 1px 1px #126987;
}
#toptext A:hover
{
	color: #73E762;
}
#toptext A.book
{
	color: #2FA12F;
}
#toptext A.book:hover
{
	color: #008000;
}
#toptext-spacing
{
	margin-left: 35px;
}

#patreon
{
		text-shadow: 2px 1px #F0640C;
}

#patreon-banner IMG
{
	padding-top:4px;
	padding-left:2px;
	padding-bottom:4px;
	filter: alpha(opacity=80);
	opacity: 0.80;
}

#patreon-banner IMG:hover
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.comicpress_facebook_like_widget
{
	float: right;
	margin-right: 0px;
}
.facebook
{
	float: right;
	margin-right: -67px;
	z-index: 50;
	overflow: visible;
}
.plusone
{
	float: right;
	margin-right: -13px;
	margin-top: 3px;
	padding-left: 4px;
	z-index: 50;
}
.social-twitter
{
	float: right;
	margin-right: 3px;
	margin-top: 14px;
}
.social-stumble
{
	float: right;
	margin-right: 3px;
	margin-top: 14px;
}
.social-stumble2
{
	float: right;
	margin-right: 4px;
	margin-top: 27px;
}
.social-reddit
{
	float: right;
	margin-right: 3px;
	margin-top: 14px;
}
.social-facebook
{
	float: right;
	margin-right: 4px;
	margin-top: 14px;
}
/*COMIC NAVIGATION
Author: Tyler Martin
Style: Default
*/
.comic_navi_wrapper
{
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
}
.brack1
{
	position: absolute;
	left: 48px;
	top: 15px;
	z-index: 2;
}
.brack2
{
	position: absolute;
	top: 15px;
	left: 127px;
}
.brack3
{
	position: absolute;
	top: 15px;
	left: 190px;
	z-index: 2;
}
.brack4
{
	position: absolute;
	top: 15px;
	left: 253px;
	z-index: 2;
}
.brack5
{
	position: absolute;
	top: 15px;
	left: 317px;
	z-index: 2;
}
.brack6
{
	position: absolute;
	top: 15px;
	left: 367px;
	z-index: 2;
}
.pop-arc
{
	position: absolute;
	top: 11px;
	left: 125px;
	background-color: #FFFFFF;
	padding-right: 229px;
	padding-left: 135px;
	margin-left: -126px;
	z-index: -1;
	padding-bottom: 3px;
	padding-top: 3px;
	border: 1px solid #DAE1FF;
}
x:-o-prefocus, .pop-arc
{
	padding-right: 222px;
}
.popular-link
{
	margin-right: 10px;
}
.popular-link A
{
	color: #4B11FF;
	-webkit-text-size-adjust: 100%;
	font: 18px viga, sans-serif;
}
.popular-link A:hover
{
	color: #73E762;
}
.arc
{
	position: absolute;
	left: 199px;
	top: 15px;
	z-index: 2;
}
.comic_navi_left
{
	float: left;
}
.comic_navi_right
{
	float: right;
}
.comic_navi
{
	padding: 2px;
}
.navi-comictitle
{
	padding: 0px 6px;
	text-align: center;
	display: inline-block;
}
.navi
{
	padding: 0 6px;
	display: inline-block;
}
.navi A
{
	display: block;
	text-decoration: none;
}
.navi-first
{
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 2;
	font: 15px viga, sans-serif;
}
.navi-firstinchap
{
}
.navi-prevchap, .navi-story_prev
{
	float: left;
}
.navi-story_prev_in
{
	float: left;
}
.navi-prev, .navi-previous
{
	position: absolute;
	left: 51px;
	top: 15px;
	z-index: 2;
	font: 15px viga, sans-serif;
}
.navi-comments, .navi-archive, .navi-random, .navi-buyprint
{
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 255px;
	z-index: 2;
}
.navi-comments-count
{
	padding-right: 4px;
}
.navi-next
{
	float: left;
	font: 15px viga, sans-serif;
	position: absolute;
	top: 15px;
	left: 319px;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
}
.navi-next A
{
}
.navi-nextchap, .navi-story_next
{
}
.navi-story_next_in
{
}
.navi-lastinchap
{
}
.navi-last
{
	font: 15px viga, sans-serif;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 369px;
	top: 15px;
}
.navi-void, .navi-void:hover
{
	font-weight: normal;
}
#navi-share-box
{
	height: 96px;
	width: 120px;
	padding: 1px;
	background: url('sharebox.png') no-repeat 0 0;
	display: none;
	position: absolute;
	margin: -180px auto;
	zoom: 1;
}
#navi-share-box A
{
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.blognav
{
	width: 200px;
	margin: 0 auto;
}
.blognav-previous
{
	float: left;
}
.blognav-next
{
	float: right;
}
.nav
{
	float: right;
	/*
font-size: 12px;
font-weight: bold;
padding: 5px 0;
*/
}
.nav-first
{
	float: left;
}
.nav-previous
{
	float: left;
}
.nav-previous A
{
	padding-left: 0;
}
.nav-next
{
	float: left;
}
.nav-next A
{
	padding-left: 0;
}
.nav-last
{
	float: left;
}
.nav-last A
{
	padding-left: 0;
}
#pagenav, .commentnav
{
	height: 25px;
	color: #000;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 4px;
	margin-top: 5px;
	clear: both;
}
.pagenav-left, .commentnav-left
{
	float: left;
}
.pagenav-right, .commentnav-right
{
	float: right;
}
.nav A, .pagenav A, .nav-blog A
{
	display: block;
	float: left;
}
/*POSTS - PAGES*/
.sharebutt
{
	float: right;
	margin-right: 10px;
	letter-spacing: 3px;
}
#section-wrap
{
	width: 770px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}
.layout-2cvr #section-wrap, .layout-2cvl #section-wrap
{
	width: 570px;
}
.layout-v3c #section-wrap, .layout-v3cr #section-wrap, .layout-v3cl #section-wrap
{
	width: 560px;
}
#subcontent-wrapper
{
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}
#content
{
	float: left;
	background: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}
.narrowcolumn
{
	width: 482px;
	padding: 0px 0px 0px 10px;
	overflow: visible;
	margin-top: 0px;
}
.layout-2cl .narrowcolumn, .layout-2cr .narrowcolumn, .layout-2cvr .narrowcolumn, .layout-2cvl .narrowcolumn
{
	width: 739px;
	padding-top: 0px;
	padding-left: 10px;
}
.wide .narrowcolumn
{
	width: auto !important;
	overflow: hidden;
}
.column_one
{
	width: 48%;
	float: left;
	padding: 1%;
}
.column_two
{
	width: 48%;
	float: left;
	padding: 1%;
}
.post
{
	margin-top: 0px;
	padding-top: 0px;
}
.post-cat
{
	display: none;
}
.post-type-cat
{
	text-transform: capitalize;
}
.post-content
{
	margin-top: 0px;
	padding-top: 0px;
}
.post-foot
{
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.post-image
{
}
.post-info
{
	padding-bottom: 0px;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
.post-text
{
	overflow: hidden;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
.post-author-gravatar
{
	float: right;
}
.post-mood
{
	float: left;
	margin-right: 2px;
}
.post-calendar-date
{
	color: #777;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 3px;
}
.post-calendar-date .calendar-date
{
	height: 50px;
	width: 45px;
	background: url(images/calendar.png) no-repeat center;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 100%;
	padding: 0 2px 0 0;
}
.post-calendar-date .calendar-date SPAN
{
	height: 16px;
	padding: 1px 0 4px;
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.postdate
{
	font-size: 11px;
}
.posted-at
{
	display: none;
}
.post-time
{
	display: none;
}
.entry
{
	line-height: 18px;
	padding: 0px 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.more-link
{
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
}
.post-tags
{
	font-size: 12px;
}
.post .members-only
{
	border: 1px dotted #000;
	background: #FAFAFA;
	padding: 3px;
}
.post .non-member
{
	border: 1px dotted #000;
	background: #FAFAFA;
	padding: 3px;
}
#popular-menu
{
	font: small-caps bold 16px / 1.2 sans-serif;
	margin-left: 12px;
}
#popular-menu2
{
	font: small-caps bold 16px / 1.2 sans-serif;
	margin-left: 12px;
	margin-top: 4px;
}
#popular-archive
{
	font: normal normal normal 18px / normal viga;
	margin-bottom: 20px;
	margin-left: 12px;
	-webkit-font-smoothing: antialiased;
}
#popular-archive2
{
	font: normal normal normal 18px / normal viga;
	margin-left: 12px;
	margin-top: 14px;
	-webkit-font-smoothing: antialiased;
}
.popular_post
{
	font: normal normal normal 18px / normal viga;
	margin-left: 12px;
	-webkit-font-smoothing: antialiased;
}
.linkpages
{
	clear: both;
	float: right;
	margin: 5px;
}
.numlikes
{
	font: normal normal normal 15px / normal Helvetica;
	-webkit-font-smoothing:normal;
}

/*COMMENT LINK*/
.comment-link
{
	clear: both;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 0px;
}
/*THE BLOG HEADER*/
#blogheader
{
	padding: 0px;
	margin: 0px;
	border-top: none;
}
/*COMMENTS*/
#comment-wrapper
{
	margin-right: 16px;
}
.comment-form-author A
{
	display: none;
}
TEXTAREA#comment
{
	width: 480px;
	height: 80px;
}
.bypostauthor
{
}
.comment
{
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #DAE1FF;
	border-bottom: 0px;
}
.comment .comment
{
	margin: 0 10px 0px;
}
.comment .comment .comment
{
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
}
.comment-avatar
{
	width: 0px;
	height: 0px;
	display: none;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
.comment-content
{
	margin-left: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: -10px;
	padding-right: 0px;
	margin-top: 0px;
}
.comment-author CITE
{
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
.comment .comment .comment-author CITE
{
	font-size: 14px;
}
.comment-meta-data
{
	font-size: 11px;
}
.comment .comment .comment-permalink
{
	display: none;
}
.comment-moderated
{
	font-style: italic;
	font-size: 15px;
}
.comment-text
{
	padding: 5px;
	font-size: 12px;
}
.comment-text P
{
	padding: 5px;
	margin: 0;
}
.comment-note
{
	width: 420px;
	text-align: left;
	display: inline-block;
	font-size: 11px;
	padding: 5px;
}
.form-submit
{
	float: left;
	display: inline-block;
}
.comment-meta
{
	display: inline;
	border-left: 1px solid #000;
}
.commentsrsslink
{
	visibility: hidden;
	font-size: 11px;
	float: right;
}
#author, #email, #url
{
	width: 50%;
}
.comment-submit, .post-url-back
{
	float: right;
}
.commentlist UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
OL.commentlist
{
	margin: 0;
	padding: 10px 0 0px;
	list-style: none;
	border-bottom: 1px solid #DAE1FF;
}
OL.commentlist P
{
	margin-top: 3px;
}
UL.children
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#respond
{
	padding: 20px 0 0;
}
/*Pingbacks and Trackbacks*/
#pingtrackback
{
	font-size: 16px;
}
.pingback .comment-content, .trackback .comment-content
{
	margin-left: 0;
}
.trackback .comment-author CITE, .pingback .comment-author CITE
{
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}
/*ARCHIVE
For the built-in WordPress archive pages (by month or category) as well as search result pages*/
.comicthumbwrap
{
	float: left;
	padding: 2px 2px 6px;
	text-align: center;
}
.comicthumbdate
{
	font-size: 9px;
}
.comicarchiveframe, .comicarchiveframeinpost
{
	margin: 2px auto;
	text-align: center;
	-moz-opacity: 0.99;
	/*mozilla, netscape*/
	opacity: 0.99;
	/*firefox, opera, safari, chrome*/
	-khtml-opacity: 0.99;
	/*khtml, old safari*/
}
.comicarchiveframe:hover, .comicarchiveframeinpost:hover
{
	-moz-opacity: 0.7;
	/*mozilla, netscape*/
	opacity: 0.70;
	/*firefox, opera, safari, chrome*/
	-khtml-opacity: 0.7;
	/*khtml, old safari*/
}
.imagenav-link IMG
{
	-moz-opacity: 0.5;
	/*mozilla, netscape, gecko*/
	opacity: 0.5;
	/*firefox, opera, safari, chrome*/
	-khtml-opacity: 0.5;
	/*khtml, old safari*/
}
.imagenav-link IMG:hover
{
	-moz-opacity: 0;
	/*mozilla, netscape*/
	opacity: 0.5;
	/*firefox, opera, safari, chrome*/
	-khtml-opacity: 0.5;
	/*khtml, old safari*/
}
.comicarchiveframe H3
{
	margin: 0;
}
.comicarchiveframe A SMALL
{
	display: block;
	color: #000;
}
.archive-year
{
	font-size: 48px;
}
.archive-yearlist
{
	padding: 0 0 10px;
	font-size: 14px;
}
/*SIDEBAR
Left Sidebar Themes*/
#sidebar-right
{
	float: left;
	width: 200px;
	padding: 20px 0px 5px 15px;
	margin-left: 5px;
	margin-top: 4px;
	background: #97C088;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0px 0px 8px #9A9A9A;
	-webkit-box-shadow: 0px 0px 8px #9A9A9A;
	box-shadow: 0px 0px 8px #9A9A9A;
	border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #74A462;
	border-collapse: collapse;
}
#sidebar-left
{
	float: left;
	width: 172px;
	background: url(#white);
	padding-left: 0px;
	border-right: 1px solid #DAE1FF;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
#ws_widget__super_tags-2
{
	padding-right: 12px;
}
#sidebar-overcomic
{
	position: relative;
	float: left;
	margin-left: 20px;
	font: 15px arial, sans-serif;
	color: #DAE1FF;
	z-index: 1;
	margin-top: -42px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: -8px;
	padding-top: 0px;
}
x:-o-prefocus, #sidebar-overcomic
{
	margin-top: -48px;
}
#sidebar-overcomic A
{
	font: 15px viga, sans-serif;
}
.customsidebar UL, .customsidebar LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
/*Sidebar Class*/
.sidebar
{
	font-size: 12px;
	overflow: hidden;
}
.sidebar H2, .sidebar H2 A
{
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.sidebar UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar UL LI
{
	margin: 0 0 0 10px;
	padding: 0;
}
.sidebar .widget
{
	margin-bottom: 10px;
}
.sidebar .widget .post-extras, .sidebar .widget .entry
{
	padding: 3px;
}
/*WIDGETS*/
.random-comic-icon, .random-post-icon
{
	padding: 0 5px;
	color: #FFF;
	background: #000;
}
.sidebar #comic-bookmark-holder
{
	width: 152px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.sidebar .ComicPressLatestThumbnailWidget H2
{
	text-align: left;
}
.sidebar .ComicPressLatestThumbnailWidget
{
	text-align: center;
}
.sidebar .comic-bookmark
{
	width: 185px;
	margin: 0 auto;
}
/*CALENDAR*/
#wp-calendar-wrap
{
	margin: 0 auto;
	width: 170px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #000;
}
#wp-calendar
{
	width: 165px;
	margin: 0 auto;
}
.wp-calendar-thumb
{
	width: 178px;
	height: 130px;
	margin: 0 auto;
}
#wp-calendar TH
{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#wp-calendar CAPTION
{
	font-family: Georgia, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
}
#wp-calendar TD
{
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
}
#wp-calendar A
{
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar A:hover
{
	color: #FFF;
	background: #000;
}
TABLE#wp-calendar
{
	border: none;
	background: transparent;
}
TABLE#wp-calendar TD
{
	border-color: #999;
}
.wp-calendar-download
{
	width: 166px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	color: #777;
	background: #222;
}
.wp-calendar-download-links A
{
	padding: 0 3px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	border-left: 1px solid #777;
}
.wp-calendar-download-links A:hover
{
	background: #800;
}
/*SEARCH*/
#s-search, #s-transcript
{
	height: 16px;
	width: 120px;
}
.ie #s-search
{
	height: 14px;
}
.searchresults, .archiveresults
{
	padding: 0 0 30px 10px;
	font-style: italic;
}
/*comment form*/
#comment, #author, #email, #url, #s-search, .comicpress_control_panel_widget INPUT
{
	padding: 2px;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: #EEE;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#comment:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #author:focus, #email:focus, #url:focus, .comicpress_control_panel_widget #sname:focus, .comicpress_control_panel_widget #sname:hover, .comicpress_control_panel_widget #spassword:focus, .comicpress_control_panel_widget #spassword:hover
{
	background: #FFF;
}
.comment-form-url
{
	margin-top: -40px;
}
.comment-form-email
{
	visibility: hidden;
	/*
margin-bottom:-40px;
padding: 0px;
color: #f2f3c3;
font-family: 'Verdana' , sans-serif;
font-size: 12px;
background: #f2f3c3;
border: 1px solid #f2f3c3;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
*/
}
#submit, #searchform BUTTON, #comic BUTTON, .comicpress_control_panel_widget BUTTON
{
	background: #CCC;
	color: #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(100% 100% 90deg,#aaa, #ccc, #ddd 100%);
	/*IE8 uses -ms-filter for whatever reason...*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColoStr=#FFFFFF );
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 1.0)), to(rgba(170, 170, 170, 3.0)) );
}
.sidebar .widget_archive SELECT, .comicpress_archive_dropdown_widget SELECT
{
	width: 180px;
	-moz-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	padding-right: 0;
	background: -moz-linear-gradient(100% 100% 90deg,#bbb, #ddd, #fff 100%);
	/*IE8 uses -ms-filter for whatever reason...*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColoStr=#FFFFFF );
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 1.0)), to(rgba(170, 170, 170, 3.0)) );
}
#submit
{
	padding: 2px 5px;
	font-weight: 700;
}
#submit:hover, #searchform BUTTON:hover
{
	color: #F00;
}
.ie #searchform BUTTON, .ie #submit
{
	height: 21px;
	line-height: 9px;
	background: #CCC;
	color: #000;
}
/*GALLERY*/
.gallery-image
{
	width: 518px;
	overflow: hidden;
	text-align: center;
}
.gallery-caption
{
	padding: 2px 0 0;
	font-size: 11px;
	line-height: 11px;
}
.gallery-caption P
{
	width: 510px;
	padding: 5px;
	margin: 0;
	text-align: center;
}
.imagenav-wrap
{
	margin: 5px 0 0;
}
.imagenav
{
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
}
.imagenav-center
{
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0;
	float: left;
	color: #000;
	text-align: center;
	overflow: hidden;
}
.imagetitle
{
	color: #000;
	font-size: 18px;
}
.imagenav-bg
{
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}
.imagenav-bg IMG
{
	width: 75px;
	height: 75px;
	padding: 1px;
}
.imagenav-arrow
{
	width: 77px;
	height: 67px;
	position: absolute;
	z-index: 1;
	color: #FFF;
	font-size: 80px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
	float: left;
}
.imagenav-link
{
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 2;
	float: left;
	overflow: hidden;
}
.imagenav-link IMG
{
	width: 75px;
	height: 75px;
	padding: 1px;
}
#gallery-1 .attachment-thumbnail
{
	border: none;
}
/*POSTED IMAGES*/
.wp-caption P
{
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
}
.wp-caption-text
{
}
.sticky
{
}
.aligncenter
{
	margin: 0 auto;
	display: block;
}
.alignright
{
	margin: 0px 0 10px 10px;
	display: inline;
	float: right;
}
.alignleft
{
	margin: 0px 10px 10px 0;
	display: inline;
	float: left;
}
/*TRANSCRIPT*/
#transcript
{
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #333;
	border-right: 4px dotted #333;
}
.transcript-border
{
	padding: 0 5px;
	margin: 15px 0;
	border: 1px solid #555;
	background: #FFF;
	clear: both;
}
A.transcript-title
{
	padding: 0 0 5px;
	margin: 0 0 5px;
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	border-bottom: 1px dashed #777;
}
#transcript-content
{
	font-family: "Courier New", monospace;
	overflow: hidden;
}
/*STORYLINES*/
.storyline-cats
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.storyline-cats LI
{
	display: inline;
}
LI.storyline-root
{
	/*display: none;*/
}
/*CLEAR FLOATS*/
.clear
{
	clear: both;
}
/*CLEAR MARGINS
Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps*/
.clear-margins
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/** BUY THIS **/
.buythis
{
	padding: 0 5px;
}
.buythisbutton
{
	height: 27px;
	width: 240px;
	margin: 5px 0;
	background: url('images/buythis.png') no-repeat;
}
.print-thumbnail
{
	text-align: center;
}
.page-template-buystrip-php .post-content TABLE
{
	margin: 0 auto;
}
/*Archive Calendar Template*/
.cpcal-image
{
	height: 120px;
	width: 152px;
}
.cpcal-cals
{
	margin: 0 auto;
	padding-left: 5px;
}
.cpcal-month
{
	width: 157px;
	padding: 5px 0 5px 5px;
	margin: 0 8px 8px 0;
	float: left;
	border: 1px solid #999;
	background: #FFF;
}
.cpcal-monthtitle
{
	width: 154px;
	height: 16px;
	padding: 0 0 5px;
	text-align: center;
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
}
.cpcal-dayletter
{
	width: 20px;
	height: 15px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.cpcal-day
{
	width: 18px;
	height: 13px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #999;
}
.cpcal-day A
{
	width: 18px;
	height: 13px;
	line-height: 13px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.cpcal-day A:hover
{
	color: #FFF;
	background: #000;
}
/*Storyline Template*/
#storyline, #storyline UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#storyline LI
{
	padding: 0;
	margin: 0;
}
#storyline LI IMG
{
	display: none;
}
#storyline LI LI IMG
{
	display: block;
	float: right;
	padding: 0 0 0 10px;
}
#storyline UL UL
{
	margin: 0 0 0 20px;
}
#storyline LI LI .storyline-title
{
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #000;
}
#storyline LI LI .storyline-title:hover
{
	color: #900;
}
#storyline LI LI LI A.storyline-title
{
	font-size: 18px;
}
#storyline LI LI LI LI A.storyline-title
{
	font-size: 14px;
}
.storyline-description
{
	font-size: 12px;
}
.storyline-foot
{
	clear: both;
	margin: 0 0 10px;
	height: 10px;
	border-bottom: 4px solid #000;
}
#storyline LI LI .storyline-foot
{
	border-bottom: 2px solid #000;
}
#storyline LI LI LI .storyline-foot
{
	border-bottom: 1px solid #000;
}
/*Archive Year Template*/
.archive-date
{
	padding: 0 5px 0 0;
	font-size: 12px;
	white-space: nowrap;
}
.archive-title
{
	padding: 2px 5px;
	line-height: 11px;
	border-left: 1px solid #000;
}
.month-table
{
	border-collapse: collapse;
	margin: 0 0 20px;
}
#linkspage, #linkspage UL, #linkspage LI, #archivepage, #archivepage UL, #archivepage LI
{
	list-style: none;
}
#linkspage H2
{
	margin-top: 20px;
}
/*Pagination*/
#wp-paginav
{
	text-align: left;
}
#paginav
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
}
#paginav .paginav-pages
{
	padding-right: 10px;
}
#paginav A
{
	padding: 0px 10px;
	display: block;
}
#paginav UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#paginav LI
{
	float: left;
}
#paginav .paginav-next, #paginav .paginav-previous
{
	font-size: 20px;
}
#paginav .paginav-current, #paginav .current
{
	padding: 0px 10px;
	font-weight: bold;
}
/*Tool Tips (ComicPress Rascal)*/
.tt A
{
	position: relative;
	z-index: 1000;
	color: #3CA3FF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: -110px;
}
A.tt SPAN
{
	display: none;
}
A.tt:hover SPAN.tooltip
{
	position: absolute;
	display: block;
	width: 200px;
	color: #000;
	margin: 0 auto;
	text-align: center;
	height: 164px;
	background: url('images/comicpress-rascal.png') no-repeat;
	z-index: 1000;
}
A.tt:hover SPAN.top
{
	display: block;
	width: 200px;
	height: 35px;
	padding-top: 2px;
	margin-top: 25px;
	margin-left: 25px;
	background: url('images/bubble.png') no-repeat 0 0;
	z-index: 1000;
}
A.tt:hover SPAN.middle
{
	/*different middle bg for stretch*/
	display: block;
	width: 180px;
	margin: 0 0 0 25px;
	padding: 0 10px;
	background: url('images/bubble.png') repeat-y -200px 0;
	z-index: 1000;
}
A.tt:hover SPAN.bottom
{
	display: block;
	width: 200px;
	height: 15px;
	background-position: -100px;
	color: #548912;
	margin-left: 25px;
	background: url('images/bubble.png') no-repeat 0 -35px;
	z-index: 1000;
}
.ie .tt A:hover
{
	z-index: 1000;
	color: #AAAAFF;
	background-color: transparent;
}
/*User Pages*/
#userpage
{
	width: 100%;
	padding: 5px;
}
.userpage-avatar
{
	float: left;
	width: 64px;
	height: 64px;
}
.userpage-info
{
	margin-left: 10px;
	float: left;
}
.userpage-desc
{
	width: 400px;
	padding: 5px;
	margin-top: 30px;
	border: 1px dotted #EFEFEF;
}
.userpage-posts
{
	margin-top: 20px;
}
.userpage-posts OL
{
	margin: 10px 0 0 30px;
	padding: 0;
}
.userpage-posts LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*Non-IE browser additions*/
::-moz-selection
{
	background: #A1C0D9;
	/*Firefox*/
}
TEXTAREA
{
	resize: none;
}
/*selection colors*/
::selection
{
	background: #FFB7B7;
	/*Safari*/
}
/*MultiComic buttons*/
#buttonpanel
{
	overflow: auto;
}
.tipjar-wrap, .tipjarbox, .tipjarunderbox
{
	height: 200px;
	width: 200px;
	float: right;
	overflow: hidden;
}
.facebook_like, .facebook-like
{
	display: inline-block;
}
.refimage
{
	height: 64px;
	width: 64px;
	display: inline-block;
	float: left;
	margin-right: 3px;
}
.reftext
{
	font-size: 11px;
}
.refname
{
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
}
