/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

html, body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	background: url('bubbles.jpg') repeat-y center top;
	-webkit-background-size:1920px 3000px;
	width: 100%;
}

h1, h2, h3, h4 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	color: rgb(225, 44, 50);
}

h1 {
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	margin: 2em 0;
	text-shadow: 0 1px 1px #6f0d0d;
}

h2 {
	font-size: 2em;
	line-height: 1.6em;
	color: #fff;
}

h3 {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
	font-weight: 400;
	margin: 2em 0;
}

h4 {
	font-size: 1.5em;
	text-align: center;
	font-weight: 400;
}

#mainframe {
	max-width: 980px;
	min-width: 920px;
	margin: 0 auto;
	padding: 0 1em;
}

section {
	margin: 4em 0 0;
	display: block;
}

section.shadowed {
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: url(shadow.png) no-repeat center top;
}

.grid3 {
	list-style: none;
	margin: 0 0 2em;
}

.grid3 li {
	float: left;
	width: 210px;
	margin: 0 2.5em;
}


.more {
	text-align: center;
	margin: 1em 0 0;
	padding: 1em 0;
}

.more a {
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #2e98d1;
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
}

.more a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #49a6d9;
}

a {
	text-decoration: none;
	border: none;
	color: inherit;
}

img {
	border: none;
}

/***************/



header {
	text-align: center;
	padding: .8em 0;
	color: #333;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0 0 5em;
	position: relative;
	z-index: 999;
	box-shadow: 0px 1px 2px #333;
	background-color: rgb(242, 214, 97);
}

header span {
	font-weight: bold;
}

#csodalogo {
	float: left;
	margin: -110px -40px 0 -80px;
}

#intro {
	position: relative;
	display: block;
}

#intro .stealth {
	visibility: hidden;
	position: absolute;
	bottom: -60px;
	right: 0;
}

#intro:hover .stealth {
	visibility: visible;
	opacity: .9;
}

#videoframe {
	width: 728px;
	margin: 0 auto;
	padding: .5em;
	border-radius: 3px;
	background-color: rgb(27, 27, 27);
}

#bubbles {
	width: 920px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#bubbles .a1, #bubbles .a2, #bubbles .a3, #bubbles .a4 {
	position: absolute;
	display: block;
	display: expression(style.display = "block", 0);
	z-index: 500;
	text-indent: -9999px;
}

#bubbles .a1 {
	left: 143px;
	top: 28px;
	width: 322px;
	height: 322px;
}

#bubbles .a2 {
	left: 621px;
	top: 121px;
	width: 220px;
	height: 220px;
}

#bubbles .a3 {
	left: 216px;
	top: 503px;
	width: 164px;
	height: 164px;
}

#bubbles .a4 {
	left: 621px;
	top: 400px;
	width: 263px;
	height: 263px;
}




.ending {
	border-top: 2px solid rgb(145, 151, 178);
	background-color: rgb(210, 35, 42);
	background: url('vortex.jpg') no-repeat center top;
	margin: 2em 0 0;
	height: 680px;
}

h1#onepercent {
	font-size: 18em;
	line-height: 1em;
	letter-spacing: -.15em;
	display: block;
	margin: 0 0 0 -.2em;
	text-align: left;
	float: left;
	color: #fff !important;
}


#fullinfo {
	max-width: 980px;
	min-width: 920px;
	padding: 1em;
	margin: 2em auto 0;
}

#fullinfo h2 {
	color:  #df4543;
	color: #fff !important;
	text-shadow: 0 1px 1px #000;
	overflow: visible;
}

.twothirds {
	position: relative;
	float: right;
	width: 58%;
	margin: 2em 0 2em;
}


.taxnum {
	text-align: center;
	color: #fff;
	padding: 1.5em;
	margin: 2em 0;
	border-radius: 5px;
	background: url('images/50.png');
}

.taxnum h3 {
	margin: 0 0 .5em 0;
	font-size: 1.8em;
	color: #fff;
}

#mailinfo fieldset {
	border: none;
	margin: 2.5em 0 0;
	padding: 0;
	visibility: hidden;
	display: none;
}

#mailinfo legend {
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	display: block;
}

#mailinfo ul {
	list-style: none;
	margin: 0; padding: 0;
}


#mailinfo input[type=email] {
	width: 97%;
	font-size: 1em;
	padding: .5em;
	border-radius: 5px;
	background: url('images/50.png');
	border: none;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
}

#mailinfo label {
	color: #000;
}

#mailinfo button {
	margin: 1em auto;
	display: block;
	color: #fff;
	padding: 12px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #2e98d1;
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	border: none;
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
}

#mailinfo button:hover {
	color: #fff;
	background-color: #49a6d9;
	cursor: ;
}

#endlinks {
	border: 1px dashed #fff;
	border-left: none;
	border-right: none;
	margin: 1em 0;
	padding: 1em 0;
}

#endlinks ul { margin: 0; padding: 0; }
#endlinks li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}

#endlinks a {
	font-size: 1.3em;
	color: #fff;
	padding: .3em;
	border-radius: 3px;
}

#endlinks a:hover {
	background: url('images/w30.png');
}