
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html { font-size: 62.5%;}

body {
	line-height: 1;
	font-size: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label { cursor: pointer; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.hide {
	display:none !important;
}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* begin spaceship excellent styles */

body {
	background: #000 url(/static/images/body_bg.png) left top no-repeat;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
}

.container {
	width: 90em;
	margin: 25px auto 0 auto;
	background: #000 url(/static/images/container_bg_2.png) left top no-repeat;
}

.primary-nav {
	position: relative;
	top: -2px;
}

.primary-nav li {
	float: left;
	display: block;
	height: 27px;
	line-height: 27px;
}

	.primary-nav li a {
		display: block;
		margin-right: 20px;
		text-indent: -9999em;
		height: 27px;
	}
	
		#nav-map a {width: 38px; }
		#nav-videos a {width: 66px; }
		#nav-music a {width: 54px; }
		#nav-merchandise a {width: 115px; }
		#nav-about a {width: 55px; }

	.primary-nav li a:hover,
	.primary-nav li.selected a {
		background: url(/static/images/primary-nav_li_a.png) left top no-repeat;
	}
	
.logo {
	margin-top: 30px;
}

.mission { 
	padding: 8px 0;
	text-align: left;
	font-size: 1.2em;
	line-height: 3.0;
	font-family: courier, sans-serif;
	color: #fff;
}

.actions {
	text-align: right;
	padding: 8px 0;
	height: 1.1em;
}

	.actions a,
	.actions span {
		color: #fff100;
		margin-right: 5px;
	}
	
	.actions input.text {
		border: #737373;
		background: #fff100;
		padding: 3px;
	}
	
	.actions input.go {
		position: relative;
		top: 3px;
		left: 2px;
	}

#request-location { 
	text-align: left;
}
	
	.main-content {
		margin-top: 8px;
	}
	
	.left-col {
		width: 175px;
		float: left;
	}
	
	.right-col {
		width: 725px;
		float: right;
		color: #fff;
	}
	
		.right-col .bubble-content {
			color: #000;
		}
	
		.right-col {
			text-transform: none;
		}
		
		.right-col h1,
		.right-col h2 {
		margin-bottom: 10px;
		}
		
		.right-col h1 {
			font-size: 2em;
		}
		
		.right-col h2 {
			font-size: 1.6em;
		}
		
		.right-col p {
			font-size: 1.1em;
			line-height: 1.2;
			margin-bottom: 1em;
		}
		
		.vote-link {
			display: block;
			margin : 10px 0;
			width: 136px;
			height: 50px;
			text-indent: -9999em;
			background: url(/static/images/btn_vote.png) no-repeat;
		}
	
	.left-col a {
		color: #fff;
	}

	.left-col img {
		margin-top: 60px;
	}

	.planet-list {
		margin-top: 50px;
		font-family: courier, sans-serif;
		height: 350px;
		overflow: auto;
	}
	
		.planet-list li {
			font-size: 1.2em;
			line-height: 1.3;
		}
		
h1,
h2,
h3,
h4,
blockquote {
	font-family: courier, serif;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 { font-size: 1.5em;}
h4 { font-size: 1.2em;}

blockquote { color: #ccc; }

	.content-left {
		float: left;
		width: 425px;
	}
	
	.content-right {
		margin-left: 445px;
	}
	
		.content-right ul {
			margin-bottom: 20px;
		}
	
		.content-right li {
			margin-bottom: 2px;
		}
		
	.youtube-video {
		margin-bottom: 15px;
	}
	
	.comments {
		padding: 10px;
		background: #0d0d0d;
	}

		.comments input,
		.comments textarea {
			display: block;
		}
		
		.comments textarea {
			width: 405px;
			height: 70px;
			margin: 5px 0 10px 0;
		}
		
		.comment {
			margin-top: 10px;
		}
		
.footer {
	margin: 20px 0;
	}

	.footer p {
		color: #181818;
		text-transform: none;
	}
	
#id_description { width: 400px; height: 300px; }
#id_extended_description { width: 700px; height: 500px; }

.videos_table {
	text-align: center;
	width: 350px;
	border: 1px #FFF100 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

.videos_td {
	padding: 4px;
	border: 1px #FFF100 solid;
}

	/* ------------------------------------------------------------------------
		This you can edit.
	------------------------------------------------------------------------- */

		div.pictureHolder .top .left { background: url(/static/images/prettyPhoto/tl.gif) top left no-repeat; } /* Top left corner */
		div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
		div.pictureHolder .top .right { background: url(/static/images/prettyPhoto/tr.gif) top left no-repeat; } /* Top right corner */

		div.pictureHolder .content { background-color: #fff; } /* Content background */
		div.pictureHolder .content a.next:hover { background: url(/static/images/prettyPhoto/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
		div.pictureHolder .content a.previous:hover { background: url(/static/images/prettyPhoto/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */
		div.pictureHolder .content a.close { width: 61px; height: 22px; background: url(/static/images/prettyPhoto/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */

		div.pictureHolder .bottom .left { background: url(/static/images/prettyPhoto/bl.gif) top left no-repeat; } /* Bottom left corner */
		div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
		div.pictureHolder .bottom .right { background: url(/static/images/prettyPhoto/br.gif) top left no-repeat; } /* Bottom right corner */

		div.pictureHolder .loaderIcon { background: url(/static/images/prettyPhoto/loader.gif) center center no-repeat; } /* Loader icon */

		div.prettyPhotoTitle div.prettyPhotoTitleLeft { background: url(/static/images/prettyPhoto/ttl.gif) top left no-repeat; }
		div.prettyPhotoTitle div.prettyPhotoTitleRight { background: url(/static/images/prettyPhoto/ttr.gif) top left no-repeat; }
		div.prettyPhotoTitle div.prettyPhotoTitleContent { background: url(/static/images/prettyPhoto/ttp.gif) top left repeat-x; }

	/* ------------------------------------------------------------------------
		DO NOT CHANGE
	------------------------------------------------------------------------- */

		div.prettyPhotoOverlay{background:#000;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pictureHolder{position:absolute;z-index:10000;width:100px}div.pictureHolder .top{position:relative;height:20px}* html div.pictureHolder .top{padding:0 20px}div.pictureHolder .top .left{position:absolute;left:0;width:20px;height:20px}div.pictureHolder .top .middle{position:absolute;left:20px;right:20px;height:20px}* html div.pictureHolder .top .middle{position:static}div.pictureHolder .top .right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pictureHolder .content{position:relative;text-align:left;width:100%;height:40px}div.pictureHolder .content .details{display:none;margin:10px 15px 0 20px}div.pictureHolder .content .details p{float:left;clear:left;margin:0}div.pictureHolder .content div.hoverContainer{position:absolute;z-index:10000;top:0;left:0;width:100%}div.pictureHolder .content a.next{position:relative;z-index:2000;display:block;float:right;text-indent:-10000px;width:49%;height:100%;background:url(/static/images/prettyPhoto/btnNext.gif) 10000px 50% no-repeat}div.pictureHolder .content a.previous{cursor:pointer;display:block;text-indent:-10000px;width:49%;height:100%;background:url(/static/images/prettyPhoto/btnNext.gif) 10000px 50% no-repeat}div.pictureHolder .content a.close{float:right;display:block;text-indent:-10000px}div.pictureHolder .bottom{position:relative;height:20px}* html div.pictureHolder .bottom{padding:0 20px}div.pictureHolder .bottom .left{position:absolute;left:0;width:20px;height:20px}div.pictureHolder .bottom .middle{position:absolute;left:20px;right:20px;height:20px}* html div.pictureHolder .bottom .middle{position:static}div.pictureHolder .bottom .right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pictureHolder .loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pictureHolder #fullResImageContainer{width:100%;text-align:center}div.prettyPhotoTitle{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:13px}div.prettyPhotoTitle div.prettyPhotoTitleLeft,div.prettyPhotoTitle div.prettyPhotoTitleRight{float:left;width:19px;height:23px;overflow:hidden}div.prettyPhotoTitle div.prettyPhotoTitleContent{float:left;line-height:23px}