/* Type & Colors */
body {
	font-size: 10px
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #312620;
	text-align: center;
        margin: 0px 0px 0px;
	padding: 1px;
	border: 0;

	}


a {color:#7a9006;
    text-decoration:none;
    border: 0;}
	
a:visited {
	color:#7a9006;
	text-decoration:none;
	border: 0;}

a:hover {
	color:#7a9006;
	text-decoration: underline;}
	
	
#comic {
	align: center;
	text-align: center;
	border: 0;
	}
	
		
#page {
	text-align: left;
	background: url(images/background.gif);
	}

#header {
	border: 0;
	}


.blogtext {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #484848;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.03em;
	 }
	
	
.blogtext a {
	color:#AC3B2C;
	text-decoration: underline;
	}
	
.blogtext a:visited {
	color:#AC3B2C;
	text-decoration: underline;
	}

.blogtext a:hover {
	color:#AC3B2C;
	text-decoration: none;
	}
	
	
.archivetext {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #484848;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.03em;}
	
	
.archivetext a {
	color:#AC3B2C;
	text-decoration: underline;
	}
	
.archivetext a:visited {
	color:#AC3B2C;
	text-decoration: underline;
	}

.archivetext a:hover {
	color:#AC3B2C;
	text-decoration: none;
	}
	
	
	
.authortext {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #484848;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.03em;}
	
	
.authortext a {
	color:#8C3F35;
	text-decoration: underline;
	}
	
.authortext a:visited {
	color:#8C3F35;
	text-decoration: underline;
	}

.authortext a:hover {
	color:#8C3F35;
	text-decoration: none;
	}
	
	
.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	color: #6D6D6D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 145px;
	margin-top: 5px;
	text-align: left;
	letter-spacing: 0.00em;}
	
	
.footer a {  
	color:#8C3F35;
	text-decoration: none;}
	
.footer a:visited {
	color:#8C3F35;
	text-decoration: none;}

.footer a:hover {
	color:#8C3F35;
	text-decoration: underline;}
	
	
.sidetext {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #312620;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 15px;
	margin-right: 10px;
	text-align: left;
	letter-spacing: 0.00em;}
	
	
.sidetext a{
	color:#626e22;
	text-decoration:none;}
	
.sidetext a:visited {
	color:#626e22;
	text-decoration:none;}
	
.sidetext a:hover {
	color:#626e22;
	text-decoration: underline;}
	
.nospace {
	font-family: verdana, arial, sans-serif;
	font-size: 0px;
	line-height: 0px;
	color: #484848;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.03em;}


h1 {font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #8C3F35;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.01em;}
	

	
		
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */
