/*
Theme Name: Ravencall
Description: A CSS Document. What else?
Version: 1.1
Author: Greg Wohlwend (1.0),  Marko Grgic (1.1)
Author URI: http://aeiowu.com (Greg)
License: Do whatever you want.
*/

video, embed, object, iframe, #thevideo, #trailer {
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	left:0px;
}

body {
	background: #322641;
	margin: 0 auto;
	font-size: 72.5%;
	font-family: Nunito;
	font-style: Semi-Bold;
	color: #fff;
}

body {
	font-size: 60%;
}

.clear {
	clear: both;
	width: 100%;
	height: 0px;
}

small {
	font-size: 1.8em;
}

a {
	font-family: Nunito;
	font-style: Semi-Bold;
	text-decoration: none;
	font-size: 18px;
	color: #FFD875;
}

a:hover {
	color: #FFF;
	cursor: pointer;
}

p {
	font-size: 2em;
	line-height: 1.2em;
}

ul {
	position: relative;
	display: inline;
	float: left;
	clear: none;
	list-style-type: none;
}

h2, h3, h4, h5 {
	font-size: 3.6em;
	line-height: .2em;
}

h2 {
	line-height: 1em;	
}

h3 {
	font-size: 2.4em;
}

h4 {
	font-size: 1.8em;
	line-height: .1em;
}

h5 {
	font-size: 1.4em;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
	overflow-x: hidden;
}

.video { position: relative; padding-bottom: 62%; /* 16:9 */ height: 0; }
.video img { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; }
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 
/* image poster clicked, player class added using js */
.video.player img { display: none; }
.video.player:after { display: none; }

#space {
	position: relative;
	width: 100%;
	height: 850px;
	padding-top: 40px;
	margin: 0 auto;
	/*background: url('images/page_bg.jpg') repeat-x;*/
	z-index: 1;
}

#content, #trailer_content, #btn_content {
	position: relative;
	margin: 0 auto;
	width: 480px;
	z-index: 500;
}

#trailer_content {
	width: 988px;
	margin: 0 0 0 50%;
}

#btn_content {
	width: 580px;
	height: 300px;
}

#trailer {
	position: relative;
	width: 988px;
	height: 613px;
	margin: 0 0 0 -50%;
	background: url('images/video_frame.png') no-repeat;
    -webkit-transition: all .15s linear;
}

#monster_g{
	position: absolute;
	top: 380px;
	left: -480px;
	width: 246px;
	height: 263px;
	z-index: 501;
	margin: 0 0 0 0%;
	pointer-events: none;
	background: url('images/monster_green.png') no-repeat;
}

#monster_r{
	position: absolute;
	top: 380px;
	left: 270px;
	width: 211px;
	height: 239px;
	z-index: 501;
	margin: 0 0 0 0%;
	pointer-events: none;
	background: url('images/monster_red.png') no-repeat;
}

#thevideo {
	position: absolute;
	top: 143px;
	left: 161px;
	margin: 0 0 0 44px;
	width: 576px;
	height: 351px;
	background: #000;
}

#video {
	background: #000;
}

#IEvideo {
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
}


#buy-left {
	position: relative;
	margin: 20px 20px 80px 0;
	z-index: 500;
	float:left;
}

#buy-right {
	position: relative;
	margin: 20px 0px 80px 0;
	z-index:500;	
	float:left;
}

#btn_appstore {
	position: relative;
	width: 280px;
	height: 97px;
	margin: 0 auto;
	background: transparent url('images/btn_appstore.png') repeat-y top center;
}

#btn_appstore:hover {
	background: transparent url('images/btn_appstore.png') repeat-y 0px 97px;
}

#btn_appstore:active {
	background: transparent url('images/btn_appstore.png') repeat-y 0px 0px;
}

#btn_android {
	position: relative;
	width: 280px;
	height: 94px;
	margin: 0 auto;
	background: transparent url('images/btn_android.png') repeat-y top center;
}

#btn_android:hover {
	background: transparent url('images/btn_android.png') repeat-y 0px 94px;
}

#btn_android:active {
	background: transparent url('images/btn_android.png') repeat-y 0px 0px;
}

.fullwidth {
	clear:both;
	position: relative;
	width: 480px;
	margin-top: 0px;
	margin-left: 0px;
	color: #fff;
	text-align: left;
}

.fullwidthcentre {
	clear:both;
	position: relative;
	width: 480px;
	margin-top: 0px;
	margin-left: 0px;
	color: #fff;
	text-align: center;
}

.gcapimage {
	border: 4px solid #FFD875;
    border-radius: 1px;
}

.gcapimage:hover {
    border: 4px solid #ddd;
}

cite {
	position: relative;
	float: right;
	text-align: right;
	font-size: 1.6em;
	font-style: italic;
}

.citeref {
	color:#fff;	
}

#footer {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	z-index: 500;
}

#sfglogo {
	position: absolute;
	width: 240px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	z-index: 500;
}

#botright {
	position: absolute;
	width: 240px;
	right: 0px;
	margin: auto 0;
	padding: 80px 0 0 0;
	z-index: 500;
}