/*
Theme Name: ComicPress Silver
Theme URI: http://comicpress.org
Template: comicpress
Description: A ComicPress child theme. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://mindfaucet.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 {
        font-family: 'Arial' , sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;

background: #000 url('images/bg.gif') repeat;
}

a:link, a:visited {
	font-weight: bold;
        color: #aabbcc;
	text-decoration: none;
}

	a:hover {
		color: #011341;
	}

	a:focus {
		outline: none;
	}

	a img {
		border: none;
	}


#page, #page-wide {
	background: #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#page-wrap {
	padding: 0;
	background: url('images/classic-background-narrow.png') top center repeat-y;
}	

#page-wide-wrap {
	padding: 0;
	background: url('images/classic-background-wide.png') top center repeat-y;
}

#subcontent-wrapper {
        margin: 0px;
	background: #fff;
}

.narrowcolumn, .widecolumn {
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
	background: #fff;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #000;
}

#sidebar-undercomic, #comic-foot {
	background: #000;
	color: #fff;
}

#sidebar-undercomic a, #comic-foot a {
	color: #aabbcc;
}

#sidebar-undercomic a:hover, #comic-foot a:hover {
	color: #eee;
}

	
	.sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.sidebar ul li {
			margin: 0 0 5px 10px;
			padding: 0;
		}


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, h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
	font:'Arial' , sans-serif;
	text-transform: uppercase;
}

h1, h1 a {
	color: #eee;
}

h1 a:hover {
	color: #fff;
}

h2 a, h3 a, h4 a {
	color: #aabbcc;
}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	font-family: 'Georgia' , serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-weight: bold;
	font-family: 'Arial' , sans-serif;
	font-size: 12px;
}

/* THE HEADER */

.description {
	color: #555;
	padding: 0 0 0 0;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}

/* THE MENU */

#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
        height: 25px;
	background: url('images/nav_bg.gif');
}

.ie #menubar-wrapper {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

.menunav {
	float: right;
	text-align: center;
}

.menunav a {
	color: #fff;
}

.menunav-search {
	float: left;
	padding: 2px;
}

.ie .menunav-search {
	padding-top: 3px;
}

.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: Transparent url('images/menu-nav.png') 0 -25px no-repeat;
	}

.menunav-prev, .menunav-next {
	display: inline-block;
	float: left;
}

.menunav-prev a, .menunav-next a {
	font-size: 24px;
	line-height: 25px;
	padding: 0 5px 1px 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-prev a:hover, .menunav-next a:hover {
	color: #fcff00;
	background: #f00;
}

.menu {
	float: left;
}

.menu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menu ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.menu ul li ul li a {
	text-align: left;
	background: #555; /* background of menu items (default state)*/
}

* html .menu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/* this is the color of the non-hovered text in the menubar */
.menu ul li a:link, .menu ul li a:visited {
	color: #fff;
}

/* color of the sub level non-hovered text */
.menu ul li ul li a:link, .menu ul li ul li a:visited {
	color: #fff;
	font-size: 12px;
}

.menu ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #000;
	color: #fff;
}

.menu ul li a:hover {
	color: #fff;
	background: #000; /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

/* sub level menu hover color */
.menu ul li ul li a:hover {
	color: #fff;
}

/* this is the color of the text in the menubar when its on that page */
.menu .current_page_item a {
	color: #fff !important;
}

/* THE COMIC */

#comic {
	text-align: center;
	background: #000;
}


/* COMMENT LINK */

.comment-link {
	height: 25px;
	line-height: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: right;
}
	
	.comment-link a {
		color: #aabbcc;
		padding: 0 5px 0 0;
	}
		
	.comment-link a:hover {
		color: #011341;
	}
		
	.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;
			color: #011341;
		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;
		}

/* THE FOOTER */

#footer {
        color: #fff;
        background: #000;
	padding: 5px 0;
	text-align: center;
}

#footer a:hover {
        color: #eee;
}
	
	#footer .footer-pipe {
		padding: 0 2px;
}


/* 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;
}


/* 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;
	}

/* 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;
}

table.cast {
        border-collapse:collapse;
}
tr.row td {
        border-width:1px 0;
        border-style:solid;
        border-color:black;
}
tr.row td.left {
        border-width:1px 0 1px 1px;
        vertical-align: top;
        margin-top=0;
}
tr.row td.right {
        border-width:1px 1px 1px 0;
        vertical-align: top;
        margin-top=0;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignright {
	margin: 0px 0 10px 10px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 0px 10px 10px 0;
	display: inline;
	float: left;
}
