/* mark-up ------------------------*/

body {
  background-color: #000000;
}

h1 {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-family: sans-serif;
}

h2 {
	clear: both;
	font-family: sans-serif;
}

h3 {
	font-family: sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

tr {
  text-align: left;
}

/* divs sizing --------------------------*/

.container {
  width: 98%;
  overflow: hidden;
  margin: auto;
	border: solid 1px #ffd700;
  background-color: #263042;
}
  
.title	{
	clear: both;
	text-align: center;
	text-transform: uppercase;
}

.contentContainer {
  position : relative;
	float: right;
	clear: right;
  width: 88%;
  height: 85vh;
	padding: 5px;
  overflow: scroll;
  margin: auto;
	border: solid 1px #ffd700;
}

.content	{
	padding: 0 2px;
	border: solid 1px #ffd700;
  background-color: #ffffff;
}

.navigation {
  position : relative;
	float: left;
	clear: left;
	width: 10%;
	padding: 10px 0;
  border: 0;
}

.statcounter	{
	float: left;
	clear: none;
}

/* banner --------------------------*/

	.banner {
		clear:both;
		width:100%;
		margin:0;
		padding:10;
		border:double #ffd700; /* gold */
		background-color:#263042; /* dark blue */
		}

	.banner p {
		font-family:arbrnplt, sans-serif;
		font-size:60px;
		font-weight:bold;
		text-align:center;
		color:white;
		margin:0;
		padding:0 15px;
		text-shadow:4px 4px black;
		}

/* Side boxes ----------------------*/

	.box_left {
		position : relative;
		float: left;
		clear: none;
		margin: 0;
		padding: 0;
		}

	.box_right {
		position : relative;
		float: right;
		clear: none;
		margin: 0;
		padding: 0;
		}

/* Images -----------------------*/

	img {
		font-size:6px;  /* reduces the size of the letters for the ALT displayed*/
		}

	.photo {
		padding: 10px;
		border-top: solid 1px #eeeeee; /* various shades of grey to create 3D effect */
		border-bottom: solid 1px #222222;
		border-left: solid 1px #aaaaaa;
		border-right: solid 1px #999999;
		margin: 5px 5px;
		}

	.image_with_caption {
		margin: 5px 10px;
		}

	.image_with_caption p {
		font-family: monospace;
		font-size: 12px;
		padding: 0;
		padding-left: 3px;
		text-align: center;
		}

/* Specific text ---------------------*/

.top {
    text-align: right;
}

.program {
   width: 80%;
   margin: auto;
   padding: 10px;
   background-color: white;
   border: solid 1px red;
}

/*-- Slashsheet -------------------*/

.splashsheet {
  width: 500px;
  margin: auto;
  border: solid 1px #000000; /* balck */
  padding: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.splashsheet h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.splashsheet table {
  border: none;
  border-collapse: collapse;
}

.splashsheet table tr {
  border-bottom: 1px solid #000000;
}

.splashsheet table tr:last-child {
  padding: 0 10px;
  border-bottom: none;
}

.splashsheet table td {
  padding: 0 10px;
  border-left: 1px solid #000000;
}

.splashsheet table td:first-child {
  padding: 0 10px;
  border-left: none;
}

.figures {
  text-align: right;
}

.subject2 {
    text-indent: 50px;
}

/* Navigation menu styling -----------------*/

.navigation ul {
  margin: 0 auto;
  padding: 0;
}

.navigation li {
  width: 75%;
  margin: 5px auto;
  padding: 10px 0;
  background-color: #fbf8f6;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  overflow-wrap: break-word;
  color: #263042;
}

.navigation a:link {
  margin: 0;
  color: #263042;
  text-decoration: none;
}

.navigation a:visited {
  margin: 0;
  color: #263042;
  text-decoration: none;
}

.navigation a:hover {
  margin: 0;
  color: #263042;
  text-decoration: none;
}

.navigation a:active {
  margin: 0;
  color: #263042;
  text-decoration: none;
}

/* Custom fonts ------*/
@font-face
{
font-family: arbrnplt;
src: url('fonts/arbrnplt.ttf'),
url('fonts/arbrnplt.eot');
}