body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(242,237,205);
}


header {
	background-color:rgb(242,237,205); 
    background-image: url(../images/ship3.jpg);
	background-repeat: no-repeat;
	background-position: right top; 
	
}

header h1 {
	font-size: 3.5em;	
    color: #213B74;
	text-shadow: -3px 3px 2px #DA7B27;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 55px;
	clear: both;
	
}	


.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
}

 nav {
	background-color: #DA7B27;
	border: 1px solid rgba(255,255,255,.5);	
	border-left: none;
	border-right: none;
	
	background: rgb(255,168,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,168,76,1) 45%, rgba(255,123,13,1) 88%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(255,168,76,1)), color-stop(88%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 45%,rgba(255,123,13,1) 88%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,168,76,1) 45%,rgba(255,123,13,1) 88%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,168,76,1) 45%,rgba(255,123,13,1) 88%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,168,76,1) 45%,rgba(255,123,13,1) 88%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

	
} 
.mainNav {
  margin: 0;
  padding: 0;
  list-style: none;
  
 
}  

.mainNav a {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  
  border-right: 2px solid #213B74;
  border-left: none; 
  border-bottom: none;
  border-top: none;  
  padding: 7px 5px 7px 30px;;
  display: block;


}  
.mainNav a.homelink{
 border-left: 2px solid #213B74; 
}

.mainNav a:link {
  color:#000;
}

.mainNav a:hover {
  font-weight: bold;
  color: #F2EDCD;
  background-color: #BC8974;
 
}
.mainNav a:active{
  color: #DA7B27;
}

.home .homelink,
.about .aboutlink,
.books .bookslink,
.events .eventslink,
.project .projectlink {
  background-color: #F2EDCD;
  padding-right: 15px;
  padding-left: 30px;
  font-weight: bold;
 /* color: #213B74 */
  color: black;
}  

.mainNav ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
border-left: 2px solid #213B74;
border-bottom: 2px solid #213B74; 
}

.mainNav li {
  display: block;  
  float: left;
  width: 160px;  
 
}
.mainNav li ul {
  position: absolute;
  width: 175px; 
  font-size: 12px;
  left: -999em;  

}

.mainNav li:hover ul {
  left:auto;
} 
 

.mainNav li ul li {
  border-top: 2px solid #213B74; 
 } 

 q, p {
   font-size: 2em;
 }
 

aside h2 {
	font-size: 1.7em;
	margin-top: 10px;	
}
aside h3 {
	font-size: 1.5em;
	margin-top: 15px;
}
aside p, aside li {
	font-size: 1.2em;
	margin-top: 10px;	
}
.sidebar1 figure img {
border-radius: 20px;
  
} 

.authorpic{
  display: box;
  margin: 15px;
  padding: 150px 100px 0px 100px;
  background-image: url(../images/cdavidrollins_headshot.JPG); 
  background-repeat: no-repeat;
  background-size: 130px 150px;
  border-radius: 20px;
  }
  
  
.akieshapic {
  display: box;
  margin: 15px;
  padding: 300px 100px 0px 100px;
  background-image: url(../images/41.jpg); 
  background-repeat: no-repeat;
  background-size: 200px 300px;
  }

.alienpic {
  display: box;
  margin: 15px;
  padding: 300px 100px 0px 100px;
  background-image: url(../images/starfarermonster.jpg); 
  background-repeat: no-repeat;
  background-size: 100px 300px;
  }
  
.alienpic2 {
  display: box;
  padding: 300px 100px 0px 100px;
  background-image: url(../images/alienpic2.jpg);
  background-repeat: no-repeat;
  background-size: 200px 220px;
  }
  
  .d5ship {
  display: box;
  margin-top: 250px;
  padding: 300px 300px 0px 100px;
  background-image: url(../images/d5ship.jpg); 
  background-repeat: no-repeat;
  background-size: 300px 300px;
  }


.main h2 {
	font-size: 2.2em;
	margin-bottom: 5px;
	margin-top: 10px;	
}
.main h3 {
	font-size: 1.5em;
	margin-top: 20px;	
}
.main p {
	margin-bottom: 15px;
	
}

.starfarerpic {
  
    padding: 300px 0px 0px 50px;  
    display: box;   
    background-image: url(../images/starfarer2.jpg);
	background-repeat: no-repeat;
	background-size: 600px 240px; 
	background-position: bottom right;
  }

