* {
	color: white;
	
	font-family: futura, arial;
}

table[class*="xe-uncaught"] * {
	color: black;
}

::selection {
	background: rgb(178,0,100);
}

html,
body {
	height: 100%;
}

body {
	background-image: url("/images/bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
	overflow-y: scroll;
	
	padding: 0 50px;
}

p {
	margin: 5px 20px;
}

a,
a:hover,
a:visited {
	text-decoration: none;
}

hr {
	border: none;
	border-top-width: 1px;
	border-top-style: inset;
	
	margin: 10px 0px;
}

.hidden {
	display: none !important;
}

table.table {
	width: 100%;
	
	border-spacing: 0;
	border-collapse: collapse;
}

table.table td {
	padding: 1px;
	padding-bottom: 10px;
	
	vertical-align: top;
}

table.table tr:last-child td {
	padding-bottom: 1px;
}

table.table td:first-child {
	width: 20%;
}

table.table tr:nth-child(even) td {
	background-color: rgba(255,255,255,0.167);
}

input,
textarea,
select,
option {
	color: #000000;
	
	margin: 2px;
}

input[type="file"] {
	color: #ffffff;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"] {
	width: 95%;
	
	border-radius: 10px;
	
	padding-left: 5px;
}

input[type="date"] {
	width: auto;
}

fieldset {
	border-radius: 10px;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: push-button !important;
}

textarea {
	min-height: 8em;
	
	resize: vertical;
	
	border: 2px inset rgb(238, 238, 238);
}

label {
	margin: 0 5px;
}

.slidUp {
	height: 0%;
	
	transition: height .5s;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	-ms-transition: height .5s;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.justified {
	text-align: justify;
}

.orange {
	color: #d93f0d;
}

.image {
	display: block;
	
	background-size: cover;
	background-repeat: no-repeat;
	
	margin: 0 auto;
}

a.link,
a.plink {
	color: rgb(178,0,100);
	
	transition: color .5s;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-ms-transition: color .5s;
}

a.link:hover,
a.plink:hover {
	color: #ffffff;
}

a.link:before {
	content: "\00bb\00a0";
}

a.plink:before {
	content: "\2227\00a0";
}

a.link[target="_blank"]:before {
	content: "\29c9\00a0";
}

a.socialicon > img {
	width: 64px;
	height: 64px;
	
	border-radius: 8px;
}

span.remark {
	font-size: small;
}

span.divider {
	color: rgb(7,141,238);
}

span.today,
span.now {
	font-weight: bold;
	color: rgb(178,0,100);
}

span.now {
	font-size: xx-large;
}

#page {
	min-height: 100vh;
	width: 960px;
	
	margin: 0 auto;
	
	background-color: rgba(0,0,0,0.9);
	
	padding-bottom: 4em;
	box-sizing: border-box;
}

#header {
	height: 209px;
	
	position: relative;
}

#login {
	position: absolute;
	top: 100%;
	right: 0%;
	
	padding-top: 5px;
	
	display: none;
	
	background-color: white;
	
	padding: 5px;
	
	z-index: 999;
}

#login input[type="text"],
#login input[type="password"] {
	width: auto;
}

#login label {
	color: black;
}

#header h1 {
	width: 400px;
	height: 209px;
	
	position: relative;
	left: -75px;
	top: 15px;
	
	z-index: 500;
	
	background-image: url('/images/logo.png');
	font-size: 0;
	
	pointer-events: none;
}

#header h2 {
	font-size: 5em;
	font-weight: normal;
	
	color: rgb(7,141,238);
	
	position: relative;
	top: -115px;
	left: 200px;
}

@keyframes pagetitle {
	from {
		opacity: 0.0;
	}
	
	to {
		opacity: 1.0;
	}
}

@-webkit-keyframes pagetitle {
	from {
		opacity: 0.0;
	}
	
	to {
		opacity: 1.0;
	}
}

@-moz-keyframes pagetitle {
	from {
		opacity: 0.0;
	}
	
	to {
		opacity: 1.0;
	}
}

@-o-keyframes pagetitle {
	from {
		opacity: 0.0;
	}
	
	to {
		opacity: 1.0;
	}
}

@-ms-keyframes pagetitle {
	from {
		opacity: 0.0;
	}
	
	to {
		opacity: 1.0;
	}
}

h2#pagetitle {
	margin: 0;
	
	opacity: 0.0;
	
	animation: pagetitle 2s 2s;
	animation-fill-mode: forwards;
	-webkit-animation: pagetitle 2s 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: pagetitle 2s 2s;
	-moz-animation-fill-mode: forwards;
	-o-animation: pagetitle 2s 2s;
	-o-animation-fill-mode: forwards;
	-ms-animation: pagetitle 2s 2s;
	-ms-animation-fill-mode: forwards;
}

#headerbar {
	height: 1.5em;
	
	clear: both;
	
	background: linear-gradient(top, #000000 50%, #666666 100%);
	background: -webkit-linear-gradient(top, #000000 50%, #666666 100%);
	background: -moz-linear-gradient(top, #000000 50%, #666666 100%);
	background: -o-linear-gradient(top, #000000 50%, #666666 100%);
	background: -ms-linear-gradient(top, #000000 50%, #666666 100%);
	
	padding: 0 10px;
	
	border-radius: 10px;
	
	font-size: smaller;
	
	position: relative;
	
	z-index: 1200;
}

nav ul {
	list-style-type: none;
	
	margin: 0;
	border: none;
	padding: 0;
	
	position: relative;
	
	display: inline-table;
}

nav ul ul {
	display: none;
	
	position: absolute;
	
	top: 100%;
	
	z-index: 1;
}

nav ul li:hover > ul {
	display: block;
	
	min-width: 100%;
}

nav ul:after{
	content: "";
	clear: both;
	display: block;
}

nav ul li {
	float: left;
	
	position: relative;
}

nav ul ul li {
	float: none;
}

#headerbar nav {
	display: inline-block;
}

#headerbar nav > ul > li {
	padding: 0 5px;
}

#headerbar nav ul > li:hover > a:hover {
	color: rgb(7,141,238);
}

#socialmenu {
	float: left;
}

