/*
Theme Name: ComicPress TE
Theme URI: http://comicpress.org
Description: Custom ComicPress theme for Truly Epic. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7.1
.
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: #151934;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	background: #080b10 url('background.png') center top no-repeat;
	}

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

  	a:hover {
		color: #fff;
		}

	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: 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: #acafd2;
	font-size: 60px;
	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: #acafd2;
	font-weight: normal;
	font-size: 28px;
	font-weight: normal;		
	font-family: 'BadaBoom BB', sans-serif;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-size: 38px;
		font-weight: normal;		
		font-family: 'BadaBoom BB', sans-serif;
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	color: #acafd2;
	text-decoration: none;
	font-family: 'BadaBoom BB', sans-serif;
	}	



/* 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;
	background: url('page.png') repeat-y;
	}

#bloghead {
	background: url('bloghead.png') no-repeat;
	}

	

/* THE HEADER */

#header {
	height: 180px;
	background: url('background.png') center top no-repeat;
	}
	
	#header-quote {
		height: 15px;
		width: 190px;
		position: absolute;
		font-size: 11px;
		font-style: italic;
		color: #d13119;
		margin: 135px 0 0 130px;
		overflow: hidden;
		}

	#logo {
		width: 215px;
		height: 110px;
		margin: 45px 0 0 0;
		display: block;
		float: left;
		text-indent: -9999px;
		}

	#ad-leader {
		width: 728px;
		height: 90px;
		margin: 20px 0 0 10px;
		overflow: hidden;
		float: left;
		}

/* THE MENU */

#menu {
	width: 648px;
	height: 60px;
	padding: 3px 0 0 107px;
	float: left;
	}

	#menu-home{
		width: 121px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('menu.png') -322px 0 no-repeat;
		}
		
		#menu-home:hover { 
			background-position: -322px -60px;
			}
		
	#menu-archive {
		width: 110px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('menu.png') -443px 0 no-repeat;
		}
		
		#menu-archive:hover {
			background-position: -443px -60px;
			}
		
	#menu-forum{
		width: 96px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('menu.png') -553px 0 no-repeat;
		}
		
		#menu-forum:hover {
			background-position: -553px -60px;
			}
		
	#menu-extras {
		width: 98px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('menu.png') -649px 0 no-repeat;
		}
		
		#menu-extras:hover {
			background-position: -649px -60px;
			}
			
	#menu-about {
		width: 97px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('menu.png') -747px 0 no-repeat;
		}
		
		#menu-about:hover {
			background-position: -747px -60px;
			}
			
	#menu-store{
		width: 126px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('menu.png') -844px 0 no-repeat;
		}
		
		#menu-store:hover {
			background-position: -844px -60px;
			}

/* THE COMIC */

#comic-wrap {
	background: url('comic.png') repeat-y;
	}

#comic {
	min-height: 300px;
	text-align: center;
	background: url('background.png') center -180px no-repeat;
	}

#comic-date {
	height: 30px;
	width: 80px;
	padding: 25px 0 0 0;
	margin: 0 0 0 48px;
	text-transform: uppercase;
	float: left;
	}
	
	#comic-date-month {
		font-size: 12px;
		padding: 2px 2px 0 0;
		color: #fec502;
		float: left;
		}
	
	#comic-date-year {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		float: left;
		}
	
#comic-title {
	height: 50px;
	width: 465px;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	float: left;
	
	}
	
	#comic-title h2, #comic-title h2 a {
		padding: 0;
		margin: 0;
		font-size: 30px;
		line-height: 55px;
		color: #2e3976;
		overflow: hidden;
		font-family: 'BadaBoom BB', sans-serif;
		font-weight: normal;
	}
	
	#comic-title  a {
		color: #212752;
		}
	
		#comic-title a:hover {
			color: #d13119;
			}
			
			
			
/* THE FOOTER */

#footer {
	width: 970px;
	height: 20px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	background: url('footer.png') no-repeat;
	}

	#footer a {
		color: #d13119;
		}
		
		#footer a:hover {
			color: #3f4a99;
			}

/* NAVIGATION */

#navbar {
	height: 66px;
	background: url('navbar.png') no-repeat;
	overflow: hidden;
	}

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
	.nav-first {
		width: 74px;
		height: 55px;
		float: left;
		overflow: hidden;
		}
		
		.nav-first a {
			width: 74px;
			height: 55px;
			display: block;
			text-indent: -9999px;
			background: url('navbar-buttons.png') -95px 0 no-repeat;
		}
		
			.nav-first a:hover {
				background-position: -95px -75px;
			}
	
	.nav-previous  {
		width: 95px;
		height: 55px;
		float: left;
		overflow: hidden;
		}
	
		.nav-previous a {
			width: 95px;
			height: 55px;
			display: block;
			text-indent: -9999px;
			background: url('navbar-buttons.png') 0 0 no-repeat;
			}
			
			.nav-previous a:hover {
				background-position: 0 -75px;
				}	
	
	.nav-next  {
		width: 95px;
		height: 55px;
		float: left;
		overflow: hidden;
		}
		
		.nav-next a {
			width: 95px;
			height: 55px;
			display: block;
			text-indent: -9999px;
			background: url('navbar-buttons.png') -875px 0 no-repeat;
			}
			
			.nav-next a:hover {
				background-position: -875px -75px;
				}
		
	.nav-last {
		width: 67px;
		height: 55px;
		margin: 0 0 0 36px;
		float: left;
		overflow: hidden;
		}
		
		.nav-last a {
			width: 67px;
			height: 55px;
			display: block;
			text-indent: -9999px;
			background: url('navbar-buttons.png') -808px 0 no-repeat;
			}
		
			.nav-last a:hover {
				background-position: -808px -75px;
			}

