/*  
 
Theme Name: Kitty Hawk ComicPress Wide
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: Kitty Hawk's modified version of the ComicPress Graphic Novel theme.

	Author: Tyler Martin & Josh Hall-Bachner
	Author URI: http://mindfaucet.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/



/* STANDARD HTML TAGS */

body {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-family: 'Century Gothic', sans-serif;

        background: #FDFCDC url('background.png') center top repeat-y;
/*        background: url('/images/kh-background.jpg') repeat;*/
	}

a {
	color: #000;
	text-decoration: underline;
  	}
  	
  	a:hover {
  		color: #BF0D16;
  		}

	a img {
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #BF0D16;
	background-color: #BF0D16;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-family: 'Century Gothic', sans-serif;

	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #BF0D16;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #E3101A;
		}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #000;
	font-family: 'Century Gothic', sans-serif;
	font-size: 50px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #400406;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #E3101A;
		font-family: 'Century Gothic', sans-serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
		}

h3, h3 a {
	margin: 10px 10px 0 0;
	padding: 0;
	color: #400406;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #400406;
	border-bottom: 1px dotted #BF0D16;
	}



/* THE HEADER */

#header {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	}

#header a {
        padding: 0
}

#leaderad {
        width: 728px;
        height: 90px;
        padding: 10px 10px 10px 10px;
	margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        }
        
#leaderad img {
	display: block;
	margin-left: auto;
        margin-right: auto;
        }

#leaderad table {
        width: 468;
        margin-left: auto;
        margin-right: auto;
}
	
#header_logo_link, #header_logo {
        display: block;
        width: 400px;
	margin: 0 auto;
        padding: 0;
           }

#header_logo {
	padding-bottom: 8px;
}

	.description {
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #E3101A;
		font-family: 'Times New Roman', serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}

#updatebar {
margin-left: auto;
margin-right: auto;
width: 628px;
height: 21px;
padding: 5px;
}

/* THE MENU */

#menubar {
	width: 960px;
	height: 36px;
	margin: 0 auto;
	background: #fff;
        border-top: 5px solid #9C0A0E;
        border-bottom: 5px solid #9C0A0E;
	}

#menunav {
	margin: 0;
	padding: 5px 0 0 0;
	float: right;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0 1px 0 0;
		color: #9C0A0E;
		text-decoration: none;
		background: #fff;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

        #menunav a:hover {
                color: #E3101A;
                }
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}
  
#menu {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
        height: 26px;
        padding-top: 5px;
        margin-left: 80px;
	}

	#menu ul {
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

	#menu li {
 		margin: 0;
 		padding: 0px 10px 0px 10px;
 		float: left;
                text-indent: -9999px;
                background-color: #fff;
		}

	#menu li a {
		height: 26px;
		margin: 0;
		display: block;
		float: left;
		color: #aaa;
		line-height: 25px;
		text-decoration: none;
		border-width: 0 0 0 0;
		border-style: solid;
		border-color: #aaa;
                background-repeat: no-repeat;	
		}

        #menu #about, #menu #about a {
                width: 78px;
                }

        #menu #about a {
                background-image: url('/images/about-label.png');
                }
 
        #menu #archive, #menu #archive a {    
                width: 95px;
                }

        #menu #archive a {
                background-image: url('/images/archive-label.png');
                }

        #menu #characters, #menu #characters a {
                width: 138px;
                }

        #menu #characters a {
                background-image: url('/images/characters-label.png');
                }
        
        #menu #creators, #menu #creators a {
                width: 115px;
                }

        #menu #creators a {
                background-image: url('/images/creators-label.png');
                }
 
 
 	#menu #extras, #menu #extras a {
                width: 83px; 	
 		}
 		
        #menu #extras a {
                background-image: url('/images/extras-label.png');
                }
                
 	#menu #forum, #menu #forum a {
                width: 78px; 	
 		}
 		
        #menu #forum a {
                background-image: url('/images/forum-label.png');
                }

        #menu #store, #menu #store a {
                width: 70px;
                }

        #menu #store a {
                background-image: url('/images/store-label.png');
                }

        #menu #storyline, #menu #storyline a {
                width: 119px;
                }

        #menu #storyline a {
                background-image: url('/images/storyline-label.png');
                }

        #menu #subscribe, #menu #subscribe a {
                width: 124px;
                }
                        
        #menu #subscribe a {
                background-image: url('/images/subscribe-label.png');
                }

        #menu * a:hover {
                background-position: +0px -26px;
                }

/* THE COMIC */
	
