@charset "utf-8";

a:link {
	color: #bc9e77;
	text-decoration: none;
}

a:visited {
	color: #bc9e77;
	text-decoration: none;
}

a:hover {
	color: #524436;
	text-decoration: none;
}

body,td,th {
	font-size: 11px;
	color: #bc9e77;
	font-family: Verdana, sans-serif;
}

body {
	background-image: url(./../images/bg.png);
	background-repeat: repeat-x;
	background-color: #000;
}

#sanctuary {
	background-image: url(./../images/background.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 100%;
	background-position-x: center;
	background-position-y: top;
	z-index: 5;
	overflow: hidden;
}

#message {
	font-family: Consolas, sans-serif;
	font-size: 1.1em;
	color: #524436;
	z-index: 55;
	font-style: bold;
}

.auth {
	color: #bc9e77;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color: #151310;
	border: solid 1px #524436;
	padding: 2px 3px;
	text-align: center;
	transition: all 3s ease-in-out;
}

.auth2 {
	color: #524436;
	font-size: 1.1em;
	font-family: Consolas, sans-serif;
	background-color: rgba(0,0,0,0.5);
    border: solid 1px rgba(82,68,54,0.5);
    line-height: 24px;
    text-align: center;
    padding: 2px 3px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 30px 5px rgba(0,0,0,1.0);
    margin-bottom: 20px;
	transition: all 1.25s ease-in-out;
}

form input:focus {
	color: #bc9e77;
    box-shadow: 0 0 30px 0 rgba(255,235,165,0.3);
    border-color: #bc9e77;
	background-color: rgba(21,19,16,0.5);
}

input:focus {
	color: #bc9e77;
    box-shadow: 0 0 30px 0 rgba(255,235,165,0.3);
    border-color: #bc9e77;
	background-color: rgba(21,19,16,0.5);
}

.login {
	color: #bc9e77;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color: #151310;
	border: solid 1px #524436;
	text-align: center;
	padding: 2px 3px;
}

.panel {
	font-size: 12px;
	position: relative;
	top: 30px;
	z-index: 30;
}

#footer {
	color: #1f1e1d;
	font-size: 1em;
	position: absolute;
	width: 99%;
	bottom: 10px;
	z-index: 3;
	text-align: center;
}

.intro {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 10px;
	font-family: Calibri;
	font-size: 15px;
	color: #bc9e77;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 0px 10px #6a4f20;
}

.form {
	margin-top: 100px;
	font-weight: bold;
	/*background-image: url();
	background-repeat: repeat;
	/*background-color: #151310;*/
}

div.bg_resources {
	background-color: #000;
	opacity: 0.9;
	filter:alpha(opacity=70);
	width: 900px;
	height: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

div.ly_resources {
	position: absolute;
	width: 880px;
	height: 500px;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 10px;
	z-index: 5;
	font-size: 10px;
	font-weight: bold;
}

li {
	list-style-type: square;
}

.tabula_recta {
	text-align: center;
}

.reveal {
	font-weight: normal;
	font-family: Consolas;
	font-size: 16px;
	color: #d1f1c5;
	text-shadow: 1px 1px 5px #7ec762;
}