/*  
 
Theme Name: ComicPress RB
Version: 1.0

Theme URI: http://mindfaucet.com/comicpress/
Description: Rod & Barry custom version. <a href="http://comicpress.org">Visit the ComicPress website.</a>

	Author: Tyler Martin
	Author URI: http://mindfaucet.com/

*/



/* STANDARD TAGS */

body {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background-color: #000;
	}

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

  	a:hover {
		color: #f69d00;
		}

	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: #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: 'Trebuchet MS', sans-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: #000;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}

	h3 a:hover {
		color: #ff3300;
		}


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

#page {
	width: 970px;
	min-height: 1200px;
	margin: 0px auto;
	background: #000 url('background.jpg') -515px 0 no-repeat;
	}

	
/* THE HEADER */

#logo {
	width: 300px;
	height: 92px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	}



/* THE MENU */

#menu {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #f69d00;
	overflow: hidden;
    }

	#menu a {
		color: #ff3300;
		}

		#menu a:hover {
			color: #f69d00;
			}

/* THE SCREEN */

.screen {
	padding: 36px 0 0 0;
	height: 252px;
	overflow: hidden;
	}
	
.screen-left {
	width: 95px;
	float: left;
	}
	
.screen-center {
	width: 780px;
	float: left;
	}
	
.screen-right {
	width: 95px;
	float: left;
	}

#comic {
	width: 780px;
	height: 222px;
	text-align: center;
	overflow: hidden;
	}

.comic-title {
	width: 615px;
	height: 30px;
	padding: 0 0 0 5px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	float: left;
	letter-spacing: -1px;
	overflow: hidden;
	}

.comic-date {
	font-size: 11px;
	color: #777;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.comic-updates {
	width: 153px;
	height: 30px;
	padding: 0 7px 0 0;
	line-height: 30px;
	font-size: 11px;
	font-style: italic;
	float: left;
	color: #777;
	text-align: right;
	overflow: hidden;
	}
	
	
	
/* THE FOOTER */

#footer {
	padding: 20px 0;
	text-align: center;
	}



/* NAVIGATION */


.nav-first {
	width: 48px;
	height: 70px;
	padding: 135px 0 0 0;
	float: left;
	}
	
	.nav-first a {
		width: 48px;
		height: 70px;
		display: block;
		text-indent: -9999px;
		background: url('buttons.jpg') no-repeat;	
		}

		.nav-first a:hover {
			background-position: 0 -80px;
			}
			
.nav-previous  {
	width: 47px;
	height: 80px;
	padding: 115px 0 0 0;
	float: left;
	}
	
	.nav-previous a {
		width: 47px;
		height: 80px;
		display: block;
		text-indent: -9999px;
		background: url('buttons.jpg') -48px 0 no-repeat;
		}
		
		.nav-previous a:hover {
			background-position: -48px -80px;
			}

.nav-next  {
	width: 47px;
	padding: 115px 0 0 0;
	float: left;
	}
	
	.nav-next  a {
		width: 47px;
		height: 80px;
		display: block;
		text-indent: -9999px;
		background: url('buttons.jpg') -95px 0 no-repeat;
		}
		
		.nav-next a:hover {
			background-position: -95px -80px;
			}
	
.nav-last {
	width: 48px;
	padding: 135px 0 0 0;
	float: left;
	}
	
	.nav-last a {
		width: 48px;
		height: 70px;
		display: block;
		text-indent: -9999px;
		background: url('buttons.jpg') -142px 0;
		}
		
		.nav-last a:hover {
			background-position: -142px -80px;
			}

.nav-archive {
	width: 95px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url('buttons.jpg') 0 50px no-repeat;
	clear: both;
	}
	
	.nav-archive:hover {
		background-position: -190px 0;
		}
		
.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: #800;
		}



/* POSTS - PAGES */

#column {
	width: 810px;
	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 0;
	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 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;
	}

#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 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;
	}
	
/* ROD AND BARRY */

#ad-tower {
	width: 160px;
	height: 600px;
	padding: 31px 0 0 0;
	float: left;
	overflow: hidden;
	}
	
#rodandbarry {
	width: 810px;
	height: 250px;
	overflow: hidden;
	}


#barry {
	width: 210px;
	height: 215px;
	padding: 35px 0 0 85px;
	float: left;
	}
	
	#anim-head {
		width: 210px;
		height: 130px;
		background: url('anim-head.jpg') 0 130px no-repeat;
		overflow: hidden;
		}
	
#rod {
	width: 240px;
	height: 90px;
	padding: 160px 0 0 275px;
	float: left;
	}
	
	#anim-hand {
		width: 110px;
		height: 90px;
		background: url('anim-hand.jpg') 0 90px no-repeat;
		overflow: hidden;
		}
		
