/*
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> For ComicPress > 2.9.2
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://mindfaucet.com/
Version: 2.0
.
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 {
	margin: 0;
	color: fff;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background:url(http://www.zampano-online.com/images/bg.gif) repeat-y center #f9f8f3;
	}

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: 'Arial', sans-serif;
	font-weight: normal;
}

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	line-height: 46px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}

h1 a:hover {
	color: #fff;
}

h2, h2 a {
	margin: 0;
	color: #333;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: 'Arial', sans-serif;
}

	h2.pagetitle, h2.pagetitle a {
		padding: 7px 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Arial', sans-serif;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #333;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'Arial', sans-serif;
}
h4 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #ffff00;
       
        font-size: 11px;
        margin: 2px 0px 0 10px;
        
        }

h6 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 11px;
        padding-top: 10px;
        margin: 0 0 10px 0;
        }
        
h7 {       
         width: 400px;
         }
        

/* THE HEADER */

.description {
	color: #555;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}

#header {
	width: 960px;
	height: 145px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(http://www.zampano-online.com/images/header_left.gif);
	background-repeat: no-repeat;
	}
	
	#header h1 a, #header .description { display: none; }
	#adHeader {
	width: 468px;
	height: 75px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
    }

/* THE MENU */

#menubar-wrapper {
	background: url('images/menu.png');
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #999;
	height: 25px;
}

.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.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 PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page {
	width: 800px;
	margin: 0px auto;
	
}

#page-wide {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000;
}
/* THE COMIC */

#comic-head {
	padding-top: 15px;
}

#comic {
width: 700px;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	z-index: 100;
	padding: 10 10 0px 0px;
	margin: 0 0 0px 20px;
}
#comic-foot {
	padding: 5px 0 5px 0;
}

#sidebar-comicleft {
float: left;
}

#sidebar-comicright {
float: right;
}

#comic-nav {
        width: 700px;
	margin-top: 7px;
       
        margin-bottom: 0px;
        margin-bottom: 0px;
	text-align: center;
        }

/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	margin-left: 10px;
	width: 180px;
	padding: 10px 0 0px 0px;
	margin-bottom: 0px;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: left;
	padding: 0px 10px 0px 0px;
	margin-right: 0px;
	margin-left: 30px;
	width: 160px;
	 
}

#sidebar-overcomic {
	padding: 20px 0 0 0;
}

.customsidebar ul, .customsidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Sidebar Class */

.sidebar {
	font-size: 11px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
	padding: 0 0 5px 0;
}

	.sidebar h2, .sidebar h2 a {
		font-family:arial;
		font-size: 16px;
	}

	.sidebar .widget {
		margin-bottom: 20px;
	}

	.sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.sidebar ul li {
			margin: 15px 0 10px 0;
			padding: 0;
			text-align: left;
			list-style: none;
		}

		.sidebar ul li ul li {
			margin: 0 0 0 13px;
			padding: 0;
			text-align: left;
		}

	.sidebar li h2 {
		margin-top: 15px;
	}

/* THE BLOG HEADER */

#blogheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	font-size: 24px;
	letter-spacing: -2px;
	border-top: 1px solid #999;
	margin-top: 10px;
}

/* COMMENT LINK */

.comment-link {
	height: 25px;
	line-height: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: right;
}
	
	.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;
		}


/* 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;
}

/* NAVIGATION */
#nav-old {
	margin: 0 50px 0 0;
	padding: 10px 0px 0px 20px;
	float: right;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
        clear: both;
	}
	
.nav { display: none; } 

a.navi-comments:hover span {
	color:#860b04;
}

.nav {
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 0;
	float: left;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
        clear: both;
	}
	
	
}

	.nav-first {
		padding: 0 0px 0 0;
		float: right;
	}

	.nav-previous {
		padding: 0 0px;
		float: right;
	}

	.nav-next {
		padding: 0 5px;
		float: right;
	}

	.nav-last {
		padding: 0 0 0 5px;
		float: right;
	}
	
/* THE FOOTER */

#footer {
	width: 962px;
        heigth: 100px;
	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;
		}

