
/*Begin Typography & Colors*/


div, body, p, th, td, li, dd, dl, dt, menu, text
{
 	/* redundant selectors to help NS4 not forget */ 
	font-family: 8-10px,Lucida Grande, Verdana, Arial, Sans-Serif;
	}

a	{
	color: #c00;
}

a:img	{
	color: #fff;
	border: 1px solid #fff;
}

a:visited	{
	color: #c00;
}

a:active	{
	color: #c00;
}

#text	{
	font-size: 9px;
	color: #fff;
}



#footer	{
	text-align: center;
}

#comic	{
	background-color: #fff;
	font-size: 9px;
}

#page	{
	background-color: #fff;
}

#content	{
	background-color: #fff;	
	text-align: left;
} 

.menu 	{
	padding: 5px;
	width: 160px;
	background-color: #fff;
	font-size: 10px;
	text-align: left;
	margin-right: 20px;
}

.menu li	{
	color: #000;
	background-color: #fff;
	font-size: 14px;
	text-align: left;
}

.menu li a	{
	background-color: #fff;
	color: #c00;
	font-size: 12px;
}


#sidebar	{
}

#nav	{
	background-color: #fff;
}

#storytitle	{
	color: #c00;
}

#storytitle a	{
	color: #c00;
}

h3	{
	font-size: 12px;
}


/*End Typography & Colors*/

/*Begin Structure*/

#header	{
	height: 175px;
	margin: 0px auto;
	width: 600px;
	position: absolute;
	left: 250;
	top: 5;
	z-index: 2

}

#footer	{
	height: 175px;
	margin: 0px auto;
	width: 610px;
	height: auto;
	layer-position: absolute;
	position: absolute;
	left: 178;
	top: 725;
	z-index: 2;

}


#content	{
	width: 500px;
	height: auto;
	min-height: 610px;
	margin-top: 30px;
	padding: 5px;
	text-align: justify;
	margin-top: 50px;
	margin-left: 35px;
	margin-right: 10px;
	margin-bottom: 100px;
	position: absolute;
	top: 300;
	left: 130;
	z-index: 1;
}

#comic	{
	padding: 5px;
	margin-left: 0px auto;
}

#nav	{
	width: auto;
	min-width:620px;
	height: auto;
	padding: 5px;
	margin: 0px auto;
	position: absolute;
	left: 175;
	top: 170;
}


.menu	{
	list-style-type: none;
	list-style-image: none;
	display: block;
}



#sidebar	{
	height: auto;
	width: 155px;
	position: absolute;
	left: 15;
	top: 300;

}

#ads	{
	height: auto;
	width: auto;
	position: absolute;
	left: 800;
	top: 190;
}

#donate	{
	position: absolute;
	left: 5;
	top: -20;
	width: auto;
	height: auto;
}

about	{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 10px;
}

.post

{

	background: #fff;
	margin: 0 5 5px 0;
	padding: 0 10 10px 0;
	min-height: 150px;
	font-size: 11px;
	width: 400px;
	text-align: left;
}

.alignleft {
	text-align: left;
	vertical-align: bottom;
}

.alignright {
	text-align: right;
	vertical-align: bottom;
}

.navigation {
	font-size: 10px;
	vertical-align: bottom;
}


/*End Structure*/
/*Begin Images*/
.gravatar {
        float:left;
        padding: 3px;
        background: #fff;
}

.postgrav {
        float: left;
        padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        margin-right: 5px;
	margin-top: 0px;
        margin-left: 5px;
	margin-bottom: 0px;
        border: 0px solid #000;
        background: #fff;
}

.gallery  {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}	

/*End Images*/