/*  
 
Theme Name: ComicPress
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: The customizable theme for publishing comics. <a href="http://mindfaucet.com/comicpress">Visit the ComicPress website.</a>

	Author: Tyler Martin
	Author URI: http://mindfaucet.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/






/*IMAGE PRELOADS*/

#imagepreload { display: none }

/* STANDARD HTML TAGS */

body {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background: #ffffff url('/wp-content/themes/comicpress/images/bg.jpg') center top no-repeat;
	background-attachment:scroll;
	}

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

	a img {
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 10px;
	color:#999999;
	}
 
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: #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	z-index:200;
	}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #777;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0px;
	padding: 20 0 0 10px;
	color: #000;
	font-family: 'Georgia', serif;
	font-size: 35px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #111;
	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: #577a8c;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
		}

h3, h3 a {
	margin: 30px 10px 0 0;
	padding: 0;
	color: #c45d56;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #577a8c;
	}



/* THE HEADER */
#container {
width: 802px;
height:135px;
background: transparent url('/wp-content/themes/comicpress/images/headerback.png') no-repeat;
margin: 0px auto;
padding-top:13px;
}
#header {
	width: 770px;
	height:90px;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom:0px;

	}
	
	.description {
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: 'Times New Roman', serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}

/* SITENAME AND SLOGAN */
.sitelogo {width:302px; height:70px; position:absolute; z-index:1; margin:15px 0 0 15px; background:url('/wp-content/themes/comicpress/images/logo.png');}
.sitelogo:hover {
background:url('/wp-content/themes/comicpress/images/logo2.png');}
.sitename {width:500px; height:60px; position:absolute; z-index:1; margin:27px 0 0 95px; overflow:hidden; display:none;}
.sitename h1 {font-family:"trebuchet ms",arial,sans serif; font-weight:normal; font-size:290% !important /*Non-IE6*/; font-size:260% /*IE6*/;}
.sitename h2 {font-family:arial,sans serif; margin-top:-5px; padding-bottom:2px; color:rgb(125,125,125); height:20px; font-weight:normal; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
.sitename a{text-decoration:none; color:rgb(125,125,125);}
.sitename a:hover {text-decoration:none;}

/* THE MENU */

#menubar {
	width: 750px;
   height: 30px;
   padding-left:10px;
   padding-right:10px;
   margin: 0 auto;
   background: transparent;
   border: #000000 0px solid;
	}

#menunav {
	margin: 0;
	padding: 1px 0 0 0;
	float: right;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0 1px 0 0;
		color: #aaa;
		text-decoration: none;
		background: #222;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

		#menunav a:hover {
			color: #fff;
			background: #555;
			} 
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}
  
#menu {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	}

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

	#menu li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}

	#menu li a {
		height: 25px;
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #C45D56;
		font-weight:bold;
		line-height: 25px;
		border: 1px solid transparent;
		text-decoration: none;
		}

	#menu li a:hover {
		color: #fff;
		background: #417b8f;
		border: 1px solid #000000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
		}

.wp-pagenavi {
width:400px;}

/* THE COMIC */
#comictop {
width: 802px;
height:26px;
margin: 0px auto;
background: transparent url('/wp-content/themes/comicpress/images/comiccontback.png') center top no-repeat;
}
#comic {
	width: 802px;
	height:100%;
	margin: 0px auto;
	padding: 0 0 5px 0;
	text-align: center;
	background: transparent url('/wp-content/themes/comicpress/images/comicback.png') repeat-y;
	
	}

/* COMIC NAVIGATION */

#comicnav {
   width: 802px;
   height: 75px;
   margin: 0 auto;
   background: transparent url('/wp-content/themes/comicpress/images/navback.png') no-repeat;
   border: #000000 0px solid;
   }

#comicnav li {
    margin: 0 auto;
    padding: 0;
    display: inline;
   }

#comicnav ul {
   margin: 0 auto;     
   padding: 0;
   list-style-type: none;
   padding: 0px 5px 0px 5px;
   }

#comicnav li a{
   height: 55px;
        width: 181px;
   margin: 0 auto;
   line-height: 36px;
   list-style-type: none;
   list-style: none;   
   border-left: #000000 0px solid;
   border-right: #000000 0px solid;
   }

#comicnav li.first a{
float: left;
margin-left:50%;
margin-top: 10px;
background: url('/wp-content/themes/comicpress/images/first.png') no-repeat;
   }

