/*
Theme Name: ComicPress V
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. Vertical Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/



/* STANDARD TAGS */


body {
	color: #000;
	font-size: 11px;
	font-family: 'Arial', Helvetica, sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	
	
	}

@font-face {
font-family:"Probsecretary.ttf";
src:url(http://www.workbytescomic.com/Probsecretary.ttf) format("truetype");
}

#comic {
	text-align: center;
	margin: -15px 0px 5px 85px;
	width: 975px;
	border-bottom: 1px dashed #333333;
	
	}
	
	.comicdate {
	float: right;
	margin-top: -25px;
	padding-right: 10px;
	font-size: 14px;
	color: #fff;
		}

#page {
	width: 1149px;
	padding-bottom: 10px;
	margin: 0px auto;
	background: url(images/bg-paper2.jpg) top repeat-y;
	
	}



/* THE HEADER */

#topad {
	margin: 0 0 0 310px;

}


	

#bottomad {
	
	margin: 20px 0 0px 200px;
	padding-top: 30px;
	padding-left: 10px;
	height: 135px;
	clear:left;
}

#header {
	margin: 0px 0px 0px -28px;
	background: url(images/new-header.jpg) no-repeat;
	width: 1200px;
	padding-top: 10px;
	height: 191px;
	}
	
#comicnav {
    width: 500px;
    height: 60px; 
    margin: -60px 0 -15px 478px; 
    padding-top: 3px;
    }
   
 #column {
	width: 450px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	margin: 0 0 0 15px;
	
	
	
	
	}
	
	
 #column2 {
	width: 450px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 20px;
	
	
	
	}


#entry-text {

	padding: 0 10px 0 10px;
	color: #000000;

}
	
#entry2a-text {

	padding: 0 10px 0 5px;

} 
	

	#comic-title   {
	padding: 8px 0 0 0px;
	width: 530px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	margin-bottom: -50px;
	margin-left: 10px;
	clear: left;
	height: 60px;
	font-family: "Comic Sans MS";
	
	
}

	#comic-title a {
	display: block;
	padding: 0 0 0 0px;
	width: 530px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	margin-bottom: -50px;
	margin-left: 3px;
	clear: left;
	font-family: "Comic Sans MS";
	
	
	}
		
	#comic-title a:hover {
	
	color: #ffffff;
	
	}

#addthis {

float: right;

}



a {
	font-size: 14px;
	color: #60181b;
	font-weight:bold;
	text-decoration: none;
	}

  	a:hover {
		color: #ffffff;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 14px 0;
	padding-left:20px;
	font-size:15px;
	}


#rss {

	float:right;
	border-right: none;

}
small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
	}

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

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Arial', Helvetica, sans-serif;
	border: 1px dotted #000;
	overflow: scroll;
	}

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

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

form {
	margin: 0;
	}

/* COMIC NAVIGATION */ 





   

#comicnav li { 

    margin: 0 auto; 

    padding: 0; 

    display: inline; 

   } 



#comicnav ul { 

   margin: 0 auto;      

   padding: 0; 

   list-style-type: none; 

   padding: 0px 0px 0px 0px; 

   } 



#comicnav li a{ 

   height: 60px; 

   width: 110px; 

   margin: -8px 20px 3px 0; 

   list-style-type: none; 

   list-style: none;    

   } 





#comicnav li.first a{ 

float: right;

background: url('images/first-button.jpg') no-repeat; 

   } 





#comicnav li.previous a{ 

float: right; 



background: url('images/prev-button.jpg') no-repeat; 

   }
   
#comicnav li.today a{ 

float: right;

background: url('images/today-button.jpg') no-repeat; 

   }


#comicnav li.first a{ 

float: right;

background: url('images/first-button.jpg') no-repeat; 

   }


#comicnav li.next a{ 

float: right; 

background: url('images/next-button.jpg') no-repeat; 

   }
   
/* comicnav2 */


#comicnav2 {
    width: 500px;
    height: 70px; 
    margin: -60px 0 -15px 470px; 
    padding-top: 3px;
    }


#comicnav2 li { 

    margin: 0 auto; 

    padding: 0; 

    display: inline; 

   } 



#comicnav2 ul { 

   margin: 0 auto;      

   padding: 0; 

   list-style-type: none; 

   padding: 0px 0px 0px 0px; 

   } 



#comicnav2 li a{ 

   height: 60px; 

   width: 110px; 

   margin: -8px 15px -5px 0; 

   list-style-type: none; 

   list-style: none;    

   } 


#comicnav2 li.first a{ 

float: right;

background: url('images/first-button.jpg') no-repeat; 

   } 





