	/*
Theme Name: ComicPress NP
Theme URI: http://comicpress.org
Description: Publish comics with WordPress. Nuklear Power 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 febf0f */

body {
	margin: 0;
	color: #DCDCDC;
	font-size: 12px;
	font-family: 'Verdana', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	background: #380a0c url('background.png') repeat-x;
	}

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

  	a:hover {
		color: #800;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 12px 0;
	}

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

small {
	font-size: 12px;
	}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
	}

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 0;
	margin: 0;
	color: #000;
	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: #000;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		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: #d62f23;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'Trebuchet MS', sans-serif;
	}

	.post-page-head h3 {
		font-size: 24px;
		padding: 0 0 15px 0;
		}
		
h4 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 16px;
	}


/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 970px;
	margin: 0px auto;	
	}



/* THE HEADER */

#header {
	height: 120px;
	text-align: center;
	background: url('header.png') no-repeat;
	}

	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}

#subhead {
	height: 28px;
	width: 425px;
	padding: 72px 0 0 0;
	background-position: right 0;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	}
	
#header-logo {
	width: 530px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	}

/* THE MENU */

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

#menunav {
	float: right;	
	}

	#menunav a  {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		color: #fff;
		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;
	height: 28px;
	list-style: none;
    line-height: 28px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
    }

	#menu li {
		float: right;
		padding: 0 0 0 4px;
		height: 28px;
		}

		#menu li a {
			padding: 0px 10px 0 7px;
			display: block;
			color: #febf0f;
			text-decoration: none;
			background: url('menu.png') right -28px no-repeat;
			border-left: 2px solid #8c1a1f;
			}
			
			#menu li a:hover {
				color: #fff;
				background-position: right -56px;
				}
		
		#menu li.selected a {
			color: #c5252c;
			border-left: 2px solid #c5252c;
			background-position: right 0;
			}
			
			#menu li.selected a:hover {
				color: #fff;
				}
		

/* THE COMIC */

#comic-head {
	height: 15px;
	padding:: 5px 0 0 0;
	background: url('comic-bg.png') 0 5px no-repeat;
	}


#comic {
	text-align: center;
	background: url('comic-bg.png') -760px 0 repeat-y;
	}

#comic-foot {
	height: 15px;
	background: url('comic-bg.png') 0 bottom no-repeat;
	}

/* THE FOOTER */

#footer {
	padding: 40px 0 20px 0;
	text-align: center;
	color: #aaa;
	font-size: 11px;
	background: #000 url('footer.png') repeat-x;
	}

/* NAVIGATION */

.navbar {
	margin: 0 0 0 6px;
	padding: 5px 0 0 0;
	background: url('navbar.png') 0 5px no-repeat;
	overflow: hidden;
	zoom: 1;
	}
	
	.navbar-first {
		width: 75px;
		height: 34px;
		float: left;
		}
	
		.navbar-first a {
			width: 75px;
			height: 34px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('navbar.png') 0 -68px no-repeat;
			}
		
		.navbar-first a:hover {
			background-position: 0 -102px;
			}
			
	.navbar-previous {
		width: 100px;
		height: 34px;
		float: left;
		}
	
		.navbar-previous a {
			width: 100px;
			height: 34px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('navbar.png') -75px -68px no-repeat;
			}
		
		.navbar-previous a:hover {
			background-position: -75px -102px;
			}
			
	.navbar-title {
		width: 378px;
		padding: 0 10px;
		overflow: hidden;
		text-align: center;
		font-size: 11px;
		line-height: 34px;
		color: #fff;
		float: left;
		letter-spacing: -0.25px;
		}
		
	.navbar-next {
		width: 100px;
		height: 34px;
		float: left;
		}
	
		.navbar-next a {
			width: 100px;
			height: 34px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('navbar.png') -573px -68px no-repeat;
			}
		
		.navbar-next a:hover {
			background-position: -573px -102px;
			}

	.navbar-last {
		width: 75px;
		height: 34px;
		float: left;
		}
	
		.navbar-last a {
			width: 75px;
			height: 34px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url('navbar.png') -673px -68px no-repeat;
			}
		
		.navbar-last a:hover {
			background-position: -673px -102px;
			}
			
.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		border-right: 1px solid #000;
		}
	
	.nav-previous  {
		padding: 0 5px;
		float: left;
		}
	
	.nav-next  {
		padding: 0 5px;
		float: left;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		}
		
	.nav-last {
		padding: 0 0 0 5px;
		float: left;
		}

.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: 40px 20px 0 20px;
	color: #fff;
	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: #fff;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #800;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #000;
		}



/* POSTS - PAGES */

#pageright-wrap {
	width: 760px;
	float: left;
	overflow: hidden;
	}

#column {
	width: 560px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}

.post, .post-comic, .post-page {
	padding: 1px 30px 10px 30px;
	background: url('blog.png') -560px 0 repeat-y;
	}

.post-head, .post-page-head, .post-comic-head {
	height: 119px;
	background: url('blog.png') no-repeat;
	vertical-align: bottom;
	}
	
	.post-head table, .post-page-head table {
		border-collapse: collapse;
		}
	
	.post-head table td {
		height: 119px;
		width: 350px;
		vertical-align: bottom;
		padding: 0 0 0 120px;
		background-repeat: no-repeat;
		background-position: 20px 30px;
		}
		
	 .post-page-head table td  {
	 	height: 119px;
		width: 350px;
		vertical-align: bottom;
		padding: 0 0 0 30px;
		}
	
.post-foot, .post-page-foot, .post-comic-foot {
	margin: 0;
	height: 20px;
	overflow: hidden;
	background: url('blog.png') 0 -119px no-repeat;
	}
	
	.comicdate {
		font-size: 14px;
		}

	.postdate {
		font-size: 11px;
		color: #8c1a1f;
		}

.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 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: 11px;
	}



/* SIDEBAR */

#sidebar {
	width: 200px;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 16px;
	color: #febf0f;
	}

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



	
/* Nuklear Power */

.ad-leader {
	width: 728px;
	height: 90px;
	margin: 0 0 0 6px;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: #8c1a1f;
	background: #460d10;
	}

.ad-tower {
	width: 160px;
	height: 600px;
	margin: 10px 0 0 15px;
	border: 10px solid #febf0f;
	background: #a2660f;
	}
	
.comic-button {
	width: 200px;
	height: 160px;
	background: url('comic-button.png') no-repeat;
	}
	
	.comic-button a {
		width: 200px;
		height: 30px;
		display: block;
		padding: 130px 0 0 0;
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 18px;
		text-align: center;
		background-position: 32px 27px;
		background-repeat: no-repeat;
		}
		
		
.tweet {
  text-align: left;
  margin-bottom: 5px; }
  .tweet span {}
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em .5em 0 .5em; }
      .tweet .tweet_list li a {
              text-decoration: none; }
    .tweet .tweet_list .tweet_even {
    	}
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle;
        float: left;
        padding-right: .5em; }
        .tweet .tweet_time {
        	color: gray;
        	font-size: 9px;
        }
        .tweet hr {
        	color: #FEBF0F;
        	margin: .5em .5em .5em 0;
        }