#comicnav li.first a:hover {
background: url('/wp-content/themes/comicpress/images/firstroll.png') no-repeat;
   }


#comicnav li.yesterday a{
float: left;
background: url('/wp-content/themes/comicpress/images/yest.png') no-repeat;
   } /*Yesterday code not needed if you don't want it*/

#comicnav li.yesterday a:hover {
float: left;
background: url('/wp-content/themes/comicpress/images/yestroll.png') no-repeat;
   }/*Yesterday code not needed if you don't want it*/


#comicnav li.previous a{
float: right;
margin-right:20px;
margin-top: 5px;
background: url('/wp-content/themes/comicpress/images/next.png') no-repeat;
   }

#comicnav li.previous a:hover {
float: right;
background: url('/wp-content/themes/comicpress/images/nextroll.png') no-repeat;
   }

#comicnav li.next a{
float: left;
margin-left:20px;
margin-top: 5px;
background: url('/wp-content/themes/comicpress/images/prev.png') no-repeat;
   }

#comicnav li.next a:hover {
float: left;
background: url('/wp-content/themes/comicpress/images/prevroll.png') no-repeat;
   }



/* THE PAGE WRAPPER */

#page {
	width: 760px;
	margin: 0px auto;
	text-align: left;

background-color:#eff3f6;
background: #FFFFFF url('/wp-content/themes/comicpress/images/bg2.jpg') center top repeat;
	background-attachment:scroll;
	border: 1px solid #000000;
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;	
	-webkit-border-radius: 16px;
	border-radius: 16px;
	
	}



/* THE FOOTER */

#footer {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0;	
	color: #e4e0db;
	text-align: center;
	background: transparent;
	}

	#footer a {
		color: #e4e0db;
		text-decoration: none;
		border: none;
		}

	#footer a:hover {
	color: #ffffff;
		border-bottom: 1px dotted #fff;
		}



/* NAVIGATION */

.nav {
	margin: 0;
	padding: 3px 0 0 0;
	float: right;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.nav-single {
	padding: 10px 0 0 0;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	}

.pagenav {
	padding: 40px 20px 20px 20px;
	color: #999;
	font-family: 'Arial', 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: #333;
	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: #111;
		background-color: #ddd;
		}



/* CONTENT AREA */

#column {
	width: 560px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}

.post-frontpage {
	padding: 0 20px 0 20px;
	text-align: justify;
	background-color:ffffff;
}

.post {
	padding: 0px 0px 0 0px;
	margin-left:20px;
	margin-right:20px;
	text-align: justify;
	background-color:transparent;
	border: 0px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;}
.post2{
	background-color:#ffffff;
	padding: 0px 10px 0 10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	text-align: left;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;}
		
.content {
	padding: 0px 0px 0 0px;
	margin-left:20px;
	margin-right:20px;
	text-align: justify;
	background-color:transparent;}
		
	.comicdate {
		color: #777;
		font-family: 'Georgia', serif;
		font-size: 15px;
		font-weight: bold;
		}
	
	.postdate {
		color: #777;
		font-family: 'Georgia', serif;
		font-size: 11px;
		}

.postmeta {
	margin: 0 0 20px 0;
	color: #777; 	
 	font-family: 'Georgia', serif;
 	text-align: right;
 	}
.comicmeta{
width:770px;
margin: 0 0 0 0;
padding-right:0px;
color:#577a8e;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
}
.comicmeta a{
color:#C45D56;
font-weight:bold;
text-decoration:none;
}
.comicmeta a:hover{
color:#577a8e;
text-decoration:underline;
}
	.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: 'Georgia', serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #777;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #777;
		border-bottom: 1px solid #777;
		}

.postmeta-comments {
	font-size: 16px;
	}
	
	.balloon {
		color: #ccc;
		font-family: 'Webdings', fantasy;
		font-size: 18px;
		}



/* THE BLOG HEADER */

#blogheader {
	margin: 0;
	padding: 10px 0 10px 20px;
	color: #577a8e;
	font-family: 'Georgia', serif;
	font-size: 36px;
	letter-spacing: -3px;
	}
#blogheader h2{
color: #577a8e;
font-size: 36px;
}


/* COMMENTS */

.comment-wrapper {
	padding: 0 20px;
	filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		opacity: 1.00;
	}
	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		color: #577a8e;
		font-family: 'Georgia', serif;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: -1px;
		clear: both;
		}
