
/* This is our css file for red white and black color scheme fun. */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../AlternateImages/background3.jpg) top left repeat-y;
	background-attachment: fixed; 
	background-color: #000000;
	padding-top: 0px;
	padding-bottom: 20px;
}

p {
	font-size: 10.5pt;
	color: #FFFFFF;
	line-height: 1.4;
	letter-spacing: 1px;
	text-indent: 2%;
}


ul {
	margin-left: 8em;
}
	


a {
	color: #FFFFFF;
	font-size: 11pt;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #820000;
}

a:active {
	color: #820000;
}

#header {
	width: 903px;
	height: 217px;
	margin: -1em auto;
	background: url(../AlternateImages/Header3.png) center top no-repeat;
}

#navbar {
	text-align: center;
	margin: 2em auto;
	width: 830px;
	background-color: #000000;
	border: 2px solid #FFFFFF;
}

#navbar a {
	margin: 3em;
	text-decoration: none;

}

.post {
	margin: 3em;
	min-width: 900px;
	background-color: #000000;
	border: 2px solid #FFFFFF;
}


.post p {
	margin: 2em;
	
}

.post h3 {
	margin-top: 0px;
	height: 60px;
	background: url(../AlternateImages/AlienFetusAvatar.jpg) left no-repeat;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16pt;
	border-bottom: 2px solid #FFFFFF;
}



.post h3:first-letter {
	margin-left: 3em;
	color: #820000;
	background-color: #000000;
	font-size: 22pt;

}


.post h2 {
	margin-top: 0px;
	height: 60px;
	background: url(../AlternateImages/JamesGrimleeAvatar.jpg) left no-repeat;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16pt;
	border-bottom: 2px solid #FFFFFF;
}

.post h2:first-letter {
	margin-left: 3em;
	color: #820000;
	background-color: #000000;
	font-size: 22pt;
}

.signature {
	font-size: 8pt;
	color: #820000;
	text-align: right;
}

.comic {
	text-align: center;
}	

.comic img {
	padding: 1em;
	margin: 2em auto;
	border: 2px solid #820000;
}

.thumb {
	text-align: center;
}

.thumb img {
	padding: 2px;
	margin: 1em auto;
	margin-top: 0em;
	border: 2px solid #820000;
}

#pageFooter {
	text-align: center;
	min-width: 900px;
	color: #FFFFFF
}
