/*  
 
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
 
*/

/* STANDARD HTML TAGS */


html {height:100%;}
body {
 	    margin:0;
	color: #333;
	font-size: 12px;
	font-family: 'trebuchet ms', sans-serif;
	background: #443544;
        background-image:url(bg.png);
        background-repeat: repeat-x;
        background-position:top;
        height:100%;


	}
head { <link rel="BOMB ICON" href="favico.ico"> }


a {
	color: #999;
        text-decoration:none;


  	}
  	
  	a:hover {
  		color: #ccc;
  		}

	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: 'trebuchet ms', 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: #000;
	font-family: 'trebuchet ms', serif;
	font-size: 50px;
	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;
        font-family: 'trebuchet ms', serif;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #000;
		font-family: 'trebuchet ms', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		}


h3, h3 a {
	margin: 0 0 0 0;
	padding: 0;
	color: #111;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #e3b55d;
	}


h5, h5 a {
		margin: -10px 0 0 0;
		padding: 0 20px 20px 0;
		color: #000;
		font-family: 'trebuchet ms', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		}



/* THE HEADER */

#header {
	width: 760px;
        height: 30px;
	margin: 0 auto;
        border-top: 2px solid #fecb44;
border-left: 2px solid #fecb44;
     border-right: 2px solid #fecb44;
background: #fff;
	}
	
	.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;
		}



/* THE MENU */

#menubar {
	width: 760px;
	height: 70px;
	margin: 0 auto;
	}


  
#menu {
	color: #cfb4cb;
	font-family: 'trebuchet ms', serif;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: -1px;
        float: right;
        padding 0 100px 0 0;

        position: relative;
        right: 33px;
        height: 20px;
	}

	#menu ul {
		margin: 0;		
		padding 0;
		list-style: none;	
		}

	#menu li {
 		margin: 0;
 		padding 0;
 		float: left;
		}

	#menu li a {
		height: 20px;
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #cfb4cb;
		line-height: 20px;
		text-decoration: none;
		border-width: 0 1px 0 0;
		border-style: solid;
		border-color: #fecb44;
		}

	#menu li a:hover {
		color: #b18aab;
		}



/* THE COMIC */
	
#comic {
	width: 760px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff;

	}



/* THE PAGE WRAPPER */

#page {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: #fff;

}

#page_single {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
        
}




/* THE FOOTER */

#footer {
	width: 760px;
	margin: 0px auto;
	padding: 20px 0;	
	color: #000;
	text-align: center;
	background: #e3b55d;
        border-left: 2px solid #fecb44;
        border-right: 2px solid #fecb44;
font-family: 'trebuchet ms', serif;
	font-weight: normal;
	font-size: 11px;



	}

#footer2 {
	width: 760px;
	margin: 0px auto;
	padding: 0 0 30px;	
	color: #000;
	text-align: center;
	background: #e3b55d;
        border-left: 2px solid #fecb44;
        border-right: 2px solid #fecb44;
        border-bottom: 2px solid #fecb44;
font-family: 'trebuchet ms', serif;
	font-weight: normal;
	font-size: 11px;



	}



	



	#footer a {
		color: #f8e4b0;
		text-decoration: none;
		border: none;
		}


	#footer2 a {
		color: #f8e4b0;
		text-decoration: none;
		border: none;
		}


  #links {float:left; 
           padding: 0 0 0 30px;}
  #links2 {float:left; margin-left: 15px;
           padding: 0;}
  #links3 {margin-left: 8px;
           padding: 0 10px 0 0;}





/* NAVIGATION */

.nav1 {
	margin: 0;
	color: #999;
        float:left;
        position:relative;
        z-index: 2;
	}

.nav2 {
	margin: 0;
	color: #999;
        width: 150px;
        position:relative;
        left: 586px;
        z-index: 1;
}

.nav3 {
	margin: 0;
	color: #999;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 11px;
	font-weight: normal;
        position:relative;
        bottom: 0px;
        right: 277px;
        z-index: 2;
	}

.comic_titel {
        margin: 0;
        position:relative;
        left: 30px;
	color: #111;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
        z-index: 3;
        width: 150px;
        }

.nav-single {
	padding: 0 0 0 0;
	color: #999;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	}

.pagenav {
	padding: 40px 20px 20px 20px;
	color: #999;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}



/* PAGE COLUMN */

#column2 {
	width: 760px;
	padding: 15px 0 20px 0;
	float: left;
	overflow: hidden;
        background: #fff;

	}



/* CONTENT AREA */

#column {
	width: 550px;
	padding: 35px 0 20px 0;
	float: left;
	overflow: hidden;
        background: #fff;



	}

