/*
Color Scheme 
    
black
#99A238

 center image is width: 702px;
 banner image is width: 278px;
 thumb  image is width: 230px;
*/

.imageContainer img {
  width: 100%;
  height: 100%;
  }
    
* {
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  }

body {
  background-color: black;
  color: #99A238;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; 
  }
  
.fading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;	
  }
        
div#banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-color: white;
  vertical-align: top;
  display: inline-block;
  }
       
div#banner img {
  margin-top: 2%;
  margin-bottom: 2%;
  width: 100%;
  height: 96%;
  }
  
div#menu {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2%;
  z-index: 1000;
  background-color: red;
  }
  
div.menuItem {
  display: inline-block; 
  width: 10%;
  font-size: 14px;
  line-height: 1em;
  vertical-align: top;
  }
  
div#content  {
  position: absolute;
  top: 4%;
  left: 15%;
  width: 85%;
  height: 98%;
  background-color: black;
  vertical-align: top;
  display: inline-block;
  }

div#thumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 23.5%;
  height: 100%;
  }

div#thumbs div.images {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width:80%;
  height: 90%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  }

div#thumbs div.images .image {
  position: relative;
  width: 170px;
  height: auto;
  }
  
#thumbImages {
  position: absolute;
  top: 0;
  }
  
.underTitle {
  display: block;
  }
  
div#thumbs div.images .image img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
  }
  
div#thumbs div.images .image object {
  margin-bottom: -5px;
  }

.cover {
  border: 3px solid white;
  margin: 2px;
  cursor: pointer;
  }
  
.cover:hover {
  border: 5px solid #99A238;
  margin: 0px;
  cursor: pointer;
  }
  
span.title {
   font-size: large;
   }
   
span.title:hover {
  color: white;
  font-style: bold;
  }

div#center {
  position: absolute;
  top: 0;
  left: 23.5%;
  width: 76.5%;
  height: 100%;
  }

div#center div.images {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height:85%;
  width: auto;
  margin-bottom: 15%;
  padding-bottom: 15px;
  }

div#center div.images .image {
  width: 100%;
  height: 100%;
  }
  
div#center div.images .image .imageContainer {
	width: 100%;
	height: 100%;
	}
  
div#center div.images .image .imageContainer img {
  width: auto;
  height: 100%;
  }
 
div#links {
  position: absolute;
  top: 3%;
  right: 15px;
  text-align: right;
  }
   
a {
  text-decoration: none;
  color: #99A238;
  }	 
   
a.email {
  font-style: bold;
  color: white;
  }

div#mediaKit {
  position: absolute;
  right: 3%;
  bottom: 3%;
  width: 7%;
  height: 2%;
  }
  
div#mediaKit img {
  width: 100%;
  height: 100%;
  }
  
div.current {
  font-style:bold;
  color:white;
  font-size: x-large;
  }
  
a.link {
  color: white;
  font-size: large;
  } 
  
a.link:hover {
  color: #99A238;
  }
  
.centered {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  }
  
/* ContactUs.php --------------------------- */

div#contact {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: x-large;
  }
  
.borderBottom {
  border-bottom: 1px black solid;
  text-align: left;
  }
  
table#formInputTable {
  padding-left: 15px;
  }
  
.formLabel {
  text-transform: uppercase;
  color: black; 
  text-align: right;
  padding-right: 15px;
  }
  
table.tablesorter tbody tr:hover td:first-child:hover {
  background-color: red; 
  cursor: crosshair;
  }
 
table.tablesorter tbody tr:hover td {
  background-color: #FF6; 
  cursor: pointer;
  } 
  

div#seeSubscribersDiv {
  position: absolute;
  width: 90%;
  height: 80%;
  top: 15%;
  left: 5%;
  }
  
#currentIssueContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  }

