/*
Theme Name: ComicPress CV
Theme URI: http://comicpress.org
Description: Candorville Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
*/



/* STANDARD TAGS */

body {
	margin: 0;
	color: #cecbc9;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background-color: #000;
	background-position: center 0;
	background-repeat: no-repeat;
	}

a {
	color: #ddcb6d;
	text-decoration: none;
	}

  	a:hover {
		color: #a19fcd;
		}

	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: #777;
	background-color: #777;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #fff;
	}

	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 #fff;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #fff;
		}

form {
	margin: 0;
	}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	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: #fff;
	font-family: 'Georgia', serif;
	font-weight: normal;
	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-family: 'Georgia', serif;
	font-weight: normal;
	text-align: left;
	color: #fff;
	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: 1000px;
	min-height: 1050px;
	margin: 0px auto;
	background-position: center 0;
	background-repeat: no-repeat;
	}



/* THE HEADER */

#header {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	}

	#logo {
		width: 250px;
		height: 130px;
		display: block;
		float: left;
		text-indent: -9999px;
		}

	#leaderboard {
		width: 728px;
		height: 90px;
		margin: 19px 0 0 9px;
		float: left;
		}

/* THE MENU */

#menubar {
	background: #fff;
	zoom: 1; /* IE fix, allows for variable height menu  */
	}

#menunav {
	float: right;	
	}

	#menunav a  {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		color: #000;
		font-size: 19px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		border-left: 1px solid #000;
		}

		#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: #000;
		text-decoration: none;
		border-right: 1px solid #000;
		}

	#menu li {
		float: left;
		}

	#menu li:hover a, #menu li.sfhover a {
	    color: #000; /* 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 #000;
		}
	#menu li li {
		width: 150px;
		margin: 0 0 0 -1px;
		border-width: 0 1px 1px 1px;
		border-color: #000;
		border-style: solid;
		}
	#menu li li a {
		width: 139px;
	    padding: 4px 5px;
		color: #000;
		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: #000; /*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: #000; /*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 {
	height: 314px;
	padding: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
	}
	
#comic-foot {
	height: 27px;
	padding: 10px 25px 0 25px;
	overflow: hidden;
	color: #000;
	font-size: 13px;
	}

	#comic-foot a {
		color: #5a336a;
		}
		
		#comic-foot a:hover {
			color: #a19fcd;
			}

	#comic-foot-comments {
		float: right;
		}
			
/* THE FOOTER */

#footer {
	width: 1000px;
	height: 273px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url('images/footer.jpg') 0 20px no-repeat;
	}



/* NAVIGATION */

.nav {	
	width: 1000px;
	height: 95px;
	overflow: hidden;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		border-right: 1px solid #fff;
		}
	
	.nav-previous  {
		width: 180px;
		height: 75px;
		margin: 0 0 0 25px;
		float: left;
		}
		
		.nav-previous a {
			width: 180px;
			height: 75px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			}
	
	.nav-buyaprint {
		height: 95px;
		width: 100px;
		margin: 0 0 0 130px;
		display: block;
		float: left;
		overflow: hidden;
		}
		
		.nav-buyaprint-button {
			width: 100px;
			height: 85px;
			display: block;	
			overflow: hdden;
			text-indent: -9999px;
			opacity: 0;
			filter: alpha(opacity=0);
			}
		
	.nav-archive{
		width: 105px;
		height: 95px;
		margin: 0 0 0 10px;
		display: block;
		float: left;
		overflow: hidden;
		text-indent: -9999px;
		}
		
	.nav-todayscomic {
		width: 150px;
		height: 95px;
		margin: 0 0 0 10px;
		display: block;
		float: left;
		overflow: hidden;
		text-indent: -9999px;
		}
	
	.nav-next  {
		width: 175px;
		height: 75px;
		margin: 0 0 0 95px;
		float: left;
		}
		
		.nav-next a {
			width: 175px;
			height: 75px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			}
		
	.nav-last {
		padding: 0 0 0 5px;
		float: left;
		}