.comment-wrapper h3{
margin-bottom:5px;

}
		.bigballoon {
			color: #577a8e;
			font-family: 'Webdings', fantasy;
			font-size: 28px;
			}

	.comment-wrapper a {
	color:#c45d56;
		text-decoration: none;
		}
		
		.comment-wrapper a:hover {
			color: #496a7b;
			}

	.comment-wrapper p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#354f5c;
	font-size:14px;
		margin: 10px 0 10px 0;
		}
.comment-wrapper #commentform p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
		margin: 10px 0 10px 0;
		}
.comment-wrapper #commentform a {
	color:#c45d56;
		text-decoration: none;
		}
		
		.comment-wrapper #commentform a:hover {
			color: #496a7b;			
			}		
		
.ravatar {
	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;
	filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		opacity: 1.00;*/ 
	}

#comment, #author, #email, #url {
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;
	}

	#comment:hover, #author:hover, #email:hover, #url:hover {
		background: #fff;
		filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		opacity: 1.00;
		}
	
	#comment {
		width: 100%;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
width:86px;
height:39px;
	margin: 0 0 0px 0;
	padding: 0 0px;
	float: right;
	color: #fff;
	background: transparent url('/wp-content/themes/comicpress/images/doehet01.png') center top no-repeat;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	border:none;

	
	}

	#submit:hover {
		cursor:pointer;
		background: transparent url('/wp-content/themes/comicpress/images/doehet02.png') center top no-repeat;
		}
.commentborder{
border-width: 2px;
	border-style: solid;
	border-color: #999999;
}
ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	/* filter: alpha(opacity=90);
		-moz-opacity: 0.90;
		opacity: 0.90;
		z-index:200;*/ 
	
	}

	.commentlist li {
		padding: 10px 10px 10px 10px;
		clear: both;
		border: 1px solid #000000;
		background-color:#FFFFFF;
		-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:10px;
	filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;
		}



/* ARCHIVE */  

.comicarchiveframe {
width:442px;
overflow-x: hidden;
overflow-y: hidden;
display:block;
float:left;
	margin: 20px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;

	background-color:#FFFFFF;
	filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;
	}

 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		opacity: 1.00;
		}



/* SIDEBAR */

#sidebar {
	width: 180px;
	margin-top: 20px;
	margin-bottom:25px;
	padding: 10px 0 0 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	border: 1px solid #000000;
	background-color:#ffffff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:10px;
	}

#sidebar h2, #sidebar h2 a {
	color: #577a8c;
	font-family: 'Georgia', serif;
	font-weight: normal;
	font-size: 18px;
	}
#sidebar .widget_text h2{
	color: #577a8c;
	font-family: 'Georgia', serif;
	font-weight: normal;
	font-size: 30px;
	text-indent:-1000px;
	}
#sidebar ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 15px 10px 10px;
		padding: 0;
		}

		#sidebar ul li ul li {
			margin: 0 0 0 5px;
			padding: 0;
			}

			#sidebar ul li ul li a {
				display: block;
				color: #ffffff;
				font-weight:bold;
				text-decoration: none;
				margin-bottom:3px;
				border: 2px solid #000000;
				background: #C45D56;
				-moz-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent:5px;
				}

				#sidebar ul li ul li a:hover {
					color: #ffffff;
					background: #577a8e;
					border: 2px solid #000000;
					}

.textwidget img{
padding:0px;
moz-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* 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: #555;
	font-family: 'Georgia', 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: #333;
	display: block;
	text-decoration: none;
	background: #ddd;	
	}
	
	#wp-calendar a:hover {
		color: #333;
		background: #bbb;
		}

#text-172232601{
border:1px;
border-color:#003300;
background: transparent url('/wp-content/themes/comicpress/images/hugoside.png') center top no-repeat;
	background-attachment:scroll;
}
h2 .widgettitle{
display:none;}

.textwidget{
margin-top:10px;
}
/* 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: #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#searchsubmit:hover {
		cursor:pointer;
		background: #222;
		}



/* GALLERY */

.attachment {
	width: 520px;
	margin: 0 auto;
	text-align: center;
	}

	.attachment img {
		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: #777;
		border-bottom: 1px dotted #777;
		}
		
		.imagenav-center a:hover {
			color: #777;
			border-bottom: 1px solid #777;
			}

.imagetitle {
	color: #333;
	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;
	}
