@charset "utf-8";
/* CSS Document */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/* Custom Fonts */
@font-face {
	font-family:rosarivo-reg;
	src:url("../font/Rosarivo-Regular.ttf");
}
@font-face {
	font-family:rosarivo-it;
	src:url("../font/Rosarivo-Italic.ttf");
}

body {
	margin: 0px;
	padding: 0px;
	background:black;	
}

img {
	border:0px;	
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/*header {
	height:104px;
	background: url("../img/header_bg.png") no-repeat center top;
}*/

div#content {
	height:813px; /* 709px */
	background: url("../img/head_content_bg.jpg") no-repeat center top;	
}

div#wrapper {
	height:1507px;
	background: url("../img/secondary_bg.jpg") no-repeat center top;	
}

div#wrapper2 {
	height:1675px;
	background: url("../img/secondary_bg2.jpg") no-repeat center top;	
}

section#sec-content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:134px 10px 0px 10px;
	color:white;	
}

section#sec-content h2 {
	text-transform:uppercase;
	font-family:rosarivo-reg;
	font-weight:normal;
	width: 580px;
	text-align: center;
	font-size: 127%;
}

section#character {
	clear:both;	
}

section#download {
	position:relative;
	float:left;	
	width:580px;
	margin-bottom:46px;
}

div.download-bar {
	width:580px;
	height:46px;
	background:url(../img/bar_bg.jpg) no-repeat;
	margin-bottom:4px;
	text-transform:uppercase;
	font-family:rosarivo-reg;
	font-size:85%;
}

div.download-bar span {
	position:relative;
	top:15px;
	left:10px;	
}

div.download-bar img {
	float: right;
	position: relative;
	top: 10px;
	right: 10px;
	margin-left: 10px;
}

div#gallery-img {
	height: 813px;
	margin-left: auto;
	margin-right: auto;	
}

div#blackout {
	height:813px;
	padding:0px 50px;
}

div#gallery-img img {
	opacity:1;	
	text-align:center;	
}

section#character {
	clear:both;
	margin-bottom:38px;
}

section#character p, section#creature p {
	width:580px;
	text-align:center;
	color:#404040;
	font-size:80%;
}
section#character img {
	margin-right:15px;
}

section#creature {
	margin-bottom:38px;
}

article#testimonial {
	width:856px;
	height:196px;
	background:url(../img/testimonial_bg.jpg) no-repeat;
	padding:30px 42px;
	margin-bottom:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:88%;
}

article#testimonial2 {
	width:500px;
	height:350px;
	background:url(../img/testimonial_bg2.jpg) no-repeat;
	padding:30px 42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:88%;
	margin-bottom: 50px;
}

article#testimonial p, article#testimonial2 p {
	line-height:170%;
	margin:0px 0px 15px 0px;
}

article#testimonial span, article#testimonial2 span {
	float:right;
	font-weight:bold;	
}

footer {
	height:222px;
	background:#000000;
	text-align:center;	
}

#sec-footer {
	height:40px;
	background:white;
}

footer #image-bar {
	height: 180px;
	background: url("../img/video_bar.jpg") no-repeat center top;
	position:relative;
	padding:0px 50px;
}

#image-row {
	overflow:hidden;
	height:163px;
}

#image-center {
	width:1872px;
	height:138px;
	position:relative;	
	top:25px;
	margin: 0px auto;
}

footer #image-bar img {
	display:block;
	position:relative;
	float:left;
	margin: 0px 10px;
	background:black;
	opacity:0.4;	
}

footer #image-bar img:hover {
	opacity:1;	
}

footer #image-bar span img {
	position:absolute;
	top:70;
	left:138px;
	background:none;
	z-index:1;	
}

footer #copyright {
	font-family:"Times New Roman", Times, serif;
	color:#888888;
	position:relative;
	top:10px;
	right:300px;
	font-size:80%;
}

footer #email {
	font-family:"Times New Roman", Times, serif;
	color:#888888;
	position:relative;
	top:10px;
	left:300px;
	font-size:90%;
}

footer #email a {
	color:#888888;
	text-decoration: none;
}

div.image {
	width:234px;
	height:138px;
	position:relative;
	float:left;
}

div.image a.hover_icon {
	display:none;
	width:234px;
	height:138px;
	position:absolute;
	top:0px;
	left:0px;
	opacity:1;
	background:url(../img/view2.png) no-repeat center;
	z-index:1;	
}

div.image:hover a.hover_icon {
	display:block;
}