/*
Theme Name: ComicPress Hellcat
Theme URI: http://cosmichellcats.com
Template: comicpress
Description: A ComicPress child theme. <a href="http://comicpress.org">Visit the ComicPress Website.</a> For ComicPress > 2.9.2
Author: Chris Maverick (based on ComicPress Silver by Tyler Martin, John Bintz, Philip M. Hofer)
Author URI: http://cosmichellcats.com
Version: 1.1
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../comicpress/style.css");

body {
	/*background: #fff url('images/background.png') top center repeat-x;*/
	/*background: #d7d7d7 url('images/background.png') top center repeat-x;*/
	/*background: #d7d7d7 url('images/backgroundstars.jpg') top center repeat-x fixed;*/
	background: #000000 url('images/backgroundstars.jpg') top center repeat-x;
	min-width:980px;
}

a:link, a:visited {
	color: #800;
	text-decoration: none;
}

a:hover {
	color: #008;
	text-decoration: underline;
}

button {
	background: #aaa url('images/menu.png');
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #999;
	cursor: pointer;
}
		
	button:hover {
		color: #fff;
		background: #f00 url('images/menu.png') 0 -75px;
	}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1, h1 a {
	color: #eee;
}

h1 a:hover {
	color: #fff;
}

h2 a, h3 a, h4 a {
	color: #333;
}

#footer {
	bottom: -10px;
	position: fixed;
	width: 100%;
	background: #FFF;
	border: 2px solid #000;
	padding: 0px 0px 0px 0px;
}

/* THE HEADER */

#header {
/*    position: fixed; */
    z-index: 19;
    margin-top: -3px;
}


.description {
	color: #555;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
	position: fixed;
}

/* THE MENU */

#menubar-wrapper {
	background: url('images/menu.png');
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #999;
	height: 25px;
}

#content-wrapper {
	position: absolute;
	padding-bottom: 45px;
/*	margin: 4px;
	padding: 10px; */
	padding-top: 0px;
	margin-top: 0px;
	background-color: #d7d7d7;
}

.menunav a:hover {
	background-color: Transparent;
}

.menunav-rss {
	width: 25px;
	height: 25px;
	margin: 0 0 0 4px;
	padding: 0;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/menu-nav.png') no-repeat;
}

	.menunav-rss:hover {
		background: url('images/menu-nav.png') 0 -25px no-repeat;
	}

.menunav-prev, .menunav-next {
	display: block;
	float: left;
}

.menunav-prev {
	margin: 0 0 0 5px;
}

	.menunav-prev a, .menunav-next a {
		width: 25px;
		height: 25px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}

	.menunav-prev a {
		background: transparent url('images/menu-nav.png') -25px 0 no-repeat;
	}

	.menunav-prev a:hover {
		background: transparent url('images/menu-nav.png') -25px -25px no-repeat;
	}
	
.menunav-next a {
	background: url('images/menu-nav.png') -50px 0 no-repeat;
}

	.menunav-next a:hover {
		background: transparent url('images/menu-nav.png') -50px -25px no-repeat;
	}


.menubar {
	border-right: 1px solid #aaa;
}

	.menubar li a {
		border-left: 1px solid #aaa;
		border-right: 1px solid #fff;
	}

.menubar ul li a {
	text-shadow: 2px 2px 4px #555;
}

.menubar ul li ul li a {
	text-shadow: 2px 2px 4px #555;
	border: none;
}

.menubar ul li a:link, .menubar ul li a:visited {
	text-shadow: 2px 2px 4px #555;
}


.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
	text-shadow: 2px 2px 4px #555;
	border: none;
}

.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: Transparent;
	background: url('images/menu.png') 0 -75px;
}

.menubar ul li a:hover {
	background-color: Transparent; /*background of menu items during onmouseover (hover state)*/
	background: url('images/menu.png') 0 -75px;
	border-left: 1px solid #8b160f;
	border-right: 1px solid #c28380;
}

.menubar ul li ul li a.selected {
	background-image: none;
	background-color: #333;
}

.menubar ul li ul li a:hover {
	background-image: none;
	background: #000;
}

/* THE COMIC */

#comic {
	padding: 5px;
	text-align: center;
	/*border: 1px solid #999;*/
	/*background: #fff;*/
	background: #d7d7d7;
}

