/*
Theme Name: ComicPress
Contributors: Frumph
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a> This is the ComicPress Core Framework. <br /> <a hre="http://comicpress.org/forum/">ComicPress Forums</a> for technical Support.<br /><a href="http://comicpress.org/forum/viewtopic.php?t=3523">Changelog</a> for 2.9.* Legacy series.
Author: Tyler Martin, Philip M. Hofer
Tags: White, Two-Columns, Three-Columns, left-sidebar, right-sidebar, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready
Version: 2.9.1.2
.
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;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #666;
	background: #c0bebf url('http://www.missnoun.com/wp-content/themes/comicpress/images/bgs/bg.jpg') center top repeat-y;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #936;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

p {
	margin-top: 12px;
	margin-right: 25px;
	margin-bottom: 12px;
	margin-left: 20px;
}

img {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.post-author-gravatar img {
	max-width: inherit;
}

small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #000;
	border: 0px;
}

.blockquote-greg {
	width:480px;
	height:215px;
	float:left;
	background:url(http://www.missnoun.com/wp-content/themes/comicpress/images/blockquote-greg.gif) no-repeat left top;
	font:italic normal  17px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:35px;
}
.blockquote-gisele {
	width:480px;
	height:215px;
	float:left;
	background:url(http://www.missnoun.com/wp-content/themes/comicpress/images/blockquote-gisele.gif) no-repeat left top;
	font:italic normal  17px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:35px;
}
.blockquote-noun {
	width:480px;
	height:215px;
	float:left;
	background:url(http://www.missnoun.com/wp-content/themes/comicpress/images/blockquote-noun.gif) no-repeat left top;
	font:italic normal  17px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:35px;
}
.blockquote-lolo {
	width:480px;
	height:215px;
	float:left;
	background:url(http://www.missnoun.com/wp-content/themes/comicpress/images/blockquote-lolo.gif) no-repeat left top;
	font:italic normal  17px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:35px;
}


.blockquote-greg p {
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right:20px;
}
.blockquote-gisele p {
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left:20px;
	padding-right:20px;
}
.blockquote-noun p {
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right:20px;
}

.blockquote-lolo p {
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right:20px;
}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

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;
	border: 1px solid #999;
}

/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #666;
	font-family: 'Georgia', serif;
	font-size: 50px;
	font-weight: normal;

	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #666;
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	text-decoration: none;
	font-family: 'Georgia', serif;
	}

h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #999999;
		font-family: 'Georgia', serif;
		font-size: 30px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
}

h3, h3 a {
	margin: 30px 10px 0 0;
	padding: 0;
	color: #111;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}
h2 a:hover, h3 a:hover {
	color: #F0F;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}
h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
}

/* THE PAGE WRAPPER */

#page {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
	}

#page-wide {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* THE HEADER */

#header {
	width: 800px;
height:107px;
	margin: 0 auto;
}
#header a {
		color: #fff;
	}

#header .description {
	color: #999;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* THE MENU */

#menubar {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background: #000;
	}


.ie #menubar {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

#menunav {
	margin: 0;
	padding: 1px 0 0 0;
	float: right;
	font-size: 19px;
	}


#menunav a  {
		margin: 0 1px 0 0;
		color: #aaa;
		text-decoration: none;
		background: #222;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}


.menunav-search {
	float: left;
	padding-top: 1px;
	height: 24px;
}

.menunav-rss {
	height: 25px;
	padding: 0 7px 0 5px;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 11px;
	line-height: 25px;
}
		#menunav a:hover {
			color: #fff;
			background: #555;
			} 
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}

.menunav-rss:hover {
	background: #f00;
	color: #fff;
}

.menunav-prev, .menunav-next {
	display: block;
	float: left;
}

.menunav-prev a, .menunav-next a {
	width: 25px;
	height: 25px;
	line-height: 20px;
	font-size: 28px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}

.menunav-prev a:hover {
	background-color: #999;
}

.menunav-next a {
}

.menunav-next a:hover {
	background-color: #999;
}

#menu {
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 12px;
}

#menu a {
	padding: 0px 10px 0 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu li .rss {
	padding: 5px 0 5px 0;
}

	#menu li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}
	#menu li a {
		height: 25px;
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #aaa;
		line-height: 25px;
		text-decoration: none;
		border-width: 0 1px 0 0;
		border-style: solid;
		border-color: #aaa;
		}

	#menu li a:hover {
		color: #fff;
		background: #333;
		}

