* {	
	margin: 0;
	padding: 0;
}
  
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article, feature, figure {  
	display: block;  
}

body {  
	margin: 0 auto;  
	width: 1024px;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;  
	background: #FFFFFF;  
	border: 1px solid #000000;
	display: table;
}

a {
	color: #333232;
	text-decoration: none;
}

a:hover, a:active {
	color: #960606;
}

img {
	border: none;
}

header {
	text-align: center;
}

article {
	clear: both;
	margin: 10px;
}

article p {
	margin: 5px;
	padding: 0;
}

footer {
	clear: both;
	text-align: center;
}

header h1 {
	margin: 5px;
}

section#page {
	background: #FFFFFF;
	display: table-cell;
	vertical-align: top;
}

section#page h2 {
	color: #960606;
	border-bottom: 1px dashed #960606;
	margin: 10px;
	padding: 3px;
}

section.content {
	min-height: 650px;
	width: 600px;
	display: table-cell;
	vertical-align: top;
}

section.content hr {
	width: 580px;
	margin: 20px;
} 

article figure {
	width: 220px;
	text-align: center;
	margin: 5px;
}

article figure figcaption {
	color: #9ea0a2;
	font-size: 0.7em;
}

article header {
	text-align: left;
}


article header h3 {
	margin: 5px;
}

article header p {
	color: #afafaf;
	font-size: .8em;
}

article span.author {
	font-weight: bold;
}

article time{
	color: #820010;
	font-size: 0.95em;
}

article nav {
	text-align: right;
	font-weight: bold;
}

article.home {
	position: relative;
}
section#page nav#pagenation {
	text-align: center;
	margin: 10px;
}

aside.contentExtra {
	width: 200px;
	display: table-cell;
}

aside.contentExtra div.wrapper {
	background-color: #dfdfdf;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside#twitter-feed {
	display: table-cell;
}

aside#nasaFeed {
	background-color: #f4ecc5;
	float: none;
	border: 1px solid black;
	padding: 5px;
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

aside#nasaFeed h3 a {
	color: #960606;
}

aside#nasaFeed ul {
	list-style: none;
	font-size: .9em;
}
aside#nasaFeed ul li {
	border-bottom: 1px dashed black;
	margin: 5px;
}

aside#nasaFeed ul li.last {
	border-bottom: none;
	margin: 5px;
}

aside#nasaFeed ul li a {
	font-weight: bold;
}

aside#nasaFeed ul li span.title {
	font-size: .8em;
	font-weight: bold;
}

aside#nasaFeed ul li span.description {
	font-size: .75em;
}

figure.right {
	clear: right;
	float: right;
}

figure.left {
	clear: left;
	float: left;
}

aside#sidebar {
	display: table-cell;
	vertical-align: top;
	width: 160px;
	margin: 10px 0 0 20px;
}

aside div#social {
	margin-top: 10px;
}

aside#sidebar nav#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside#sidebar nav#menu ul li {
	padding: 3px 7px;
	border-bottom: 1px solid #333232;
}

aside#sidebar nav#menu ul li:hover {
	background: #EDEDED;
}


aside#sidebar nav#menu ul li a  {
	display: block;
	text-decoration: none;
}

aside#sidebar nav#menu ul li a:link, nav#menu ul li a:visited {
	color: #333232;
}

aside#sidebar nav#menu ul li a:hover, nav#menu ul li a:active, nav#menu ul li a.active {
	color: #960606;
}

aside#sidebar div#ad_banner p {
	margin-bottom: 3px;
	margin-left: 7px;
}

aside#sidebar div#ad_banner a {
	height: 600px;
	width: 160px;
	display: block;
	margin: 0;
	padding: 0;
}

div#longitudeDisplay {
    margin: 0 5px 0 50px;
    padding: 0;
    position: relative;
    width: 775px;
    z-index: 100;
}
div#longitudeDisplay h3 {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div#longitudeDisplay ul{
	list-style: none;
	margin: 0;
	color: #848484;
	font-size: 11px;
	line-height: 12px;
}

div#longitudeDisplay ul li{
	display: block;
	width: 154px;
	margin: 0;
	float: left;
	padding-bottom: 1px;
}

div#longitudeDisplay ul li.first{
	text-align: left;
}

div#longitudeDisplay ul li.second{
	text-align: left;
	padding-left: 30px;
	width: 124px;
}

div#longitudeDisplay ul li.middle{
	text-align: center;
}

div#longitudeDisplay ul li.fourth{
	text-align: right;
	padding-right: 25px;
	width: 129px;
}

div#longitudeDisplay ul li.last{
	text-align: right;
}


div#latitudeDisplay {
    height: 555px;
    margin-top: 15px;
    position: absolute;
    width: 70px;
    z-index: 1;
}

div#latitudeDisplay h3 { 
	font-size: 12px;
	left: -20px;
	position: absolute;
	top: 48%;
	z-index: 2;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div#latitudeDisplay img {
	left: 20px;
	position: absolute;
	top: 0;
	z-index: 2;
}

div.latitudeLabelsWrapper {
	position: absolute;
	z-index: 3;
	top: 270px;
	left: -240px;
	width: 555px;

	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div#latitudeDisplay ul{
	list-style: none;
	margin: 0;
	color: #848484;
	font-size: 11px;
	line-height: 12px;
	display: inline;
	width: 555px;
}