#comic-wrap {
	padding-top: 4px;
}

#comic-head {
	position: absolute;
	top: 0px;
	padding-top: 3px;
}

#comic-head #sidebar-overcomic {
	padding: 0 0 0 0;
}

#comic-head .comic-cattitle-widget {
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Georgia, serif;
}

#comic-head .atwidget {
	right: 10px;
}

#comic-foot div.comic-socialnetwork-widget {
	text-align: justify;
}

#comic-foot div.comic-socialnetwork-widget .comic-socialnetwork-widget-tweet {
	float: right;
	padding-left: 4px;
	margin-right: 16px;
}

#comic-foot div.comic-socialnetwork-widget .comic-socialnetwork-widget-gplus {
	float: right;
}

#comic-foot div.comic-socialnetwork-widget .comic-socialnetwork-widget-like {
	float: left;
}

/* COMMENTS */

#comment-wrapper div.comment-socnet-buttons .comment-socnet-like {
	position: relative;
	top: -3px;
}

/* COMMENT LINK */

.comment-link {
	height: 55px;
	line-height: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: right;
	position: relative;
	border-bottom: 1px solid #999;
}

#comic-wrap .comment-link {
	display: none;
}	
.comment-link a {
	color: #333;
	padding: 0 5px 0 0;
}
		
.comment-link a:hover {
	color: #800;
}
		
.comment-balloon {
	width: 30px;
	height: 25px;
	display: block;
	float: right;
	overflow: hidden;
	text-align: center;
	line-height: 16px;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: normal;
	background: url('images/comment-balloon.png') no-repeat;
}
	
.comment-link a:hover .comment-balloon {
	color: #fff;
	background-position: 0 -25px;
}
		
.comment-balloon-empty {
    font-size: 20px;
    line-height: 30px;
}

.commentlist .odd {
    background: #CCCCCC;
}

.commentlist .even {
    background: #D7D7D7;
}

#comment-user-details p input, .comment-form-comment textarea#comment {
    display: block;
}

#comment-user-details p label, .comment-form-comment label {
    font-size: .8em;
    font-weight: bold;
}

p.form-allowed-tags, p.must-log-in, p.comment-notes {
    font-size: .9em;
}

/* WIDGETS */

.archive-dropdown-wrap {
	background: url('images/browse-search.png') no-repeat;
}

	.archive-dropdown-wrap:hover {
		background-position: 0 -23px;
	}

.archive-dropdown {
	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;
}

.widget_calendar .widget-content h2.widgettitle {
	display: none;
}

/* SEARCH */

#s-search, #s-transcript {
	width: 138px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	height: 19px;
	font-family: 'Arial' , sans-serif;
	color: #000;
	border: none;
	float: left;
	background: url('images/browse-search.png') 0 -46px no-repeat;
}

	#s-search:hover, #s-search:focus, #s-transcript:hover, #s-transcript:focus {
		color: #550000;
		background-position: 0 -69px;
	}

	#searchform button, #searchform-transcript button {
		padding: 0;
		margin: 0;
		border: none;
		height: 23px;
		width: 23px;
		line-height: 0;
		font-size: 0;
		cursor: pointer;
		text-indent: -9999px;
		background: url('images/browse-search.png') -143px -46px no-repeat;
	}

	#searchform button:hover, #searchform-transcript button:hover {
		background-position: -143px -69px;
	}

	#searchform button:hover, #searchform-transcript button:-moz-focus-inner {
		border: 0;
	}

/* TOP MENUBAR */
#sidebar-menubar {
	background: #800;
	color: #FFF;
	height: 30px;
	display: block;
/*	position: fixed;
	z-index: 20;
	width: 100%;
	left: 0px;
	top: 120px;*/
	/*overflow: hidden;*/
}

#sidebar-menubar .widgettitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
}

#sidebar-menubar .widget_search {
	float: right;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: -26px;
}

#sidebar-menubar .widget_nav_menu {
	float: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: -26px;
	left: 90px;
}

#sidebar-menubar #nav_menu-3 {
	float: none;
	top: 0px;
	left: 0px;
	max-width: 285px;
}

#sidebar-menubar .widget_nav_menu .widget-content div ul a, #sidebar-menubar .widget_nav_menu .widget-content div ul a.visited{
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
}

