




@font-face {
    font-family: 'FuturaBdCnBTBold';
    src: url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura_bold_condensed_bt-webfont.eot');
    src: url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura_bold_condensed_bt-webfont.eot') format('embedded-opentype'),
         url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura_bold_condensed_bt-webfont.woff') format('woff'),
         url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura_bold_condensed_bt-webfont.ttf') format('truetype'),
         url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura_bold_condensed_bt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaCondensedMedium';
    src: url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura-condensedmedium-webfont.eot');
    src: url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura-condensedmedium-webfont.eot') format('embedded-opentype'),
         url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura-condensedmedium-webfont.woff') format('woff'),
         url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura-condensedmedium-webfont.ttf') format('truetype'),
         url('/web/20150114112634/https://www.theactgame.com/stylesheets/futura-condensedmedium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a img{
	outline:none;
	border:none;
	text-decoration:none;
}

html, body{
    height:100%;
    min-height:100%;
    margin:0;
    padding:0;
}

body
{
	font: 18px Helvetica, Arial, sans-serif;
	background: #f1f1f1 url(images/images-bg-page.jpg) top center repeat-y; 
	background-position:fixed;
	text-align:center;
}

h1
{
	font: 60px 'FuturaBdCnBTBold', Arial, sans-serif;
	color: #9b9ea0;
	margin: 25px 0 0 0;
}

h1.medium
{
	font: 60px 'FuturaCondensedMedium', Arial, sans-serif;
	color: #9b9ea0;
	margin: 25px 0 0 0;
}

h2
{
	font: 40px 'FuturaBdCnBTBold', Arial, sans-serif !important;
	color: #1f1f1f !important;
	margin: 0 0 20px 0;
	text-shadow: 3px 2px 0px  #fff;
}

h2.medium
{
	font: 40px 'FuturaCondensedMedium', Arial, sans-serif;
	color: #1f1f1f;
	margin: 25px 0 0 0;
}

h2 em{
	font: 40px 'FuturaCondensedMedium', Arial, sans-serif;
}

h3
{
	font: 24px 'FuturaBdCnBTBold', Arial, sans-serif;
	color: #000;
	margin: 0;
}




hr.redbar
{
	height:14px;
	background: transparent top left repeat-x url(images/images-bg-redbarsm.png);
	border:none;
	padding:0;
	margin:0;
	outline:none;
	width:1135px;
	clear:both;
}


a:link
{
	color:#0645AD;
text-decoration:none;
}
a:visited
{
	color:#0645AD;
text-decoration:none;
}
a:hover
{
	color:#0645AD;
text-decoration:none;
}
a:active
{
	color:#0645AD;
text-decoration:none;
}

.clearFloats
{
	clear:both;	
}

#header
{
	height:128px;
	width:1135px;
	background: transparent top left repeat-x url(images/images-bg-repeat-navigation.png);
}

#mainContainer{
	position:relative;
	left:-5px;
	margin:auto;
	width:980px;
	text-align:left;
	
}

#navigation
{
	width:980px;
	margin:auto;
}

#navigation li, a.btn
{
	letter-spacing:.4px;
	display:inline;
	margin: 10px;
	line-height:120px;
	border:1px solid #000;
	padding: 12px 10px 10px 10px;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-opera-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	
	box-shadow:1px 2px 0 1px #b5b5b5; 
	
	/* fallback/image non-cover color */
   background-color: #45484d; 
   /* fallback image */
   background-image: url(images/images-bg-btn-gradient.png); 
   background-position: bottom right;
   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565a60), to(#000000));
   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #565a60, #000000); 
   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #565a60, #000000);
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #565a60, #000000);
   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #565a60, #000000);

}

#navigation li.home,#navigation li.home:hover{
	
	border:none;
	
	text-indent:-9000px;
	width:178px;
	height:57px;
	background: transparent url(images/images-theactgame-logo.png) no-repeat center center;
	
	padding:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-opera-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
		margin-top:28px;
	margin-right:28px;
	box-shadow:none; 
	display:block;
	float:left;
	
}

#navigation li.home a
{
	display:block;
	width:178px;
	height:57px;
}

#navigation li:hover, a.btn:hover,
#page-game .game-link,
#page-making .making-link,
#page-characters .characters-link,
#page-about .about-link,
#page-press .press-link{
	background-color:#f1f1f1;
   /* fallback image */
   background-image: url(images/images-bg-btn-gradient.png); 
   background-position: top right;
   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f4ff), to(#eeeeee));
   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #f5f4ff, #eeeeee); 
   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #f5f4ff, #eeeeee);
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #f5f4ff, #eeeeee);
   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #f5f4ff, #eeeeee);
   /*ie 8*/
   border: 1px solid #d8d8d8;
}