footer {
	/*margin-top: 25px; */
	font-size: 1.1em;	
	padding: 15px 10px 30px 10px;
	background-color: #DA7B27;
	color: black;
    background: rgb(255,168,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,168,76,1) 45%, rgba(255,123,13,1) 88%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(255,168,76,1)), color-stop(88%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 45%,rgba(255,123,13,1) 88%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,  rgba(255,168,76,1) 45%,rgba(255,123,13,1) 88%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,168,76,1) 45%,rgba(255,123,13,1) 88%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

    height: 200px;
	background-image: url(../images/mars_meridani.jpg);
	background-repeat: repeat-x;
	
}
footer p {
	float: right;	
	font-size: 1em;
}

footer p.note {
    clear: right;
	margin-top: 120px;
	font-size: .7em;
}
    

.sidebar1 {
  float: right;
  width: 20%;
  padding: 0 10px 0 20px;
   
}


footer {
  clear: both;
}  
  

.main {
   float: left;
   width: 80%;
   min-height: 600px; 
   padding: 30px 25px 30px 50px;
    
}   
 

.bookgallery figure {
  display: inline-block;
  width: 175px;
  margin: 25px;
  position: relative;
 
}

.coverpic {
 
  height: 256px;  
  border: 1px solid #666;
  background-color: rgb(33,59,116); 
  padding: 2px; 
  box-shadow: 2px 2px 4px rgba(0,0,0,.5);

}  

.bookgallery figcaption {
 position: absolute;
 top: 15%;
 bottom: 15%;
 left: 0;
 right: 0;
 background-color: rgb(153,153,153);
 background-color: rgba(153,153,153,.9);	
 padding: 20px;
 font-family: Verdana, Arial, sans-serif;
 font-size: .9em;
 font-weight: 400;
 color: white;
 opacity: 0;
 -webkit-transition: opacity .75s ease-out;
 -moz-transition: opacity .75s ease-out;
 -o-transition: opacity .75s ease-out;
transition: opacity .75s ease-out;
}

.bookgallery figure:hover {
   z-index: 20;
  -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
	transform: scale(2);
}

.bookgallery figure:hover figcaption {
   -webkit-transition-delay: 1.3s;
   -moz-transition-delay: 1.3s;
   -o-transition-delay: 1.3s;
    transition-delay: 1.3s;   
  	opacity: 1;	
}



.description  {
  float: right;
  width: 10%; 
  margin: 5px;
}  

* {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}   


.mainNav, header h1, footer p, .contentWrapper{
   max-width: 1000px;
   margin: 0 auto;
  
}

.visits  {
  
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}

.visits td, .visits th {
   font-size: 1.1em;
   border: 1px solid #DDB575;
   padding: 3px 7px 2px 7px;
}
.visits th {
   text-transform: uppercase;
   text-align: left;
   padding-top: 5px;
   padding-bottom: 4px;
  background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 28%, rgba(32,124,202,1) 48%, rgba(41,137,216,1) 52%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(30,87,153,1)), color-stop(48%,rgba(32,124,202,1)), color-stop(52%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 28%,rgba(32,124,202,1) 48%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 28%,rgba(32,124,202,1) 48%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 28%,rgba(32,124,202,1) 48%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 28%,rgba(32,124,202,1) 48%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

   color: white;
}   
.visits tr:nth-of-type(even) {
   background-color: rgba(242,237,205,.1)
}
.visits tr:nth-of-type(odd) {
   background-color: rgba(188,137,116,.2)
}


.subform {
   font-size: 1.2em;
   
}
.subform .label {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  text-align: left;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 1em;
  font-weight: bold;
  
  }
.subform input[type="submit"] {
  margin-left: 75px; 
  padding: 10px 25px;
  font-size: 1em;
  color: white;
  background: rgb(33,59,116);
 background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(15%,rgba(30,87,153,0.8)), color-stop(19%,rgba(30,87,153,1)), color-stop(20%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(80%,rgba(30,87,153,1)), color-stop(81%,rgba(30,87,153,1)), color-stop(85%,rgba(30,87,153,0.8)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */

  border: none;
  border-radius: 5px;
  box-shadow: 0 0 4px white;
}  
.subform select {
   font-size: 1.2em;
 }  
.subform input[type="text"], .subform textarea {
   border-radius: 5px;
   border: 1px solid #213B74;
   background-color: rgba(255,255,255,.5);
   color: rgba(255,255,255,1);
   font-size: 1.2em;
   box-shadow: inset 0 0 10px rgba(255,255,255,.75);
   width: 250px;
   padding: 5px;
}   
.subform input[type="text"]:focus, .subform textarea:focus {
   background-color: white;
   color: black;
}   
 
