/*
Theme Name: ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://mindfaucet.com/
Version: 2.8
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.

STANDARD TAGS*/
/*+clearfix {*/
BODY:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
BODY
{
	display: inline-block;
}
BODY
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
/*[clearfix]*/BODY
{
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #00FF3C;
	background: #000000 url(images/bgs/background.png) repeat-x top;
	z-index: 0;
	/*+placement:anchor-top-left 0px 0px;*/
	position: absolute;
	left: 0px;
	top: 0px;
	/*[empty]width:;*/
}
A
{
	color: #800;
	text-decoration: none;
}
A:hover
{
	color: #F00;
}
A:focus
{
	outline: none;
}
A IMG
{
	border: none;
}
P
{
	margin: 12px 0;
}
IMG
{
	max-width: 100%;
	padding: 0;
}
SMALL
{
	font-size: 11px;
}
HR
{
	height: 1px;
	color: #000;
	border: 0px solid #000000;
}
BLOCKQUOTE
{
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
}
BLOCKQUOTE CITE
{
	margin: 5px 0 0;
	display: block;
}
CITE
{
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
CODE
{
	padding: 10px;
	display: block;
	font-family: "Courier New", monospace;
	border: 1px dotted #FFF;
	overflow: scroll;
}
ACRONYM, ABBR, SPAN.caps
{
	cursor: help;
}
ACRONYM, ABBR
{
	border-bottom: 1px dashed #000;
}
FORM
{
	margin: 0;
}
.button
{
	height: 25px;
	padding: 0 5px;
	background: #AAA url(images/menu.png);
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #999;
	cursor: pointer;
}
.button:hover
{
	color: #FFF;
	background: #F00 url(images/menu.png) 0 -75px;
}
.sfhover
{
	padding: 0;
	margin: 0;
}
/*HEADINGS*/
H1, H1 A
{
	padding: 10px 0 0;
	margin: 0;
	color: #FFF;
	font-size: 56px;
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 46px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}
H2, H2 A
{
	margin: 0;
	color: #33FF33;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	font-family: "trebuchet ms";
}
H2.pagetitle, H2.pagetitle A
{
	padding: 0 0 5px;
	margin: 0 0 20px;
	font-family: Georgia, serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -2px;
	clear: both;
}
H3, H3 A
{
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #33FF33;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: verdana;
}
/*THE PAGE WRAPPER
Change this width to set the entire site's width - increase/reduce #content width by the same amount*/
#page
{
	width: 780px;
	margin: 0px auto;
}
#page-wide
{
	width: 980px;
	margin: 0px auto;
}
/*THE HEADER*/
#header
{
	text-align: center;
	background-repeat: repeat-x;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
#header A
{
	color: #FFF;
}
#header .description
{
	color: #DDD;
	padding: 0 0 10px;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}
/*THE MENU*/
#menubar
{
	background: url(images/menu.png);
	text-align: left;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #999;
	list-style: none;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
#menunav
{
	float: right;
	text-align: center;
}
.menunav-search
{
	padding: 1px 1px 0 0;
	float: left;
}
.menunav-rss
{
	width: 25px;
	height: 25px;
	margin: 0 0 0 4px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/menu-nav.png) no-repeat;
}
.menunav-rss:hover
{
	background-position: 0 -25px;
}
.menunav-prev, .menunav-next
{
	display: block;
	float: left;
}
.menunav-prev
{
	margin: 0 0 0 5px;
}
.menunav-prev A, .menunav-next A
{
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.menunav-prev A
{
	background: url(images/menu-nav.png) no-repeat -25px 0;
}
.menunav-prev A:hover
{
	background-position: -25px -25px;
}
.menunav-next A
{
	background: url(images/menu-nav.png) no-repeat -50px 0;
}
.menunav-next A:hover
{
	background-position: -50px -25px;
}
#menu
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 13px;
	border-right: 1px solid #AAA;
}
#menu A
{
	padding: 0px 10px 0;
	display: block;
	color: #000;
	text-decoration: none;
}
#menu LI .rss
{
	padding: 5px 0;
}
#menu LI
{
	float: left;
	cursor: pointer;
}
#menu LI A
{
	border-left: 1px solid #AAA;
	border-right: 1px solid #FFF;
}
#menu LI:hover A, #menu LI.sfhover A
{
	border-left: 1px solid #8B160F;
	border-right: 1px solid #C28380;
	color: #FFF;
/*Main menu highlighted text color*/
	background: url(images/menu.png) 0 -75px;
}
#menu LI:hover, #menu LI.sfhover
{
/*Main menu highlighted background color*/
}
/*For submenu dropdowns - this order must be maintained*/
#menu UL
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
	width: 175px;
	line-height: 1;
}
#menu LI LI
{
	width: 165px;
	padding: 4px 5px;
	color: #FFF;
}
#menu LI LI A
{
	width: 174px;
	padding: 0;
	color: #FFF;
	border: none;
}
#menu LI UL UL
{
	margin: -17px 0 0 170px;
}
#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: #F00;
/*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: #000;
/*Submenu background color*/
	text-transform: none;
}
#menu .current_page_item A
{
	color: #FFF;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	background: url(images/menu.png) 0 -50px;
}
/*THE COMIC*/
#comic-head
{
	padding-top: 5px;
}
#comic
{
	background: #FFF;
	border: 1px solid #999;
	text-align: center;
	z-index: 100;
	padding: 5px;
}
#comic-foot
{
	padding-bottom: 5px;
}
#sidebar-comicleft
{
	float: left;
}
#sidebar-comicright
{
	float: right;
}
/*THE FOOTER*/
#footer
{
	padding: 5px 0;
	text-align: center;
}
/*NAVIGATION*/
A.navi-comments:hover SPAN
{
	color: #860B04;
}
.nav
{
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 8px 5px 5px;
}
.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;
}
.pagenav, .commentnav
{
	height: 25px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 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: #000;
}
.nav A:hover, .pagenav A:hover, .nav-blog A:hover
{
	color: #800;
}
/*POSTS - PAGES*/
#pagewrap-right
{
	width: 770px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
/*Wraps the content area*/
#content-wrapper
{
	margin: 0;
	padding: 0;
}
#content
{
	float: left;
	overflow: hidden;
}
.narrowcolumn
{
	width: 560px;
	margin: 0 auto;
	float: left;
}
.widecolumn
{
	margin: 0 auto;
}
.column
{
	margin: 0 5px;
	padding: 5px 0;
}
.post, .post-comic, .post-page
{
	clear: both;
	text-align: left;
	padding: 0 5px;
}
.post-head, .post-page-head, .post-comic-head
{
}
.post-head, .post-page-head
{
	padding: 10px 0 0;
}
.post-foot, .post-comic-foot, .post-page-foot
{
}
.post-foot
{
	margin-bottom: 20px;
}
.post-info
{
	margin-bottom: 5px;
}
.post-text
{
	overflow: hidden;
	display: block;
}
.post-author-gravatar
{
	float: right;
	margin-left: 2px;
}
.post-mood
{
	float: left;
	margin-right: 2px;
}
.post-date
{
	color: #777;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 3px;
}
.post-date .date
{
	height: 50px;
	width: 45px;
	background: url(images/calendar.png) no-repeat center;
	font: normal 22px Georgia;
	color: #000;
	text-align: center;
	line-height: 100%;
	padding: 0 2px 0 0;
}
.post-date .date SPAN
{
	height: 16px;
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.comicdate
{
	font-size: 14px;
}
.postdate
{
	font-size: 11px;
}
.entry
{
	line-height: 1.45em;
	font-size: 13px;
}
.more-link
{
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
}
.tags
{
	font-size: 11px;
}
.related_posts
{
	margin-top: 10px;
	font-weight: 700;
}
.related_posts UL
{
	list-style: none;
	font-weight: normal;
	font-size: 12px;
}
.members-only
{
	border: 1px solid #000;
	background: #EEE;
	padding: 3px;
}
/*COMMENT LINK*/
.comment-link
{
	height: 25px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: right;
}
.comment-link A
{
	color: #333;
}
.comment-link A:hover
{
	color: #800;
}
.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
{
	font-family: Georgia, serif;
	padding: 5px 0;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 1px solid #999;
	margin-top: 10px;
}
/*COMMENTS*/
.comment-wrap
{
	padding: 0 20px;
}
.comment-wrap H3
{
	margin: 0;
	padding: 20px 0 0;
	font-weight: normal;
	font-size: 20px;
	clear: both;
	font-family: Georgia, serif;
}
.commentlist
{
}
.comment
{
	padding: 2px;
	margin: 10px 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 .comment .comment .comment
{
	background: transparent;
	border: none;
}
.comment .avatar
{
	margin: 0 10px 5px 0;
	float: left;
}
.comment .trackping
{
	float: left;
}
.comment #respond
{
	padding: 5px;
}
.comment .comment .bypostauthor, .comment .comment .comment .bypostauthor
{
	background: #EFEFEF;
}
.comment-author
{
	display: inline;
}
.comment-meta
{
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #000;
}
.says
{
	display: none;
}
.commentsrsslink
{
	float: right;
	font-size: 11px;
}
#comment
{
	width: 99%;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#author, #email, #url
{
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.commentlist UL
{
	list-style: none;
	margin-bottom: 30px;
}
OL.commentlist
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}
OL.commentlist P
{
	margin: 10px 0 0 74px;
}
UL.children
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.reply
{
	padding: 10px 0 0;
	text-align: right;
}
/*ARCHIVE
For the built-in WordPress archive pages (by month or category) as well as search result pages*/
.comicarchiveframe
{
	padding: 5px;
	border: 1px solid #000;
	background: #FFF;
	margin-bottom: 20px;
}
.comicarchiveframe:hover
{
}
.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-left
{
	float: left;
	width: 210px;
}
/*Right Sidebar Themes*/
#sidebar-right
{
	float: right;
	width: 210px;
}
#sidebar-overcomic
{
	padding: 20px 0 0;
}
.customsidebar UL, .customsidebar LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
/*Sidebar Class*/
.sidebar
{
	font-size: 11px;
	margin: 0 5px;
	overflow: hidden;
	padding: 0 0 5px;
}
.sidebar H2, .sidebar H2 A
{
	font-family: arial;
	font-size: 16px;
}
.sidebar .widget
{
	margin-bottom: 10px;
}
.sidebar UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar UL LI
{
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
.sidebar UL LI UL LI
{
	margin: 0 0 0 13px;
	padding: 0;
	text-align: left;
}
.sidebar LI H2
{
	margin-top: 15px;
}
/*WIDGETS*/
.widget
{
	margin: 0 auto;
}
.widget_comicpress_comictitle
{
	font-size: 36px;
	font-family: georgia;
	letter-spacing: -2px;
	text-align: center;
}
.random-comic-icon
{
	padding: 0 5px;
	color: #FFF;
	background: #000;
}
.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
{
	background: #FFF;
	padding: 10px;
	border: 1px solid #999;
	margin: 10px 0;
}
#wp-calendar
{
	border: 1px solid #000;
	background: #EFEFEF;
	width: 165px;
	margin: 0 auto;
}
.wp-calendar-thumb
{
	width: 178px;
	height: 130px;
	margin: 0 auto;
}
#wp-calendar TH
{
	font-size: 10px;
	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 A
{
	padding: 0 3px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	border-left: 1px solid #777;
}
.wp-calendar-download 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: #000;
	border: none;
	float: left;
	background: url(images/browse-search.png) no-repeat 0 -46px;
}
#s-search:hover, #s-search:focus, #s-transcript:hover, #s-transcript:focus
{
	color: #550000;
	background-position: 0 -69px;
}
#searchform BUTTON, #searchform-transcript BUTTON
{
	padding: 0;
	margin: 0;
	border: none;
	height: 23px;
	width: 23px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/browse-search.png) no-repeat -143px -46px;
}
#searchform BUTTON:hover, #searchform-transcript BUTTON:hover
{
	background-position: -143px -69px;
}
#searchform BUTTON:hover, #searchform-transcript BUTTON:-moz-focus-inner
{
	border: 0;
}
.searchresults
{
	float: right;
	padding: 5px;
}
/*GALLERY*/
.gallery-image
{
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
	text-align: center;
}
.gallery-caption
{
	font-size: 11px;
}
.gallery-caption P
{
	width: 510px;
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #FFF;
	background: #000;
}
.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;
	border: 1px solid #000;
	overflow: hidden;
}
.imagetitle
{
	color: #000;
	font-size: 18px;
}
.imagenav-bg
{
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #DDD;
	border: 1px solid #000;
	overflow: hidden;
}
.imagenav-bg IMG
{
	width: 75px;
	height: 75px;
}
.imagenav-arrow
{
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #FFF;
	font-size: 80px;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
}
.imagenav-link
{
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
}
.imagenav-link IMG
{
	width: 75px;
	height: 75px;
/*opacity: 0.50;         filter: alpha(opacity=50);*/
}
.imagenav-link IMG:hover
{
/*opacity: 0.00;      filter: alpha(opacity=0);*/
}
/*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;
	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;
}
/*Pingbacks and Trackbacks*/
LI.pingback DIV P, LI.trackback DIV P
{
	margin-left: 0;
}
/*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;
}
/** 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-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: 10px;
	line-height: 13px;
}
.cpcal-day
{
	width: 18px;
	height: 13px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 10px;
	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
{
	height: 50px;
	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: 11px;
}
.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: 11px;
	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
{
	list-style: none;
}
#linkspage H2
{
	margin-top: 20px;
}
/*Pagination*/
#wp-paginav
{
	background: url(images/menu.png);
	text-align: left;
	border: 1px solid #999;
}
#paginav
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 13px;
	border-right: 1px solid #AAA;
}
#paginav .paginav-pages, #paginav .paginav-extend
{
	padding: 0 15px;
}
#paginav A
{
	padding: 0px 10px 0;
	display: block;
	color: #000;
	text-decoration: none;
}
#paginav UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#paginav LI
{
	float: left;
}
#paginav LI A
{
	border-left: 1px solid #AAA;
	border-right: 1px solid #CCC;
}
#paginav .paginav-next, #paginav .paginav-previous
{
	font-size: 20px;
}
#paginav .paginav-current, #paginav .current
{
	padding: 0px 10px 0;
	color: #FFF;
	border-left: 1px solid #AAA;
	background: url(images/menu.png) 0 -150px;
}
#paginav LI:hover A
{
	border-left: 1px solid #8B160F;
	border-right: 1px solid #C28380;
	color: #FFF;
	background: url(images/menu.png) 0 -75px;
}
/*Tool Tips*/
.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) no-repeat 0 0;
	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) 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;
}
/*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;
}
}