#socialmenu input[type="checkbox"] {
	vertical-align: text-bottom;
}

#socialmenu ul li > div {
	background-color: rgba(255,255,255,.95);
	border: 5px solid color: rgb(7,141,238);
	padding: 12px;
	padding-top: 0;
	
	border-radius: 10px;
	
	box-shadow: 0 0 15px 3px #333;
	
	position: absolute;
	
	display: none;
}

#socialmenu div.close {
	visibility: hidden;
}

#socialmenu div.sticky div.close {
	visibility: visible;
}

#socialmenu div.close,
#socialmenu div.close a {
	color: #000;
	margin-bottom: 5px;
}

#socialmenu div.close a {
	text-align: right;
	font-size: x-large;
}

#socialmenu ul li:hover > div,
#socialmenu div.sticky {
	display: block;
	z-index: 1000;
}

#socialmenu ul li:hover > div {
	z-index: 1100;
}

#foursquare, #foursquare * {
	color: #000;
}

#sitemenu {
	float: right;
}

/*nav ul li {
	display: inline;
	
	border-right: 1px solid #ffffff;
	
	padding-right: 5px;
}

nav ul li:last-child {
	border: 0;
}*/

#footer {
	padding: 1em;
	
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	width: 960px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, black 33%);
}

#menu {
	text-align: center;
}

#menu > ul {
	display: inline-block;
}

#menu > ul > li {
	text-align: center;
	
	float: left;
	
	border: none;
	padding: 0;
}

#menu > ul > li > a {
	display: block;
	
	width: 6em;
	
	border: 0;
	border-radius: 5px 5px 0px 0px;
	padding: 5px;
	
	background-color: white;
	color: black;
	
	transition: background-color .5s, color .5s;
	-webkit-transition: background-color .5s, color .5s;
	-moz-transition: background-color .5s, color .5s;
	-o-transition: background-color .5s, color .5s;
	-ms-transition: background-color .5s, color .5s;
}

#menu > ul > li:first-child a {
	border-radius: 10px 5px 0px 10px;
}

#menu > ul > li:last-child a {
	border-radius: 5px 10px 10px 0px;
}

#menu > ul > li > a:hover {
	background-color: rgb(178,0,100);
	
	color: white;
}

#menu > ul > li > a:focus {
	padding: 3px;
	
	border: 2px solid rgb(178,0,100);
}

#menu li > ul {
	text-align: left;
	
	box-shadow: 0 0 15px 3px #333;
	
	clip: rect(0px, 1000px, 1000px, -10px);
}

#menu li > ul a {
	display: block;
	
	font-size: 0.8em;
	
	width: 8em;
	
	background-color: rgb(178,0,100);
	color: #ffffff;
	
	padding: 0.5em;
}

#menu li > ul > li:last-child a {
	border-radius: 0 0 5px 5px;
}

#menu li > ul a:hover {
	background-color: #ffffff;
	color: #000000;
}

.content {
	padding: 12px;
	
	min-height: 100px;
}

.content h2,
.content h3,
.content h4 {
	margin: 0;
}

div.list + div {
	clear: both;
}

div.listrow {
	clear: both;
	
	padding: 10px 0;
}

div.listrow:first-child {
	padding-top: 0px !important;
}

div.listrow:last-child {
	padding-bottom: 0px !important;
}

div.listcell {
	display: inline;
	float: left;
}

div.listcell:first-child {
	width: 130px;
	height: 130px;
	
	overflow: hidden;
}

div.listcell:last-child {
	max-width: 75%;
	
	margin-left: 10px;
}

div.listcell h2,
div.listcell p {
	margin: 0;
}

div.listcell img {
	width: auto;
	height: 130px;
}

form > table {
	width: 100%;
}

form > table td:first-child {
	width: 20%;
	
	text-align: right;
	padding-right: 10px;
}

table input[type="text"],
table input[type="password"],
table input[type="email"],
table textarea {
	width: 80%;
}

div.error {
	width: 66.667%;
	
	background-color: black;
	
	margin: 10px auto;
	border: 5px red solid;
	padding: 10px;
}

a#newFeature {
	position: absolute;
	top: -130px;
	right: -200px;
	
	transform: scale(0.4, 0.4) rotate(25deg);
	-webkit-transform: scale(0.4, 0.4) rotate(25deg);
	-moz-transform: scale(0.4, 0.4) rotate(25deg);
	-o-transform: scale(0.4, 0.4) rotate(25deg);
	-ms-transform: scale(0.4, 0.4) rotate(25deg);
	
	z-index: -2;
	
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	-ms-transition: -ms-transform .5s;
	
	image-rendering: -moz-crisp-edges;
}

a#newFeature:hover {
	transform: scale(0.5, 0.5) rotate(5deg);
	-webkit-transform: scale(0.5, 0.5) rotate(5deg);
	-moz-transform: scale(0.5, 0.5) rotate(5deg);
	-o-transform: scale(0.5, 0.5) rotate(5deg);
	-ms-transform: scale(0.5, 0.5) rotate(5deg);
	
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	-ms-transition: -ms-transform .5s;
}
