/*
Theme Name: ComicPress 3C
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. 3-Column Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.

STANDARD TAGS*/
BODY
{
	margin: 0;
	color: #636363;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-shadow: #000 0 0 0;
}
A
{
	color: #ED1B24;
	text-decoration: none;
}
A:hover
{
	color: #636363;
}
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;
	background-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 #000;
	overflow: scroll;
}
ACRONYM, ABBR, SPAN.caps
{
	cursor: help;
}
ACRONYM, ABBR
{
	border-bottom: 1px dashed #000;
}
FORM
{
	margin: 0;
}
/*HEADINGS*/
H1, H1 A, H1 A:hover
{
	padding: 10px 0 0;
	margin: 0;
	color: #636363;
	font-size: 60px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
}
H2, H2 A, H2 A:hover
{
	margin: 0;
	color: #636363;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
}
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;
}
H3, H3 A, H3 A:hover
{
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #636363;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
}
/*THE PAGE WRAPPER
Change this width to set the entire site's width - increase/reduce #column width by the same amount*/
#page
{
	width: 960px;
	background-color: #EEEEEE;
	margin: 0px auto;
}
/*THE HEADER*/
#header
{
	background-image: url(http://www.zone-comic.com/wp-content/uploads/2009/06/thezone-logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
	height: 175px;
}
.description
{
	padding: 0 0 10px;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}
/*THE MENU*/
#menubar
{
	background: #646464;
	zoom: 1;
/*IE fix, allows for variable height menu*/
}
#menunav
{
	float: right;
}
#menunav A
{
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	color: #EEEEEE;
	font-size: 19px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	border-left: 1px solid #FFF;
}
#menunav A:hover
{
	background: #800;
}
#menu
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
}
#menu A
{
	padding: 0px 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
#menu LI
{
	float: left;
}
#menu LI:hover A, #menu LI.sfhover A
{
	color: #EEEEEE;
/*Main menu highlighted text color*/
}
#menu LI:hover, #menu LI.sfhover
{
	background: #800;
/*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: 151px;
	line-height: 1;
	border-top: 1px solid #FFF;
}
#menu LI LI
{
	width: 150px;
	margin: 0 0 0 -1px;
	border-width: 0 1px 1px;
	border-color: #FFF;
	border-style: solid;
}
#menu LI LI A
{
	width: 139px;
	padding: 4px 5px;
	color: #FFF;
	border: none;
}
#menu LI UL UL
{
	margin: -21px 0 0 151px;
}
#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*/
}
#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: #222;
/*Submenu background color*/
	text-transform: none;
}
/*THE COMIC*/
#comic
{
	padding: 10px 0;
	text-align: center;
}
/*THE FOOTER*/
#footer
{
	padding: 20px 0;
	text-align: center;
}
/*NAVIGATION*/
.nav
{
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
}
.nav-first
{
	padding: 0 5px 0 0;
	float: left;
	border-right: 1px solid #646464;
}
.nav-previous
{
	padding: 0 5px;
	float: left;
}
.nav-next
{
	padding: 0 5px;
	float: left;
	border-right: 1px solid #646464;
	border-left: 1px solid #646464;
}
.nav-last
{
	padding: 0 0 0 5px;
	float: left;
}
.nav-blog
{
	color: #636363;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
.nav-blog-previous
{
	padding: 0 5px 0 0;
	float: left;
}
.nav-blog-next
{
	padding: 0 0 0 5px;
	float: left;
	border-left: 1px solid #646464;
}
.pagenav
{
	padding: 40px 20px 0;
	color: #636363;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
.pagenav-left
{
	float: left;
}
.pagenav-right
{
	float: right;
}
.nav A, .pagenav A, .nav-blog A
{
	display: block;
	float: left;
	color: #636363;
}
.nav A:hover, .pagenav A:hover, .nav-blog A:hover
{
	color: #ED1B24;
}
.navdivider
{
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #646464;
}
/*POSTS - PAGES*/
#column
{
	width: 560px;
	padding: 5px 0 20px;
	float: left;
	overflow: hidden;
}
.post, .post-comic, .post-page
{
	padding: 0 20px;
}
.post-head, .post-page-head, .post-comic-head
{
}
.post-foot, .post-comic-foot, .post-page-foot
{
	margin: 0 0 40px;
	height: 10px;
	overflow: hidden;
}
.comicdate
{
	font-size: 14px;
}
.postdate
{
	font-size: 11px;
}
.more-link
{
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
}
.tags
{
	font-size: 11px;
	clear: both;
}
.comment-link
{
	font-family: Georgia, serif;
	font-size: 16px;
	text-align: right;
}
/*THE BLOG HEADER
#blogheader {
font-family: 'Georgia', serif;
padding: 25px 0 25px 20px;
font-size: 32px;
letter-spacing: -2px;
border-top: 1px solid #000;
}

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;
}
.comment
{
	padding: 10px;
	margin: 10px 0 0;
	clear: both;
	border: 1px solid #000;
	min-height: 64px;
}
.comment .comment
{
	border: 1px dotted #000;
}
.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;
}
.avatar
{
	margin: 0 10px 0 0;
	float: left;
}
#comment
{
	width: 100%;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#author, #email, #url
{
	width: 200px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#submit
{
	margin: 0 0 20px;
	float: right;
}
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;
	opacity: 0.99;
	filter: alpha(opacity=99);
}
.comicarchiveframe:hover
{
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.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*/
#sidebar
{
	width: 200px;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
}
#sidebar H2, #sidebar H2 A
{
	font-size: 16px;
}
#sidebar UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar UL LI
{
	margin: 0 0 10px 10px;
	padding: 0;
}
#sidebar UL LI UL LI
{
	margin: 0 0 0 10px;
	padding: 0;
}
/*WIDGETS*/
.random-comic-icon
{
	padding: 0 5px;
	color: #FFF;
	background: #000;
}
.comic-bookmark
{
	margin: 0 0 10px 5px;
}
.archive-dropdown
{
	max-width: 100%;
}
/*CALENDAR*/
#wp-calendar
{
	width: 165px;
	margin: 0 0 0 5px;
}
#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;
}
/*SEARCH*/
#s
{
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#searchsubmit
{
	padding: 0 5px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
/*GALLERY*/
.gallery-image
{
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
}
.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 #000;
	border-right: 4px dotted #000;
}
.transcript-border
{
	padding: 0 5px;
	margin: 15px 0;
	border: 1px solid #000;
	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: 16px;
	letter-spacing: -1px;
	border-bottom: 1px dashed #000;
}
#transcript-content
{
	font-family: "Courier New", monospace;
	overflow: hidden;
}
#s-transcript
{
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: Georgia, serif;
	font-style: italic;
}
#searchsubmit-transcript
{
	padding: 0 5px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
/*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;
}
