
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
	color: #000000;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a
{
	color: #0066CC;
	text-decoration: underline;
}

a:visited
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}




/* MAIN --------------------------------------------------------------------- */

#container3d {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-perspective: 300;
	-webkit-transition: -webkit-perspective 2s ease-out;
}

.cylinder {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
	-webkit-transition: all 5s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 100px 100px;
}

#cylinder.travelling, #cylinder2, #cylinder3 {
	-webkit-transition: all 43200s linear;
}

#cylinder2.go {
	-webkit-transform: rotateY(300000deg)
}

#cylinder3.go {
	-webkit-transform: rotateY(500000deg)
}

.piece {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -250px;
	opacity: 0;
	-webkit-transition: all 2.5s ease-in-out, opacity 1s linear;
	-webkit-transform-style: preserves-3d;
}

.piece.on {
	-webkit-transition: all 5s ease-in-out;
}

.piece.enlarging {
	-webkit-transition: none;
}

#curtain {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3000px;
	height: 3000px;
	border-radius: 2000px;
	margin: -1500px 0 0 -1500px;
	background-color: #23b6f3;
	opacity: 0.8;
	-webkit-transform: translate3d(0, 0, 110px) scale(0.115);
}

#logo {
	position: absolute;
	left: 3%;
	bottom: 3%;
	width: 25%;
	-webkit-transform: translate3d(0,0,20px);
}

#hashtag {
	position: absolute;
	right: 3%;
	bottom: 3%;
	width: 25%;
	opacity: 0;
	-webkit-transform: translate3d(0,0,20px);
	-webkit-transition: opacity 2s linear;
}

#hashtag.on {
	opacity: 0.25;
}

#action {
	position: absolute;
	right: 3%;
	bottom: 3%;
	width: 50%;
	opacity: 0;
	-webkit-transform: translate3d(0,0,20px);
	-webkit-transition: opacity 2s linear;
}

#action.on {
	opacity: 0.25;
}

#tweet {
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 1.2;
	color: #ffffff;
	font-family: Georgia;
	opacity: 0;
	-webkit-transition: opacity 2s linear;
}

#tweetText {
	overflow: hidden;
	text-overflow: ellipsis;
}

#tweetAuthor {
	margin-top: 0.5em;
	line-height: 1.4em;
	font-size: 70%;
}

#tweetAvatar {
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 1.65em;
	height: 1.65em;
	margin-right: 0.3em;
	border: 0.1em solid #ffffff;
	border-radius: 0.1em;
	background-color: #ffffff;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	vertical-align: middle;
}

#tweetAuthorText {
	display: inline;
	color: #000000;
}

#photographer {
	position: absolute;
	left: 400px;
	top: 600px;
	font-size: 24px;
	font-family: Georgia;
}