/*
Customized Theme: Unicellular
Customized Theme Author: Tom Helmuth
Description: Used for unicellularcomic.com
.
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
.
*/

body {
	margin: 0;

	color: #034;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", sans-serif;

	background-image: url("/imgs/gradient2.png");
	background-repeat: repeat-y;
	background-color: #498094;
	background-position: top center;

	/* text-shadow: #000 0 0 0; //Lighten Safari's heavy fonts */
	}

a {
	color: #fff;
	text-decoration: none;
	}

  	a:hover {
		color: #256;
		}

	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;
	}

blockquote {
	margin: 4px 5px 4px 30px;

	font-style: italic;
	}

	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 0;
	margin: 0;
	color: #034;
	font-size: 60px;
	//font-family: 'Georgia', serif; //This already handled by "body"
	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: #034;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 0 20px;
		margin: 0 0 20px 0;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		border-bottom: 1px solid #034;
		}

	h2.comictitle, h2.comictitle a {
		margin: 0;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}

h3 a:hover {
	color: #256;
	}


/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - #column's width should be 400px less than #page's.  */

#page {
	width: 900px;
	margin: 0px auto;
	}

/* THE HEADER */

#header {
	width: 800px;
	margin: 10px auto 0px;
	}


/* THE MENU */

#menu {
    width: 880px;
    height: 24px;
    padding: 0px;
    margin: 10px auto;
    }

	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		} 

	#menu ul li {
		float: left;
		display: inline;
		}

	.menu-about {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/about.png') no-repeat;
		}

	.menu-about a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/about.png') no-repeat;
		}

	.menu-about a:hover {
		background-position: 0 -24px;
		}

	.menu-faq {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/faq.png') no-repeat;
		}

	.menu-faq a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/faq.png') no-repeat;
		}

	.menu-faq a:hover {
		background-position: 0 -24px;
		}

	.menu-characters {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/chars.png') no-repeat;
		}

	.menu-characters a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/chars.png') no-repeat;
		}

	.menu-characters a:hover {
		background-position: 0 -24px;
		}

	.menu-archive {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/archive.png') no-repeat;
		}

	.menu-archive a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/archive.png') no-repeat;
		}

	.menu-archive a:hover {
		background-position: 0 -24px;
		}

	.menu-links {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/links.png') no-repeat;
		}

	.menu-links a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/links.png') no-repeat;
		}

	.menu-links a:hover {
		background-position: 0 -24px;
		}

	.menu-extras {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/extras.png') no-repeat;
		}

	.menu-extras a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/extras.png') no-repeat;
		}

	.menu-extras a:hover {
		background-position: 0 -24px;
		}

	.menu-store {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/store.png') no-repeat;
		}

	.menu-store a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/store.png') no-repeat;
		}

	.menu-store a:hover {
		background-position: 0 -24px;
		}

	.menu-rss {
		margin: 0;
		width: 110px;
		height: 24px;
		float: left;
		background: url('/imgs/menuhover/page/rss.png') no-repeat;
		}

	.menu-rss a {
		width: 110px;
		height: 24px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/menuhover/rss.png') no-repeat;
		}

	.menu-rss a:hover {
		background-position: 0 -24px;
		}

/* THE COMIC */

#comic {
	padding: 5px 0;
	text-align: center;
	}



/* THE FOOTER */

#footer {
	padding: 10px 0;
	color: #367;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	background: #034;
	}

	#footer a {
		color: #69a;
		}

	#footer a:hover {
		color: #bbb;
		}

#footerbubbles {
	margin: 0 auto;
	width: 900px;
	height: 140px;
	background-image: url("/imgs/footer/footerbgmidnogradient.png");
	}


/* NAVIGATION */

