/*
Theme Name: ComicPress
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.
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://comicpress.org
Version: 2.9
.
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, sans-serif;
	font-size: 14px;
	color: #000;
	background: #9b9369 url(/images/background1.png) repeat-x scroll center top;
}
A
{
	color: #FFF;
	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;
	margin: 0;
}
SMALL
{
	font-size: 12px;
}
HR
{
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px solid #000000;
}
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: #000;
}
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 2px;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
}
H2.pagetitle, H2.pagetitle A, H2.page-title, H2.page-title A
{
	padding: 0 0 5px;
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: -2px;
	clear: both;
}
H3, H3 A
{
	padding: 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: 900px;
	margin: 0px auto;
}
#page-wide
{
	width: 980px;
	margin: 0px auto;
}
/*THE HEADER*/
#header
{
	background: url(/images/newGeeksLogo5.png) no-repeat top center;
	height: 150px;
	width: 980px;
}
#header .description
{
	padding: 0 0 10px;
	font-size: 14px;
}
/*THE MENU*/
#menubar
{
	width: 906px;
	background: #114;
	text-align: left;
	list-style: none;
	/*[empty]line-height:;*/
	font-weight: normal;
	border: 3px solid #262625;
	border-bottom: 3px solid #262625;
	border-right: 1px solid #262625;
	border-left: 1px solid #262625;
}
.ie #menubar
{
	zoom: 1;
/*IE fix, allows for variable height menu*/
}
#menunav
{
	float: right;
	text-align: center;
}
#menunav A
{
	color: #FFF;
}
.menunav-search
{
	float: left;
	padding-top: 1px;
	height: 24px;
}
.menunav-rss
{
	width: 30px;
	height: 25px;
	padding: 0 7px 0 5px;
	margin: 0 0 0 4px;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 11px;
	line-height: 25px;
}
.menunav-rss:hover
{
	background: #F00;
	color: #FFF;
}
.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;
	line-height: 20px;
	font-size: 28px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.menunav-prev A:hover
{
	background: #0CF;
}
.menunav-next A
{
}
.menunav-next A:hover
{
	background: #50F;
}
#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;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#menu LI .rss
{
	padding: 5px 0;
}
#menu LI
{
	float: left;
	cursor: pointer;
}
#menu LI:hover A, #menu LI.sfhover A
{
	color: #FFF;
/*Main menu highlighted text color*/
}
#menu LI:hover, #menu LI.sfhover
{
	background: #32F;
/*Main menu highlighted background color*/
}
.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: #02F;
/*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;
	background: #000;
}
/*THE COMIC*/
#comic-head
{
	padding-top: 5px;
	clear: both;
}
#comic
{
	border: 3px solid #020202;
	background-position: center;
	width: 900px;
	margin: 10px auto 0px;
	padding: 10;
	text-align: center;
	background-color: #FFFFFF;
	height: auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
/*border-radius: 10px*/
}
#comic-foot
{
	padding-bottom: 5px;
	text-align: center;
}
/*THE FOOTER*/
#footer
{
	padding: 5px 0;
	text-align: center;
}
#footer .footer-pipe
{
	padding: 0 2px;
}
/*NAVIGATION*/
.nav, .blognav
{
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.nav-first
{
	float: left;
}
.nav-previous
{
	float: left;
}
.nav-previous A
{
	padding-left: 10px;
}
.nav-next
{
	float: left;
}
.nav-next A
{
	padding-left: 10px;
}
.nav-last
{
	float: left;
}
.nav-last A
{
	padding-left: 10px;
}
.pagenav, .commentnav
{
	height: 25px;
	color: #000;
	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;
}
/*POSTS - PAGES*/
#pagewrap-right
{
	width: 770px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}
#pagewrap-left
{
	width: 560px;
	float: left;
	overflow: hidden;
}
#subcontent-wrapper
{
	clear: both;
background-color: #847f64;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
/*border-radius: 10px*/

}
#content
{
	float: left;
}
.narrowcolumn
{
	
	margin: 0 auto 0 2px;
	float: left;
	background-color: #847f64;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
/*border-radius: 10px*/

        width: 600px;
}
/*add 10px to smaller width layouts*/
.layout-standard .narrowcolumn, .layout-v .narrowcolumn
{
	width: 650px;
}
.widecolumn
{
	width: 980px;
	overflow: hidden;
}
.column_one
{
	width: 48%;
	float: left;
	padding: 1%;
}
.column_two
{
	width: 48%;
	float: left;
	padding: 1%;
}
.post
{
}
.post-content
{
	padding: 3px;
}
.home .post-blog .post-foot, .page-template-blog-php .post-foot
{
	margin-bottom: 40px;
}
.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) 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;
}
.entry
{
	line-height: 18px;
	padding: 3px 0;
}
.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
{
	font-weight: bold;
	text-align: right;
}
/*THE BLOG HEADER*/
#blogheader
{
	background: transparent url(/images/blogbanner.png) no-repeat scroll 0 0;
	font-family: Georgia, serif;
	padding: 5px 0;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 1px solid #999;
	margin-top: 10px;
	padding: 125px 0 5px 20px;
}
/*COMMENTS*/
.comment
{
	display: block;
	margin-top: 20px;
}
.comment .comment
{
	margin: 10px 0 0 70px;
}
.comment .comment .comment
{
	margin-left: 20px;
}
.comment-avatar
{
	width: 64px;
	height: 64px;
	float: left;
	overflow: hidden;
}
.comment .comment .comment-avatar
{
	width: 40px;
	height: 40px;
}
.comment .comment .avatar
{
	width: 40px;
	height: 40px;
}
.comment-content
{
	margin-left: 70px;
}
.comment .comment .comment-content
{
	margin-left: 45px;
}
.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;
	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
{
	float: right;
}
.commentlist UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
OL.commentlist
{
	margin: 0;
	padding: 10px 0 30px;
	list-style: none;
}
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;
}
.comicarchiveframe
{
	margin: 0 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
{
	-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-left
{

	float: left;
	width: 200px;
	padding: 5px;
		-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
/*border-radius: 10px*/

	border-left: 2px solid #01493D;

	background-color: #0A0F2D;
}
/*Right Sidebar Themes*/
#sidebar-right
{
	float: right;
	padding: 5px;
		-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
/*border-radius: 10px*/
	background-color: #776d39;
	color: #262625;
	width: 210px;
}
#sidebar-overcomic
{
	padding: 20px 0 0;
}
.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;
}
/*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: 15px;
	width: 140px;
}
.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;
	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;
	padding-bottom: 10px;
	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;
	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;
}
/** 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;
	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;
	color: #ffff;
}
.cpcal-day A
{
	width: 18px;
	height: 13px;
	line-height: 13px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.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 url, #archivepage li*/
#INVALID-RULE
{
	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) 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;
}
.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*/
}
