body  {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Helvetica, sans-serif;
    background: white;
    color: black;
}

img { 
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}
img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#starfield {
   background:url('images/starfieldcross.jpg') repeat fixed;
   height: 17000px;
}
#usgslogo {
   background:url('images/usgs_logo_white_clear.png') no-repeat;
   position: fixed;
   height: 100px;
   width: 230px;
   z-index: 100;
   top: 10px;
   right: 0;
}
.scrollpos{
    position: fixed;
    z-index: 100;
    background: #ffffff;
    top: 0;
    right: 0;
}
#mainTitle {
    position: fixed;
    width:100%;
    z-index: 200;
    text-align: center;
}
#textTitle {
    position:fixed;
    z-index:200;
    text-align:center;
    width:50%;
}
.bigIntro {
    color: #ccc;
    font-size: 3.0em;
    font-family:"Trebuchet MS";
}
.bigTitle {
    color: #CC3333;
    font-size: 3.6em;
    font-family:"Lucida Calligraphy";
}
.medTitle {
    color: #ccc;
    font-size: 1.5em;
}
.scrollText {
    padding:5px;
    color: #ccc;
    font-size: 1.2em;
    background-color: #8B0000;
    border: 3px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.date {
      font-size: 1.1em;
      color:purple;
      font-weight: bold;
}
/* solar system box */
.solarsystem {
         margin: 10px;
	 padding: 5px;
	 background-color: rgba(255,255,255,0.8);
	 position: fixed;
	 left:0px;
	 z-index:1000;
	 -moz-border-radius: 15px;
          border-radius: 15px;
	  border: solid 5px #ffffff;
	  font-weight: bold;
}
.solaryear {
      font-size: 1.1em;
      color:purple;
}
.solarsystem ol {
	     font-size: .8em;
	     margin-left: 50px;
	     color: #555555;
}
.trigger {
	 height: 20px;
	 width: 20px;
	 background: red;
	 left: 0px;
	 position: absolute;
	 z-index:200;
}

/* timeline */
.mainbar {
	 height: 100%;
	 width: 5%;
	 background: linear-gradient(rgba(200,200,200,0.5),rgba(255,255,255,0.6), rgba(200,200,200,0.5));
	 position: fixed;
	 top:0px;
	 left: 45%;
	 z-index:100;
}
#timeticks {
    float: none;
    margin-top:257px;
    padding-left:45%;
    padding-right:45%;
    width: 5%;
    margin-left: 0%;
    margin-bottom: 5%;
    line-height: 1.5;
    position: fixed;
    z-index: 200;
}
.timetick {
    text-align: center;
    background-color: #333;
    color: #ccc;
    width: 100%;
    margin-bottom: 400px;
    z-index:125;
    font-weight: bold;
    height: 25px;
}
/* timelines */
.dwarfMark {
    border-color: orange;
    color: orange;
    width: 150px;
    border-bottom:solid 5px;
    position: absolute;
    float: left;
    left:50%;
}
.planetMark {
    border-color: #87CEEB;
    color: #87CEEB;
    width: 150px;
    border-bottom:solid 5px;
    position: absolute;
    float: right;
    right:50%;
}
.timeblock {
     background-color: rgba(0,0,0,0.8);
     padding: 10px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     width: 200px;
 }
.dwarfBlock {
     background-color: rgba(0,0,0,0.8);
     padding: 10px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     border-left: 5px solid orange;
     width: 200px;
     position: absolute;
     color: orange;
     left:50%;
 }
.planetBlock {
     background-color: rgba(0,0,0,0.8);
     padding: 10px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     border-right: 5px solid #87CEEB;
     width: 200px;
     position: absolute;
     color: #87CEEB;
     right:50%;
}

/* planets */
#planets {
   width: 100%;
}
.zoom {
    float: none;
    position: fixed;
}
.planetText {
    color: #ccc;
    font-family:"Trebuchet MS";
}
#ceres {
}
#pluto {
}
#jupiter {
  -ms-transform: rotate(340deg); /* IE 9 */
  -webkit-transform: rotate(340deg); /* Chrome, Safari, Opera */
  transform: rotate(340deg);
}
#saturn {
  -ms-transform: rotate(115eg); /* IE 9 */
  -webkit-transform: rotate(115deg); /* Chrome, Safari, Opera */
  transform: rotate(115deg);
}
/* footer */
#footer {
    text-align: center;
    width: 100%;
    z-index: 500; 
}
#footer span {
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	font-size: 1.2em;
        font-family:"Lucida Calligraphy";
}
/* mobile tweaks */
@media screen and (max-width:980px) {
.solarsystem, .scrollText, .planetText, .planetBlock, .dwarfBlock {
    font-size: 2em;
}