#navigation li a, a.btn
{
	display:inline-block;
	text-decoration:none;
	color:#eeeeee;
}

#navigation li:hover a, a.btn:hover,
#page-game .game-link a,
#page-making .making-link a,
#page-characters .characters-link a,
#page-about .about-link a,
#page-press .press-link a
{
	text-shadow: 1px 1px 0  #ffffff;
	color:#000;
}

a.btn
{
	position:relative;
	left:-10px;
	display:inline;
}

#banner
{
	height:400px;
	width:1135px;
	background:transparent top left no-repeat url(images/images-valentine-banner-bg.jpg);
	position:relative;
}

#banner h1.hide
{
	position:absolute;
	top:-10px; 
	left:400px;
	
	width:539px;
	height:164px;
	display:block;
	
	background:transparent top left no-repeat url(images/images-title-be-my-valentine.png);
	
	text-indent:-9000px;
}

#banner #textBlock
{
	position:absolute;
	top:198px;
	left:400px;
	
	width:330px;
	height:164px;
	display:block;
	line-height:20px;
}

#banner a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#banner a.btnAppStore{
	display:block;
	width:133px;
	height:47px;
	
	position:absolute;
	top:133px;
	left0px;	
}

#banner #btnVideo{
	
	display:block;
	width:200px;
	height:200px;
	
	position:absolute;
	top:195px;
	left:750px;	
	
	text-indent:-4px;
	text-decoration:none;
	font-weight:bold;
}

#videoHolder
{
	height:400px;
	width:1135px;
	background:transparent top center no-repeat url(images/images-bg-skyline.jpg);
	position:relative;
}

#actionbar
{
	clear:both;
	position:relative;
	z-index:13;
	height:100px;
	width:1135px;
	background: #ff1a00 url(images/images-bg-action-bar.png) repeat-x center center;	
}

#actionbar-grey
{
	clear:both;
	position:relative;
	z-index:13;
	height:100px;
	width:1135px;
	background: transparent url(images/images-bg-action-bar-grey.png) repeat-x center center;
}


#actionbar a img:hover,#actionbar-grey a img:hover,.submitBtn:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#actionbar h3,#actionbar-grey h3
{
	font: 24px 'FuturaCondensedMedium', Helvetica, sans-serif;
	color:#eeeeee;
	margin-bottom:2px;
	margin-left:2px;
}

#actionbar-grey h3
{
	color:#000;
}

#actionbar .appStore,#actionbar-grey .appStore
{
	position:absolute;
	top:10px;
	left:200px;
}

#actionbar #tellAFriendA
{
	position:absolute;
	top:10px;
	left:538px;
	width:220px;
}

#actionbar-grey #tellAFriendB
{
	position:absolute;
	top:10px;
	left:580px;
	width:220px;
}

.FormFieldSm
{
		display:block;
	height:26px;
	padding:5px;
	color:#33;
	border:1px solid #999;
	float:left;
	width:141px;
}

.submitBtn
{
		height:38px;
	width:67px;
		float:right;
}

#messageA, #messageB
{
	position:absolute;
	top:75px;
	left:0px;
	width:0px;
	height:0px;
	overflow:visible;
	color:#f1f1f1;
	
}

.responseBad{
	background:transparent url(images/images-bg-message.png) no-repeat top left ;
	width:160px;
	height:66px;
	line-height:66px;
	padding-left:16px;
}

.responseGood{
	background:transparent url(images/images-bg-message.png) no-repeat bottom left ;
	width:160px;
	height:66px;
	line-height:66px;
	padding-left:16px;
}



#actionbar .socialMedia
{
	position:absolute;
	top:10px;
	left0px;
}


#edgarSuit
{
	width:342px;
	height:408px;
	background:transparent url(images/images-edgar-suit.png) no-repeat top left;
	position:absolute;
	left:-35px;
	top:0px;
	z-index:13;
}

#sylviaDress
{
	width:203px;
	height:371px;
	background:transparent url(images/images-sylvia-dress.png) no-repeat top left;
	position:absolute;
	right:96px;
	top:40px;
	z-index:13;
}

