@charset "utf-8";
/*------------------------------------*\
	CONTENTS
\*------------------------------------*/

/*
	RESET
	MAIN
	HEADER
		NAVIGATION
	CONTENT
		ARCHIVE
*/

/*------------------------------------*\
$	RESET
\*------------------------------------*/
body,div,dl,dt,li,form,input,textarea,blockquote,th,td{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr{
    margin:0 0 1.5rem;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/*------------------------------------*\
$	MAIN
\*------------------------------------*/
.backdrop {
	background:#333;
	font-family:Helmet, Freesans, sans-serif;
	font-size:13px;
	color:#fff;
}
.has-menu {
	padding-top:30px;
}
a, a:link {
	color:#ee981f;
	font-weight:bold;
}
	a:visited {
		color:#fe6500;
	}
	a:hover {
		color:#f3f3eb;
	}
	a:active {
		color:#c0c0c0;
		text-decoration:underline;
	}
.container {
	margin:auto;
	overflow:hidden;
}
	.top-level {
		width:950px;
	}
	.mid-level {
		width:700px;
	}
	.low-level	{
		width:400px;
	}	
	.data-list {
		width:800px;
	}
.module {
	display:block;
}
.heading {
	font-family:Georgia, serif;
}
.auto {
	margin-left:auto;
	margin-right:auto;
}

/*------------------------------------*\
$	HEADER
\*------------------------------------*/
.head {
}
.head-main {
	margin-bottom:30px;
	background:#000;
	border:solid #444;
	border-width:1px 0;
	position:relative;
}
	.head-main a {
		color:#fff;
		text-decoration:none;
	}
	.logo {
	}
		.logo img {
			position:absolute;
			top:-18px;
			z-index:1;
		}
		.logo em {
			font-style:italic;
			text-transform:uppercase;
			letter-spacing:1px;
			padding-left:365px;
		}

/*------------------------------------*\
$		NAVIGATION
\*------------------------------------*/
.nav {
	list-style-type:none;
}
	.nav a {
		text-decoration:none;
	}
		.nav a:hover {
			text-decoration:underline;
		}
.nav-main {
	float:right;
	margin-bottom:0;
}
	.nav-main li {
		float:left;
	}
.nav-link {
	float:left;
	padding:7px 14px;
}
	.nav-link:hover {
		background:#888;
	}
.current-page {
	background:#fe6500;
}

/*------------------------------------*\
$	CONTENT
\*------------------------------------*/
.welcome {
	font-size:28px;
	text-align:center;
}
.caps {
	text-transform:uppercase;
}
.instructions {
	text-align:center;
	color:#eee;
}
.protip {
	font-weight:bold;
}
.highlight {
	color:#ff7;
}

/*------------------------------------*\
$		ARCHIVE
\*------------------------------------*/
.search-filter {
	border:2px solid #000;
	background:#f1f1f1;
	display:block;
	margin-bottom:8px;
}
	.search-filter-field {
		border:0 none;
		font-size:18px;
	}
	.search-filter-query {
		background:#f1f1f1;
		padding:8px;
		color:#666;
		width:348px;
	}
	.search-filter-reset {
		background:#888;
		color:#f1f1f1;
		   -moz-border-radius:50%;
		-webkit-border-radius:50%;
		        border-radius:50%;
		width:1.35em;
		font-weight:bold;
		-webkit-appearance:none;
	}
		.search-filter-reset:hover {
			background:#aaa;
		}
		.search-filter-reset:active {
			background:#555;
		}
.archive {
	margin-bottom:30px;
}
	.archive li {
		border-bottom:1px solid #000;
		padding:6px;
	}
	.post-link {
		font-size:18px;
		padding:2px 0;
	}
		.post-link:hover {
		}

/*------------------------------------*\
$	FOOTER
\*------------------------------------*/
.foot {
	margin-bottom:10px;
}
	.foot p {
			text-align:center;
	}
.exit {
	font-size:14px;
	font-weight:bold;
	color:#eee;
}
.legal {
	fong-size:8px;
}