.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: #000;
	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: #000;
	}

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

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



/* POSTS - PAGES */

#column {
	width: 544px;
	min-height: 320px;
	padding: 0 0 20px 0;
	float: left;
	overflow: hidden;
	}
	
	#bloghead #column {
		padding-top: 35px;
		}

.post, .post-comic, .post-page {
	padding: 1px 20px;
	}
	
.post-comic {
	background: #fff url('navbar.png') -230px -66px no-repeat;
	}
	
	.post-comic a {
		color: #d13119;
		}
		
		.post-comic a:hover {
			color: #f1970c;
			}

.post-head, .post-page-head, .post-comic-head {
	}
	
.post-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 10px;
	overflow: hidden;
	}
	
.post-comic-foot {
	height: 57px;
	background: url('post-comic-foot.png') -544px 0 no-repeat;
	}
	
	.comicdate {
		font-size: 14px;
		}

	.postdate {
		color: #f1970c;
		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-size: 16px;
	text-align: right;
	}



/* THE BLOG HEADER */

#blogheader {
	height: 117px;
	background: url('post-comic-foot.png') no-repeat;
	}



/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;

		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #ACAFD2;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #ACAFD2;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #ACAFD2;
	}

.says {
	display:none;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	border: 1px solid #151934;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	border: 1px solid #151934;
	}

#submit {
	margin: 0 0 20px 0;
	padding: 5px;
	color: #5a68bd;
	float: right;
	border: 1px solid #5a68bd;
	background: #2a3268;
	cursor: pointer;
	}
	
	#submit:hover {
		color: #f1970c;
		background: #d13119;
		border: 1px solid #f1970c;
		}

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;
	margin: 0 0 30px 20px;
	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-left {
	width: 186px;
	padding: 5px 23px 0 21px;
	background: url('navbar.png') 0 -66px no-repeat;
	}
	
	#bloghead #sidebar-left {
		background: none;
		padding-top: 40px;
		}
	
#sidebar-right {
	width: 160px;
	padding: 0 0 0 19px;
	overflow: hidden;
	}

	#bloghead #sidebar-right {
		padding-top: 33px;
		}
	
	#sidebar-right h2{
		color: #d13119;
		}
	
.sidebar {
	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-right ul {
		margin: 0 0 10px 5px;
		}
	
	.sidebar ul li {
		margin: 0 0 10px 0;
		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;
	color: #acafd2;
	}

#wp-calendar caption {
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
	color: #acafd2;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #acafd2;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #d13119;
		}



/* SEARCH */

#s {
	width: 138px;
	margin: 0 0 0 5px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	height: 19px;
	font-family: 'Arial', sans-serif;
	color: #2a3268;
	border: none;
	float: left;
	background: url('browse-search.png') 0 -46px no-repeat;
	}
	
	#s:hover, #s:focus {
		color: #d13119;
		background-position: 0 -69px;
		}

#searchsubmit {
	padding: 0;
	margin: 0;
	border: none;
	height: 23px;
	width: 23px;
	line-height: 0;
	font-size: 0;
	font-family: 'Arial', sans-serif;
	cursor: pointer;
	background: url('browse-search.png') -143px -46px no-repeat;
	}

	#searchsubmit:hover {
		background-position: -143px -69px;
		}

	#searchsubmit:-moz-focus-inner {
		border: 0;
		}

.sidebar ul li.archive-dropdown-wrap {
	margin: 10px 0 10px 5px;
	background: url('browse-search.png') no-repeat;
	}
	
	.sidebar ul li.archive-dropdown-wrap:hover {
		background-position: 0 -23px;
		}

	.sidebar ul li.archive-dropdown-wrap select{
		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;
		}


/* 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-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-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;
	}
	
.post-mood img {
	float: right;
}

#twitter-1 h2 {
	height: 20px;
	margin-top: 20px;
	display: block;
	background: url('twitter.png') no-repeat;
}

ul.twitter {
	width: 186px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding: 0 0 170px 0;
	overflow: hidden;
	background: url('twitter.png') 0 bottom no-repeat;
}

	ul.twitter a {
		color: #000;
	}
	
	.sidebar ul li ul li.twitter-item {
		margin: 0;
	}
