/*--- page layout framework ------------*/

html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #121315 url("noise.jpg") 0 0 repeat;
}

div#links p a {
	text-decoration:none;
	background:#333130;
	color:#a19f9d;
	padding:0px 7px 1px 7px;
	margin:0 3px 0 3px;
}
div#links p a:hover {
	color: white;
	text-decoration:none;
	background:#4b4946;
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("background.jpg") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -280px 0 0 -500px;
	text-align: left;
}

div#photo {
	width: 950px;
	height: 540px;
	background: #000 url("nasa1.png") 0 0 no-repeat;
}

object#logo {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 185px;
	height: 110px;
}

div#content {
	float: right;
	width: 43em;
	margin: -16px -8px 0 0px;
	padding-right: 10px;
}

object#navigation {
	float: right;
	display: block;
	margin: 0 0.5em 2em 0;
}

#twitter_container {
	background: url(../116088732475661752100.png) no-repeat;
	min-height:45px;
	height:110px !important;
	height:40px;
	padding-left:78px;
	margin-top: 56px;
	margin-left: -15px;
   }

       #twitter_update_list {
	width: 500px;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	color: #CCC;
	line-height: 14px;
       }

       #twitter_update_list li {
           width: 415px;
           list-style: none;
		   line-height: 14px;
       }

       #twitter_update_list li a {
		   color: #666;
		   text-decoration: none;
		   line-height: 14px;
       }

       #twitter_update_list li a:hover {
           color: #31353d;
       }

/*--- footer ------------*/

div#footer {
	margin: 1em 2.5em 0 0;
}

div#footer p {
	color: #848b94;
	font-size: 10px;
	width: 90%;
	margin: 0;
	padding: 0;
}

div#footer p#credit {
	float: left;
	margin: -7em 0 0 -48em;
	color: #CCC;
	line-height: 130%;
	text-align: right;
}

div#footer p#copyright {
	float: right;
	text-align: right;
}

div#footer a, div#footer a:visited {
	text-decoration: none;
	color: #b6bcc1;
}

div#footer p#credit a {
	color: #999;
}

div#footer a:hover {
	text-decoration: underline;
	color: #fff !important;
}

/*--- headings ------------*/

h3 {
	font-size: 1.4em;
}

/*--- intro ------------*/

div#sintro {
	margin-bottom: 1.6em;
}

div#sintro p {
	font-size: 1.85em;
	color: #949ca5;
}

div#sintro a:link, div#sintro a:visited {
	text-decoration: none;
	color: #b0e194;
}

div#sintro a:hover {
	text-decoration: underline;
	color: #FFF;
}

div#sintro:hover a:link, div#sintro:hover a:visited {
	text-decoration: none;
}

/*--- table ------------*/

div#content table {
	border-top: 0px solid #26282c;
	width: 40em;
}

div#content td {
	margin: 0;
	padding: 0;
	color: #747a83;
	border-bottom: 0px solid #26282c;
}

div#content td.title {
	width: 32em;
}

div#content td.date {
	width: 8em;
	color: #575b64;
}

div#content td.time {
	width: 8em;
	color: #3b3e44;
}

div#content td.date, div#content td.time {
	text-align: right;
}

div#content td.date, div#content td.time {
	font: 1em "Segoe UI", "Helvetica", "Sans-serif", monospace;
}

div#content td.date {
	text-transform: uppercase;
}

div#content td a {
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
	color: #949ca5;
}

div#content tr:hover td a {
	color: #fff;
}

div#content tr.hoverHighlighted td.title {
	background: transparent url("/img/splash/row_gradient.png") -5em 0 repeat-y;
}

div#content tr.hoverHighlighted td.date {
	background: transparent url("/img/splash/row_gradient.png") -37em 0 repeat-y;
}

div#content tr.hoverHighlighted td.time {
	background: transparent url("/img/splash/row_gradient.png") -44em 0 repeat-y;
}

/*--- images ------------*/

object#logo img {
	width: 181px;
	height: 106px;
}

