* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/* @group skinny text */

/* http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard */
/* Only use this on pages with little copy, causes performance issues otherwise! */

body {
	-webkit-text-stroke: 1px transparent;
}

@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke: 0 black;
	}
}

/* @end */

html {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 20px solid #900;
	background-color: #c22;
}

body {
	color: #333;
	color: rgba(0, 0, 0, .75);
	font: 13px/20px "Helvetica Neue", Arial, sans-serif;
	text-shadow: #fff 0 1px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -200px;
	width: 400px;
	height: 571px;
	padding: 0px 0px 0px 0px;
	background: #eee;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(211, 211, 211, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255, .9)),to(rgba(211, 211, 211, .9)));
	border: 20px solid #402649;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: #600 0 2px 20px;
	-moz-box-shadow: #600 0 2px 10px;	
	-webkit-animation-name: pop;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
}

h1 {
	position: absolute;
	top: 49px;
	left: 49px;
	width: 200px;
	height: 201px;
	background: url(../images/mystery.png) no-repeat 0 0;
	text-indent: 250px;
	overflow: hidden;
	white-space: nowrap;
}

#data {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 528px;
	height: 278px;
	overflow: hidden;
	white-space: nowrap;
}

strong {
	color: #c33;
}

#intro {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

#intro-landscape {
	display: none;
}

a {
	color: #39c;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: rgba(255, 255, 255, .25) 0 1px 0;
}

a:hover,
a:focus {
	color: #069;
}

a:active {
	color: #036;
}

a.L1:link {font-size: 13px; color: #888; text-decoration: none; text-shadow: #fff 0 1px 0;}
a.L1:active {font-size: 13px; color: #888; text-decoration: none; text-shadow: #fff 0 1px 0;}
a.L1:visited {font-size: 13px; color: #888; text-decoration: none; text-shadow: #fff 0 1px 0;}
a.L1:hover {font-size: 13px; color: #000; text-decoration: underline; text-shadow: #fff 0 1px 0;}

p {
	margin-bottom: 20px;
}

#logo {

background: url(http://netdna.webdesignerdepot.com/themes/wdd_flat/css/images/logo3.png) no-repeat;
width:84px; height:84px;
position:absolute;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
top:-12px;
left:-8px;
z-index:10; 
}

#logo:hover {
 -webkit-transition: -webkit-transform 0.33s linear;
 -moz-transition: -moz-transform 0.33s linear;
 -ms-transition: -ms-transform 0.33s linear;
 -o-transition:  -o-transform 0.33s linear;
 transition: transform 0.33s linear;
 
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}


/* ROLL LINKS */
.roll-link {
    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    -webkit-perspective: 600px;
       -moz-perspective: 600px;
       -ms-perspective: 600px;
       perspective: 600px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
       -ms-perspective-origin: 50% 50%;
       perspective-origin: 50% 50%;
       
}

.roll-link:hover {text-decoration:none;}

.roll-link span {
    display: block;
    position: relative;
    padding: 0 2px;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
       -ms-transition: all 400ms ease;
       transition: all 400ms ease;
    
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;
    
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
}
.roll-link:hover span {
        background: #e93a30;
         

        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.roll-link span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;

    color: #fff;
    background: #e93a30;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}



@-webkit-keyframes pop {
	from {
		-webkit-transform: scale(.1);
		opacity: 0;
	}
	85% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
	}
}