#comicnav2 li.previous a{ 

float: right; 



background: url('images/prev-button.jpg') no-repeat; 

   }
   
#comicnav2 li.today a{ 

float: right;

background: url('images/today-button.jpg') no-repeat; 

   }


#comicnav2 li.first a{ 

float: right;

background: url('images/first-button.jpg') no-repeat; 

   }


#comicnav2 li.next a{ 

float: right; 

background: url('images/next-button.jpg') no-repeat; 

   }
   

.author-name {
	
	padding-top: 7px;
	font-size: 11px;
	color: #999999;
	font-family: 'Arial', Helvetica, sans-serif;
}

.author-name a {
	font-size: 10px;
	font-family: 'Arial', Helvetica, sans-serif;
}


.author-name2 {
	
	padding-top: 0px;
	font-size: 11px;
	color: #999999;
	font-family: 'Arial', Helvetica, sans-serif;
}

.author-name2 a {
	font-size: 10px;
	font-family: 'Arial', Helvetica, sans-serif;
}




/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #000;
	font-size: 60px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0 0 0 0;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 2px;
	
	font-size: 30px;
	width: 550px;
	}
	
#innertitle2, innertitle2 a{

	margin: 0 0 0 0;
	color: #000000;
	font-weight: bold;
	padding: 0 0 0 2px;
	font-size: 30px;
	width: 550px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		color: #000000;
		margin: 10px 0 0px 0;
		font-weight: bold;
		font-family: 'Arial', Helvetica, sans-serif;
		font-size: 30px;
		letter-spacing: -2px;
		background:url(images/comictitleBG.jpg);
		}
		
h2.pagetitle2, h2.pagetitle2 a {
		padding: 0 0 5px 0;
		color: #7a482d;
		margin: 10px 0 0px 0;
		font-weight: bold;
		font-family: 'Arial', Helvetica, sans-serif;
		font-size: 30px;
		letter-spacing: -2px;
		background-color:#fff;
		}

#innertitle {
	margin: 0;
	color: #666;
	font-weight: bold;
	padding: 0 0 0 2px;
	letter-spacing: -1px;
	font-size: 30px;
	width: 748px;

}
#comictopdate {
	float: left;
	text-align: left;
	width: 250px;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin-left: 4px;
	margin-bottom: -5px;
	margin-right: 300px;
	clear: right;
	font-family: 'Arial', Helvetica, sans-serif;


	}
	
#comictopdate2 {
	float: left;
	text-align: left;
	width: 300px;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin-left: 8px;
	margin-bottom: -5px;
	font-family: 'Arial', Helvetica, sans-serif;


	}


	#posttitleh3 {
	
	margin: 0 0 0 0px;
	font-size: 30px;
	display:block;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	background: url('images/h3bg.jpg') no-repeat; 
	

	}
	
#posttitleh3 a {
	margin: 0 0 0 20px;
	font-size: 30px;
	display:block;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	
	
	}
	
	#posttitleh3 a:hover {
	margin: 0 0 0 20px;
	font-size: 30px;
	display:block;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	
		

}
 	


h3 {
	
	margin: 0 0 0 0px;
	font-size: 30px;
	display:block;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	

	}
	
	h3 a {
	margin: 0 0 0 20px;
	font-size: 30px;
	display:block;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	
	
	}

h3 a:hover {
	margin: 0 0 0 20px;
	font-size: 30px;
	display:block;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	
		

}


	
	



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */



	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}



/* THE MENU */



#first-com a {

	float:right;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #e97a0d;
	width:150px;
	height:20px;
	margin-top: -18px;

}

#first-com a:hover {

	
	color: #000;
	

}



#menunav {
	float: right;	
	}

	#menunav a  {
		width: 160px;
		height: 25px;
		display: block;
		color: #fff;
		font-size: 15px;
		line-height: 25px;
		text-align: center;
		
		}

		#menunav a:hover {
			background: #b98c53;
			}

#menunav2 {
	float: right;	
	}

	#menunav2 a  {
		width: 100px;
		height: 25px;
		display: block;
		float: left;
		color: #fff;
		font-size: 15px;
		line-height: 25px;
		text-align: center;
		
		}

		#menunav2 a:hover {
			background: #ceb291;
			}


/* THE MENU */ 

#menubar { 
   width: 956px; 
   height: 44px; 
   margin: 30px 0 0 100px;
   } 

#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: 44px; 
      width:150px; 
      display: block; 
      color: #aaa; 
      text-decoration: none; 
      float: left; 
      line-height: 25px;
      } 

   #menu li a:hover { 
      color: #fff; 
      background: #333; 
      } 

