﻿body 
{
	background:#000 url("mars.jpg") no-repeat;
	font-family:Candara,Helvetica,Arial,sans-serif;
	color:#fff;
}

h1
{
	color:#fff;
}
#search 
{
	position:absolute;
	top:450px;
	left:20px;	
}
#search a,
#search a:link,
#search a:visited,
#search a:active 
{
	color:#666;
	text-decoration:none;
}
#search a:hover
{
	text-decoration:underline;
}
#results 
{
	display:none;
	position:absolute;
	top:50px;
	left:50%;
	height:800px;
	margin-left:-475px;
	overflow:scroll;
	width:950px;
	background:#666;
	border:3px solid white;
	opacity:0.8;
}
#results h2
{
	padding-left:20px;
	float:left;
	width:75%;
}
#results h5 
{
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	text-align:right;
	float:left;
	width:20%;	
}
#results-table 
{
	padding:0 20px 0 20px;
	float:left;
}
#results-table img 
{
	border:1px solid #333;
}
#results-table td, #results-table tr
{
	font-size:18px;
	vertical-align:top;	
}
#search tr, #search td
{
	vertical-align:top;	
}
#SearchResultsPreview
{
	font-family:Verdana,Tahoma,sans-serif;
	background:#333;
	color:#fff;
	border:1px solid #666;
	width:250px;
}
#SearchResultsPreview ul 
{
	padding:0;
	margin:0;
}
#SearchResultsPreview li 
{
	font-size:12px;
	list-style-type:none;
	padding:0;
	margin:0;
	cursor:pointer;
}
#SearchResultsPreview li.hover 
{
	font-weight:bold;	
}
.clear 
{
	clear:both;
}
.input 
{
	background:#333;
	color:#fff;
	border:1px solid #666;
	margin:0 10px 0 0;
	padding:5px 0 0 0;
	float:left;
	height:20px;
	width:250px;
}
.button 
{
	background:url("images/bg_go.gif") no-repeat;
	border:none;
	color:#fff;
	height:23px;
	width:74px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #search h1 {
	visibility: hidden;
	line-height:100px;
	margin:0;
	padding:0;
}

.sIFR-hasFlash .post h2 {
	visibility: hidden;
	padding:0;
	margin:0;
	letter-spacing: -9px;
	font-size: 30px;
	line-height:35px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

/*.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}*/

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash .dan, .sIFR-hasFlash .f, .sIFR-hasFlash .smith {
	font-size:30px;
}
