*{
    margin: 0;
    padding: 0;
}

html{
    overflow-x: hidden;
}

body {
    background-color:  rgb(10,10,10);  
}

a {
    color: white; 
    font-size: 100%; 
    text-decoration: none; 
    margin-left: 3%;
    margin-right: 3%;
    font-family: 'Browallia New';
    font-weight: normal;
    font-style: normal;
    
}

a:hover {
    color: rgb(254,218,18); 
    font-size: 100%;
}

table{
    margin-left: 115px;
}

td{
    border: 3px inset gray;
}

#head{
    width: 850px;
    background-color: rgb(30,30,30);
    text-align: center;
    padding-top: 5px;
    border: 3px outset rgb(152,20,20);
    position: absolute;    
    margin: 5px 0 0 3%;
}

img.banner1{
    width: 45%;
    float: left;
    margin: 2px 0 0 2.5%;
    border: 4px outset rgb(254,218,18);
}

img.banner2{
    width: 44%;
    float: right; 
    margin: 2px 2.5% 0 0 ;
    border: 4px outset rgb(254,218,18);
}

ul.topnav {
    list-style: none;                             
    margin: 0 auto;
    margin-top: 13%;
    margin-bottom: 1%;
    height: 20px;
    background-color:  black;
    width: 95%;
    background-position: center;
    border: 3px outset rgb(254,218,18);
    color: rgb(254,218,18);  
}

ul.topnav li {
    list-style: none;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/ 
    height: 100%;    
    float: left;
    white-space: nowrap;
    margin-left: 13px;  
}

ul.topnav li a{
    color: #fff;
    display: block;
    text-decoration: none;
    float: left; 
    padding-left: 20px;
    padding-right: 20px;
}

ul.topnav li a:hover{
    color: rgb(152,20,20);
}

ul.topnav li span { /*--Drop down trigger styles--*/
    width: 15px;
    height: 15px;
    position: absolute;
    float: left;
    background-image: url("images/arrow.png");
    background-repeat: no-repeat; 
    margin-top: 3px;
}

ul.topnav li span.subhover {/*--Hover effect for trigger--*/
    background-image: url("images/arrow_hover.png"); 
    cursor: pointer;
}

ul.topnav li ul.subnav {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    top: 18px; left: 10px;
    margin: 0; padding: 0;
    display: none;
    float: left;
    width: 150px;
    border: 2px outset rgb(254,218,18);
    z-index: 10;
    background-image: url("images/subnav_bg.png");
}

ul.topnav li ul.subnav li{
    margin: 0; padding: 0;
    clear: both;
    margin-left: -13px;
}

html ul.topnav li ul.subnav li a {
    float: left;
    text-align: left;
    color: White;
    padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
    color: rgb(152,20,20); 
}

#center{
    margin: 0 auto;
    margin-left: 3%;
    width: 850px;
    top: 200px;
    height: auto;
    background-image: url("images/center_bg.png");
    background-repeat: repeat-y;
    background-position: center;
    position: absolute; 
    border: 3px outset rgb(152,20,20);
    border-bottom-style: none;
    margin-bottom: 1%;
}

.title{
    position: inherit;
    width: 70%;
    background-color: rgb(10,10,10);
    color: White;
    text-align: center;
    font-size: medium ;
    font-variant: small-caps;
    border: 3px outset rgb(254,218,18);
    letter-spacing: 2px;
    left: 14.5%;
    top: -13px;
}

#block{
    margin: 0 auto;
    width: 97%;
    position: inherit;
    color: White;
}

.subtitle{
    margin: 20px 0 0 10px;
    width: 90%;
    background-color: rgb(152,20,20);
    color: White;
    font-variant: small-caps;
    border-bottom: 2px solid rgb(254,218,18);
    text-indent: 10px;
    -webkit-border-top-right-radius: 20px;
    letter-spacing: 2px;
}

.content{
    width: 90%;
    margin-left: 4%;
    font-size: 100%;
    color: white;
}