#news {
	width: 280px;
	height: 120px;
	display: block;
	padding: 4px 0 0 254px;
	overflow: hidden;
	}
	
	#connect-youtube {
		width: 66px;
		height: 110px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#connect-facebook {
		width: 66px;
		height: 110px;
		margin: 0 0 0 5px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#connect-twitter {
		width: 66px;
		height: 110px;
		margin: 0 0 0 10px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#connect-flickr {
		width: 55px;
		height: 110px;
		margin: 0 0 0 5px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	
#entry1, #entry2, #entry2, #entry3, #entry4, #entry5 {
	width: 780px;
	height: 252px;
	display: none;
	overflow: auto;
	}

#footer-links {
	height: 210px;
	xpadding: 170px 0 0 110px;
	padding: 70px 0 0 0px;
	overflow: hidden;
	}
	
	#footer-links-left {
		width: 320px;
		height: 110px;
		float: left;
	}
	
	#link-1 {
		width: 60px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('link-1.png') no-repeat;
		margin: 0 0 0 0;
	}
	
		#link-1:hover {
			background-position: 0 -60px;
		}
	
	#link-2 {
		width: 60px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('link-2.png') no-repeat;
		margin: 25px 0 0 10px;
		
	}
	
		#link-2:hover {
			background-position: 0 -60px;
		}
	
	#link-3 {
		width: 60px;
		height: 60px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url('link-3.png') no-repeat;
		margin: 50px 0 0 10px;
	}
	
		#link-3:hover {
			background-position: 0 -60px;
		}
	
	#facebook {
		width: 95px;
		height: 100px;
		display: block;
		float: left;
		margin: 0 0 0 110px;
		text-indent: -9999px;
		}
	
	#twitter {
		width: 115px;
		height: 100px;
		display: block;
		float: left;
		margin: 0;
		text-indent: -9999px;
		}
		
	#roddenberry {
		width: 185px;
		height: 110px;
		margin: 100px 0 0 80px;
		display: block;
		float: left;
		text-indent: -9999px;
		}
		
	#rss {
		width: 105px;
		height: 110px;
		margin: 100px 0 0 90px;
		display: block;
		float: left;
		text-indent: -9999px;
		}
		
#footer-ad {
	height: 90px;
	padding: 55px 0 0 122px;
	}
	
#footer-text {
	height: 20px;
	padding: 25px 0 100px 0;
	text-align: center;
	color: #f55;
	}
	
	#footer-text a {
		color: #fcc;
		}
		
		#footer-text a:hover {
			color: #fff;
			}
			
.entrysidebar {
	width: 210px;
	padding: 10px;
	float: left;
	overflow: hidden;
	text-align: right;
	}
	
	.entrytitle {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -2px;
		line-height: 24px;
		}
		
	.entrydate {
		padding: 20px 0 0 0;
		color: #999;
		}
		
		.post .entrydate {
			padding: 0;
			}
		
	.entrypermalink {
		padding: 10px 0 0 0;
		font-size: 11px;
		color: #999;
		}
	
.entrycontent {
	width: 500px;
	padding: 10px 0 10px 20px;
	float: left;
	border-left: 2px dotted #ccc;
	overflow: hidden;
	}
	

	
/* TEMPLATE PAGE */

#template-page {
	width: 970px;
	margin: 0px auto;
	background: #000 url('template-bg.jpg') -515px 0 no-repeat;
	}

#template-logo {
	width: 300px;
	height: 92px;
	margin: 0 0 0 200px;
	display: block;
	text-indent: -9999px;
	}
	
#template-menu {
	width: 700px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #f69d00;
    }

	#template-menu a {
		color: #ff3300;
		}

		#template-menu a:hover {
			color: #f69d00;
			}

#template-screenhead {
	width: 606px;
	height: 25px;
	margin: 10px 0 0 52px;
	background: url('template-screenhead.png') no-repeat;
	}

#template-screen {
	width: 560px;
	min-height: 750px;
	padding: 10px 20px;
	margin: 0 0 0 55px;
	float: left;
	background: #fff;
	}
	
#template-ad-tower{
	width: 181px;
	height: 630px;
	padding: 138px 0 0 131px;
	float: left;
	background: url('template-ad.png') 0 110px no-repeat;
	}
	
#template-screenfoot {
	clear: both;
	width: 610px;
	height: 17px;
	margin: 0 0 0 50px;
	background: url('template-screenfoot.png') no-repeat;
	}
	
#template-footer {
	width: 970px;
	height: 196px;
	padding: 15px 0 150px 0;
	margin: 0 auto;
	background: url('template-footer.png') 102px 20px no-repeat;
	}
	