#comic {
	padding: 0px;
	text-align: center;
	background: #fff;
	}



/* THE PAGE WRAPPER */

#page {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
	}



/* THE FOOTER */

#footer {
	width: 960px;
	margin: 0px auto;
	padding: 20px 0;	
	color: #999;
	text-align: center;
	background: #000;
	}

	#footer a {
		color: #fff;
		text-decoration: none;
		border: none;
		}

	#footer a:hover {
		border-bottom: 1px dotted #fff;
		}

#footerad {
	padding: 10px 10px 10px 10px;
	}
	
	#footerad img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

/* NAVIGATION */

.nav {
	margin: 0;
	padding: 3px 0 0 0;
	float: right;
	color: #999;
	font-family: 'Century Gothic', sans-serif;

	font-size: 12px;
	font-weight: bold;
	}

.nav-single {
	padding: 10px 0 0 0;
	color: #999;
	font-family: 'Century Gothic', sans-serif;

	font-size: 12px;
	font-weight: bold;
	text-align: right;
	}

.pagenav {
	padding: 40px 20px 20px 20px;
	color: #999;
	font-family: 'Century Gothic', sans-serif;

	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-single a {
	padding: 0 2px;
	color: #6E080B;
	text-decoration: none;
	border: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	.nav a:hover, .pagenav a:hover, .nav-single a:hover {
                color: #E3101A;
		}

.comic_bookmark {
        width: 195px;
}

/* CONTENT AREA */

#column-wrapper {
	width:760px;
	float: left;
	overflow: hidden;
	}

#column {
/*      width: 560px; - change to this to use the left sidebar */
	width: 760px;
	padding: 10px 0 10px 0;
	float: left;
	overflow: hidden;
	}

.comicpost {
        display: block;
        padding: 10px 10px;
}

.post-frontpage {
	padding: 0 20px 0 20px;
	text-align: justify;
	}
	
.post {
	clear: both;
}

.post, .content {
	padding: 15px 20px 0 20px;
	text-align: justify;
	}

	.comicdate {
		color: #BF0D16;
		font-family: 'Century Gothic', sans-serif;
		font-size: 15px;
		font-weight: bold;
		}
	
	.postdate {
		color: #000;
		font-family: 'Century Gothic', sans-serif;
		font-size: 11px;
		}

        .postauthor {
                color: #BF0D16;
        }

.postmeta {
	margin: 0 0 5px 0;
	color: #777; 	
 	font-family: 'Century Gothic', sans-serif;
 	text-align: right;
 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
	padding: 10px;
 	color: #777;
	font-size: 11px;
	text-align: left;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.postmeta-single a {
		color: #000;
		}	
	
	.postmetatags {
		font-family: 'Century Gothic', sans-serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #6E080B;
	text-decoration: none;
	border-bottom: 1px dotted #BF0D16;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #BF0D16;
		border-bottom: 1px solid #BF0D16;
		}

.postmeta-comments {
	font-size: 16px;
	}
	
.balloon {
	color: #ccc;
	font-family: 'Webdings';
	font-size: 18px;
	}

.post_avatar {
        display: block;
        float: left;
        clear: both;
        padding: 3px 5px 0 0;
}

        .post_avatar .avatar {
                margin: 0;
                padding: 0;
        }

.comic_topbar, .comic_bottombar {
        width: 800px;
        margin: 0 auto;
}

.comic_topbar {
        padding-top: 10px;
}

.comic_bottombar {
	padding-bottom: 10px;
}


/* THE BLOG HEADER */

#blogheader {
	margin: 0;
	padding: 10px 0 0 20px;
	color: #F2111C;
	font-family: 'Century Gothic', sans-serif;
	font-size: 36px;
	letter-spacing: -3px;
	}



/* COMMENTS */

.comment-wrapper {
	padding: 0 20px;
	}
	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		color: #BF0D16;
		font-family: 'Century Gothic', sans-serif;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: -1px;
		clear: both;
		}

		.bigballoon {
			color: #ccc;
			font-family: 'Webdings';
			font-size: 28px;
			}

	.comment-wrapper a {
		text-decoration: none;
		border-bottom: 1px dotted #BF0D16;
		}
		
		.comment-wrapper a:hover {
			color: #BF0D16;			
			border-bottom: 1px solid #BF0D16;
			}

	.comment-wrapper p {
		margin: 10px 0 0 0;
		}

