/* reference links */

a.sup:link, a.sup:active, a.sup:visited {
	color: #3565c8;
	text-decoration: none;
	vertical-align: super;
	padding-left: 4px;

	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
}

a.sup:hover {
	color: black;
}

#s8 a.sup:link, #s8 a.sup:active, #s8 a.sup:visited { color: #ff6600; }
#s8 a.sup:hover { color: black; }

#s11 a.sup:link, #s11 a.sup:active, #s11 a.sup:visited,
#bees a.sup:link, #bees a.sup:active, #bees a.sup:visited { color: black; }
#s11 a.sup:hover, #bees a.sup:hover { color: #3565c8; }




/* Tweet! */

.s2Box a.tweet {
	left: 126px;
	bottom: -49px;
}

.s4Box .tweet {
	top: 336px;
	margin-left: -14px;
}

#s4Box3 .tweet {
	top: 386px;
}

#s6 .tweet {
	left: 50%;
	bottom: 25px;
	margin-left: -15px;
}

.s8Box .tweet {
	top: 277px;
	left: 120px;
}

#bees .tweet {
	top: 679px;
	left: 824px;
}

.s10Box .tweet {
	top: 436px;
	left: 50%;
	margin-left: -15px;
}

#s11Man1 .tweet {
	top: 400px;
	right: 170px;
}

#s11Man2 .tweet {
	top: 400px;
	left: 163px;
}

#s11Lady1 .tweet {
	top: 254px;
	left: 300px;
}

#s12 .tweet {
	bottom: 20px;
	left: 50%;
	margin-left: -15px;
}

#timer .tweet {
	margin-top: 30px;
	margin-left: -15px;
}



/* Text, Headings, etc */

.lobster {
	font-family: 'Merriweather Sans', cursive;
	font-weight: bold;
}

.droid {
	font-family: 'Droid Sans', sans-serif;
}

.red {
	color: #e84248;
}

.aqua {
	color: #56BCC6;
}

.white {
	color: #ffffff;
}

.yellow {
	color: #FAB900;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.size23 {
	font-size: 23px;
}

.size85 {
	font-size: 85px;
}


/* title */

#titleTop {
	background: #e84248 url('/inf550/brain_title.png') no-repeat center 76px;
	height: 793px;
	overflow:  hidden;
	width: 100%;
	position: relative;
}

#brainWaves {
	position: absolute;
	top: 223px;
	left: 50%;
	margin-left: -600px;
}

#brain {
	width: 442px;
	height: 447px;
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -211px;
}

#brainBanner {
	width: 972px;
	height: 237px;
	position: absolute;
	top: 496px;
	left: 50%;
	margin-left: -486px;
}

#titleTop h3 {
	position: absolute;
	top: 533px;
	width: 700px;
	letter-spacing: -2px;
	text-align: center;
	color: #e84248;
	left: 50%;
	margin: 0 0 0 -350px;
	line-height: 92px;
	font-size: 63px;
	font-family: 'Lobster', cursive;
}

@media screen and (max-width: 800px) {

	#titleTop {
  		background-size: 380px;  	
  		height: 525px;	
  		background-position-y: 35px;
	}

	#titleTop h3 {
		position: absolute;
		top: 362px;
		width: 450px;
		letter-spacing: -1px;
		text-align: center;
		color: #e84248;
		left: 50%;
		margin: 0 0 0 -226px;
		line-height: 60px;
		font-size: 44px;
	}

	#brainBanner {
	    width: 660px;
	    top: 333px;
	    margin-left: -330px;
	    height: auto;
	}

	#brain {
	    width: 310px;
	    height: auto;
	    margin-left: -149px;
	    top: 91px;
	}

	#brainWaves {
	    top: 137px;	
	    width: 900px;
	    height: auto;
	    margin-left: -450px;
	}
}

.sHarness {
	max-width: 1100px;
	margin: auto;
}


/* 3-boxes */

.mainBox {
	display: inline-table;
	margin-bottom: 60px;
	position: relative;
	font-weight: bold;
	line-height: 3.03em;
	vertical-align: top;
}

.middleBox {
	margin-left: 47px;
	margin-right: 47px;
}

.vertCentre {
	display: table-cell;
	vertical-align: middle;
}

.vertBottom {
	bottom: 0px;
	position: absolute;
	left: 38px;
	width: 200px;
	padding-bottom: 14px;
	line-height: 1.02em;
}


/* edges */