#menu li.home a{
width: 80px; 
background: url('images/main-menu_03.jpg') no-repeat; 
   } 
#menu li.home a:hover{ 
background: url('images/main-menu-overs_03.jpg') no-repeat; 
   } 

#menu li.rss a{ 
width: 118px; 
background: url('images/main-menu_04.jpg') no-repeat; 
   } 
#menu li.rss a:hover{ 
background: url('images/main-menu-overs_04.jpg') no-repeat; 
   } 

#menu li.forum a{
width: 202px;  
background: url('images/main-menu_05.jpg') no-repeat; 
   } 
#menu li.forum a:hover{ 
background: url('images/main-menu-overs_05.jpg') no-repeat; 
   } 

#menu li.twitter a{ 
width: 217px; 
background: url('images/main-menu_06.jpg') no-repeat; 
   } 
#menu li.twitter a:hover{ 
background: url('images/main-menu-overs_06.jpg') no-repeat; 
   } 

#menu li.mail a{ 
background: url('images/main-menu_07.jpg') no-repeat; 
   } 
#menu li.mail a:hover{ 
background: url('images/main-menu-overs_07.jpg') no-repeat; 
   }

#menu li.rss2 a{
margin-left: 30px;
background: url('images/rss-button_09.jpg') no-repeat; 
   } 
#menu li.rss2 a:hover{ 
background: url('images/rss-button-overs_09.jpg') no-repeat;
   } 




/* THE COMIC */




/* THE FOOTER */

#footer {
	height: 91px;
	margin: 0 0 0 265px;
	

	
	}

#foot-stuff {
	padding-top: 0px;
	height: 320px;
	margin: 50px 0 0 7px;
	background: url('images/big-footer.jpg') repeat-y;
	border-top: 1px dashed #333333;
	
	
	
	}

#foot-stuff a {
	color: #60181b;
	padding-left: 10px;
	}
	
#foot-stuff a:hover {
	color: #ffffff;
	}
	
#little-footer {
	margin: 0px 0 0 -2px;
	padding: 40px 0 0 300px;
	background: url('images/little-footer.jpg') no-repeat;
	height: 50px;
	
	
	}


/* NAVIGATION */

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		border-right: 1px solid #000;
		}
	
	.nav-previous  {
		padding: 0 5px;
		float: left;
		}
	
	.nav-next  {
		padding: 0 5px;
		float: left;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		}
		
	.nav-last {
		padding: 0 0 0 5px;
		float: left;
		}

.nav-blog {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
	float: right;
	margin-top: 10px;
	}
	
	
	.nav-blog-previous {
		font-family: 'Arial', Helvetica, sans-serif;
		color: #0178b4;
		padding: 0 5px 0 0;
		float: left;
		margin-bottom: 5px;

		}
		
	.nav-blog-next {
		font-family: 'Arial', Helvetica, sans-serif;
		color: #0178b4;
		padding: 0 0 0 5px;
		float: left;
		border-left: 1px solid #e97a0d;
		margin-bottom: 5px;
		
		}
		
	
.pagenav {
	padding: 40px 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	font-size:16px;
	font-weight:bold;
	float: left;
	color: #60181b;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #ffffff;
		}



/* POSTS - PAGES */


	
	


.post-comic  {
	width: 460px;
	padding-right: 5 px;
	padding-bottom: 20px;
	margin-left: 5px;
	
	
	}
	
.post-page,.post {

	padding: 0 5px;
	

}

.post-head, .post-page-head,  {

	
	}
	.post-comic-head {
	font-size:30px;
	color: #ffffff;
	margin-top: 5px;
	font-weight: bold;
	height: 40px;
	width: 470px;
		
	
	
	}
	.post-comic-foot {
	font-size:30px;
	color: #e77800;
	margin-left: 5px;
	margin-top: -60px;
	margin-bottom: 20px;
	font-weight: bold;
	height: 40px;
	width: 470px;
	
	}
	
	#com-title {
	margin: 0 0 -10px 29px;
	color: #c2b99a;
	height: 42px;
	width: 300px;
	background:url(images/entry-title.png) no-repeat;
	
	
	}
	
	#com-title2 {
	margin: 0 0 -7px 26px;
	height: 29px;
	width: 238px;
	background:url(images/about-comic.png) no-repeat;
	
	
	}
	
	.post-post-head {
	color: #7a482d;
	font-size:35px;
	margin-top: -5px;
	font-weight: bold;
	height: 40px;
	width: 466px;
	}
	
	.entry2 {
	margin: -40px 0 0 -20px;
	background-color: #ffffff;
	color: #000000;
	font-size:12px;
	padding: 10px 20px 40px 0;
	width:440px;
	background:url(images/entryBG.jpg) repeat-y;
	
	}
	
