
#soundcloudAlbumArt{
	-webkit-mask-image: url('../../../../resources/images/soundcloud-logos/100x63_black.html');
	-webkit-mask-position:center center;
	-webkit-mask-origin:content;
	margin-top:-18px;
}
#soundcloudLogo{
	width:100px;
	height:49px;
	overflow:hidden;
}

#soundcloud .shadow {
	margin-top:-28px;
	margin-left:-10px;
	position:absolute;
	opacity:1;
}

#soundcloud{
	position:absolute;
	top:30px;
	left:200px;
}

#soundcloudPlayer{
	width:200px;
	background-color:white;
	height:45px;
	margin-left:61px;
	margin-top:3px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	position:absolute;
	overflow:hidden;
}


#soundcloud .textline{
	font-family:verdana, trebuchet, sans-serif;
	font-size:11px;
	height:1.2em;
	overflow:hidden;
	white-space: pre-line;
	text-overflow: ellipsis;
	display:block;
	margin-left:42px;
	margin-top:5px;
}

body {
	background-color: #ddd;
}
body, html{
	margin:0;
	padding:0;
}
p, ul {
	margin-left:50px;
	width:60%;
	font-family:monospace;
	margin-bottom:1px;
}
ul {
	margin:0;
	margin-left:30px;
}

#map_canvas {
  height: auto;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
}

.instant{
	display:block;
	background-color:#eee;
	-moz-box-shadow: 	4px 4px 10px rgba(0,0,0,.5); /* Firefox */
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.5); /* Safari, Chrome */
	box-shadow: 		4px 4px 10px rgba(0,0,0,.5); /* CSS3 */
	overflow:hidden;
	font-family:"Marker Felt", cursive;
	text-align:center;
}
.instant .crop{
	overflow:hidden;
}
#dailybooth.instant{
	width:200px;
	height:280px;
	-o-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	padding-bottom:10px;
}
#dailybooth.instant .crop{
	width:180px;
	height:220px;
	background-color:#ddd;
	border:1px solid #ccc;
	margin:10px;
}

#dailybooth.instant{
	position:absolute;
	top:340px;
	left:30px;
}

#dailybooth.instant .crop a img{
	border: none!important
}

#dailybooth.instant .blurb {
	padding:0 10px;
	height:2.15em;
	overflow:hidden;
	white-space: pre-line;
	text-overflow: ellipsis;
}

#dailybooth{
	z-index:100;
}

html {
  height: auto;
}

body {
  height: auto;
  margin: 0;
  padding: 0;
}


#starbg, #header, #footer, #footer_lead{
	display:none;
}


#fadeoutOverlay{
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(rgba(0,0,0,0)));
	background-image:-moz-linear-gradient(0% 100% 90deg, rgba(0,0,0,0), #000);
	background-image: linear-gradient(#000, rgba(0,0,0,0));
	width:100%;
	height:200px;
	z-index: 1;
	position: absolute;
	
}

#wpadminbar{
	position: absolute;
}

#wordpress_content{
	position: absolute;
	bottom: 60px;

	left:50%;
	margin-left: -254px;
	z-index: 2;
	font-family:georgia, times, serif;
	font-style:italic;
	font-weight: bold;
	font-size:14pt;
	line-height:1.5em;
	color:white;
	text-shadow: 1px 1px 3px #000;

  box-shadow: black 0 0 80px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}

#wordpress_content span{
	width:490px;
	display:block;
	margin: 0 auto;
}

#strings{
	position: absolute;
}

#strings .string{
	width:1px;
	background-color:black;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	z-index: 10;
}

#planetCaption{
	position: absolute;
	z-index: 15;
	font-family:georgia, times, serif;
	font-style:italic;
	font-weight: bold;
	font-size:14pt;
	color:white;
	text-shadow: 1px 1px 5px #000;
	text-transform: lowercase;
	top:200px;
}
#rocket{
	z-index: 12;
	position: absolute;
}

@import url(https://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);

.instagram {
	background-color:white;
	background-image:url("../../../../resources/images/textures/instant-camera-backround-x1.html");
	padding:5px 5px 25px 5px;
	width:77px;
	height:77px;
	margin-left:-43px;
/*	margin-top:-102px;  */
	-moz-box-shadow: 5px 5px 13px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 13px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 13px rgba(0,0,0,0.5);
	overflow:hidden;
	display:block;
	/* -moz-transform: scale(3) */
}

.instagram img{
	width:77px;
	height:77px;
}

.instagram a, .instagram  img {
	border:none;
}

.instagram a {
	text-decoration:none;
	color:black;
	line-height:1em;
	display:block;
}


.instagram .caption{
	font-family: 'Just Me Again Down Here', arial, serif;
	white-space: pre-line;
	text-overflow: ellipsis;
	font-size:16px;
	color:black;
	line-height:0.5em;
	display:block;
	padding-top:2px;
	padding-bottom:4px;
}