.topEdgeRed {
	background: url('/inf550/border_red_bottom.png') repeat-x top center;
	top: 0px;
}

.bottomEdgeRed {
	background: url('/inf550/border_red_top.png') repeat-x top center;
	bottom: 0px;
}

.topEdgeAqua {
	background: url('/inf550/border_aqua_bottom.png') repeat-x top center;
	top: 0px;
}

.bottomEdgeAqua {
	background: url('/inf550/border_aqua_top.png') repeat-x top center;
	bottom: 0px;
}

.topEdgeGrey {
	background: url('/inf550/border_grey_bottom.png') repeat-x top center;
	top: 0px;
}

.topEdgeGreyBottom {
	background: url('/inf550/border_grey_bottom.png') repeat-x top center;
	bottom: 0px;
}

.bottomEdgeGrey {
	background: url('/inf550/border_grey_top.png') repeat-x top center;
	bottom: 0px;
}

.bottomEdgeWhiteInverse {
	background: url('/inf550/border_white_bottom_inverse.png') repeat-x top center;
	bottom: 0px;
}

.topEdgeLightBlue {
	background: url('/inf550/border_lightblue_bottom.png') repeat-x top center;
	top: 0px;
}

.bottomEdgeLightBlue {
	background: url('/inf550/border_lightblue_top.png') repeat-x top center;
	bottom: 0px;
}

.semiCircleEdge {
	position: absolute;
	height: 13px;
	width: 100%;
	display: block;
}



/* section 1 – infographics are everywhere */

#s1 {
	background: #DFF1FD;
	min-height: 530px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#s1Parallax1 {
	background: url('/inf550/charts_parallax1.png') repeat top center;
	height: 1400px;
}

#s1Parallax2 {
	background: url('/inf550/charts_parallax2.png') repeat top center;
	height: 1400px;
}

.s1Parallax {
	position: absolute;
	width: 100%;
}

#s1Text1 {
	font-size: 47px;
	position: relative;
	padding: 80px 15px 0 15px;
}

#s1Text2 {
	font-size: 95px;
	position: relative;
	line-height: 113px;
	padding: 15px 20px 0px 20px;
	max-width: 990px;
	margin: auto;
}

@media screen and (max-width: 800px) {

	#s1Text2 {
  		font-size: 63px;
	
  		line-height: 80px;
  		padding-bottom: 0px;
  		padding-top: 26px;
	}

}

#s1Text3 {
	font-size: 31px;
	font-weight: bold;
	position: relative;
	width: 300px;
	margin: auto;
	padding: 40px;
}

/* section 2 – visualized info */

#s2 {
	background-color: #8dd4da;
	width: 100%;
	text-align: center;
	padding-top: 36px;
}

#s2Text1 {
	font-size: 54px;
	padding-bottom: 35px;
}

#s2Box1 {
	background: #4dbcc6 url('/inf550/visualized1.png');	
}

#s2Box2 {
	background: #4dbcc6 url('/inf550/visualized2.png');
}

#s2Box3 {
	background: #4dbcc6 url('/inf550/visualized3.png');
}

.s2Box {
	width: 276px;
	height: 335px;
	margin-bottom: 70px;
}


/* section 3 – visually wired */

#s3 {
	background-color: #dff0fc;
	width: 100%;
	text-align: center;
	position: relative;
	height: 700px;
	overflow: hidden;
}

#eyeMask {
	background: url('/inf550/eye_mask.png');	
	width: 1020px;
	height: 658px;
	left: 50%;
	position: absolute;
	margin: 53px -510px;
}

#eyeBG {
	background: #ffffff;
	width: 550px;
	height: 280px;
	position: absolute;
	left: 50%;
	margin-left: -288px;
	top: 275px;
}

#eyeIris {
	background: url('/inf550/eye_iris.png');	
	width: 197px;
	height: 191px;
	position: absolute;
	left: 50%;
	margin-left: -104px;
}


/* section 4 – visually inspired */

#s4 {
	background-color: #dff0fc;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.s4ThreeBlock {
	width: 100%;
	position: relative;
	min-height: 395px;
}

.s4Box {
	width: 256px;
	height: 277px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	padding-bottom: 50px;
	position: relative;
}

#s4Box1 {
	background: url('/inf550/eye_small_brain.png') no-repeat top center;
	padding-top: 102px;
	height: 240px;
}

#s4Box2 {
	background: url('/inf550/eye_small_eyes.png') no-repeat top center;
	padding-top: 102px;
	height: 261px;
}

