body
{
   background: #000000;
   background-image:url(catbg.jpg);
   background-repeat:repeat;
   background-position:top;
   background-attachment:fixed;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.7em;
   text-align: center; /* fixes center layout in IE */
   margin: 0;
   padding: 0;
   color: #333;
}

img
{
	border: none;
}

#header
{
   background: #000000;
   border-bottom: 0px dotted #000000;
   font-size: 2.0em;
   margin: 0;
   padding: 20px 0;
}
#footer
{
   font-size: 0.7em
   background: #000000;
}
#comic-area
{
   background: #000000;
   margin: 0;
   padding: 10px 0 0 0;
}
a:link,
a:visited,
a:active
{
   color: #BEBEBE;
   text-decoration: none;
   font-weight: 700;
}
a:hover
{
   color: #787878;
   text-decoration: none;
   font-weight: 700;
}
.comicImage
{
   margin: 2px auto;
   padding: 2px;
   border: 3px dotted #000000;
}
.post
{
   width: 700px;
   margin: 5px auto;
   border-bottom: 0px dotted #000000;
   background: #d2d2d2;
   text-align: left;
}
p
{
   margin: 5px 5px 20px 25px;
}
h1
{
   font-family: verdana, san-serif;
   font-size: 2.5em;
   padding: 3px 5px 3px 15px;
   margin: 0 10%;
   border-bottom: 0px solid #000000;
}
h2
{
   font-weight: 700;
   font-size: 1.2em;
   margin: 5px;
}
h2 a:link,
h2 a:visited,
h2 a:active
{
   color: #3C3C3C;
   text-decoration: none;
}

h2 a:hover
{
   color: #9C9C9C;
   text-decoration: none;
}


.byline
{
   text-align: right;
   font-size: 0.8em;
   color: #666;
   margin: 3px;
}
/* COMMENTS STYLES
==============================*/
#commentsTitle
{
   background: #000000;
   border-bottom: 1px solid #000000;
   padding: 3px 0;
   margin: 0;
   text-align: right;
   font-size: 0.9em;
   color: #ffffff;
}
.commentsWidth
{
   width: 700px;
   margin: 0 auto;
}
.comments
{
   width: 700px;
   margin: 10px auto;
   background: #000000;
}
#commentPostArea
{
   width: 370px;
   float: left;
}
.commentPost
{
   margin: 5px auto;
   border-bottom: 1px solid #aaa;
   background: #ffffff;
   text-align: left;
}
.commentEntry
{
   margin: 0;
   background: #000000;
   text-align: left;
   width: 307px;
   float: right;
}
form
{
   padding: 3px;
}
legend
{
   font-weight: bold;
   font-size: 1.8em;
   color: #ffffff;
}
label
{
   display: block;
   font-size: 0.9em;
   margin-top: 6px;
   color: #eeeeee
}
fieldset
{
   border: none;
   margin: 0;
   padding: 0;
}
input.textEntry,
textarea.textEntry
{
   border: 1px solid #b2b2b2;
   padding: 2px 3px;
   margin: 3px 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background: #fff;
   color: #444;
   width: 300px;
}

/* on focus effects for Firefox */
input.textEntry:focus,
textarea.textEntry:focus
{
   border: 1px solid #b2b2b2;
   padding: 2px 3px;
   margin: 3px 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background: #b0cde9;
   color: #444;
   width: 300px;
}
/* time for nav stuffs */
.mainNav
{
   margin: 10px auto;
   list-style-type: none;
}
.mainNav li
{
   display: inline;
   margin: 0;
   padding: 3px;
}
.clear
{
   clear: both;
}
.plaintxt {
	color: #FFF;
	font-size: 0.7pc;
}.plaintxt2 {
	color: #FFF;
	font-size: 0.7pc;
	width: 500px;
	text-align:justify
}
table tr td {
	text-align: center;
}

/* LIGHTBOX styles!!!!!!!!!!!!!*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

