




/*
     FILE ARCHIVED ON 14:23:13 Jan 22, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:16:41 Aug 11, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*********************************
**********************************
**** DEFAULT STYLE
**********************************
********************************/

a {
	color: inherit;
	text-decoration: none;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}

.textcontent a {
	text-decoration: underline;
	transition: color 0.1s;
	-webkit-transition: color 0.1s;
}
.textcontent a:hover {
	color: #de4500;
}

.textcontent h1 {
	font-size: 36px;
	padding-bottom: 16px;
	margin-top: -4px;
}
.textcontent h2 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-weight: 600;
}
.textcontent p, .textcontent pre {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	line-height: 1.2em;
}

.textcontent ul, .textcontent ol {
	padding-left: 10px;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}
.textcontent ul li {
	position: relative;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}
	.textcontent ul li:before {
		content: "\2022";
		position: absolute;
		top: 0.25em;
		left: -0.6em;
	}
.textcontent ol {
	list-style-type: decimal;
	padding-left: 20px;
}
	.textcontent ol li {
		margin: 5px 0;
	}


.textcontent pre {
	white-space: pre-wrap;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(0,0,0,0.5);
	padding-top: 15px;
	border: 2px solid rgba(250, 181, 0, 0.3);
	border-radius: 15px;
	font-family: 'Lucida Console', sans-serif;
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: 10px;
}

/*********************************
**********************************
**** SITE - GLOBAL
**********************************
*********************************/

html {
	
}