.composite{
    height: 124px;
    width: 100px;
}

.newsPic{
    padding-right: 10px;
    width: 47%; 
}

.end{
    width: 89%;
    margin-left: 3%;
    color: white;
    border-bottom: 2px solid rgb(254,218,18);
    bottom: 5px;
    height: 20px;
    font-size: 80%;
    padding-bottom: 2px;
}

.by{
    float: left;
    width: 40%;
}

.date{
    float: right;
    margin-right: 10%;
}

#infoPane2{
    position: fixed;
    top: 5px;
    left: 930px;
    background-color: transparent;
    border: 4px outset rgb(152,20,20);
    z-index: 0;
    color: White;
}

#infoPane{
    position: fixed;
    top: 100px;
    left: 930px;
    width: 300px;
    height: 400px;
    padding-left: 3px;
    background-color: transparent;
    border: 4px outset rgb(152,20,20);
    z-index: 0;
    color: White;
}

#footer{
    margin: 0 auto;
    width: 100%;
    height: 38px;
    border: 3px outset rgb(152,20,20);
    border-top: 2px solid rgb(254,218,18);
    background-color: rgb(30,30,30);
    color: White;
    position: inherit;
    margin-left: -3px;
    bottom: -38px;
}

.copy{
    margin-left: 2.5%;
    float: left;
    font-size: 75%
}

.address{
    margin-right: 3%;
    float: right;
    font-size: 75%;
    width: 120px;
}





/* Slideshow Stuff*/

.presentation {  /* Holds everything of the slide show */
    position: inherit;
    height: 900px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: transparent;
    top: 10px;        
}
      
.slides {  /* Container of slides */
    position: static;
    width: 100%;
    height: 97%;
    background-color: transparent;
    display: block;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    
    /* so it's visible in the iframe. */
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);    
}

section.middle {
    line-height: 2em;
    height: 300px;
    width: 100%;
    background-color: inherit; /* This colors the inside of slide where stuff is */
}
        
.slide {  /* General Slide settings - also look at current, past and future slides */
    display: none;
    position: absolute;
    overflow: hidden;
    width: 120%;
    height: 100%;
    left: 50%;
    top: 200px;
    margin-top: -280px;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid white;
}
  
.slide:nth-child(even) {
    -moz-border-radius: 20px 0;
    -khtml-border-radius: 20px 0;
    border-radius: 20px 0; /* includes Opera 10.5+ */
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    
}
  
.slide:nth-child(odd) {
    -moz-border-radius: 0 20px;
    -khtml-border-radius: 0 20px;
    border-radius: 0 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
}

.slide p, .slide textarea {
    font-size: 120%;
}

.slide .counter {
    color: transparent;   /*This colors the counter on corner of slide*/
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    font-size: 70%;
}

.slide.title > .counter,
.slide.segue > .counter,
.slide.mainTitle > .counter {
    display: none;
}

.force-render {
    display: block;
    visibility: hidden;
}
  
.slide.far-past {
    display: block;
    margin-left: -2400px;
}
  
.slide.past {
    visibility: visible;
    display: block;
    margin-left: -181%;
}
  
.slide.current {
    visibility: visible;
    display: block;
    margin-left: -60%;
}
  
.slide.future {
    visibility:visible;
    display: block;
    margin-left: 61%;
}
  
.slide.far-future {
    display: block;
    margin-left: 1500px;
}
  

body.three-d div.slides {
    -webkit-transform: translateX(50px) scale(0.8) rotateY(10deg);
    -moz-transform: translateX(50px) scale(0.8) rotateY(10deg);
    -o-transform: translateX(50px) scale(0.8) rotateY(10deg);
    transform: translateX(50px) scale(0.8) rotateY(10deg);
}

#presentation-counter {
    color: #ccc;
    font-size: 70%;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    visibility: hidden;
}
  
div:not(.current).reduced {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
} 
  
.no-transitions {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