#s4Box3 {
	background: url('/inf550/eye_watch.png') no-repeat center top;
	margin-top: -50px;
	padding-top: 181px;
	height: 152px;
	margin-bottom: 60px;
}

#inspiredBanner {
	background: url('/inf550/inspired_banner.png') no-repeat;	
	width: 675px;
	height: 170px;
	margin: auto;
	margin-bottom: 40px;
	padding-top: 27px;
	line-height: 38px;
	left: 50%;
	position: relative;
	margin-left: -338px;
}


/* section 5 – symbol processed */

#s5 {
	background-color: #4DBCC6;
	width: 100%;
	min-height: 124px;
	text-align: center;
	position: relative;
}

#s5Text {
	font-size: 48px;
	max-width: 960px;
	padding: 10px 40px 20px 40px;
	margin: auto;
	line-height: 1.03em;
}


/* section 6 – cars */

#s6 {
	background: #DFF1FD;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#s6Parallax1 {
	background: url('/inf550/cars_parallax1.png') repeat top center;
	height: 2000px;
}

#s6Parallax2 {
	background: url('/inf550/cars_parallax2.png') repeat top center;
	height: 2000px;
}

#fallingRocks {
	width: 90%;
	max-width: 650px;
	position: relative;
	padding: 80px 0 80px 0;
}


/* section 7 – binary head man */

#s7 {
	background: #e84248 url('/inf550/binary_bg.png') no-repeat top center;
	width: 100%;
	text-align: center;
	position: relative;
	min-height: 632px;
	overflow: hidden;
}

#binaryNumbers {
	background: url('/inf550/binary_numbers.png') repeat top;	
	width: 177px;
	height: 2000px;
	left: 50%;
	position: absolute;
	margin: 0 -108px;
}

#binaryNumbersGrad {
	background: url('/inf550/binary_numbers_grad.png') repeat top;	
	width: 177px;
	height: 40px;
	left: 50%;
	position: absolute;
	margin: 0 -108px;
}

.binaryMan {
	background: url('/inf550/binary_man.png');	
	width: 555px;
	height: 306px;
	left: 50%;
	top: 401px;
	position: absolute;
	margin: 0px -286px;
}

.s7Text {
	position: relative;
	padding: 0 20px 0 20px;
}


/* section 8 - binary 3 block */

#s8 {
	background: #e84248;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 650px) {

	#s8 {
  		padding-top: 25px;
	}

}

.s8Box {
	background: url('/inf550/bg_circ.png') no-repeat top center;
	width: 276px;
	height: 277px;
	text-align: center;
	display: inline-table;
	margin-bottom: 50px;
	position: relative;
	font-weight: bold;
	vertical-align: top;
}

.binaryManOverBoxes {
	top: -231px;
}


/* section 9 - bees */

#s9 {
	background: #ffffff; /* url('/inf550/bees_TESTBG.png') no-repeat top center; */
	width: 100%;
	height: 775px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#s9 .text {
	position: relative;
}

#bees {
	position: absolute;
	left: 50%;
	margin-left: -550px;
	width: 100%;
	height: 775px;
	top: 0px;
}

#flowers {
	background: url('/inf550/bees_flowers.png');
	position: absolute;
	top: 304px;
	left: 208px;
	width: 698px;
	height: 437px;
}

.bee {
	background: url('/inf550/bee.png');
	width: 128px;
	height: 116px;
	position: absolute;
}

#flowersPercent {
	position: relative;
	top: 230px;
	font-size: 52px;
	font-weight: bold;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

#flowersVisuals {
	position: relative;
	top: 279px;
	width: 400px;
	left: 50%;
	font-size: 18px;
	margin-left: -200px;
}


/* section 10 – more accessible */

#s10 {
	background-color: #dff0fc;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 40px 0 40px 0;
}

#s10Title {
	font-size: 64px;
	padding-bottom: 20px;
}

.s10BigNumber {
	padding-top: 269px;
	margin-bottom: -10px;
}

.s10BigDroid {
	font-size: 24px;
	font-weight: bold;
}

.s10Box {
	width: 270px;
	height: 430px;
	display: inline-table;
	margin-bottom: 50px;
	position: relative;
	font-weight: bold;
	padding: 0 20px 0 20px;
	vertical-align: bottom;
}

#s10Box1 {
	line-height: 1.9em;
	text-align: left;
	vertical-align: bottom;
	height: 150px;
}