#menu li:hover a, #menu li.sfhover a {
	color: #fff; /* Main menu highlighted text color */
}

#menu li:hover, #menu li.sfhover {
	background-color: #ff00ff;
}

.sfhover {
	padding: 0;
	margin: 0;
}

/* For submenu dropdowns - this order must be maintained */

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
	width: 195px;
	line-height: 1;
}
#menu li li {
	width: 185px;
	padding: 4px 5px;
	color: #fff;
}
#menu li li a {
	width: 194px;
	padding: 0;
	color: #fff;
	border: none;
}

#menu li ul ul {
	margin: -16px 0 0 190px;
}
#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	color: #fff; /*Submenu highlighted text color */
}
#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
	color: #fff; /*Submenu text color */
	border: none;
	background: none;
}
#menu li li:hover {
	background: #ff00ff; /*Submenu highlighted background color */
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	left: -9999px;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	left: auto;
	background: #666; /* Submenu background color */
	text-transform: none;
}

#menu .current_page_item a {
	color: #fff;
	background-color: #f800d8;
}

/* THE COMIC */

#comic-head {
	padding-top: 5px;
}

#comic {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /*text-align: center;*/
	background: #fff;
	float: left;
}

#comic ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comic-foot {
	padding-bottom: 5px;
}

/* THE FOOTER */

#footer {
	width: 800px;
	height:50px;
	color: #ffffff;
	text-align: center;
	background: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#footer a {
		color: #fff;
		text-decoration: none;
		border: none;
		}

	#footer a:hover {
		border-bottom: 1px dotted #fff;
		}


#footer .footer-pipe {
	padding: 0 2px;
}

/* NAVIGATION */

.nav, .blognav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

	.nav-first {
		padding: 0 5px 0 0;
		float: left;
	}

	.nav-previous {
		padding: 0 5px;
		float: left;
	}


	.nav-next {
		padding: 0 5px;
		float: left;
	}

	.nav-last {
		padding: 0 0 0 5px;
		float: left;
	}

.nav-previous a {
	padding-left: 10px;
}


.nav-next a {
	padding-left: 10px;
}


.nav-last a {
	padding-left: 10px;
}

.pagenav, .commentnav {
	height: 25px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	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;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
	color: #906;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	

/* POSTS - PAGES */

#pagewrap-right {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}

#pagewrap-left {
	width: 560px;
	float: left;
	overflow: hidden;
}


#subcontent-wrapper {
	clear: both;
}

#content {
	float: left;
		overflow: hidden;

}

	.narrowcolumn {
		width: 560px;
		margin: 0 auto;
		float: left;
	}

/* add 10px to smaller width layouts */
.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 550px;
}

.widecolumn {
	width: 980px;
	overflow: hidden;
			margin: 0 auto;

}

.column_one {
	width: 48%;
	float: left;
	padding: 1%;
}

.column_two {
	width: 48%;
	float: left;
	padding: 1%;
}

.post {
	clear: both;
	text-align: left;
	padding: 0 5px;
	font-family: Geneva, sans-serif;
	color: #909;
	font-size: 12px;
}

.post-content {
	padding: 3px;
}

.post-foot {
	margin-bottom: 10px;
}

.post-image {
}

.post-info {
	padding-bottom: 5px;
	font-size: 12px;
}

.post-text {
	overflow: hidden;
	display: block;
}

.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) center no-repeat;
	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 0;
	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;
}

.entry {
	line-height: 18px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10;
}

.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;
}

.linkpages {
	float: right;
	margin: 5px;
}

/* COMMENT LINK */

.comment-link {
	height: 25px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
	color: #909;
}
	.comment-link a {
	color: #999;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	}
		
	.comment-link a:hover {
	color: #D200D2;
	font-family: Tahoma, Geneva, sans-serif;
	}
		
	.comment-balloon {
		width: 30px;
		height: 25px;
		display: block;
		margin: 0 0 0 5px;
		float: right;
		overflow: hidden;
		text-align: center;
		line-height: 16px;
		font-family: 'Georgia', serif;
		font-size: 16px;
		font-weight: normal;
		background: url('images/comment-balloon.png') no-repeat;
	}
	
		.comment-link a:hover .comment-balloon {
			color: #fff;
			background-position: 0 -25px;
		}
		
	.comment-balloon-empty {
		font-size: 20px;
		line-height: 30px;
		}

/* THE BLOG HEADER */

#blogheader {
	margin: 0;
	padding: 10px 0 0 20px;
	color: #aaa;
	font-family: 'Georgia', serif;
	font-size: 36px;
	letter-spacing: -3px;
}

