/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: 'ChunkStyleModernRegular';
    src: url('../fonts/chunkstylemodern-webfont.eot');
    src: url('../fonts/chunkstylemodern-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chunkstylemodern-webfont.woff') format('woff'),
		 url('../fonts/chunkstylemodern-webfont.ttf') format('truetype'),
         url('../fonts/chunkstylemodern-webfont.svg#ChunkStyleModernRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SeverancetheSequelMedium';
    src: url('bb_condensed-webfontseverancethesequel_medium-webfont.eot');
    src: url('../fonts/severancethesequel_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/severancethesequel_medium-webfont.woff') format('woff'),
		 url('../fonts/severancethesequel_medium-webfont.ttf') format('truetype'),
         url('../fonts/severancethesequel_medium-webfont.svg#SeverancetheSequelMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'SeverancetheSequelRegular';
	src: url('../fonts/severancethesequel_regular-webfont.eot');
	src: url('../fonts/severancethesequel_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/severancethesequel_regular-webfont.woff') format('woff'),
		 url('../fonts/severancethesequel_regular-webfont.ttf') format('truetype'),
		 url('../fonts/severancethesequel_regular-webfont.svg#SeverancetheSequelRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{

	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
	color: #000000;
	overflow-x:hidden;
}

.containerContainer{

	width:800px;
	height:630px;
	margin: auto;
	overflow:hidden;
	position: relative;
}

#pageContainer{
	margin: auto;
	display:block;
	width:800px;
	height:630px;
	background: url('../img/bnj_background.png') no-repeat;
}

.sectionContainer{
	display:block;
	width:800px;
	height:630px;
	overflow: hidden;
}

/* ==========================================================================
   LANDING PAGE
   ========================================================================== */

#loader{

	background: url('../img/ajax-loader.gif') no-repeat;
	width:66px;
	height:66px;
	margin-left:360px;
	margin-top:-350px;
	display:block;
	position: absolute;	
	opacity: 0;
}

#rsvp {
	background: url('../img/rsvp.png') no-repeat top right;
	position: absolute;
	top:5px;
	right: 10px;
	height:63px;
	padding: 4px 60px 0px 0px;
	margin-top: -63px;
	color: #FFF;
	font-size: 12px;
}

#rsvp span {
	font-family: "ChunkStyleModernRegular", "Trebuchet MS", Verdana, sans-serif;
}

#rsvp .countdown {
	font-family: 'SeverancetheSequelMedium', Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

#rsvp .countdown .countdownDigit {
	color: #ffff33;
}

#landingFrontHill{

	background: url('../img/homepage_front_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#landingMiddleHill{

	background: url('../img/homepage_middle_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#landingRearHill{

	background: url('../img/homepage_rear_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#landingHands{

	background: url('../img/hands.png') no-repeat;
	width:801px;
	height:176px;
	bottom:0px;
	margin-bottom:-350px;
}

#landingTitle{

	background: url('../img/cone_togeather.png') no-repeat;
	width:375px;
	height:206px;
	top:40px;
	margin-left: -375px;
}

#landingText{
	font-family: 'SeverancetheSequelMedium', Georgia, "Times New Roman", Times, serif;
	width:395px;
	height:85px;
	top:283px;
	margin-left: -395px;
	text-align: center;
	color: #143868;
	font-size: 16px;
}

#landingText span {
	font-size: 22px;
	font-family: "ChunkStyleModernRegular", "Trebuchet MS", Verdana, sans-serif;
	text-stroke: #336699 2px;
	-webkit-text-stroke: #336699 2px;
	color: #ffff00;
	width: 100%;
}

#landingGetStarted{

	background: url('../img/get_started.png') no-repeat;
	width:214px;
	height:224px;
	top:630px;
	margin-left: 275px;
}

#getStartedHit{

	display:block;
	width:160px;
	height:45px;
	transform: rotate(4deg);
	margin-left: 50px;
	margin-top:7px;
	cursor:pointer;
}

.landingContent{
	display:block;
	position:absolute;
}

/* ==========================================================================
   SELECTION PAGE
   ========================================================================== */

#selectionTitle{

	background: url('../img/cone_togeather_small.png') no-repeat;
	width:234px;
	height:129px;
	top:-130px;
	margin-left: 290px;
}

#frameLeft{

	width:233px;
	height:265px;
	top:178px;
	margin-left: -235px;
}

#leftFrameImage{
	background: url('../img/frame_left.png') no-repeat;
	width:233px;
	height:265px;
	position: absolute;
	z-index: 3;
}

#selectionFrontHill{

	background: url('../img/selection_front_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#selectionMiddleHill{

	background: url('../img/selection_middle_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#selectionRearHill{

	background: url('../img/selection_rear_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#leftProfileImage{
	display:block;
	width:150px;
	height:186px;
	background-color: #FFF;
	float:left;
	margin-top:40px;
	margin-left:44px;	
	overflow:hidden;
	position: absolute;
	z-index: 2;
	transform:rotate(-2.5deg);
	-ms-transform:rotate(-2.5deg); /* IE 9 */
	-moz-transform:rotate(-2.5deg); /* Firefox */
	-webkit-transform:rotate(-2.5deg); /* Safari and Chrome */
}

#frameRight {
	width:590px;
	height:265px;
	top:180px;
	margin-left: 800px;
}

#facebookFriendSelectorWrapper {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	margin-bottom:-350px;
	font-family: 'SeverancetheSequelMedium', Georgia, "Times New Roman", Times, serif;
	width: 262px;
	font-size: 12px;
}

