@charset "utf-8";
/*
 
  _________ __         .__      ___.         .__                                 __   
 /   _____//  |_  ____ |__| ____\_ |_________|__| ____    ____      ____   _____/  |_ 
 \_____  \\   __\/ __ \|  |/    \| __ \_  __ \  |/    \  / ___\    /    \_/ __ \   __\
 /        \|  | \  ___/|  |   |  \ \_\ \  | \/  |   |  \/ /_/  >  |   |  \  ___/|  |  
/_______  /|__|  \___  >__|___|  /___  /__|  |__|___|  /\___  /  /\___|  /\___  >__|  
        \/           \/        \/    \/              \//_____/   \/    \/     \/  
=====================================================================================
 
Unless otherwise noted, this work is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
 
=====================================================================================
 
This website is powered by JoeCMS, a closed-source content management system writen by Joe Steinbring.
 
=====================================================================================
 
*/


#menu, #footer, #sidebar, #error {
	display:none;
}

/* Show URL */
a:link, a:visited {
	background: transparent; 
	color:#333; 
	text-decoration:none;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 11px;
}

a[href^="http://"] {
	color:#000;
}

#header {
	margin-top:-1.5em;
	border-bottom: 1px solid black;
	width:100%;
	text-align:center;
}

#header h1 {
	text-align:center;
	font:xx-large Georgia, "Times New Roman", Times, serif;
}

#header p {
	font:italic small Georgia, "Times New Roman", Times, serif;
	margin-top:-1.75em;
	margin-right:30%;
	margin-left:30%;
	width:40%;
}

.divider {
	text-align:center;
	margin-top:14px;
	margin-bottom:14px;
}

#posts h1 {
	text-align:left;
}

.title {
	text-align:center;
	font-size:27px;
}

.details {
	text-align:center;
	font-size:12px;
}

html {
margin: -0.5;
}