/*  
 
Theme Name: ComicPress 3C
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: The 3-Column Edition of 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

*/



/* STANDARD HTML TAGS */

body {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-family: 'Verdana', sans-serif;
	background: #f9ca4a url('images/background-cool1a.png') center top repeat-y;
	
}

a {
	color: #fff;
	text-decoration: underline;
  	}
  	
  	a:hover {
  		color: #000;
  		}

	a img {
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
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: 'Verdana', 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 #777;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 50px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #fff;
		font-family: 'Verdana', sans-serif;
		font-size: 20px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
                 		}

h3, h3 a {
	margin: 30px 10px 0 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
     	}

h2 a:hover, h3 a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}



/* THE HEADER */

#header {
	width: 900px;
	height: 270px;
         margin: 0 auto;
	background: #fff;
         	}
	
	.description {
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: 'Verdana', sans-serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}



/* THE MENU */

#menubar {
    width: 900px; height: 35px;
    background: url('images/Menbar1.png');
    margin: 0 auto; padding: 0;
    position: relative;}
  #menubar li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
   #menubar li,#menubar a {
    height: 35px; display: block;
 } 
 
  #home {left: 0; width: 94px;}
  #about {left: 108px; width: 94px;}
  #cast {left: 218px; width: 94px;}
  #store {left: 326px; width: 94px;}
  #contact {left: 438px; width: 94px;}
  #rss {left: 544px; width: 94px;}
  #links {left: 653px; width: 94px;}
  #donate {left: 780px;}

  #home a:hover {
    background: transparent url('images/Menbar1.png')
    0 -35px no-repeat;}
  #about a:hover {
    background: transparent url('images/Menbar1.png')
    -108px -35px no-repeat;}
  #cast a:hover {
    background: transparent url('images/Menbar1.png')
    -218px -35px no-repeat;}
  #store a:hover {
    background: transparent url('images/Menbar1.png')
   -326px -35px no-repeat;}
  #contact a:hover {
    background: transparent url('images/Menbar1.png')
   -438px -35px no-repeat;}
  #rss a:hover {
    background: transparent url('images/Menbar1.png')
   -544px -35px no-repeat;}
 #links a:hover {
    background: transparent url('images/Menbar1.png')
   -653px -35px no-repeat;}

/* SHARE */

#share {
    width: 900px; height: 16px;
    margin: 0 auto; padding: 0;
    position: relative;}

/* THE COMIC */


#comic { 
 width: 900px; 
 margin: 0 auto;
 } 

#comic_navi_wrapper
{
    width: 540px;
    height: 45px;
     
}

#comic_navi_prev
{  
    float: left;
}

#comic_navi_next
{
    float: right;
}

/* THE PAGE WRAPPER */

#page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: #cc6600;
	}



/* THE FOOTER */

#footer {
	width: 965px;
	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;
		}

/* COMIC NAVIGATION */

a.rollnext
{
    display: inline-block;
    height: 45px;
    width: 100px;
    float: right;
    text-decoration: none;
    background: url('images/nextroll.png') no-repeat;
}

a.rolllast
{
    display: inline-block;
    height: 45px;
    width: 100px;
    float: right;
    text-decoration: none;
    background: url('images/lastroll.png') no-repeat;
}

a.rollprev
{
    display: inline-block;
    height: 45px;
    width: 100px;
    float: left;
    text-decoration: none;
    background: url('images/prevroll.png') no-repeat;
}

a.rollfirst
{
    display: inline-block;
    height: 45px;
    width: 100px;
    float: left;
    text-decoration: none;
    background: url('images/firstroll.png') no-repeat;
}

a.rollfirst:hover, a.rollprev:hover, a.rollnext:hover, a.rolllast:hover
{                  filter: alpha(opacity=65);
		-moz-opacity: 0.65;
		opacity: 0.65;
    
}


/* CONTENT AREA */

#column {
	width: 570px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}

.post-frontpage {
	padding: 0 20px 0 20px;
	text-align: justify;
	}
	
.post, .content {
	padding: 0 20px 0 20px;
	text-align: justify;
	}

	.comicdate {
		color: #000;
		font-family: 'Verdana', sans-serif;
		font-size: 12px;
		font-weight: bold;
		}
	
	.postdate {
		color: #000;
		font-family: 'Verdana', sans-serif;
		font-size: 12px;
                font-weight: bold;
		}

.postmeta {
	margin: 0 0 20px 0;
	color: #fff; 	
 	font-family: 'Verdana', sans-serif;
 	text-align: right;
 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
	padding: 10px;
 	color: #fff;
	font-size: 11px;
	text-align: left;
	background: #000;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.postmeta-single a {
		color: #fff;
		}	
	
	.postmetatags {
		font-family: 'Verdana', sans-serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #000;
		border-bottom: 1px dotted #000;
		}

.postmeta-comments {
	font-size: 12px;
	}
	
	.balloon {
		color: #fff;
		font-family: 'Verdana', sans-serif;
		font-size: 12px;
		}



/* THE BLOG HEADER */

#blogheader {
	margin: 0;
	padding: 10px 0 0 20px;
	color: #aaa;
	font-family: 'Verdana', 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: #fff;
		font-family: 'Verdana', sans-serif;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: -1px;
		clear: both;
		}

		.bigballoon {
			color: #ccc;
			font-family: 'Verdana', sans-serif;
			font-size: 18px;
			}

	.comment-wrapper a {
		text-decoration: none;
		border-bottom: 1px dotted #fff;
		}
		
		.comment-wrapper a:hover {
			color: #000;			
			border-bottom: 1px dotted #000;
			}

	.comment-wrapper p {
		margin: 10px 0 0 0;
		}

.avatar {
	margin:0 10px 10px 0;
	padding:5px;
	float:left;
	border: 1px solid #cc6600;
	-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: #000000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
		cursor:pointer;
		background: #921919;
		}

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: #cc6600;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	
	}
 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		}


/* SIDEBARS */
#sidebar-left {
float:left;
font-size:11px;
margin:0;
overflow:hidden;
padding:0;
width:165px;
}
#sidebar-right {
float:right;
font-size:11px;
margin:0;
overflow:hidden;
padding:0;
width:165px;
}
.sidebar h2, .sidebar h2 a {
color:#fff;
font-family:'Verdana',sans-serif;
font-size:18px;
font-weight:normal;
letter-spacing:-2px;
text-transform:none;
}
.sidebar ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.sidebar ul li {
margin:0 0 5px 5px;
padding:0;
}
.sidebar ul li ul li {
margin:0 0 0 10px;
padding:0;
}
.sidebar ul li ul li a {
border-bottom:1px dotted #777777;
color:#333333;
display:block;
text-decoration:none;
}
.sidebar ul li ul li a:hover {
background:#DDDDDD none repeat scroll 0 0;
border-bottom:1px solid #777777;
color:#333333;
}




/* CALENDAR */

#wp-calendar {
	width: 150px;
	margin: 0 0 0 0px;
	color: #000;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	}

#wp-calendar caption {
	font-family: 'Verdana', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #fff;
	}

#wp-calendar td {
	min-width: 16px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
	background: #f9ca4a;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	background: #6699cc;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #000;
		}

/* 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;
	}