/* COMMENTS */

.comment {
	padding: 2px;
	margin: 10px 0 0 0;
	clear: both;
	min-height: 64px;
}

.comment .comment {
		margin-left: 10px;
		padding-bottom: 10px;
}

.comment .comment .comment {
			margin-left: 30px;
			padding: 5px;
			margin-top: 2px;
			border: 1px dotted #ccc;
}

.comment-avatar {
		margin: 0 10px 5px 0;
		float: left;
}

.comment-content {
	margin-left: 64px;
	margin-bottom: 20px;
}


.comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}

.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 5px;
	margin: 0;
}

.comment-note {
	width: 400px;
	display: block;
	font-size: 11px;
}

.comment-meta {
	display: inline;
	border-left: 1px solid #000;
}

.commentsrsslink {
	font-size: 11px;
	float: right;
}

#comment-textarea {
	width: 99%;
}

#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 30px 0;
	list-style: none;
}

ol.commentlist p {
	margin-top: 3px;
}

ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}

#respond {
	padding: 20px 0 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 2px;
}

.comicarchiveframe {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin-bottom: 20px;
	-moz-opacity: 0.99; /* mozilla, netscape */
	opacity: 0.99; /* firefox, opera, safari, chrome */
	-khtml-opacity: 0.99; /* khtml, old safari */
}

.comicarchiveframe: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 0;
	font-size: 14px;
}

/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 200px;
	/*padding: 5px;*/
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar-overcomic {
	padding: 20px 0 0 0;
}

.customsidebar ul, .customsidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Sidebar Class */

.sidebar {
	font-size: 11px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	padding: 0 0 5px 0;
}

.sidebar h2, .sidebar h2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #f800d8;
	padding-bottom: 5px;
}

.sidebar ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.sidebar ul li {
			margin: 0;
			padding: 0;
			text-align: left;
			list-style: none;
}

.sidebar .widget {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	padding-bottom: 5px;
}

.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;
}

.comic-bookmark {
	width: 185px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.archive-dropdown-wrap {
	background: url('images/browse-search.png') no-repeat;
}

	.archive-dropdown-wrap:hover {
		background-position: 0 -23px;
	}

.archive-dropdown {
	margin: 0;
	padding: 0;
	width: 166px;
	height: 23px;
	font-size: 12px;
	font-family: 'Arial' , sans-serif;
	border: none;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}


/* 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 {
	width: 138px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	height: 19px;
	font-family: 'Arial' , sans-serif;
	color: #666666;
	border: none;
	float: left;
	background: url('images/browse-search.png') 0 -46px no-repeat;
}

.searchresults {
	padding: 0 0 30px 10px;
	font-style: italic;
}

/* GALLERY */

.gallery-image {
	width: 518px;
	overflow: hidden;
	text-align: center;
}

.gallery-caption {
	padding: 2px 0 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 0;
}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	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;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 10px 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 0;
	margin: 0 0 5px 0;
	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 0 5px;
}

.buythisbutton {
	height: 27px;
	width: 240px;
	margin: 5px 0 5px 0;
	background: url('images/buythis.png') no-repeat;
}

.print-thumbnail {
	text-align: center;
}

.page-template-buystrip-php .post-content table {
	margin: 0 auto;
}

/** Project Wonderful CSS Embedded areas **/

.blogpwad {
	text-align: center;
	width: 100%;
}

.headerpwad {
	float: right;
	margin: 5px 5px 0 0;
}

.footerpwad {
	display: block;
	width: 100%;
	text-align: center;
}

/* 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 0;
	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 0;
	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 0;
}

#linkspage, #linkspage ul, #linkspage li, #archivepage, #archivepage url, #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: 10px 10px 0 10px;
	margin-top: 59px;
	margin-left: 25px;
	background: url('images/bubble.png') 0 0 no-repeat;
	z-index: 1000;
}
a.tt:hover span.middle {
	/* different middle bg for stretch */
	display: block;
	width: 180px;
	margin-left: 25px;
	padding: 0 10px;
	background: url('images/bubble.png') -200px 0 repeat-y;
	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') 0 -35px no-repeat;
	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; }

#comic button {
	background: #efefef;
	color: #000;
	float: left;
	margin: 2px 0px 2px 5px;
}
