@charset "utf-8";
/* ###################################################################################### Elements */
hr {
	display: block;
	margin: 0 0 18px;
	padding: 6px 0 0;
	height: 1px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #444;
	}
/* ###################################################################################### Wrapper */
body {
	margin: 0;
	padding: 10px 0;
	}
	#header {
		margin: 0 0 12px;
		height: auto;
		}
		#header h1 a {
			position: relative;
			top: 0;
			margin: 0 0 12px;
			width: auto;
			height: auto;
			font-size: 24pt;
			}
			#header h1 span { display: block; } 
		#user { display: none; }
	#content { padding: 0; }
		#content h1 { text-indent: 0; }
	
