@charset "UTF-8";
/* CSS Document for Eric Garrison's site. Subject to change whenever I feel like it.*/

body {
	margin: 0px;
	background-image: url(/images/WoodGrain.jpg);
	font-family: 'EB Garamond', serif;
	background-color: #774628;
}
div#mistermister, div#pathfinder {
	background-image:url(/images/Paper.jpg);
	background-repeat: repeat;
	background-color: #e8e4c6;
	width: 90%;
	max-width: 900px;
	margin: 16px auto;
	padding: 0px;
	box-shadow: 4px 6px 18px 4px #572417;
}

div#navbar {
	background-color: rgba(87,36,23,0.85);
	padding: 16px;
	margin: 0px;
	border-bottom: 2px solid #572417;
	overflow: hidden;
}
div#navbar p {
	font-size: 1rem;
	display: inline;
	margin: 8px;
	font-family: 'Libre Franklin', sans-serif;
}
div#navbar h1 {
	color: rgba(242,220,170,0.90);
	font-family: 'EB Garamond', serif;
	font-size: 1.5rem;
	text-align: right;
	margin: 0.2em;
	font-style: italic;
}
div#navbar a:link, a:visited {
	color: #0440b4;
	background-color: rgba(180,187,228,0.50);
	text-decoration: none;
	padding: 4px 8px;
	border: 1px solid #0440b4;
	border-radius: 8px 0px;
}
div#navbar a:hover {
	color: #0440b4;
	background-color: rgba(12,4,88,0.50);
	text-decoration: none;
	border: 1px solid #4800ff;
	border-radius: 0px 8px;
}
div#sgLogo {
	position: absolute;
	right: 16px;
	top: 0px;
	padding: 1rem;
	width: 25%;
}
div#sgLogo img {
	height: 100%;
}

div#content {
	float: left;
	margin: 1rem 2rem;
	min-height: 550px;
	width: 95%
}
div#mistermister h1 {
	font-size: 2.5rem;
	color: #572417;
	font-weight: bold;
	margin: 1px 0px 1px 0px;
	line-height: 2.5rem;
}
div#mistermister h2 {
	font-size: 1.8rem;
	color: #572417;
	font-weight: bold;
	margin: 1px;
	line-height: 1.8rem;
}
div#mistermister h3 {
	font-size: 1.5rem;
	color: #572417;
	font-weight: bold;
	margin: 1px;
}
div#mistermister h4 {
	font-size: 1.2rem;
	color: #572417;
	font-weight: bold;
	margin: 7px;
}
div#pathfinder h1 {
	font-size: 3rem;
	font-family: UnifrakturMaguntia, "Brush Script", Times, Times New Roman;
	font-weight: normal;
	color: #332402;
	margin: 1px 0px 1px 0px;
	line-height: 3rem;
}
div#pathfinder h2 {
	font-size: 2rem;
	font-family: UnifrakturMaguntia, "Brush Script", Times, Times New Roman;
	font-weight: normal;
	color: #332402;
	margin: 1px;
	line-height: 2rem;
}
div#pathfinder h3 {
	font-size: 1.75rem;
	font-family: UnifrakturMaguntia, "Brush Script", Times, Times New Roman;
	font-weight: normal;
	color: #332402;
	margin: 1px;
}
div#patfinder h4 {
	font-size: 1.25rem;
	font-family: UnifrakturMaguntia, "Brush Script", Times, Times New Roman;
	font-weight: normal;
	color: #332402;
	margin: 7px;
}
div#mistermister p, li {
	font-size: 1rem;
	color: #572417;
	margin: 8px;
	text-indent: 1rem;
}
div#pathfinder p, li {
	font-size: 1rem;
	color: #572417;
	margin: 0.5rem 4rem 0.5rem 0.5rem;
}
p.goAway {
	font-size: 1.2rem;
	margin: 1px 0px 1px 0px;
	font-style: italic;
	color: #a7533d;
}
sup {
	font-size: 0.5rem;
	color: #6a5752;
}
div#content a:link {
	color: #0440b4;
	text-decoration: none;
	padding: 1px;
	border: 1px solid transparent;
}
div#content a:visited {
	color: #333a49;
	text-decoration: none;
	padding: 1px;
	border: 1px solid transparent;
}
div#content a:hover {
	color: #fff;
	background-color: rgba(12, 4, 88, 0.50);
	border: 1px solid #4800ff;
	padding: 1px;
	border-radius: 4px 0px;
}

div#footer {
	clear: both;
	margin: 14px auto 14px auto;
	padding: 7px;
	border-top: 1px dotted #a7533d;
}
div#footer p {
	font-size: 1rem;
	color: #a7533d;
	margin: .1em 0em;
}