#s10Box1 .text {
	font-size: 29px;
	position: relative;
	padding-bottom: 40px;
}

#s10Box2 {
	background: url('/inf550/more_accessible_poison.png') no-repeat top center;
}

#s10Box3 {
	background: url('/inf550/more_accessible_pills.png') no-repeat top center;
}

#s10Box4 {
	background: url('/inf550/more_accessible_tent1.png') no-repeat bottom center;
	height: 364px;
}

#s10Box5 .text {
	font-size:98px;
	line-height:0.9em;
	padding: 17px 0 17px;
}

#s10Box6 {
	background: url('/inf550/more_accessible_tent2.png') no-repeat bottom center;
	height: 328px;
}


/* section 11 – more persuasive */

#s11 {
	background-color: #e84248;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 40px 0 0 0;
	overflow: hidden;
}

#s11 .subTitle {
	padding: 10px 20px 40px 20px;
}

.s11Box {
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	margin: 0 0 50px;
	vertical-align: top;
}

.s11Man {
	width: 480px;
	height: 470px;
}

#s11Man1 {
	background: url('/inf550/persuasive_50.png') no-repeat top right;
}

#s11Man1 .text {
	font-size: 26px;
	width: 300px;
	text-align: right;
	top: 260px;
	position: absolute;
	left: 10px;
}

#s11Man2 {
	background: url('/inf550/persuasive_67.png') no-repeat top left;
}

#s11Man2 .text {
	font-size: 26px;
	position: absolute;
	width: 350px;
	text-align: left;
	left: 164px;
	top: 260px;
}

#s11Lady1 {
	width: 330px;
	height: 240px;
	margin-right: 20px;
}

#s11Lady1 .text {
	font-size: 26px;
	text-align: right;
	position: absolute;
	top: 50px;
}

#s11Lady2 {
	background: url('/inf550/persuasive_lady.png') no-repeat top left;
	width: 480px;
	height: 450px;
}


/* section 12 – people remember */

#s12 {
	background: #DFF1FD;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 40px;
}

#s12 .text {
	position: relative;
}

#s12Parallax1 {
	background: url('/inf550/charts_parallax1.png') repeat top center;
	height: 1300px;
}

#s12Parallax2 {
	background: url('/inf550/charts_parallax2.png') repeat top center;
	height: 1300px;
}

#seeHear {
	width: 100%;
	max-width: 770px;
	position: relative;
	top: -10px;
}


/* section 13 – infographics are */

#s13 {
	background: #ffffff;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
}

#s13 .text {
	padding-bottom: 20px;
}

.s13Box {
	display: inline-table;
	margin-bottom: 11px;
	position: relative;
	font-weight: bold;
	line-height: 2em;
	width: 276px;
	height: 335px;
	vertical-align: top;
}

#s13Box1 {
	background: url('/inf550/are1.png') no-repeat top center;	
}

#s13Box1 .text, #s13Box2 .text  {
	position: relative;
	top: 250px;
}

#s13Box2 {
	background: url('/inf550/are2.png') no-repeat top center;	
}

#s13Box3 {
	background: url('/inf550/are3.png') no-repeat top center;	
}

#s13Box3 .text  {
	position: relative;
	top: 232px;
}


/* timer section */

#timer {
	position: relative;
	background-color: #334C49;
	text-align: center;
	padding: 40px 20px 86px 20px;
}

#minutes {
	padding-top: 15px;
}

#seconds {
	padding-bottom: 25px;
}

.time {
	font-size: 77px;
	display: inline-block;
	padding: 0 12px;
	height: 79px;
}


/* sources section */

#sources {
	background: #ffffff;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

#sources .textBox {
	max-width: 1100px;
	text-align: left;
	position: relative;
	margin: auto;
	padding: 0 20px;
}

#sources .textBox .title {
	font-size:36px;
	padding-bottom:30px;
}

#sources .textBox div {
	padding-bottom: 10px;
}

#sources .textBox sup {
	font-weight: normal;
}

#sources a:link, #sources a:active, #sources a:visited {
	color: #E84248;
	text-decoration: none;
}

#sources a:hover {
	color: black;
}


/* footer section */

#footer {
	font-weight: bold;
	background: #ffffff url('/inf550/footer_bg.png') repeat-x 21px 82px;
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	padding: 30px 0 70px 0;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: inherit;
}

#footer a:hover {
	color: black;
}