div#latitudeDisplay ul li{
	display: block;
	width: 90px;
	margin: 0;
	float: left;
	padding-bottom: 1px;
}

div#latitudeDisplay ul li.first{
	text-align: left;
}

div#latitudeDisplay ul li.second{
	text-align: left;
	padding-left: 30px;
	width: 112px;
}

div#latitudeDisplay ul li.middle{
	text-align: center;
}

div#latitudeDisplay ul li.fourth{
	text-align: right;
	padding-right: 30px;
	width: 112px;
}

div#latitudeDisplay ul li.last{
	text-align: right;
}

div#longitudeMarker {
	position: absolute;
	z-index: 100;
	width: 78px;
}

div#longitudeMarker img{
	position: absolute;
	z-index: 0;
}

div#longitudeMarker p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 57px;
	z-index: 100;
}

div#longitudeMarker.below {
	top: 47px;
	left: 350px;
}

div#longitudeMarker.below img{
	top: -12px;
	left: 0;
}

div#longitudeMarker.left {
	left: 34px;
	top: 47px;
}

div#longitudeMarker.left img{
	left: -12px;
	top: 0;
}

div#longitudeMarker.right {
	top: 47px;
	left: 710px;
}

div#longitudeMarker.right img{
	top: 0;
	left: 0;
}

div#latitudeMarker {
	position: absolute;
	z-index: 100;
	width: 78px;
}

div#latitudeMarker img{
	position: absolute;
	z-index: 90;
}

div#latitudeMarker p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 55px;
	z-index: 100;
}

div#latitudeMarker.right {
	top: 260px;
	left: 34px;
}

div#latitudeMarker.right img{
	top: 0;
	left: -12px;
}

div#latitudeMarker.below {
	top: 505px;
	left: 34px;
}

div#latitudeMarker.below img{
	top: 0;
	left: 0;
}

div#latitudeMarker.above {
	left: 34px;
	top: 24px;
}

div#latitudeMarker.above img{
	left: 0;
	top: -12px;
}

div#map_canvas {
	width:  775px;
	height: 555px;
	margin: 1px 10px 10px 50px;
}

div#dev_controls {
	width: 800px;
	display: none;
	border: 1px solid red;
	background: #ADADAD;
	margin: 10px;
}

div#dev_controls td, div#dev_controls th {
	padding: 2px;
}

div#dev_controls input.text {
	width: 75px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

article ul {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

article ul li {
	margin-left: 10px;
}


#map_options table {
	margin-left: 50px;
	width: 775px;
}

#map_options table td {
	vertical-align: top;
}

#map_options table td.zoomButtons {
	text-align: center;
}

#map_options label {
	font-weight: bold;
}

#mapType {
	width: 120px;
	height: 20px;
}


input.zoom {
	width: 18px;
	height: 18px;
}

#mapZoomIn {
	background: url('/images/buttonPlusMinus.png') no-repeat -1px -1px;
}

#mapZoomOut {
	background: url('/images/buttonPlusMinus.png') no-repeat -16px -1px;
}

div#velocityDisplay {
	position: absolute;
	left: 760px;
	top: 90px;
	z-index: 100;
}

div#velocityMarker {
	position: absolute;
	z-index: 101;
	top: 84px;
	left: 17px;
}

div#velocityMarker img{
	position: absolute;
	z-index: 90;
	left: -13px;
}

div#velocityMarker p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 55px;
	z-index: 100;
}

div#altitudeDisplay {
	position: absolute;
	left: 760px;
	top: 305px;
	z-index: 100;
}

div#altitudeMarker {
	position: absolute;
	z-index: 101;
	top: 84px;
	left: 17px;
}

div#altitudeMarker img{
	position: absolute;
	z-index: 90;
	left: -13px;
}

div#altitudeMarker p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 55px;
	z-index: 100;
}

div#unitsDisplay {
	position: absolute;
	left: 760px;
	top: 520px;
	color: #FFFFFF;
	z-index: 100;
	width: 53px;
	font-size: 8px;
}

div#unitsDisplay div {
	margin: 26px 3px 3px;;
	padding: 0;
	height: 35px;
	width: 47px;
	font-size: 7px;
	line-height: 1.4em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 103;
}

div#unitsDisplay img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#historicalForm {
	padding: 10px 65px;
}

#historicalForm p {
	margin-bottom: 10px;
}

li.g-item {
  float: left;
  margin: 25px;
}

li.g-item h2 {
  border-bottom: none !important;
}

#g-album-grid .g-metadata {
  display: none;
}

.g-paginator {
  padding: .2em 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.g-paginator li {
  float: left;
  width: 30%;
}

.g-paginator .g-info {
  background: none;
  padding: .2em 0;
  text-align: center;
  width: 40%;
}

.g-button {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: .2em .4em;
}

.g-button,
.g-button:hover,
.g-button:active {
  cursor: pointer !important;
  outline: 0;
  text-decoration: none;
  -moz-outline-style: none;
}

button {
  padding: 2px 4px 2px 4px;
}


.ui-icon-left .ui-icon {
  float: left;
  margin-right: .2em;
}

.ui-icon-right .ui-icon {
  float: right;
  margin-left: .2em;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

a, .g-menu a, #g-dialog a, .g-button, .g-button:hover, .g-button:active, a.ui-state-hover, input.ui-state-hover, button.ui-state-hover {
  color: #5382bf !important;
}

#custom-site-menu .g-menu li:first-child {
  display: none;
}