.post-frontpage {
	padding: 0 25px 0 35px;
	text-align: justify;
	}
	
.post, .content {
	padding: 0 40px 0 35px;
	text-align: justify;
	}

	.comicdate {
		color: #aaa;
		font-family: 'trebuchet ms', serif;
		font-size: 11px;
		font-weight: normal;


		}
	
	.postdate {
		color: #aaa;
		font-family: 'trebuchet ms', serif;
		font-size: 11px;
                margin-top: 15px;

		}

.postmeta {
	margin: 0 0 20px 0;
	color: #777; 	
 	font-family: 'trebuchet ms', serif;
 	text-align: right;
 	}

	.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: 'trebuchet ms', serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #999;
	text-decoration: none;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #ccc;
                text-decoration: none;
		}

.postmeta-comments {
	font-size: 11px;
	}
	
	.balloon {
		color: #ccc;
		font-family: 'Webdings', fantasy;
		font-size: 11px;
		}



/* THE BLOG HEADER */

#blogheader {


	}



/* COMMENTS */

.comment-wrapper {
	padding: 0 36px;
	}
	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		color: #777;
		font-family: 'trebuchet ms', serif;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: -1px;
		clear: both;
		}

		.bigballoon {
			color: #ccc;
			font-family: 'Webdings', fantasy;
			font-size: 28px;
			}

	.comment-wrapper a {
		text-decoration: none;
                color: #999;	
		}
		
		.comment-wrapper a:hover {
			color: #ccc;			
			}

	.comment-wrapper p {
		margin: 10px 0 0 0;
		}

.avatar {
	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;
	}

#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: #888;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
		cursor:pointer;
		background: #222;
		}

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: #fecb44;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #fecb44;
	}
 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}



/* SIDEBAR */

#sidebar {
	width: 210px;
	margin: 0;
	padding: 9px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
        font-family: 'trebuchet ms', serif;
	font-weight: normal;
background: #fff;

	}

#sidebar h2, #sidebar h2 a {
	color: #dc8d14;
	font-family: 'trebuchet ms', serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.75px;
        padding: 10px 0 5px 0;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
        font-family: 'trebuchet ms', serif;
	}

	#sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0;
		}

		#sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
                        
			}

			#sidebar ul li ul li a {
				display: block;
				color: #333;
				text-decoration: none;
				border-bottom: 1px dotted #ffbd51;
                                height: 16px;
				}

				#sidebar ul li ul li a:hover {
					color: #333;
					background: #fff3d5;
					
                                height: 16px;

					}
#link1 { font-size: 20px;}


/* 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: 'trebuchet ms', 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;
		}



/* SEARCH */

#s {
	width: 168px;
	margin: 0;
	padding: 2px;
	color: #000;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 11px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
        position: relative;
        left: 8px;
        top: 3px;
	}

	#s:hover {
		background: #eee;
		}

#searchsubmit {
        position: relative;
        left: 8px;
        top: 5px;
          
	}

	#searchsubmit:hover {
		cursor:pointer;
		}

















/* 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
	}


#trennlinie {position: relative;
right:32px;
top: 9px;
        z-index: 1;
}

#trennlinie1 {position: relative;
top: 40px;
z-index: 1;
}


/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}

#wrap { border-left: 2px solid #fecb44;
        border-right: 2px solid #fecb44;
       width: 760px;
       background: #ffffff;
	text-align: center;
	margin: 0px auto;
}


/*SCHAFE-SEITE */

.schaf_leer {
	background-image: url(schaf_leer.jpg);
	background-repeat: no-repeat;

}

.schaf_leer2 {
	background-image: url(notforsale.jpg);
	background-repeat: no-repeat;

}


td img {display: block;}


#commentgrau {
         position: relative;
         top: 20px;
         left: 233px;
          }

.picfig {
    position:fixed;
    bottom:0px;
    height:80px;
    width:120px;
    z-index: 2;
    margin-left:645px;
   }

.strip42 {
   position:relative;
   bottom:286px;
   z-index: 2;
   margin-left:673px;
   }

.quote1 {
	width: 168px;
		margin: 4px 0 0 10px;
		padding: 5px 5px 5px 10px;
                background-color: #fbf1d5;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
#logo {position:relative;
   bottom:70px;
left:20px;
width: 187px;
height: 104px;
}

#kleinelogos {position:relative;
right:262px;
top: 40px;
align:left;
margin-left: 8px;
}

#isz {position:relative;
left:15px;}