/* @override http://dev.junkforest.com/jf3/c/screen.css */

body {
	background: url(../images/JF-bg-tile-sm.jpg) repeat 5% 5%;
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", Helvetica, sans-serif;
	/*letter-spacing: .1em;*/
}
#content {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
p { margin: 5px 0; }
div#cloud1 {
	background: url(../images/cloud1.png) no-repeat 90% 95%;
	position: absolute;
	top: 0px; left: 0; right: 0; bottom: 0;
	z-index: 999;
}
div#cloud2 {
	background: url(../images/cloud2.png) no-repeat 10% 75%;
	position: absolute;
	top: 0px; left: 0; right: 0; bottom: 0;
	z-index: 1000;
}

div#foreground{
	background: url(../images/kid+bot.png) no-repeat 30% 45%;
	position: absolute;
	top: 0px; left: 0; right: 0; bottom: 0;
	z-index: 998;
}
div#midground{
	background: url(../images/JF-bg.gif) no-repeat 50% 10px;
	position: absolute;
	top: 0px; left: 0; right: 0; bottom: 0;
	z-index: 997;
	overflow: visible;
}
.infotext {
	position: relative;
	top: 280px;
	left: 20px;
	width: 250px;
	color: #074242;
	z-index: 1001;
	height: 110%;
}
.juicy {
	color: #a64309;
	text-transform: uppercase;
	font-size: 1.2em;
	background: #fbd57b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	padding: 0px 5px;
	display: inline;
}
h2.normal {
	font-style: italic;
	font-size: 1em;
	line-height: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}
.normal a {
	color: #074242;
}
.normal a:hover {
	color: #fbd57b;
}
p.breaker {
	margin: 0 0 20px 0;
	font: italic .9em Georgia, "Times New Roman", Times, serif;
}
.emailform {
	margin-bottom: 30px;
	background: #a64309;
	color: #fff;
	font-size: .9em;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mc_embed_signup fieldset {
	border: none;
	padding: 0;
}
.mc-field-group label{
display: none;
}
#mce-EMAIL.required.email {
	position: relative;
	left: -3px;
	width: 144px;
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
}
#mc-embedded-subscribe.btn {
	position: relative;
}
.twitterbadge {
	margin: 30px 0 10px 0;
}
#concepts {
	text-align: center;
	padding-top: 20px;
}
#concepts .juicy a {
	color: #7ea9d4;
}
#concepts .slideshow {
	display: block;
	margin: 20px 0;
}
