<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/* forum login on
	 * forum */
div#sidebar-under-blog.sidebar {
	border: 1px #ccc solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f1f1f1;
	margin-left: 13px;
	margin-right: 13px;
}

	/* this is for
	 * the "edit" div
	 * class */
.edit {
	color:#999;
	/*font-weight:bold;*/
	margin-top:5px;
	margin-bottom:5px;
	background-color:#eee;
	padding:10px;
	border-radius:10px;
	border:1px #ccc solid;
}

body.scheme-boxed #page {
	box-shadow:none;
	border: 15px solid #fff !important;
}

/* for some reason
 * the comment form
 * is really tall */
iframe#jetpack_remote_comment.jetpack_remote_comment {
	height:86px !important;
}

/* obviously the
 * sidebar is ugly */
	#sidebar-right-of-comic {
	border-left: double #eee;
	background-color:#fff;
	vertical-align:top;
	padding-left:15px;
	padding-right:8px;
	text-align:left;
	font-size:13px;
	/* it doesn't like
	 * this width element
	 * width:260px;*/
}

/* default 
 * navigation
 * sucks */
div.comic_navi_wrapper{
	text-align: center;
	opacity:0.7;
}

/* because otherwise
 * "latest comics"
 * blends in with
 * everything else */
div#ceo_latest_comics_widget-12.widget.ceo_latest_comics_widget {
	background-color:#eee;
	padding: 15px;
	color:#ccc;
	opacity:0.7;
}

/* a e s t h e t i c */
div.wp-caption.aligncenter {
	background-color: #eee;
	border-radius: 0px;
}

/* navigation 
 * underneath
 * the comic */
div#comic-foot{
	display:none;
}
/* gathered up
 * all the hidden
 * elements cuz
 * I thought it'd
 * be nice to have
 * everybody together
 * in one place for
 * the holidays */
div#page.hfeed {display:none;}
footer#footer {display:none;}

/* hidden while 
 * right column
 * has author's
 * notes 
div.post-content {display:none;}
*/

p.wp-caption-text {
	font-size: 10px;
	font-weight:100;
	}

/* full-sized media
 * added to posts */
img.size-full {
	border-radius: 15px;
	padding:5px;
}


div.menu-search {
	background-color:#eeeeee;
}

header#header a:hover{
	background: transparent;
}

blockquote {
    margin: 15px;
    border: 1px solid #cccccc;
    padding-left: 10px;
		padding-right: 10px;
		font-size: 11px;
}

a {
	font-weight: bold;
}

a:hover {
	color:#fff;
		text-shadow:
		-1px -1px 0 #ff0000,
		1px -1px 0 #ff0000,
		-1px 1px 0 #ff0000,
		1px 1px 0 #ff0000;
	background:#eee;
}

body{
	font-size:16px;
}

h2.post-title A{
	font-size: 30px;
} 
h2.post-title {
	font-size: 30px;
}

div.entry{
	line-height:20px;
	text-align:justify;
}

twitterwidget.twitter-tweet.twitter-tweet-rendered  {
	margin:auto;
}
div#comic{
	 padding:0px 0px 20px 0px;
}
div#comic a:hover{
		background: transparent;
}
h2.page-title {
	text-align:right;
	font-size: 70px;
	line-height: 40px;
	position: relative;
	top:-10px
}
div#ceo_comic_list_dropdown_widget-10.widget.ceo_comic_list_dropdown_widget {
	margin-right: 20px;
}

ul.chapter-select{
	text-align:left;
	width:35.5%;
	margin-left:255px;
	padding-top:15px;
	border-top: #ccc 3px double;
	
}

div.post-info{
	text-align: center;
}
div.post-text{
	text-align:right;
	position:relative;
	right:320px;
}

div.archiveresults{
 position: relative;
	text-align:right;
}

/*div#ceo_comic_archive_dropdown_widget-12.widget.ceo_comic_archive_dropdown_widget {
	padding-bottom:0px;
	position:static;
	text-align:center;
	width:100%;
}*/

div.widget-content {
	padding-top:0px;
}

h3.comic-post-widget-title {
	padding-top:15px;
	text-align: center;
}
div.comic-post-widget-date{
	text-align: center;
}
div#comic-head{
	padding-top:20px;
	padding-bottom:5px;
}
div#comic-foot{
	padding-top:20px;
}
div.sharedaddy.sd-sharing-enabled {
	padding-top:15px;
}
div#sidebar-menubar.sidebar {
	padding-top:15px;
	padding-left:25px;
}

div#pw_adbox_80733_7_0 {
	padding-left:225px;
}

form#commentform.comment-form{
	height:300px;
}
iframe#jetpack_remote_comment.jetpack_remote_comment{
	height:400px !important;
}

/* hide comic
 * spoilers */
img.aligncenter{
	opacity: 0.1;
}
img.aligncenter:hover{
	opacity: 1;
}</pre></body></html>