/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------------------- */

body	{
	/* background: url("../images/ground-tile.png") repeat; */
	background-color: #0D7684;
}

a:link, a:hover, a:visited, a:active	{
	color: white;
	text-decoration: underline;	
}

#tropical-chaos-header	{
	display: block;
	width: 100vw;
	height: 55px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e8bc1+0,1dbebc+100 */
	background: #1e8bc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e8bc1 0%, #1dbebc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e8bc1 0%,#1dbebc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e8bc1 0%,#1dbebc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8bc1', endColorstr='#1dbebc',GradientType=0 ); /* IE6-9 */
	}

#tc-header-logo	{
	width: 66px;
	height: 58px;
	background-image: url("../images/crab-logo-01.png");
	background-size: 66px 58px;
	position: absolute;
	right: 20px;
	top: 10px;
}

#tc-header-presents	{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	color: white;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 22px;
	-webkit-font-smoothing: antialiased;
}

/*
#header-language-switcher	{
	width: 300px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	color: white;
	width: 300px;
	text-align: right;
	float: right;
	margin: -15px 20px 0px 0px;
	-webkit-font-smoothing: antialiased;
} */

#hero	{
	width: 100vw;
	height: 375px;
	background: url("../images/hero.png") no-repeat center;
	background-size: 1200px 375px;
	background-color: black;
	border-color: #A6C244;
	border-top: 3px solid #77F9FF;
	border-bottom: 3px solid #77F9FF;
}

#character_gif	{
	width: 100px;
	height: 100px;
	display: block;
	background-image: url("../images/character_bounce.gif");
	background-size: 100px 100px;
	position: relative;
	margin: 0 auto;
	left: -3px;
	top: 232px;
	}

#devices-tab	{
	width: 254px;
	height: 55px;
	background-image: url("../images/devices-banner.png");
	background-size: 254px 55px;
	position: relative;
	top: -30px;
}