.entry22 {
	margin: 0 0 0 -10px;
	font-size:12px;
	padding: 0 20px 0px 5px;
	width:450px;
	
	}
	
.entry2a {
	margin: -30px 0 0 -10px;
	color: #000000;
	font-size:12px;
	padding: 20px 20px 30px 0;
	width:470px;
	background:url(images/entryBG.jpg) repeat-y;
	
	}
	
.post-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 10px;
	overflow: hidden;
	}
	
	.postdate {
	float: right;
	font-weight: bold;
	margin-top: -25px;
	padding-right: 80px;
	font-size: 14px;
	color: #7a482d;
		
		}
		
	.postdate2 {
	float: right;
	font-weight: bold;
	margin-top: -25px;
	padding-right: 10px;
	font-size: 14px;
	color: #806647;
		
		}
	

	
	#undercomic {
	display:block;
	width: 980px;
	height: 30px;
	background-image:url(images/comic-top-head-bg.jpg);
	
	}
	
		
	#comic-head-title {
	font-family: 'Arial', Helvetica, sans-serif;
	padding: 25px 0 0px 20px;
	color: #576caf;
	height: 79px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
	background-image:url(images/norton-down.jpg);
	
	}
		
	#post-title {
	padding: 8px 0 0 0px;
	width: 400px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	margin-bottom: -50px;
	margin-left: 10px;
	clear: left;
	height: 60px;
	font-family: "Comic Sans MS";
		
		}
		
	#post-title a {
		
	display: block;
	padding: 0 0 0 0px;
	width: 530px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	margin-bottom: -50px;
	margin-left: 3px;
	clear: left;
	font-family: "Comic Sans MS";
		
	}
	
	#post-title a:hover {
	color: #ffffff;
	}	


.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	}

.comment-link {
	float: right;
	font-family: 'Arial', Helvetica, sans-serif;
	height: 40px;
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	width: 130px;
	color: #ffffff;
	background:url(images/comment-button.png) no-repeat;
	
	}

.comment-link a {

	float: right;
	font-family: 'Arial', Helvetica, sans-serif;
	padding-top: 11px;
	height: 44px;
	font-size: 16px;	
	text-align: center;
	font-weight: bold;
	width: 130px;
	color: #ffffff;


}
	
.comment-link2  {

	float: right;
	font-family: 'Arial', Helvetica, sans-serif;
	height: 44px;
	font-size: 16px;	
	text-align: center;
	margin-top: -5px;
	font-weight: bold;
	width: 130px;
	color: #ffffff;
	background:url(images/comment-button.png) no-repeat;
		
	}
	
.comment-link2 a {
	
	float: right;
	font-family: 'Arial', Helvetica, sans-serif;
	padding-top: 5px;
	height: 44px;
	margin-top: 8px;
	font-size: 16px;	
	text-align: center;
	font-weight: bold;
	width: 130px;
	color: #ffffff;
	

}
	
	
.comment-link a:hover {

	

}

.comment-link2 a:hover {

	

}
/*- most recent twitter*/

#twitter_div {
	height: 360px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px;
	margin-top:5px;
	margin-left:15px;
	padding-bottom: 10px;
	padding-right: 5px;
	
	
}
 
#twitter_div ul li {
	margin-top: 7px;
	margin-bottom: 5px;
	line-height: 15px;
	color: #000000;	
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #eed6b2;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #60181b;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #ffffff;

}
 
#twitter_div p {
    color:#000000;
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}

#link-twit a {
    height: 25px;
	width: 65px;
	float:right;
	padding: 12px;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif; 
	margin-top: 15px;	
	color: #ffffff;
	text-decoration:none;
	background:url(images/twit-button.jpg) no-repeat;
	


}

#me {
 padding: 5px;
 background: url('images/norton-twit2.jpg') no-repeat;
 width: 145px;
 float: left;
 height: 40px;
 font-size: 10px;
 font-weight:bold;
 margin-right: 20px;
 border: 1px solid #ffffff;
 margin-left: 5px;
 margin-top:5px;
 margin-bottom: 5px;
 }
 
 #me a{
 padding-left:20px;
 float:right;
 font-size: 13px;
 color: #0178b4;
 text-decoration:none;
 }
 

/* end twitter badge */

/* THE BLOG HEADER */

#blogheader {
	font-family: 'Arial', Helvetica, sans-serif;
	padding: 25px 0 0px 20px;
	color: #415481;
	height: 50px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
	background-image:url(images/blue-down.jpg);

	
	}



