
@media screen {
 body {
	background: black url(../Images/sirius) 0 0 fixed repeat;
 }
 div#main-body-content {
	clear: both;
	width: 70%;
	margin: 1em auto;
 }
 div#left-pillar {
	position: fixed;
	z-index: 3;
	top: 5px;
    left: 0;
	width: 15%;
	min-height: 20em;
 }
 div#right-pillar {
	position: fixed;
	z-index: 3;
	top: 5px;
	left: 85%;
	width: 15%;
 }
 div#validator-info {
	position: fixed;
	z-index: 5;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 90px;
	padding: 0;
 }
 div#back-link {
	position: absolute; top: 0; left: 2px;
	z-index: 10;
	height: 1em; width: 10em;
	background-color: transparent;
	text-align: center;
 }
}

@media print {
 div#main-body-content {
	clear: both;
	width: 100%;
	margin: 0;
 }
 div#back-link,
 div#validator-info,
 div#right-pillar,
 div#left-pillar {
	display: none;
 }
}

body  {
	font-family: sans-serif;
	line-height: 1.3em;
	color: white;
}
div#content-main {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
div#middle-pillar {
	width: 100%%;
}

div#news-display {
	font-size: smaller;
	line-height: 1.6em;
	border: 2px solid #333;
	margin: 0.5em 2em;
	padding: 3px 5px;
	color: white;
}

div.news-item {
	margin-bottom: 1em;
	margin-left: 1em;
}

div.text-block {
	float: left;
	width: 100%;
}
div.spacer {
	float: left;
	clear: both;
	width: 100%;
	margin: 8px 0;
}

.footnote {
  font-size: 12px;
  color: #611;
  background-color: #EEC;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px; 
  left: 0px;
  border: 1px solid #603;
  padding: 3px;
}
.footnote dl {
  margin: 0;
  padding: 0; 
}
.footnote dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.footnote dd {
  margin-left: 5px;
  margin-bottom: 0.5em;
}

.high-viz,
.standout {
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	vertical-align: middle;
	border-top: 1px solid #ff6;
	border-left: 1px solid #ff6;
	border-bottom: 1px solid #ff0;
	border-right: 1px solid #ff0;
	color: #ff0;
	background-color: #302;
}

.high-viz {
	padding: 5px 1em;
	margin-left: 10%;
	margin-right: 10%;
}

.standout {
	font-variant: small-caps;
	text-align: center;
}

div.link_block {
	float: left;
	min-width: 10%;
	margin: 0.5em 0 0.5em 2em;
	font-size: smaller;
	font-family: sans-serif;
}
div#footer {
	clear: both;
	margin-top: 2em;
	width: 90%;
	float: left;
}
div.link-back {
	font-size: smaller;
}

p#moon-phase img,
p#sun-info img {
	display: inline;
	vertical-align: middle;
}

table { margin: 1em auto; }
h1 { text-align: center; }
a { text-decoration: none; color: yellow; }
a:hover { text-decoration: underline; }
a img { border-width: 0; }
ul li { line-height: 1.2em; }
.high-viz a { color: white; }
.ctr { text-align: center; }
.big { font-size: x-large; }
.i_2 { margin-left: 3em; }
.attn { font-size: larger; }
.fn { font-size: smaller; vertical-align: super; }
img.ctr { display: block; margin: 0.5em auto; }

p.big { line-height: 1.5em; }

hr.fn { width: 80%; margin: 0.5em auto; }

div.rites {
	float: left;
	width: 100%;
	padding-left: 4%;
	margin-bottom: 1em;
}

p#news-intro {
	font-size: smaller;
	font-style: italic;
}
p#logo-bucket {
	width: 60px;
	margin: 1em auto;
}

div.rname,
div.rdate,
div.rtime,
div.rday,
div.rloc,
div.rnotes {
	float: left;
	margin-bottom: 0.5em;
}

div.rname,
div.rdate,
div.rtime,
div.rday {
	width: 10%;
	margin-right: 1%;
}

div.rname {
	clear: left;
}

div.rloc {
	width: 20%;
	margin-right: 1%;
}

div.rnotes {
	width: 30%;
}

div.hdr {
	font-weight: bold;
	color: yellow;
	padding-bottom: 2px;
	border-bottom: 1px solid #cc6;
}

div.saturn a,
div.saturn  { color: white; background-color: black; }
div.jupiter a,
div.jupiter { color: white; background-color: blue; }
div.mars a,
div.mars    { color: white; background-color: red; }
div.sol a,
div.sol     { color: black; background-color: yellow; }
div.venus a,
div.venus   { color: white; background-color: green; }
div.mercury a,
div.mercury { color: white; background-color: purple; }
div.luna a,
div.luna    { color: black; background-color: white; }
div.saturn,
div.jupiter,
div.mars,
div.sol,
div.venus,
div.mercury,
div.luna    { text-align: center; font-weight: bold; }

table.num3 {
	width: 8em;
}
table.num6 {
	width: 12em;
}
table.c5 {
	width: 34em;
}
table th { font-weight: bold; color: #ccc; }
table.c5,
table.num6,
table.num3 {
	margin: 1em auto;
	line-height: 1.5em;
}

td {
	text-align: center;
}
td.i {
	text-align: right;
	padding-right: 6px;
}