input[type=text], input[type=email], input[type=password] {
	color: #572417;
	font-family: 'Libre Franklin', sans-serif;
	background-color: transparent;
	margin: 2px;
	padding: 4px;
	border: 1px solid #572417;
	border-radius: 8px 0px;
	text-align: center;
	outline: none;
}
input.inpError {
	color: rgba(255,255,0,1.00) !important;
	background-color: rgba(9,10,10,0.80) !important;
	border: 1px dashed rgba(255,255,0,1.00) !important;
	border-radius: 8px 0px !important;
}
input.pass {
	color: #572417 !important;
	background-color: transparent !important;
	border: 1px solid #572417 !important;
	border-radius: 8px 0px !important;
}
input:focus {
	border: 1px solid #0440b4;
}
input.submitter {
	background-color: transparent;
	color: #4800ff;
	border: 1px solid #4800ff;
}
input.submitter:hover {
	border: #4800ff;
	color: #fff;
	background-color: #4800ff;
}
select {
	color: #572417;
	font-family: 'Libre Franklin', sans-serif;
	background-color: transparent;
	background-image: url(/images/updown.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right center;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	margin: 2px;
	padding: 4px 24px 4px 4px;
	border: 1px solid #572417;
	border-radius: 8px 0px;
	outline: none;
}
input[type=button] {
	color: #0440b4;
	background-color: rgba(180,187,228,1);
	font-weight: bold;
	padding: 4px;
	border: 1px solid #0440b4;
	border-radius: 8px 0px;
}input[type=button]:hover {
	color: #fff;
	background-color: #0440b4;
}
.player {
	font-size: 1.2rem;
	color: #888;
	font-weight: normal;
}
.error {
	color: rgba(255,255,0,1.00) !important;
	background-color: rgba(9,10,10,0.80);
	font-family: Monaco, "Courier New", "monospace";
	font-size: 1rem;
	padding: 8px;
	margin: 8px;
	border: 2px dashed rgba(255,255,0,1.00);
	border-radius: 8px 0px;
}
.alert {
	color: #a7533d !important;
	border: 2px dotted #a7533d;
	border-radius: 8px 0px;
	background-color: rgba(88,39,2,0.25);
	font-family: Monaco, "Courier New", "monospace";
	font-size: 1rem;
	padding: 8px;
	margin: 8px;
}
.smallGrey {
	color: #6a5752 !important;
	font-size: 0.75rem !important;
	margin: 2px !important;
}
.tinyGrey {
	color: #6a5752 !important;
	font-size: 0.25rem !important;
	margin: 2px !important;
}
.userDetails {
	color: #6a5752;
	font-size: 0.8rem;
	font-style: italic;
}
.blued, .blued p, .blued sup, .blued li, .blued em, .blued strong, .blued i, .blued b, .blued u, .blued sub {
	color: rgba(29,29,91,0.85) !important;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9rem;
	text-align: left !important;
}
a.button:link, a.button:visited {
	color: #4800ff !important;
	text-decoration: none;
	padding: 4px !important;
	margin: 16px !important;
	border: 1px solid #4800ff !important;
	border-radius: 8px 0px !important;
}
a.button:hover {
	color: #4800ff !important;
	text-decoration: none !important;
	border: 1px solid #4800ff !important;
	border-radius: 0px 8px !important;
}
table.regTable {
	border-collapse: collapse;
	margin: 16px;
}
table.regTable tr:nth-child(odd) {
	background-color: rgba(88,39,2,0.25);
}
table.regTable td {
	border: 1px solid #572417;
	color: #572417;
	padding: 4px;
	margin: 0px;
}
table.regTable th {
	color: #fff;
	font-weight: normal;
	background-color: #572417;
	border: 1px solid #572417;
	padding: 4px;
}
table.item {
	border-collapse: collapse;
}
table.item th {
	margin: 0px;
	padding: 4px;
}
table.item th:first-child {
	font-size: 2rem;
	font-weight: bold;
	color: #332402;
}
table.item th:last-child {
	border: none;
	font-size: 1.25rem;
	font-weight: normal;
	color: #332402;
	vertical-align: bottom;
}
table.item td {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	border-top: 2px solid #332402;
	margin: 0px;
	padding: 4px;
}
table.item tr:first-child {
	background-image: linear-gradient(to top, rgba(51,36,8,0) 50%, rgba(51,36,8,0.5));
}
table.item tr:nth-child(odd) {
	background-color: rgba(51,36,8,0.25);
}
.rules {
	font-size: 1rem;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #453b2b;
}
.navSide {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 150px;
	max-width: 350px;
	border-left: 1px solid #332402;
	background-image: linear-gradient(to bottom, rgba(51,36,8,0.5),rgba(51,36,8,0) 50%);
	margin: 0px;
}
.navSide .sidebutton {
	border-bottom: 1px solid #332402;
	width: 100%;
	background-color: rgba(217,210,201,0.50);
	margin: 0px;
}
.navSide .sidebutton a:link, .navSide .sidebutton a:visited {
	display: inline-block;
	padding: 8px;
	margin: 0px;
	color: #332402;
	text-decoration: none;
	font-size: 1.5rem;
	height: 100%;
	width: 100%;
}
.navSide .sidebutton a:hover {
	color: #f9ebdf;
	background-color: #0440b4;
}
div.pCard {
	width: 80%;
	padding: 4px;
	position: relative;
}
div.pCard h2 {
	color: #0440b4 !important;
	border-bottom: 1px solid #0440b4;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem !important;
}
span.keyWord {
	text-transform: uppercase;
	color: #e8e4c6;
	background-color: #774628;
	border: 1px solid #0440b4;
	padding: 2px;
	margin: 12px 4px;
	font-size: 0.8rem;
}
p.pSult {
	margin: 1rem 0.5rem 1rem 2rem !important;
	text-indent: -1rem;
}
div.complete {
	position: absolute;
	top: 50%;
	left: 4px;
	transform: rotate(350deg);
	font-size: 2.5rem;
	font-family: UnifrakturMaguntia, "Brush Script", Times, Times New Roman;;
	padding: 0.5rem;
	color: rgba(29,93,26,0.5);
	border: 2px solid rgba(29,93,26,0.5);
	border-radius: 16px;
	z-index: 100;
}
div.sideBox {
	position: absolute;
	top: 36px;
	right: -35%;
	width: 250px;
	min-height: 250px;
	padding: 4px;
	box-shadow: 4px 6px 18px 4px #572417;
	background-image:url(/images/Paper.jpg);
	background-repeat: repeat;
	background-color: #e8e4c6;
	transform: rotate(355deg)
}