@charset "utf-8";
/* Print-Friendly CSS Document */
/* GHOULIE MANOR CSS Version 1.00 */

/* ######################################## */

/* ~~ LAYOUT & DISPLAY ~~ */
#flashHeader, nav, aside, #ftrWeb { display: none; }

#logo {display: none;}

#logoPrint {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ~~ TYPOGRAPHY ~~ */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: none;
	color: #000;
	text-align: left;
}

p { margin-bottom: 1em; }

h1 {font-size: 1.5em;}

h2 {font-size: 1.25em;}

h3, h4, h5 {
	font-size: 1.15em;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}

/* ~~ LINKS ~~ */

a img {
	border: none;
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}

/* article a:after, */ #dark-web-bug:after { /* Adds URL after selected links */
	content: " (" attr(href) ") ";
	font-size: 0.8em;
	text-decoration: none;
}


/* ~~ MISC ~~ */
#dark-web-bug:link, #dark-web-bug:visited, #dark-web-bug:hover, #dark-web-bug:active, #dark-web-bug:focus {
	background-image: none;
	text-indent: 0em;
	height: auto;
	width: auto;
}