#quotes
{
	
	width:600px;
	height:352px;
	position:absolute;
	top:20px;
	left:265px;
	z-index:12;
	overflow: hidden;
	text-align:center;
}

#quotes p
{
 display:block;
 padding:40px;
 color:#f1f1f1;
 font:44px 'FuturaCondensedMedium' , Arial, sans-serif;
 text-align: center;
  position: relative;
   text-shadow: 3px 3px 1px  #000;
   /* For IE  */
    filter: glow(color=black,strength=5), alpha(opacity=100); /* now both will work */  
   
}

#quotes p em{
	 font:70px 'FuturaBdCnBTBold' , Arial, sans-serif;
	 color:#ff1a00;
	 text-shadow: 5px 5px 3px  #000;
	 line-height:64px;
}

#quotes p cite{
	display:block;
	font:30px 'FuturaCondensedMedium' , Arial, sans-serif;
	text-align: right;
	font-style:italic;
}

#embedPlayer
{
	background: transparent url(images/images-video-frame.png) repeat-x center bottom;
	width:580px;
	height:352px;
	box-shadow:0px 0px 5px 5px rgba(0,0,0,0.5);
	position:absolute;
	top:20px;
	left:275px;
	z-index:11;
	overflow: hidden;
	text-align:center;
	border: 5px solid #fff;

}
#trailer_flash_api,#trailer_html5_api{
	visibility:hidden;
}

#content
{
	width:1135px;	
	background: transparent url(images/images-bg-buildings.png) repeat-x center bottom;
	font-size:18px;
	letter-spacing:.2px;
	line-height:24px;
	color:#151515;
}


#content #edgarwrapper
{
	background: transparent url(images/images-edgar-cleaning.png) no-repeat 0px -655px;
}

#content .wrapper .content
{
	width:735px;
	margin:auto;
	padding-top: 40px;
	min-height:300px;
	padding-bottom:60px;
	
}

#content .wrapper .content .left
{
	width:440px;
	float:left;


}

#content .wrapper .content .right
{
	width:280px;
	float:right;

}



#awards
{
	 min-height:255px;	
}

#awards img
{
	margin-bottom:20px;
}

#footer
{
	background: transparent url(images/images-bg-15black.png) repeat 0 0;
	padding-top:40px;
}

#footer .left
{
	width:310px;
	float:left;
	margin-left:195px;

}

#footer .right
{
	width:415px;
	float:right;
	margin-right:140px;

}


#footer cite a
{
	display:block;
	height:20px;
	padding-left:25px;
	background: transparent url(images/images-fl.png) no-repeat 0 0;
	color:#999;
	font-size:12px;
	text-decoration:none;
}

#footer cite a:hover
{
	color:#fff;
	text-shadow: 1px 1px 0px  #000;
}

#footer a img
{
	margin-bottom:20px;
}

#footer a img:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#footer .socialMedia
{
	margin-top:20px;
}

.characters img, .about img
{
	float:left;
	margin:0 20px 0 0;
}

.about img
{
	margin-top:30px;
}

.characters p, .about p.inn
{
	margin-left:188px;
}


.about .rul,.about .rulsm, .press hr
{
	margin-bottom:50px;
	border: 0;
	color: #999;
	background-color: #999;
	height: 2px;
}

.about .rul ,.about .rulsm{margin-top:50px; }

.about .rulsm{height: 1px; margin-bottom:5px; background-color:#CCC;}


.about strong{display:block;}

.press li{
	list-style-position: outside;
	list-style-image: url(images/images-bullet-sqr-red.png);
	list-style-type: none;
	margin-bottom:20px;ß
}

.press li a{
	text-decoration:none;
	color:#ff1a00;
	font-size:18px;
}

.press li a:hover,.press li a:active{
	color:#A61100;

}

.press li a:visited{
	color:#ED6A59;
}

.press .leftWide
{
	width:480px;
	float:left;
}

.press .rightColumn
{
	width:180px;
	float:right;
}

.game p,  .making p
{
	display:block;
	margin: 10px 0px;
}

.people img.photo
{
	float:left;
	margin:0 20px 0 0;
}

.people em 
{
	color:#999;
}

.people .moveover{
margin-left:188px;	
}

#galleria
{
	height:600px;
	width:1135px;
}


dt.line{

	border-top:3px solid #999;

	margin: 20px 0px 10px 0px;

}

dd{
	padding-left:20px;
}

dt{
	padding:20px 0px 10px 0px;
	color:#ff1a00;
}

dd a:hover{
	
}





