@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	color: #CCF;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background: #112 url('background.png') center top repeat-x;
	}
b {
	color: #8DF;
	}

a {
	color: #CCF;
	text-decoration: underline;
  	}
  	
  	a:hover {
  		color: #FFF;
  		}

	a img {
		border: none;
		}
ul {
	font-style: italic;
}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #99F;
	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: 'Arial', 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: #8DF;
	font-family: 'Georgia', serif;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #8DF;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #FFF;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
		}

h3, h3 a {
	margin: 30px 10px 0 0;
	padding: 0;
	color: #8DF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #FFF;
	border-bottom: 1px dotted #777;
	}

.everything {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.portrait {
	width: 300px;
	height: 800px;
	float: left;
	clear: both;
}

.post {
	float: right;
	width: 675px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
	text-align: left;
	background: #003;
	border: 1px solid #55C;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	.comicdate {
		color: #CCF;
		font-family: 'Georgia', serif;
		font-size: 15px;
		font-weight: bold;
		}
	
	.postdate {
		color: #CCF;
		font-family: 'Georgia', serif;
		font-size: 11px;
		}

.dividerpost {
	float: center;
	width: 945px;
	height: 600px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: justify;
	text-align: left;
	background: #003;
	border: 1px solid #55C;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	.dividerheader {
		margin-left: auto;
		margin-right: 20px;
		padding-left: 10px;
		text-align: justify;
		text-align: left;
		float: center;
	}

	.dividerimage {
		float: left;
		padding-right: 10px;
	}

	.dividerleft {
		float: left;
		margin-right: 10px;
		margin-left: 40px;
		width: 285px;
		text-align: justify;
		text-align: center;
	}
	.dividerright {
		float:right;
		margin-right: 50px;
		margin-left: 10px;
		width: 285px;
		text-align: justify;
		text-align: center;
	}



/* THE FOOTER */

.footer {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	}
