@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Parachute Splash v3 :  Parachute Splash Page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		parachute_splash_main.css
	Date:			Aug 3, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	body/global/reset Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	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 {
		border:0;
		margin:0; padding:0; 
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
		outline:none;
		font-weight:normal;
	}
	html {
		overflow-y:scroll;
	}
	img {
		display:block;
	}
	body {
		background:#000 url(../images/bg.png) center 17px no-repeat;
		line-height:1;
	}
	ol, ul {
		list-style:none;
	}
	blockquote, q {
		quotes:none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content:'';
		content:none;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		border:0;
		margin:0; padding:0;
		height:0px;
		background:transparent;
		overflow:hidden;
		font-size:1px;
		clear:both;
	}
	.clearfix:after {
		content: ".";
		height:0;
		display: block;
		clear:both;
		visibility:hidden;
		line-height:0;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	Splash Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		width:960px;
		margin:0 auto;
	}
	a.btn_signUp {
		width:206px; height:40px;
		margin:289px auto 0 auto;
		background:url(../images/btn_signUp.png) 0 0 no-repeat;
		display:block;
	}
		a.btn_signUp:hover {
			background-position:0 -40px;
		}
	#tumblr {
		width:676px;
		margin:25px auto 32px auto;
	}
		#tumblr ul {
			padding:19px 0 0 0;
		}
		#tumblr .entry {
			width:576px;
			padding:0 0 100px 30px;
		}
			#tumblr .entry .header {
				margin:0 0 20px 0;
			}	
				#tumblr .entry .header .date {
					width:39px;
					margin:2px 24px 0 0;
					color:#fff;
					display:inline;
					float:left;
				}
					#tumblr .entry .header .date .month {
						height:17px;
						font:normal 17px "Arial Black", Arial, Helvetica, sans-serif;
						text-transform:uppercase;
						display:block;
					}
					#tumblr .entry .header .date .day {
						font:normal 32px Arial, Helvetica, sans-serif;
					}
				#tumblr .entry .header h3 {
					width:505px;
					font:bold 24px Arial, Helvetica, sans-serif;
					color:#e2e2e2;
					float:left;
				}
			#tumblr .entry img {
				margin:0 0 10px 64px;
			}
			#tumblr .entry p {
				margin:0 0 20px 64px;
				font:normal 13px Arial, Helvetica, sans-serif;
				color:#727272;
			}
			#tumblr .entry .tags {
				border-top:solid 1px #fff; border-bottom:solid 1px #fff;
				margin:0 0 15px 64px; padding:9px 0;
				font:bold 11px Arial, Helvetica, sans-serif;
				color:#6e6e6e;
			}	
				#tumblr .entry .tags a {
					color:#969696;
					font-weight:bold;
					text-decoration:none;
				}
					#tumblr .entry .tags a:hover {
						color:#fff;
					}
			#tumblr .entry .social {
				margin:0 0 0 64px;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#969696;
			}
				#tumblr .entry .social strong {
					font-weight:bold;
					color:#fff;
				}
				#tumblr .entry .social .comments {
					padding:0 3px 0 0;
				}
				#tumblr .entry .social .views {
					padding:0 0 0 3px;
				}
	a.btn_share {
		width:54px; height:16px;
		background:url(../images/btn_share.png) 0 0 no-repeat;
		display:block;
		float:right;
	}
		a.btn_share:hover {
			background-position:0 -16px;
		}
	a.btn_enter {
		width:212px; height:49px;
		margin:0 auto 0 auto;
		background:url(../images/btn_enter.png) 0 0 no-repeat;
		display:block;
	}
		a.btn_enter:hover {
			background-position:0 -49px;
		}
	#footer {
		width:100%; height:50px;
		margin:80px 0 40px 0;
		background:url(../images/bg_footer.png) 0 0 repeat-x;
		font:normal 10px Arial, Helvetica, sans-serif;
		color:#999999;
	}
		#footer a {
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#636363;
			text-decoration:none;
		}
			#footer a:hover {
				color:#fff;
			}
		#footer a.mercury {
			width:73px; height:41px;
			margin:6px 23px 6px 0;
			background:url(../images/mercury.png) 0 0 no-repeat;
			display:inline;
			float:left;
		}
		#footer .copy {
			margin:17px 0;
			float:left;
		}
			#footer .copy a {
				margin:0 0 0 23px;
			}
		#footer .halo {
			margin:17px 0;
			float:right;
		}
		#footerBox {
			width:960px; 
			margin:0 auto;
		}
	
