path:link, path:visited, path:hover{
	cursor: pointer;
}

body{
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

#mainContainer{
	position: relative;
	width: 960px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
}

#rsrContainer{
	position:absolute;
	width: 960px;
	height: 560px;
	top: 50px;
	left: 0px;
}

#maptextContainer{
	position: absolute;
	pointer-events: none;
	width: 960px;
	height: 560px;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#maptext{
	pointer-events:none !important;
}

#shagmapLogoContainer{
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}

#shagmapLogo{
	width: 200px;
	height: 85px;
}


#failScoreBarPaper{
	position: absolute;
	top:0;
	left:0;
}

#failScoreOverlayPaper{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#failScoreWrapper{
	position: relative;
	float:left;
	width: 450px;
	height: 30px;
}

#failScoreLabel{
	position: relative;
	float:left;
	width: 175px;
	height: 30px;
	color: #52cfce;
	font-size: 1em;
	margin-top: 5px;
	font-weight: bold;
}

#shagScoreWrapper{
	position: relative;
	float:left;
	/*height: 30px;*/
}

#shagScoreOverlayPaper{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#shagScoreLabel{
	position: relative;
	float:left;
	width: 175px;
	height: 30px;
	color: #F05133;
	font-size: .9em;
	margin-top:7px;
	font-weight: bold;
}

.scoreBarBackground{
	position: absolute;
	background-color: #e1e2e4;
	z-index: 1;
	width:449px;
	height:29px;
}

#scoreBarContainer{
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#scoreBarDivider{
	position: absolute;
	width: 5px;
	height: 60px;
	background-color: #fff;
	z-index: 2;
	left:400px;
}

.score{
	position: relative;
	float:left;
	width: 20px;
	height: 30px;
	font-size: 1em;
	margin-top:3px;
	margin-left:5px;
	font-weight: bold;
}

#shagScore{
	color: #F05133;
}

#failScore{
	color: #52cfce;
}

#shagScoreBarPaper{
	position: absolute;
	
}

#instructionsBox{
	position:absolute;
	left: 500px;
	top:0px;
}
#instructionsBoxText{
	position:absolute;
	z-index: 10;
	top:15px;
	left:537px;
	width: 162px;
	height:192px;
	font-size: .77em;
	text-align: center;
	color: #4e4e4e;
}

#presidentialShaggerText{
	color: #F05133;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
}

#buttonWrapperAllThree{
	position: relative;
	margin:10px;
	float:left;
	margin-left:280px;
	clear: both;
	display: none;

        -webkit-animation-duration: 2s;
        -webkit-animation-delay: 1s;
        -moz-animation-duration: 2s;
        -moz-animation-delay: 1s;
}


#login-to-facebook-msg{
	font-weight: bold;
	color: #F05133;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	padding:10px;
}

#fbWrapper{
	width:80px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.hide {
	display: none;
}

#psContainer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:240px;
}