#facebookFriendClose {
	width: 16px;
	height: 16px;
	background: transparent url('../img/btn_close.png') no-repeat;
	position: absolute;
	right: -15px;
	top: 1px;
	cursor: pointer;
	display: none;
}
#facebookFriendSelectorWrapper.open #facebookFriendClose {
	display: block;
}

.jfmfs-friend {
}

#facebookChooseFriend {
	cursor: pointer;
	width: 51px;
	height: 24px;
	background: transparent url('../img/btn_choose.png') no-repeat;
	position: absolute;
	right: 10px;
	margin-top: 4px;
	z-index: 5;
}

#jfmfs-container {
}

#jfmfs-friend-selector {
	height: 185px;
	width: 250px;
}

#jfmfs-inner-header {
	background: transparent;
	border: none;
	position: relative;
}

#jfmfs-friend-container {
	position: relative;
	z-index: 10;
	top: 16px;
	height: 138px;
}

.jfmfs-friend {
	border: none;
	width: 45%;
	display: none;
}

.jfmfs-friend.hide-filtered {
	display: none !important;
}

.jfmfs-friend.selected {
	border: none;
}

.jfmfs-friend img {
	height: 40px;
	width: 40px;
	float: left;
}

.jfmfs-friend div {
	width: 60px;
	float: left;
}

#jfmfs-friend-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

#jfmfs-friend-container::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#jfmfs-friend-filter-text {
	width: 187px;
	height: 19px;
	border: none !important;
	background: transparent url('../img/searchBackground.png') no-repeat;
}

#rightFrameImage{
	background: url('../img/frame_right.png') no-repeat;
	width:233px;
	height:265px;
	position: absolute;
	z-index: 3;
	right: 0px;
}

#rightProfileImage{
	width:150px;
	height:186px;
	display:block;
	background-color: #FFCCCC;
	float:right;
	margin-top:35px;
	margin-right:45px;	
	overflow:hidden;
	z-index: 2;
	position: absolute;
	right: 0px;
	transform:rotate(2deg);
	-ms-transform:rotate(2deg); /* IE 9 */
	-moz-transform:rotate(2deg); /* Firefox */
	-webkit-transform:rotate(2deg); /* Safari and Chrome */
}

#leftHand{

	background: url('../img/hand.png') no-repeat;
	width:403px;
	height:242px;
	position: absolute;
	left: 190px;
	top: 0px;
	margin-left: -235px;
	position: absolute;
	z-index: 2;
}

#selectionPaper{

	background: url('../img/hands_and_paper.png') no-repeat;
	width:403px;
	height:242px;
	opacity: 0;
}

#selectionSign{

	background: url('../img/cone_summate.png') no-repeat;
	width:240px;
	height:175px;
	top:630px;
	margin-left: 290px;
	cursor: pointer;
}

#navPrev{

	background: url('../img/btn_prev.png') no-repeat;
	margin-top:200px;
	right: 180px;
}

#navNext{

	background: url('../img/btn_next.png') no-repeat;
	margin-top:205px;
	right: 30px;
}

.navButton{
	cursor:pointer;
	width:36px;
	height:34px;
	position:absolute;
	z-index: 4;
}

.selectionContent{
	display:block;
	position:absolute;
}

#friendName{
	font-size: 28px;
	font-family: "ChunkStyleModernRegular", "Trebuchet MS", Verdana, sans-serif;
	text-stroke: #336699 2px;
	-webkit-text-stroke: #336699 2px;
	color: #ffff00;
	display:block;
	width:800px;
	height:50px;
	margin-left: -210px;
	top: -40px;
	position:absolute;
	text-align: center;
}

#friendHits{
	position:absolute;
	display:block;
	top: 5px;
	width:160px;
	height:200px;
	margin-top: 30px;
	margin-left: 110px;
	color: #262d89;
	font-family: 'SeverancetheSequelMedium', Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	font-weight: 100pt;
	transform:rotate(-2.5deg);
	-ms-transform:rotate(-2.5deg); /* IE 9 */
	-moz-transform:rotate(-2.5deg); /* Firefox */
	-webkit-transform:rotate(-2.5deg); /* Safari and Chrome */
}

#friendHits span {
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}

/* ==========================================================================
   RSVP PAGE
   ========================================================================== */

#rsvpFrontHill{

	background: url('../img/rsvp_front_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#rsvpMiddleHill{

	background: url('../img/rsvp_middle_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#rsvpRearHill{

	background: url('../img/rsvp_rear_hill.png') no-repeat;
	width:801px;
	height:124px;
	bottom:0px;
	margin-bottom:-350px;
}

#rsvpTitle{

	background: url('../img/rsvp_conetogether.png') no-repeat;
	width:293px;
	height:145px;
	top:-300px;
	margin-left: 10px;
}

#rsvpBubble {
	background: url('../img/rsvp_bubble.png') no-repeat;
	width:390px;
	height:275px;
	bottom:0px;
	right: 0px;
	margin-bottom:-350px;
}

#rsvpText {
	background: url('../img/rsvp_text.png') no-repeat;
	width:490px;
	height:432px;
	bottom:0px;
	top: 50px;
	right: 56px;
	margin-top: -500px;
}

#rsvpBack {
	background: url('../img/rsvp_back.png') no-repeat;
	width:221px;
	height:87px;
	bottom:10px;
	left: 10px;
	margin-bottom:-350px;
	cursor: pointer;
}

#rsvpHands{
	background: url('../img/rsvp_hands.png') no-repeat;
	width:459px;
	height:149px;
	bottom:0px;
	left: 242px;
	margin-bottom:-350px;
}