#nav {	
	margin: 0px auto;
	width: 480px;
	height: 100px;
	}

	.nav-first {
		margin: 0px 5px;
		width: 120px;
		height: 100px;
		float: left;
		background: url('/imgs/nav/first_inactive.png') no-repeat;
		}

	.nav-first a {
		width: 120px;
		height: 100px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/nav/first_hover.png') no-repeat;
		}

	.nav-first a:hover {
		background-position: 0 -100px;
		}

	.nav-prev {
		margin: 0px 5px;
		width: 100px;
		height: 100px;
		float: left;
		background: url('/imgs/nav/prev_inactive.png') no-repeat;
		}

	.nav-prev a {
		width: 100px;
		height: 100px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/nav/prev_hover.png') no-repeat;
		}

	.nav-prev a:hover {
		background-position: 0 -100px;
		}

	.nav-next {
		margin: 0px 5px;
		width: 100px;
		height: 100px;
		float: left;
		background: url('/imgs/nav/next_inactive.png') no-repeat;
		}

	.nav-next a {
		width: 100px;
		height: 100px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/nav/next_hover.png') no-repeat;
		}

	.nav-next a:hover {
		background-position: 0 -100px;
		}

	.nav-last {
		margin: 0px 5px;
		width: 120px;
		height: 100px;
		float: left;
		background: url('/imgs/nav/latest_inactive.png') no-repeat;
		}

	.nav-last a {
		width: 120px;
		height: 100px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/nav/latest_hover.png') no-repeat;
		}

	.nav-last a:hover {
		background-position: 0 -100px;
		}

.nav-blog {
	color: #000;
	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 #000;
		}

.pagenav {
	padding: 20px 20px 0 20px;
	color: #256;
	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: #034;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #ddd;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #000;
		}



/* POSTS - PAGES */

#column {  /* column is for the main column */
	width: 500px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}

#comic-head {
	width: 800px;
	margin: 0px auto;
	}

#comic-foot {
	width: 800px;
	margin: 0px auto 20px;
	font-size: 12px;
	color: #367;
	}

#addthis {
	float: right;
	}

.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 20px 0;
	height: 4px;
	overflow: hidden;
	}
	
	.comicdate {
		padding: 6px 0px 0px 0px;
		font-size: 14px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

	.transcribe-this-comic {
		float: right;
		}

	.postdate {
		font-size: 12px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

.entry {
	line-height: 24px;
	}

.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;
	font-weight: bold;
	text-align: right;
	}

.faq-q {
	font-weight: bold;
	}

/* THE BLOG HEADER */

#blogheader {
	margin: 0 0 25px 0;
	padding: 25px 0px 0px 20px;
	font-family: 'Georgia', serif;
	font-size: 32px;
	letter-spacing: -2px;
	border-bottom: 1px solid #034;
	}

	#blogheader a {
		float: right;
		margin: 20px 20px 0 0;
		//padding: 25px 0px 0px 20px;
		font-family: 'Georgia', serif;
		font-size: 18px;
		//letter-spacing: -2px;
		//border-bottom: 1px solid #034;
		}

#newsheader {
	margin: 0 0 25px 0;
	padding: 25px 0px 0px 20px;
	font-family: 'Georgia', serif;
	font-size: 32px;
	letter-spacing: -2px;
	border-bottom: 1px solid #034;
	}


/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Georgia', serif;
		}

.comment {
	padding: 10px;
	margin: 10px 0 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 0;
	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 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 0;
	font-size: 14px;
	}



/* SIDEBAR */

#sidebar {
	width: 200px;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	//background-image: url("/imgs/black10opacity.png");
	//opacity: 0.2;
	}

.sidebarform {
	background: #ade;
	color: #034;
	border: 0;
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 16px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 10px 10px 10px;
		padding: 0;
		}

		#sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;

			border-bottom: 1px #ccc dotted;

			font-size: 12px;
			font-family: Arial, sans-serif;
			}

		#sidebar ul li ul li a{
			color: #ade;
			}

		#sidebar ul li ul li a:hover{
			color: #fff;
			}

	.side-random {
		margin: 0px auto 63px;
		width: 100px;
		height: 100px;
		//float: left;
		background: url('/imgs/nav/random_hover.png') no-repeat;
		}

	.side-random a {
		width: 100px;
		height: 100px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background: url('/imgs/nav/random_hover.png') no-repeat;
		}

	.side-random a:hover {
		background-position: 0 -100px;
		}


/* 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 {
	color: #034;
	font-size: 16px;
	font-weight: bold;
	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: #034;
		}



/* 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 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;
	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 0;
		margin: 0 0 5px 0;
		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;
	}

/* TOM'S ADDED CSS RULES */
table#characters {
	border-collapse: collapse;
	}

table#characters td img {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 10px 20px 0;
	display: block;
}

table#characters td {
	vertical-align: middle;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #256;
}

table#linktable {
	font-size: 80%;
	line-height: 14px;
	//font-family: Arial, sans-serif;
	}

table#mutesaurtable {
	margin: 0 auto 60px;
	}

table#mutesaurtable td {
	vertical-align: middle;
	margin: 0 auto;
	font-family: fantasy;
	font-weight: bold;
	}