.avatar {
	margin:0 10px 10px 0;
	padding:5px;
	float:left;
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#comment, #author, #email, #url {
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#comment:hover, #author:hover, #email:hover, #url:hover {
		background: #eee;
		}
	
	#comment {
		width: 100%;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0 0 20px 0;
	padding: 0 5px;
	float: right;
	color: #fff;
	background: #888;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
		cursor:pointer;
		background: #222;
		}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	.commentlist li {
		padding: 20px 0 0 0;
		clear: both;
		}



/* ARCHIVE */  

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-style: solid ;
	border-color: #ccc #aaa #4F0608
 #777;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	}
 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}



/* ISSUE ARCHIVE */


.issuearchive {
	display: block;
	margin: 20px 20px 20px 20px;
	}
	
.issuearchive ul {
	display: block;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	}

.archive_column {
        float: left;
        display: block;
        margin-right: 5px;
        width: 180px;
}

.archive_issuelist {
	display: block;
	margin: 10px 0 10px 0;
	}		

.chapterlink {
	display: block;
	margin: 5px 5px 5px 10px;
	}
	
.chapter_cover {
	margin: 0;
	}
	
.chapter_title, .archive_chapnum {
	font-size: 14px;
	margin: 0;
        padding-bottom: 3px;
	}

.issue_title {
	display: block;
	margin: 0;
}
	


/* SIDEBARS */

#sidebar-left {
	width: 200px;
	padding: 10px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar-right {
	width: 200px;
	padding: 15px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	clear: none;
	}

.sidebar h2, .sidebar h2 a {
	color: #E3101A;
	font-family: 'Century Gothic', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: -1px;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.sidebar ul li {
		margin: 15px 0 15px 10px;
		padding: 0;
		}

		.sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			}

			.sidebar ul li ul li a {
				display: block;
				color: #6E080B;
				text-decoration: none;
				border-bottom: 1px dotted #BF0D16;
				}

				.sidebar ul li ul li a:hover {
					color: #6E080B;
					background: #ddd;
					border-bottom: 1px solid #BF0D16;
					}

/* WIDGETS */


#chap {
        display: block;
        text-decoration: none;
}

#chaptercover {
        margin: 5px 5px 5px 10px;
        }

#chaptertitle {
        margin: 0 0 0 10px;
        width: 160px;
        text-align: center;
        }

.micronews {
        list-style: none;
        margin-right: 20px;
        }

.sidebar ul li .micronews .microcontent a {
        display: inline;
        }

.microdate {
        font-weight: bold;
        }

.microcontent {
        display: block;
        margin: 0 20px 0 10px;
        }

.microauthor {
        font-style: italic;
        }


/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #4F0608
;
	font-family: 'Century Gothic', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
	}

#wp-calendar a {
	color: #6E080B;
	display: block;
	text-decoration: none;
	background: #ddd;	
	}
	
	#wp-calendar a:hover {
		color: #6E080B;
		background: #bbb;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#s:hover {
		background: #eee;
		}

#searchsubmit {
	margin: 0;
	padding: 0 0 0 2px;
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	background: #888;
	border-width: 2px;
	border-style: solid;
	border-color: #4F0608
;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#searchsubmit:hover {
		cursor:pointer;
		background: #222;
		}



/* GALLERY */

.attachment {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	}

	.attachment img {
		max-width: 100%;
		margin: 0 0 10px 0;
		border: 1px solid #000;
		}
		
	.attachment p {
		margin: 0 9px 10px 9px;
		padding: 10px;
		border: 1px solid #999;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

.imagenav-wrap {
	width: 502px;
	height: 77px;
	margin: 0 auto;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;	
	}

.imagenav-center {
	width: 316px;
	height: 65px;
	margin: 0 10px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #bbb;
	text-align: center;
	border: 1px solid #999;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.imagenav-center a {
		text-decoration: none;
		color: #BF0D16;
		border-bottom: 1px dotted #BF0D16;
		}
		
		.imagenav-center a:hover {
			color: #BF0D16;
			border-bottom: 1px solid #BF0D16;
			}

.imagetitle {
	color: #6E080B;
	font-size: 18px;
	}

.imagenav-bg {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 0;
	background: #eee;
	border: 1px solid #000;
	}

	.imagenav-bg img {
		width:75px;
		height:75px;
		}

.imagenav-arrow {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 50px;
	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;
	}

	.imagenav-link img {
		width:75px;
		height:75px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

		.imagenav-link img:hover {
			filter: alpha(opacity=0);
			-moz-opacity: 0.00;
			opacity: 0.00;
			}

.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
	}



/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}

/* OTHER: ADS */

.sidebar .adsensem_widget, .sidebar ul table {
        margin-left: 15px;
}

#below_comic_ads {
	margin: 3px auto;
}