/* COMMENTS */

.comment-wrap{
	border:  dashed 1px #333333;
	padding: 0 50px;
	background-image:url(images/commentBG3.jpg);
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 10px;
		font-weight: bold;
		font-size: 20px;
		color:#000000;
		clear: both;
		font-family: 'Arial', Helvetica, sans-serif;
	
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #000;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #000;
	}
	
	.metatools{
	color: #000;
	height: 20px;
	padding: 5px;
	margin-bottom: 30px;
	text-decoration: none;
	background: #fff;
}


.says {
	display:none;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	background: #ffffff;
		}

	ol.commentlist p {
		color: #000;
		margin: 10px 0 0 74px;
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	opacity: 0.99;
	filter: alpha(opacity=99);
	}
 
	.comicarchiveframe:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		}

	.comicarchiveframe h3 {
		margin: 0;
		}

	.comicarchiveframe a small {
		display: block;
		color: #000;
		}

.archive-year {
	font-size: 15px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

#sidebar {
	width: 240px;
	padding: 20px 0 0 0px;
	float: left;
	font-size: 13px;
	overflow: hidden;
	margin-left: 95px;
	clear: left; 
	/*background-color: #debf54; */
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 20px;
	padding: 10px 0 0 20px;
	color: #ffffff;
	width: 230px;
	height: 45px;
	margin-left: -10px;
	background:url(images/sidebar2BG.jpg) no-repeat;
	
	
	
	
	}

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

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

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

#sidebar2 {
	width: 240px;
	padding: 20px 0 0 0px;
	float: left;
	font-size: 13px;
	overflow: hidden;
	margin-left: 0px;
	
	
	/*background-color: #debf54; */
	}

#sidebar2 h2, #sidebar2 h2 a {	
	font-size: 20px;
	padding: 10px 0 0 20px;
	color: #ffffff;
	width: 240px;
	height: 45px;
	background:url(images/sidebar2BG.jpg) no-repeat;
	
	
	
	
	}

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

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

		#sidebar2 ul li ul li {
			margin: 2px 0 0 10px;
			padding: 0;
			}


/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
	}

.comic-bookmark {
	margin: 0 0 10px 5px;
	}

.archive-dropdown {
	max-width: 100%;
	}



/* CALENDAR */

#wp-calendar {
	width: 220px;
	margin: 0 0 0 0px;
	/* background-color: #debf54; */
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	
	}

#wp-calendar caption {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 19px;
	padding-top: 10px;
	padding-left: -50px;
	font-weight:bold;
	width: 250px;
	height: 45px;	
	color: #ffffff;
	margin-left: -10px;
	background:url(images/sidebar2BG.jpg) no-repeat;
	
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px dashed #000000;
	}

#wp-calendar a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background:url(images/calendarBG.jpg);
	}

	#wp-calendar a:hover {
		color: #000000;
		background:url(images/calendarBG-hover.jpg);
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif;
	}

#searchsubmit {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif;
	}



/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
}

.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);
				}



/* POSTED IMAGES  */

.wp-caption  p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
	}

.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
	}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #000;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-family: 'Arial', Helvetica, sans-serif;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #000;
		}

		#transcript-content {
			font-family: 'Arial', Helvetica, sans-serif;
			overflow: hidden;
			}

#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', Helvetica, sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}



/* CLEAR FLOATS */

.clear {
	clear: both;
	}



/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    
	#comic-title   {
	padding: 8px 0 0 0px;
	width: 530px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	margin-bottom: 9px;
	margin-left: 10px;
	clear: left;
	height: 60px;
	font-family: "Comic Sans MS";
	
	
}

	#comic-title a {
	display: block;
	padding: 0 0 0 0px;
	width: 530px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #60181b;
	text-decoration: none;
	margin-bottom: 9px;
	margin-left: 3px;
	clear: left;
	font-family: "Comic Sans MS";
	
	
	}
		
	#comic-title a:hover {
	
	color: #ffffff;
	
	}
	
	#comicnav {
    width: 500px;
    height: 60px; 
    margin: -71px 0 0px 478px; 
    padding-top: 3px;
    }
	
	#wp-calendar {
	width: 220px;
	margin: 0 0 0 0px;
	}



#wp-calendar caption {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 19px;
	padding-top: 10px;
	padding-left: -50px;
	font-weight:bold;
	width: 230px;
	height: 45px;	
	color: #ffffff;
	margin-left: -10px;
	background:url(images/sidebar2BG.jpg) no-repeat;
	
	}

}
