/* stylesheet defaults */

html, body, * { margin: 0; padding: 0; }
img, img:link, img:visited, img:hover, img:active { border: none; }
h1, h2, h3, h4, h5, h6, p, ul, ol, address, blockquote, dl { margin-top: 1em; margin-bottom: 1em; }
a:link, a:visited, a:hover, a:active { text-decoration: none; }


/* site specific */

body {
	background-color: #1B201B;
	color: white;
	font-family: 'Merriweather', serif;
	font-size: 14px;
}

a:link {
	color: #31ff00;
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
a:visited { color: #31ff00; }
a:hover, a:active { color: white; }


/* Used */
.Content { font-size: 14px; }
.Copyright { font-size: 11px; }

.PJAnchor {
	display: block;
	position: relative;
	top: -90px;
	visibility: hidden;
}

.PJContentBlock {
	font-size: 15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:32px;
	margin-bottom:32px;
	width:900px;
}

.PJButtonLink {
	border: 2px solid #060;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #31ff00;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}

.PJButtonLink:hover {
	border: 2px solid white;
	color: white;
	text-decoration: none;
}

/* navigaton bar */

.PJNavigation {
	background-color: #121512;
	background-color: rgba(18, 21, 18, 0.85);
	color: white;
	margin: 0;
	min-width: 1000px;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 70px;
	z-index: 100;
}

.PJNavigationHome { color: white; }
.PJNavigationHome a:link {
	color: white;
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.PJNavigationHome a:visited { color: white; }
.PJNavigationHome a:hover, a:active { color: #d0ddd0; }

.PJNavigationInactive {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.PJNavigationLinks {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 20px;
	right: 24px;
	height: 30px;
}

.PJNavigationLinks a {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.PJNavigationPageTitle {
	color: #d0ddd0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
}

.PJNavigationSpacer {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
}

.PJNavigationTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 14px;
	left: 30px;
}