#body-content-box	{
	width: 864px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: -10px;
}

	#little-heroes	{
		width: 864px;
		height: 363px;
		background-image: url("../images/little-heroes.png");
		background-size: 864px 363px;
		position: absolute;
		top: 10px;
		z-index: 10;
		image-rendering: -webkit-optimize-contrast;
	}

	#main-content	{
		width: 730px;
		background: rgba(18, 137, 151, 0.4);
		border-radius: 10px;
		margin: 0px auto;
		margin-top: 100px;
		overflow: scroll;
		position: relative;
		top: 20px;
		overflow: hidden;
	}
	
	.pusher-downer	{
		display: block;
		width: 730px;
		height: 275px;
	}

	.pusher-downer-mini	{
		display: block;
		width: 100%;
		height: 35px;
	}
	
		#main-content-left	{
			display: block;
			width: 645px;
			height: 100%;
			margin: 0px 20px 40px 40px;
			float: left;
		}

		#main-content-right	{
			display: block;
			width: 295px;
			margin: 25px 40px 40px 20px;
			/* border: 1px solid blue; */
			float: right;
		}
						
	
				#main-content-left p	{
					font-family: 'Open Sans', sans-serif;
					font-size: 15px;
					letter-spacing: -0.1px;
					line-height: 22px;
					text-align: justify;
					font-weight: 400;
					color: white;
					padding: 30px 0px 0px 5px;
					-webkit-font-smoothing: antialiased;
				}

				#mini-title-turmoil	{
					background: url("../images/title-turmoil.png") no-repeat;
					background-size: 228px 23px;
					width: 228px;
					height: 23px;
					display: block;
					position: relative;
					left: 208px;
					top: 12px;
					margin: 0px;
					padding: 0px 0px 0px 0px;
				}
				
				/*			
				#main-content-right p	{
					font-family: 'Open Sans', sans-serif;
					font-size: 12px;
					letter-spacing: 0.5px;
					line-height: 16px;
					text-align: justify;
					font-weight: 400;
					color: #A8E4D7;
					padding: 30px 0px 25px 0px;
					-webkit-font-smoothing: antialiased;
				}*/
				
				.secondary-text-block	{
					/* Secondary Text Blocks */
					display: block;
					width: 640px;
					margin: 0px 0px -10px 45px;
					padding: 10px 0px 0px 0px;
					clear: both;
					position: relative;
				}
				
				.secondary-text-block p	{
					/* Collect fantastical: */
					font-family: 'Open Sans', sans-serif;
					font-size: 13px;
					letter-spacing: 0.25px;
					line-height: 18px;
					text-align: justify;
					font-weight: 400;
					color: #FFF;
					padding: 30px 0px 25px 0px;
					-webkit-font-smoothing: antialiased;
				}

					#block-1	{
						display: block;
						position: relative;
						left: 315px;
						width: 325px;
						margin: 10px 0px 50px 0px;
					}

					#block-2	{
						display: block;
						position: relative;
						left: 0px;
						width: 435px;
						margin: 10px 0px 50px 0px;
					}

					#block-3	{
						display: block;
						position: relative;
						left: 205px;
						width: 435px;
						margin: 0px 0px 20px 0px;
					}


				#mini-title-beasts	{
					background: url("../images/title-beast.png") no-repeat;
					background-size: 219px 23px;
					width: 100%;
					height: 23px;
					display: block;
					float: left;
					margin: 0px 0px 20px 0px;
				}
				
				#mini-title-puzzles	{
					background: url("../images/title-puzzles.png") no-repeat;
					background-size: 199px 22px;
					width: 100%;
					height: 22px;
					display: block;
					float: left;
					margin: 0px 0px 20px 0px;
				}
				
				#mini-title-items	{
					background: url("../images/title-items.png") no-repeat;
					background-size: 369px 24px;
					width: 100%;
					height: 24px;
					display: block;
					float: left;
					margin: 0px 0px 20px 0px;
				}

					#icon-beasts	{
						background: url("../images/animated-gifs/transform.gif") no-repeat;
						background-size: 285px 180px;
						width: 285px;
						height: 180px;
						float: left;
						margin: 0px 5px 20px 0px;
						clip-path: circle(82px at 50% 54%);
						-webkit-clip-path: circle(82px at 50% 54%);
						position: absolute;
						left: -60px;
						top: -15px;
					}
					
					#icon-speedy	{
						background: url("../images/animated-gifs/speedy.gif") no-repeat;
						background-size: 285px 180px;
						width: 285px;
						height: 180px;
						float: right;
						margin: 0px 0px 20px 15px;
						clip-path: circle(82px at 50% 54%);
						-webkit-clip-path: circle(82px at 50% 54%);
						position: absolute;
						left: 50px;
						top: 25px;
					}
					
					#icon-puzzles	{
						background: url("../images/animated-gifs/puzzles.gif") no-repeat;
						background-size: 285px 180px;
						width: 285px;
						height: 180px;
						float: left;
						margin: 0px 15px 20px 10px;
						clip-path: circle(82px at 50% 50%);
						-webkit-clip-path: circle(82px at 50% 50%);
						position: absolute;
						right: -77px;
						top: 0px;
					}
	
					#icon-items	{
						background: url("../images/animated-gifs/bombs.gif") no-repeat;
						background-size: 285px 180px;
						width: 285px;
						height: 180px;
						float: left;
						margin: 0px 15px 20px 10px;
						clip-path: circle(82px at 48% 50%);
						-webkit-clip-path: circle(82px at 48% 50%);
						position: absolute;
						left: -65px;
						top: -15px;
					}

				#areyouready	{
					background: url("../images/areyouready.png") no-repeat;
					background-size: 465px 179px;
					width: 465px;
					height: 179px;
					margin: 0px auto;
					padding-bottom: 10px;
				}
			
			
	#twitter-info	{
		display: block;
		width: 340px;
		margin: 0 auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		letter-spacing: 0px;
		line-height: 18px;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
		color: white;		
	}

	.floating-paragraph {
		width: 340px;
		margin: 0 auto;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		letter-spacing: 0px;
		line-height: 18px;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
		color: white;		
	}
	
		.floating-paragraph strong	{
			font-weight: 800;
		}
	
		.floating-paragraph	a:visited, a:link, a:active	{
			color: white;
			text-decoration: underline;		
		}

	.floating-paragraph	a:hover	{
		color: white;
		text-decoration: none;		
	}
	
	#twitter-info a:link, a:hover, a:active, a:visited	{
		color: #72C0FF;
		text-decoration: none;
	}
	
	#twitter-info a:hover	{
		color: #92E0FF;
		text-decoration: underline;
	}
	
	#twitter-icon	{
		background: url("../images/twitter-icon.png") no-repeat;
		background-size: 33px 27px;
		width: 33px;
		height: 27px;
		float: left;
		margin: 0px 10px 0px 0px;
		position: relative;
		top: -6px;
	}
			
	#island-footer	{
		width: 100vw;
		height: 235px;
		background: url("../images/island-footer.png") repeat-x center;
		background-width: 1300px;
		background-height: 235px;
		background-size: 1300px 340px;
		border-top: 3px solid #3BBFA2;
		image-rendering: -webkit-optimize-contrast;
	}
	
	#island-footer-sticky	{
		width: 100vw;
		height: 235px;
		background: url("../images/island-footer.png") repeat-x center;
		background-width: 1300px;
		background-height: 235px;
		background-size: 1300px 340px;
		border-top: 3px solid #3BBFA2;
		image-rendering: -webkit-optimize-contrast;
		position: absolute;
		bottom: 0px;
	}
	
	#movie-embed	{
		margin: 0 auto;
		padding: 15px;
	}
	
		#tropical-chaos-logo	{
		margin: 0 auto;
		background: url("../images/Tropical-Chaos-logo.png") no-repeat;
		background-size: 239px 67px;
		width: 239px;
		height: 67px;
		position: relative;
		top: 50px;
		image-rendering: -webkit-optimize-contrast;
	}
	
	#copyright-info	{
		margin: 0 auto;
		background: url("../images/copyright.png") no-repeat;
		background-size: 168px 9px;
		width: 168px;
		height: 9px;
		position: relative;
		top: 140px;
		image-rendering: -webkit-optimize-contrast;
	}
			
