/* Vogue - Face page css 						*/
/* TODO: update image paths throughtout file	*/

/* Overide site width, to accomodate no border */
#main_content_wrapper{
	width: 942px !important;
	border: none !important;
}

/* css for fonts */
.font-replaced{
	visibility:hidden;
}
.wf-active .font-replaced{
	visibility:visible;
}


.content-vogue hr.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* hero section */

.hero-vogue{
	height: 475px;
	width: 942px;
	position: relative;
}

.hero-vogue .cta-button{
	position: absolute;
	left: 275px;
	bottom: 116px;
	z-index: 9999;
	
}

.hero-vogue .hero-text{
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	top: 236px;
	left: 275px;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: none !important;
	font-weight: normal !important;
}

.imagemap{
	z-index: 1;
}


/* content section */

.content-vogue{
	background: url('/wcsstore/SGH/experiences/VogueFace/css/images/vogue-the-face-content-bg-repeat.jpg') repeat-x  left top;
	min-height: 500px;
	padding-top: 20px;
	
}

.content-vogue h1{
	font-family: "SGHUltComp",Verdana,Arial,Helvetica,sans-serif;
	font-size: 83px;
	line-height: 72px;
}

.content-vogue h2{
	font-family: "SGHUltComp",Verdana,Arial,Helvetica,sans-serif;
	font-size: 38px;
	margin: 0px;
	padding: 0px;
}

.content-vogue p.extra-margin{
	margin: 20px 0px 35px;
}

.content-vogue .padded-left{
	padding: 0px 0px 0px 30px;
}

.content-vogue p.font-large{
	font-size: 18px;
	text-transform: uppercase;
}

.content-vogue p{
	margin: 5px 0px;
	font-size: 16px;
}

.content-vogue img.vogue-poster{
	float: right;
	margin: 0px 30px 36px 42px;
}

.content-vogue p.padded-left{
	padding-left: 30px; 
}

.content-vogue img.face-logo{
	margin: 47px 43px 0px 22px;
	float: left;
}

.content-vogue .go-right{
	float: left;
	margin: 0px 30px 0px 0px;
	width: 498px;
}




/* video section */

#ft-video{
	/* width: 942px; */
	height: 422px;
	background:url('/wcsstore/SGH/experiences/VogueFace/css/images/vogue-the-face-bottom-bg-repeat.jpg') repeat-x left top;
	position: relative;
	padding: 0px 0px 0px 136px;
	margin-top: 30px;
}

.ft-video-start-card {
	height: 360px;
	left: 136px;
	position: absolute;
	top: 0px;
	width: 640px;
	z-index: 10000;
}

#ft-video-start {
	background: url('/wcsstore/SGH/experiences/VogueFace/css/images/vogue-the-face-ft-video-start.png') no-repeat;
	cursor: pointer;
	direction: ltr;
	height: 183px;
	left: 50%;
	margin: -100px 0 0 -235px;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 50%;
	white-space: nowrap;
	width: 470px;
	z-index: 100;
}
#ft-video-start:hover {
	background-position: 0 -183px;
}

#ft-video-container{visibility: hidden;}

/* used to get rid of black dots border in firefox on flash */
object, embed {
	outline: none !important;
} 

/* buttons */
.ft-hero-cta-her{
 	background: url(/wcsstore/SGH/experiences/VogueFace/css/images/vogue-the-face-ft-cta-circles.png) no-repeat 100% -137px;
	
	color: #e85b60;
	display: inline-block;
	font-size: 44px;
	line-height: 40px;
	padding: 0 35px 0 0;
}



.ie7 .ft-hero-cta-her{
	display:inline;
	zoom:1;
}
.ft-hero-cta-her:hover{
	background-position: 100% -178px;
	color: #cd5055 !important;
}

#content .ft-hero-cta-him{
	background:url('/wcsstore/SGH/experiences/VogueFace/css/images/vday-ft-cta-circles.png') no-repeat 100% 2px;
}
#content .ft-hero-cta-him{
	color:#000000;
	display:inline-block;
	font-size:33px;
	line-height:30px;
	padding:0 35px 0 0;
}
#content .ie7 .ft-hero-cta-him{
	display:inline;
	zoom:1;
}
#content .ft-hero-cta-him:hover{
	background-position:100% -68px;
	color:#33a4d7 !important;
}









