@font-face { font-family: header; src: url(Stalemate-Regular.ttf); }
@font-face { font-family: subheader; src: url(Satellite.otf); }
body {
    background-color: #333333;
    text-align: center;
    color: #FFFFFF;
    font-family: arial;
}
a{
    color: #FFFFFF;
    text-decoration: underline;
}
hr
{
    margin-top: 0px;
    color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
}
a:visited{
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover{
    color: #DDDDDD;
    text-decoration: none;
}

ul li {
    padding: 0;
    margin: 0;
    text-align: left;
}

.bg_border {
    position: fixed;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: #00FF00 0px solid;
    box-shadow: inset 0 0 150px #000000;
    border-radius: 5px;
    z-index: 1;
}
.header {
    font-family: header;
    top: 10px;
    left: 0px;
    width: 100%;
    font-size: 150px;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    z-index: 1;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}
.subheader {
    top: 155px;
    left: 50%;
    font-family: subheader;
    font-size: 30px;
    vertical-align: middle;
    text-align: left;
    position: fixed;
    z-index: 2;
}

.wrapper
{
    left: 15%;
    top: 250px;
    width: 80%;
    position: absolute;
    z-index: 5;
    padding-bottom: 15px;
}

.content {
    position: relative;
    background-color: #222222;
    font-family: subheader;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px;
    margin-bottom: 15px;
    border: #DDDDDD 0px solid;
    box-shadow:  0 0 15px #000000;
    border-radius: 20px;
    z-index: 6;
}

.cat
{
    font-family: subheader;
    font-size: 20px;
    background-color: #222222;
    text-align: left;
    position: fixed;
    left: 0%;
    top: 250px;
    border: #DDDDDD 0px solid;
    box-shadow:  0 0 5px #000000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index:4;
}

.cat:hover
{
    z-index: 10;
}

.cat a
{
    color: #FFFFFF;
    text-decoration: none;
}

.cat a:visited{
	color: #FFFFFF;
}

.cat a:hover
{
    color: #DDDDDD;
    text-decoration: underline;
}

.cat-entry
{
    padding-left: 5px;
    margin: 10px;
}

.cat-entry_high
{
    font-weight: bold;
    padding-left: 5px;
    margin: 10px;
}

.news_entry
{
    padding-bottom: 25px;
    position: relative;
}
.news_created
{
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    font-size: 13px;
}

.news_title
{
    font-size: 24px;    
}

.news_news
{
    position: relative;
    top: 10px;
}

.news_morelink
{
    position: relative;
    top: 10px;
    text-align: right;
    right: 10px;
}

.button {
    height: auto;
    width: auto;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: middle;
    border-width: thin;
    border-style: solid;
    border-color: rgba(204,204,204,0.5);
    margin-top: 10px;
    margin-right: auto;
    z-index: 10;
    background: rgba(50, 50, 50, 0.5);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
.button:hover {
    border-color: rgba(255,255,255,1);
    background: rgba(50, 50, 50, 1.0);
    cursor: pointer;

}
.button:focus {
    border-color: rgba(0,255,0,0.3);
    background: rgba(50, 50, 50, 1.0);
}
.button:active {
    border-color: rgba(0,255,0,0.3);
    background: rgba(50, 50, 50, 1.0);
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-content-video {
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 3px solid #999999;
  padding: 0px;
}

 @media screen and (orientation:portrait) { 
.modal-content-video {
  width: 97%;
}

 }
 @media screen and (orientation:landscape) { 
 .modal-content-video {
  height: 97%;
} }

.modal-content-sound {
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 3px solid #999999;
}


/* The Close Button */
.close {
  margin: 0px;
  color: #aaa;
  float: left;
  font-size: 32px;
  font-weight: bold;
  border: 3px solid #999999;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}



.soundboardheader
{
	background-color: #222222;
}

#videotag {
  margin: 0px;

}

 @media screen and (orientation:portrait) { 
#videotag  {
	width: 95%;
}

 }
 @media screen and (orientation:landscape) { 
 #videotag  {
    height: 100%;
} }

.soundboard-content {
    background-color: #222222;
    font-family: subheader;
    font-size: 20px;
    color: #FFFFFF;
	margin: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}