/* Major Elements */

body {
	background-color:black;
	font:arial;
}

#header {
	text-align:center;
	border-bottom:#770000 1px solid;
}

#navigation {
	border-bottom:#770000 1px solid;
	height:25px;
	width:100%;
	text-align:center;
	color:white;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:4px;
}

#navigation a {
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	font-size:26px;
	margin-left:30px;
	margin-right:30px;
}

#navigation a:hover {
	color:#CC0000;
}

a:link {
	color:#AA0000;
	text-decoration:none;
}

a:visited {
	color:#AA0000;
}

a:hover {
	color:#CC0000;
}

.bottomborder {
	border-bottom:#770000 1px solid;
}

#footer {
	color:white;
	width:100%;
	text-align:center;
	font:arial;
	border-top:#770000 1px solid;
	border-bottom:#770000 1px solid;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Controls */

.button {
	display:inline-block;
	background-color:black;
	color:white;
	font-size:24px;
	border:#990000 2px solid;
	border-radius:15px;
	padding:5px 20px;
	margin-left:20px;
	cursor:pointer;
}

.button:hover {
	background-color:#990000;
}

.chkbox {
	display:inline-block;
	height:30px;
	width:30px;
	border:#990000 5px solid;
	vertical-align:middle;
	cursor:pointer;
	text-align:center;
	margin-right:20px;
	font-family:'Courier New';
	font-weight:bold;
	font-size:30px;
}

.dialogbox {
	z-index:1;
	display:none;
	position:fixed;
	width:600px;
	min-height:200px;
	top:10%;
	left:calc(50% - 300px);
	color:white;
	font-size:24px;
	background-color:#222222;
	border:#990000 2px solid;
	border-radius:15px;
	padding-bottom:10px;
}

.dialogbox input {
	font-family:'Times New Roman';
	font-size:24px;
}

#screen {
	z-index:0;
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(50,50,50,0.8);
}

/* Standard Formats */

.largecolumn {
	display:inline-block;
	border:#990000 1px solid;
	width:350px;
	height:30px;
	white-space:nowrap;
	padding:0;
	margin:0;
}

.column {
	display:inline-block;
	border:#990000 1px solid;
	width:100px;
	height:30px;
	white-space:nowrap;
	padding:0;
	margin:0;
}

.smallcolumn {
	display:inline-block;
	border:#990000 1px solid;
	width:75px;
	height:30px;
	white-space:nowrap;
	padding:0;
	margin:0;
}

.bigpicture {
	width:800px;
}

.picture {
	width:400px;
}

.smallpicture {
	width:200px;
}

.thumbnailpicture {
	width:100px;
}

.hidden {
	display:none;
}

.inline {
	display:inline-block;
}

.left {
	text-align:left;
}

.centered {
	text-align:center;
}

.right {
	text-align:right;
}

/* Experimental */

.card {
	position:relative;
	width:100%;
	height:100px;
	min-width:1000px;
	overflow:hidden;
}

.card img {
	width:100%;
}

#t1 img {
	margin-top:-44%;
}

#t2 img {
	margin-top:-45%;
}

#t3 img {
	margin-top:-21%;
}

#t4 img {
	margin-top:-55%;
}

.adjustup {
	position:absolute;
	width:40px;
	height:40px;
	background-image:url('/img/uparrow.png');
	background-size:cover;
	top:10px;
	right:10px;
}

.adjustdown {
	position:absolute;
	width:40px;
	height:40px;
	background-image:url('/img/downarrow.png');
	background-size:cover;
	bottom:10px;
	right:10px;
}

.adjustup:hover, .adjustdown:hover {
	cursor:pointer;
}