.nav-blog {
	color: #fff;
	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 #fff;
		}

.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 #fff;
		}



/* POSTS - PAGES */

#column {
	width: 443px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}
	
#column-wide {
	width: 638px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}
	
#column-extrawide{
	width: 963px;
	padding: 5px 0 20px 0;
	margin: 0 0 0 18px;
	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 #fff;
	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 #777;
	}



/* 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 #fff;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #fff;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #fff;
	}

.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 #fff;
	background: #000;
	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: #fff;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

#sidebar-left {
	width: 242px;
	padding-left: 60px;
	padding-right: 41px;
	}
	
#sidebar-right {
	width: 196px;
	}

.sidebar {
	padding-top: 5px;
	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: #000;
	background: #fff;
	}

.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 #201718;
	background: #3e3634;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #201718;
		background: #ddcb6d;
		}



/* 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: #cecbc9;
	border: none;
	float: left;
	background: url('images/browse-search.png') 0 -46px no-repeat;
	}
	
	#s:hover, #s:focus {
		color: #201718;
		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('images/browse-search.png') -143px -46px no-repeat;
	}

	#searchsubmit:hover {
		background-position: -143px -69px;
		}

	#searchsubmit:-moz-focus-inner {
		border: 0;
		}

#browse-archives {
	margin: 10px 0 10px 5px;
	background: url('images/browse-search.png') no-repeat;
	}
	
	#browse-archives:hover {
		background-position: 0 -23px;
		}

	#browse-archives 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;
		}


		
#sidebar-top {
	border-collapse: collapse;
	margin: 0 0 20px 0 ;
	}
	
	#sidebar-top td {
		padding: 0;
		vertical-align: bottom;
		}

	#button-rss, #button-facebook, #button-twitter, #button-email {
		width: 50px;
		height: 47px;
		display: block;
		text-indent: -9999px;
		background: url('images/social-buttons.png') no-repeat;
		overflow: hidden;
		}
		
	#button-twitter {
		background-position: 0 -47px;
		}
		
	#button-facebook{
		background-position: 0 -94px;
		}
		
	#button-email {
		background-position: 0 -141px;
		}
		

/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #fff;
	overflow: hidden;
	background: #fff;
}

.gallery-caption {
	font-size: 11px;
	}
	
	.gallery-caption  p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
		color: #000;
		background: #fff;
		}

.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: #fff;
	text-align: center;
	border: 1px solid #fff;
	overflow: hidden;
	}

.imagetitle {
	color: #fff;
	font-size: 18px;
	}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #fff;
	overflow: hidden;
	}

	.imagenav-bg img {
		width: 75px;
		height: 75px;
		}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #000;
	font-size: 80px;
	font-weight: bold;
	line-height:75px;
	text-align: center;
	border: 1px solid #fff;
	float: left;
	}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #fff;
	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 #fff;
	border-right: 4px dotted #fff;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #fff;
		background: #000;
		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 #fff;
		}

		#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;
	}
	
/* ANNOUNCEMENT WIDGET */

.announcement-widget-head {
	width: 218px;
	height: 35px;
	padding: 12px 0 0 12px;
	overflow: hidden;
	background: url('images/announcement.png') 0 0 no-repeat;
	}
	
	.announcement-widget-head h2 {
		font-size: 17px;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #cecbc9;
		}
	
.announcement-widget-content {
	width: 200px;
	padding: 0 15px;
	font-size: 12px;
	color: #000;
	background: url('images/announcement.png') -230px 0 repeat-y;
	overflow: hidden;
	}
	
	.announcement-widget-content a {
		color: #a00;
		}
	
		.announcement-widget-content a:hover {
			color: #f00;
			}
	
.announcement-widget-foot {
	width: 230px;
	height: 24px;
	background: url('images/announcement.png') 0 bottom no-repeat;
	}
	
.comic-bookmark {
	height: 23px;
	padding-left: 25px;
	background: url('images/bookmark-shadow.png') 17px -2px no-repeat;
	}