#sidebar-menubar .widget_nav_menu .widget-content div ul li:hover {
	background-color: #800;
}

#sidebar-menubar .widget_nav_menu .widget-content div ul.menu {
	position: absolute;
	background: #000;
	color: #fff;
	min-width: 120px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
    	padding-top: 5px;
    	/*border: 0px solid #CCCCCC;*/
    	border: 3px solid #800;
    	border-top: 1px solid #800;
        float: left;
	left: 0px;
        list-style: none;
    	/* width: 18em; */
        /* height: 0px; */
    	/*display: none;*/
    	opacity: 0;
    	-moz-opacity: 0.0; 
    	-webkit-opacity: 0.0;
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    	filter: alpha(opacity=0);
    	/*-webkit-transition: opacity 350ms ease-in-out, z-index 0s linear; 
    	-moz-transition: opacity 350ms ease-in-out, z-index 0s linear; 
    	-o-transition: opacity 350ms ease-in-out, z-index 0s linear; 
    	transition: opacity 350ms ease-in-out, z-index 0s linear; */
	/*-webkit-transform: scale(0); 
    	-moz-transform: scale(0); 
    	-o-transform: scale(0);*/
    	overflow: hidden;
    	z-index: -5;
        float: left;
        list-style: none;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
}

#sidebar-menubar .widget_nav_menu .widget-content:hover div ul.menu {
    	display: block;
    	z-index: 5; 
    	opacity: 1;
    	-moz-opacity: 1.0; 
    	-webkit-opacity: 1.0;
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    	filter: alpha(opacity=100);
	/*-webkit-transform: scale(1); 
    	-moz-transform: scale(1); 
    	-o-transform: scale(1);*/
    	-webkit-transition: opacity 250ms ease-in-out, z-index 0s linear; 
    	-moz-transition: opacity 250ms ease-in-out, z-index 0s linear; 
    	-o-transition: opacity 250ms ease-in-out, z-index 0s linear; 
    	transition: opacity 250ms ease-in-out, z-index 0s linear; 
}

#sidebar-menubar .widget-content #s-search {
	font-size: 10px;
	height: 17px;
	margin-top: 2px;
}

/* LEFT SIDEBAR */
#sidebar-left div.comicpress_control_panel_widget form#loginform, #sidebar-left div.comicpress_control_panel_widget form#loginform p{
	width: 100%;
}

#sidebar-left div.comicpress_control_panel_widget input#user_login, #sidebar-left div.comicpress_control_panel_widget input#user_pass{
	width: 120px;
	right: 6px;
}

#sidebar-left div.comicpress_control_panel_widget label {
	left: 6px;
}


/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
	text-align: center;
}

.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); */
}

/* Pagination */

#wp-paginav {
	background: url('images/menu.png');
	text-align: left;
	border: 1px solid #999;
}

#paginav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 13px;
	border-right: 1px solid #aaa;
}

	#paginav .paginav-pages, #paginav .paginav-extend {
		padding: 0 15px 0 15px;
	}

	#paginav a {
		padding: 0px 10px 0 10px;
		display: block;
		color: #000;
		text-decoration: none;
	}

	#paginav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#paginav li {
		float: left;
	}

	#paginav li a {
		border-left: 1px solid #aaa;
		border-right: 1px solid #ccc;
	}

	#paginav .paginav-next, #paginav .paginav-previous {
		font-size: 20px;
	}

	#paginav .paginav-current, #paginav .current {
		padding: 0px 10px 0 10px;
		color: #fff;
		border-left: 1px solid #aaa;
		background: url('images/menu.png') 0 -150px;
	}

	#paginav li:hover a {
		border-left: 1px solid #8b160f;
		border-right: 1px solid #c28380;
		color: #fff; 
		background: url('images/menu.png') 0 -75px;
	}

#wp-calendar-wrap {
	border-color: #999;
}

#blogheader {
	border-color: #999;
}

/* special directives */

/*bio page */

.bioteam {
padding-top: .75em;
padding-bottom: .75em;
}

.biocast {
padding-top: 1em;
padding-bottom: .5em;
}

.bioteam h2 {
font-weight: 600;
}

.biocast h3 {
font-weight: 500;
}