body {
	background-color: #000;
	background-image: url(/web/20140122142313/http://www.doublefine.com/assets/spacebase/img/space_temp.jpg);
	background-position: center top;
	color: #fab500;
	position: relative;
	font-family: 'Dosis',sans-serif;
	font-weight: 500;
	height: 100%;
}

#bgcontain {
	position: fixed;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	z-index: 0;
	bottom: 0;
	background-image: url(/web/20140122142313/http://www.doublefine.com/assets/spacebase/img/glowlines.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#bgright {
	position: absolute;
	background-color: rgba(255,255,0,0.13);
	right: 0px;
	left: 50%;
	height: 100%;
	margin-left: 320px;
	border-left: 2px solid #dea100;
	z-index: 1;
	box-shadow: -1px 0px 1px 0px rgba(255,255,0,0.3), inset 1px 0px 1px 0px rgba(255,255,0,0.2);
}

.maincontain {
	width: 1000px;
	margin: 0px auto;
	z-index: 3;
	position: relative;
	height: 100%;
}

.mainpage {
	padding: 0px 20px;
	position: relative;
}

/*** HEADER *********************/

.header {
	width: 1000px;
	height: 200px;
	background-image: url(/web/20140122142313/http://spacebasedf9.com/img/spacebasedf9_logo_revised.png);
	background-repeat: no-repeat;
	background-position: -30px -10px;
}

.strapline {
	position: absolute;
	left: 20px;
	top: 30px;
	opacity: 0.7;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3), 0px 0px 4px rgba(255, 255, 255, 0.3);
}
	.strapline a.dfbanner {
		display: inline-block;
		text-indent: -9999px;
		width: 102px;
		height: 38px;
		background-image: url(/web/20140122142313/http://spacebasedf9.com/img/doublefine_small_banner.png);
		vertical-align: 16px;
	}

a.homelink {
	text-indent: -9999px;
	width: 800px;
	height: 100px;
	display: block;
	position: absolute;
	top: 70px;
}

.skewcontrols {
	position: absolute;
	right: 5px;
	top: 5px;
}
	.skewcontrols span {
		text-decoration: none;
		color: #ffc641;
		text-transform: uppercase;
		font-size: 9px;
		cursor: pointer;
	}


/*** SHARED CALLOUT *************/

.callout {
		display: block;
		margin: 13px auto;
		font-size: 18px;
		box-shadow: inset 0px 0px 0px 2px black;
		background-image: url(/web/20140122142313/http://spacebasedf9.com/img/warningtape.png);
		background-position-x: -10px;
		padding-bottom: 10px;
	}

.hero iframe, .callout {
		border: 2px solid #dea100;
		border-radius: 3px;
	}

/*** TIER PAGE ******************/

.tier {
	display: block;	
	padding-bottom: 2px;
	border-bottom: 2px solid #dea100;
	border-radius: 2px;
	margin-bottom: 70px;
}

.tiertop {
	white-space: nowrap;
	background-color: #000;
	border: 2px solid black;
	padding: 0;
	position: relative;
}
	.tiertop:after {
		content: "";
		display: block;
		clear: both;
	}

.tierbuy {
	float: left;
	width: 170px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 7px 0 7px 0;
	margin-bottom: 1px;
}
	.tiertop h1 {
		margin: 0 0 0 172px;
		background-color: #dea100;
		color: #000;
		font-weight: 700;
		padding: 13px 0 16px 15px;
		margin-bottom: 1px;
		line-height: 36px;
		font-size: 36px;
	}

	img.tiercart {
		vertical-align: -18px;
		margin-right: 10px;
	}

.tier .callout {
	margin-bottom: 2px;
}

.tierbody {
	background-color: rgba(222,161,0,0.08);
	padding: 20px 20px 0 185px;
	background-repeat: no-repeat;
	background-position: 0 10px;
}
	.tierbody p {
		display: none;
	}

	.tierbody ul {
		padding-left: 18px;
	}

	.tierbody li {
		line-height: 20px;
		font-size: 16px;
		text-shadow: 0px 0px 3px rgba(255, 146, 17, 0.8);
		margin-bottom: 8px;
		position: relative;
	}
	.tierbody li:before {
		content: url(/web/20140122142313/http://spacebasedf9.com/img/bullet_chevron.png);
		position: absolute;
		top: -1px;
		left: -20px;
	}

	.tier.breather .tierbody {
		min-height: 70px;
	}
	.tier.sentientlifeform .tierbody {
		min-height: 140px;
	}

/*** HERO ***********************/

.hero {
	width: 960px;
	margin: 7px auto;
	font-size: 0;
}
	.hero iframe {
		background-color: rgba(0,0,0,0.5);
	}

		.announcement {
			white-space: nowrap;
			background-color: #6f4700;
			border: 2px solid black;
			padding: 23px 16px 22px 16px;
			position: relative;
		}
		.announcement:after {
			content: " ";
			display: block;
			clear: both;
		}
		.announcement h1, .announcement h2 {
			font-size: inherit;
			font-weight: 600;
			text-transform: uppercase;
			padding: 0;
			margin: 0;
		}
		.announcement h1 {
			margin-right: 18px;
			float: left;
		}
		.announcement img.doodad {
			position: absolute;
			bottom: 0;
			z-index: 9999;
			right: 100px;
		}
		.announcement h2 {
			float: right;
		}
		.announcement b, .announcement strong {
			font-weight: 700;
		}
	
	.slider {
		box-shadow: inset 0 0 #85590a;
		transition: box-shadow 0.2s;
		-webkit-transition: box-shadow 0.2s;
	}
	a.slidercontain:hover .slider {
		box-shadow: inset 0 -66px #85590a;
	}


/*** CONTENT DIV ****************/

.content {
	width: 700px;
	display: inline-block;
}

.posts {
	padding-top: 40px;
	padding-left: 30px;
}

.page {
	width: 500px;
	padding-left: 100px;
	padding-bottom: 100px;
}

.buypage {
	width: 720px;
	padding-left: 0;
	padding-bottom: 100px;
	padding-top: 30px;
}

/*********************************
**********************************
**** NAV/MISC CONTENT
**********************************
*********************************/

/*** RIGHT COLUMN ***************/

.rightcolumn {
	float: right;
	width: 174px;
	margin-right: -10px;
	z-index: 9999;
	height: 100%;
}

/*** NAV ************************/

.navlink {
	display: block;
	text-transform: uppercase;
	-webkit-transform: skew(0deg, -26.5deg);
	-moz-transform: skew(0deg, -26.5deg);
	-ms-transform: skew(0deg, -26.5deg);
	-o-transform: skew(0deg, -26.5deg);
	transform: skew(0deg, -26.5deg);
	
	-webkit-transition: -webkit-transform .5s ease-in, top .5s ease-in, margin-top .5s ease-in;
	-moz-transition: -moz-transform .5s ease-in, top .5s ease-in, margin-top .5s ease-in;
	-ms-transition: -ms-transform .5s ease-in, top .5s ease-in, margin-top .5s ease-in;
	-o-transition: -o-transform .5s ease-in, top .5s ease-in, margin-top .5s ease-in;
	transition: transform .5s ease-in, top .5s ease-in, margin-top .5s ease-in;

}

	.navlink.buy {
		width: 185px;
		height: 60px;
		position: absolute;
		right: -14px;
		top: 72px;
		font-size: 30px;
		color: #000;
		text-decoration: none;
		font-weight: 600;
		background-image: url(/web/20140122142313/http://spacebasedf9.com/img/gradient_large.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-shadow: 0px 0px 3px rgba(217, 97, 0, 0.75);
		padding-left: 15px;
		padding-top: 16px;
	}
	.navlink.buy.unskew {
		top: 121px;
	}
		.navlink.buy span.sublink {
			display: block;
			font-size: 15px;
			font-weight: 700;
		}
		.navlink.buy:hover {
			background-position: 0px -78px;
		}

	.nav {
		margin-top: -10px;
		font-size: 18px;
		font-weight: 600;
	}
		.nav.unskew {
			margin-top: 2px;
		}
		.navlink.rows li {
			background-image: url(/web/20140122142313/http://spacebasedf9.com/img/gradient_small.png);
			background-position: 0px 0px;
			text-decoration: none;
			display: block;
			color: #fab500;
			text-shadow: 0px 0px 6px rgba(218, 97, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.4);
		}
		.navlink.rows li:hover, .navlink.rows li.selected {
			background-position: 0px -40px;
			color: #000;
			text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
		}
		.navlink.rows li a {
			display: block;
			padding: 11px 0px 11px 17px;
		}

	.navlink.icons {
		padding-left: 16px;
		padding-top: 5px;
	}
	.navlink.icons li {
		width: 24px;
		height: 24px;
		display: inline-block;
		margin-right: 4px;
		color: transparent;
		font-size: 0;
	}
		.navlink.icons li a {
			display: block;
			height: 100%;
			width: 100%;
			background-repeat: no-repeat;
			background-position: 0 0;
			cursor: pointer;
		}
			.navlink.icons li a:hover {
				background-position: 0 -24px;
			}
		.navlink.icons li.social-skew a {
			background-image: url(/web/20140122142313/http://spacebasedf9.com/img/socialicons/icon_skew.png);
		}
		.navlink.icons li.social-twitter a {
			background-image: url(/web/20140122142313/http://spacebasedf9.com/img/socialicons/icon_twitter.png);
		}
		.navlink.icons li.social-tumblr a {
			background-image: url(/web/20140122142313/http://spacebasedf9.com/img/socialicons/icon_tumblr.png);
		}
		.navlink.icons li.social-rss a {
			background-image: url(/web/20140122142313/http://spacebasedf9.com/img/socialicons/icon_rss.png);
		}

/*** ORNAMENTAL GARBAGE *********/

.garbage {
	font-size: 9px;
	color: #39240d;
	color: rgba(255, 198, 65, 0.1);
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 170px;
}

/*********************************
**********************************
**** POST - GLOBAL
**********************************
*********************************/

.post {
	margin-bottom: 40px;
}

.post .content {
	padding: 10px;
	width: 510px;
	display: inline-block;
	position: relative;
}

.post .textcontent img, .post .textcontent embed {
	border: 1px solid #dea100;
	border-radius: 2px;
	padding: 2px;
	background-color: black;
}

.post .textcontent blockquote {
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	padding-top: 1px;
	border: 2px solid rgba(250, 181, 0, 0.5);
	border-radius: 10px;
	margin-bottom: 10px;
}
	.post .textcontent blockquote p {
		padding-bottom: 10px;
	}

/*** POST - PHOTOSET ************/

.photoset.pic {
	float: left;
	height: 150px;
	width: 198px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #dea100;
	box-shadow: inset 0 0 0 2px black;
}
.photoset.contain {
	margin-bottom: 20px;
}
.photoset.contain:after {
	display: block;
	content: "";
	clear: both;
}
.photoset.pic.row1 {
	width: 504px;
	height: 290px;
}
.photoset.pic.row2 {
	width: 249px;
}
.photoset.pic.row3 {
	width: 164px;
	height: 100px;
}
.photoset.pic.row4 {
	width: 120px;
}

/*** POST - PHOTO ***************/

.content.photo .mainphoto {
	margin-bottom: 20px;
}

/*** POST - PHOTO/PHOTOSET ******/

.content.photo .mainphoto:hover, .photoset.pic:hover {
	border-color: #ded500;
	box-shadow: inset 0 0 0 1px #ded500;
}

/*** POST - ANSWER **************/

.content.answer div.question {
	border: 1px solid rgb(222,161,0);
	border-radius: 10px;
	padding: 6px 9px 10px 10px;
	margin-bottom: 10px;
	font-weight: 600;
	background-image: url(/web/20140122142313/http://spacebasedf9.com/img/warningtape.png);
	background-repeat: repeat-x;
	background-position: 13px -62px;
	box-shadow: inset 0 2px 0px 0px #000;
	background-color: rgba(0,0,0,0.4);
}
.content.answer span.asker {
	position: relative;
	top: -6px;
	left: -10px;
	border-radius: 11px 0px 8px 0px;
	padding: 4px 7px 4px 9px;
	margin-bottom: 0px;
	background-color: #000;
	color: rgb(222,161,0);
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	border-width: 0 1px 1px 0;
	border-color: rgb(222,161,0);
	border-style: solid;
}
.content.answer .question p {
	padding-bottom: 0;
}

/*** POST - VIDEO ***************/

.content.video iframe, .textcontent iframe {
	margin-bottom: 15px;
	border: 1px solid #dea100;
	border-radius: 2px;
	padding: 2px;
	background-color: black;
}

/*** POST - VIDEO ***************/

.content.audio embed {
	margin-bottom: 15px;
}

/*** POST - DETAILS *************/

.details {
	margin-bottom: 30px;
	margin-right: 20px;
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	text-align: right;
	line-height: 14px;
	text-decoration: none;
	line-height: 18px;
}
	.details a{
		opacity: 0.8;
		transition: all 0.2s;
	}
	.details a:hover {
		opacity: 1;
		color: inherit;
	}
	
.posticon {
	margin-bottom: 4px;
}
.details p {
	padding-bottom: 0;
	
}
.details .reblog_button {
	margin-top: 3px;
}
.details .byline {
	margin-top: 0px;
	display: block;
}

img.portrait {
	width: 42px;
	padding: 1px;
	border: 1px solid #fab500;
	border-radius: 2px;
	margin-top: 6px;
}


/*********************************
**********************************
**** SCREENSHOT GALLERY
**********************************
*********************************/

.page.screenshots {

}

.screenshot {
	display: inline-block;
	width: 175px;
	height: 120px;
	font-size: 0;
	background-size: cover;
}


/*********************************
**********************************
**** PAGINATION
**********************************
*********************************/

.pagination {
	margin-bottom: 60px;
	padding-left: 140px;
	font-weight: 700;
	width: 500px;
	color: rgba(222, 161, 0, 0.8);
}
	.pagination:after {
		content: "";
		display: block;
		clear: both;
	}
	.pagination .older {
		float: left;
	}
	.pagination .newer {
		float: right;
	}

	.pagination a:hover {
		border-bottom: 1px dotted #dea100;
		color: #dea100;
	}


/*********************************
**********************************
**** ERROR
**********************************
*********************************/

.errorpage {
	padding-top: 100px;
}

.tier.error .tierbuy {
	font-size: 36px;
	text-transform: none;
	padding-top: 13px;
	text-shadow: 0 0 4px #dea100;
}

.tier.error .tierbody {
	padding-bottom: 0;
}

.fatalerror .textcontent, .fatalerror .tier.error .tierbuy {
	color: #de4500;
}

.fatalerror .tier, .fatalerror .callout {
	border-color: #de4500;
}
.fatalerror .callout {
	background-image: url(/web/20140122142313/http://spacebasedf9.com/img/warningtapered.png);
}
.fatalerror .tiertop h1 {
	background-color: #de4500;
}
.fatalerror .tierbody li:before {
	content: url(/web/20140122142313/http://spacebasedf9.com/img/bullet_chevronred.png);
}



/*********************************
**********************************
**** VENTING
**********************************
*********************************/

.unvented {
	-webkit-transform: scale(1,1) skew(0,0);
	-moz-transform: scale(1,1) skew(0,0);
	-ms-transform: scale(1,1) skew(0,0);
	-o-transform: scale(1,1) skew(0,0);
	transform: scale(1,1) skew(0,0);
	transition: all 2s;
}
.vented {
	-webkit-transform: scale(0, 0) skew(30deg, 30deg);
	-moz-transform: scale(0, 0) skew(30deg, 30deg);
	-ms-transform: scale(0, 0) skew(30deg, 30deg);
	-o-transform: scale(0, 0) skew(30deg, 30deg);
	transform: scale(0, 0) skew(30deg, 30deg);
}
.spaced {
	max-height: 0;
	height: 0;
	margin: 0;
	display: none;
}