
/* This is our css file for dark dulled gray color scheme fun. */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../AlternateImages/background.jpg) top left repeat-y;
	background-attachment: fixed; 
	background-color: #0e0e0e;
	padding-top: 0px;
	padding-bottom: 20px;
}

p {
	font-size: 10.5pt;
	color: #5a5a5a;
	line-height: 1.4;
	letter-spacing: 1px;
	text-indent: 2%;
}


ul {
	margin-left: 8em;
}
	


a {
	color: #5a5a5a;
	font-size: 11pt;
}

a:visited {
	color: #5a5a5a;
}

a:hover {
	color: #b10000;
}

a:active {
	color: #b10000;
}

#header {
	width: 900px;
	height: 200px;
	margin: auto;
	background: url(../AlternateImages/Header2.png) center top no-repeat;
}

#navbar {
	text-align: center;
	margin: 1em auto;
	width: 700px;
	border: 2px solid #141414;
}

#navbar a {
	margin: 3em;
	text-decoration: none;

}

#fpnlnav {
	text-align: center;
	margin: auto;
}

#fpnlnav a {
	margin: 4em;
	text-decoration: none;
}

#pageFooter {
	text-align: center;
	min-width: 900px;
	color: #5a5a5a
}

.post {
	margin: 2em auto;
	min-width: 900px;
	max-width: 1200px;
	border: 2px solid #141414;
	background: url(../AlternateImages/BGTransparent.png) top left repeat-y;
	background-attachment: fixed;
}


.post p {
	margin: 2em;
}

.post h2 {
    text-align: center;
	margin-top: 0px;
	height: 50px;
	background-color: #000000;
	color: #5a5a5a;
	font-size: 25pt;
	border-bottom: 2px solid #141414;
}

.post h2:first-letter {
    text-align: center;
	color: #b10000;
	font-size: 30pt;
}

.signature {
	font-size: 9pt;
	color: #b10000;
	text-align: right;
}

.comic {
	text-align: center;
}	

.comic img {
	margin: 2em auto;
	border: 2px solid #141414;
}

.thumb {
	text-align: center;
}

.thumb img {
    margin: 2em auto;
	border: 2px solid #141414;
}

