@charset "utf-8";
/* Print-Friendly CSS Document */
/* DARK IMAGININGS CSS Version 1.00 */
/* Last Modified September 25, 2014 */

/* ######################################## */

/* ~~ LAYOUT & DISPLAY ~~ */
nav, aside, #ftrWeb, .gotoTop, .HTML5AudioPlayer { display: none; }

#logo {
	display: block;
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img {max-width: 300px; max-height: 300px;}

/* ~~ TYPOGRAPHY ~~ */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: none;
	color: #000;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {font-weight: bold;}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3, h4, h5, h6 {
	font-size: 12pt;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	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: 8pt;
	text-decoration: none;
}

/* Hides the URL after the Logo */
#logo a:after {display: 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;
}

/* ~~ EOF ~~ */