/*
Web Fonts: http://www.google.com/webfonts#ChoosePlace:select/Collection:Gochi+Hand|Short+Stack|Delius+Swash+Caps|Delius|Waiting+for+the+Sunrise
H1, H2: 	font-family: 'Delius Swash Caps', cursive;
body text: 	font-family: 'Delius', cursive;
Nut: 		font-family: 'Gochi Hand', cursive;
Nifty: 		font-family: 'Short Stack', cursive;
Grumpy:		font-family: 'Waiting for the Sunrise', cursive;
*/

html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	background: #89ad1c url("img/bgr_nuts_body.png") repeat 49.5%;
	text-align: center;
}
.page {
	margin: 0 auto;
	height: 100%;
	text-align: left;
}
.content  {
	margin: 0 auto;
}

p {
	margin-top: 0;
}


/* HEADER *********************************************************** */
.header {
	position: relative;
	z-index: 2;
	height: 95%;
	min-height: 830px;
	background: #F9A132 url("img/bgr_nuts_top.png") repeat 49.5%;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.header .top {
	position: relative;
	background: #26220D;
	height: 30%;
}
.header .table {
	display: table;
	width: 100%;
	height: 100%;
}
.header .top h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	color: #EBA316;
	font: 70px/80px 'Delius Swash Caps',cursive;
    text-shadow: 0px 0px 1px #000;
}
.header .top h1 .sub {
	display: block;
	font: 30px/55px 'Delius Swash Caps',cursive;
	color: #D18C00;
}

.header .content {
	position: relative;
	top: 70px;
	width: 437px;
	min-width: 437px;
	height: 437px;
}
.header .squirrel {
	position: absolute;
	left: 5px;
	top: 236px;
}
.header .ladybug {
	position: absolute;
	left: 290px;
	top: 90px;
}
.header h2 {
	position: absolute;
	left: 340px;
	top: 175px;
	margin: 0;
	padding: 0;
	width: 220px;
	color: #1a2200;
	text-align: center;
	font: 23px/29px 'Delius Swash Caps', cursive;
    text-shadow: 0px 0px 1px #1a2200;
}
.header .ie h2 {
	font: 22px/29px 'Delius Swash Caps', cursive;
	font-weight: bold;
    /* filter: dropshadow(color=#1a2200, offx=0, offy=0); */
}



/* MAIN ********************************************************  */
.main {
	position: relative;
	margin: 0 auto;
	height: 1535px;
	background: url("img/bgr_tree.jpg") no-repeat center;
}

.fade {
	display: none;
}

.talk_box {
	display: none;
	position: absolute;
	padding-top: 50px;
	width: 310px;
}
.talk_box .content {
	min-height: 2em;
    padding: 0 40px 70px 40px;
	text-align: center;
	font: 18px/20px 'Delius', cursive;
	color: #000;
}
.talk_box a.follow {
	position: absolute;
	bottom: 30px;
	left: 80px;
	display: block;
	height: 30px;
	width: 150px;
	overflow: hidden;
	text-indent: -999px;
	font-size: 1px;
	color: #000;
}
.talk_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.talk_box ul li {
	margin: .5em 0;
	padding: 0;
}


/* Nifty *************** */
#nifty {
	position: absolute;
	top: 411px;
	left: 50%;
	margin-left: 107px;
}
#nifty .talk_box {
	bottom: 0;
    left: -270px;
	background: url("img/talkbox_nifty_top.png") no-repeat 0 top;
}
#nifty .talk_box .content {
	background: url("img/talkbox_nifty_bottom.png") no-repeat 0 bottom;
}

/* Grumpy **************** */
#grumpy {
	position: absolute;
	top: 693px;
	left: 50%;
	margin-left: 178px;
}
#grumpy .talk_box {
	bottom: 150px;
    left: 120px;
	background: url("img/talkbox_grumpy_top.png") no-repeat 0 top;
}
#grumpy .talk_box .content {
	background: url("img/talkbox_grumpy_bottom.png") no-repeat 0 bottom;
}

/* Nut ******************** */
#nut {
	position: absolute;
	top: 1239px;
	left: 50%;
	margin-left: -553px;
}
#nut .talk_box {
	bottom: 50px;
    left: 70px;
	background: url("img/talkbox_nut_top.png") no-repeat 0 top;
}
#nut .talk_box .content {
	background: url("img/talkbox_nut_bottom.png") no-repeat 0 bottom;
}

/* Love Squirrel *********** */
#love {
	position: absolute;
	top: 1115px;
	left: 50%;
	margin-left: -651px;
}

/* Birds ******************* */
#birds {
	position: absolute;
	top: 983px;
	left: 50%;
	margin-left: 189px;
}







/* FOOTER *********************************************** */
.footer {
	position: relative;
	z-index: 2;
	background-color: #fcf6e6;
	font: 16px/18px 'Delius', cursive;
	color: #1f2002;
	-moz-box-shadow: 0 -5px 10px rgba(40,60,10,0.3);
	-webkit-box-shadow: 0 -5px 10px rgba(40,60,10,0.3);
	box-shadow: 0 -5px 10px rgba(40,60,10,0.3);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
	text-align: center;
}
.footer h2 {
	margin-top: 0;
	background-color: #fcf6e6;
	font: 30px/30px 'Delius Swash Caps', cursive;
    text-shadow: 0px 0px 1px #b2af9a;
    filter: dropshadow(color=#b2af9a, offx=0, offy=0);
}
.footer p {
	text-align: center;
}
.footer a {
	color: #1f2002;
    text-shadow: 0px 0px 1px #b2af9a;
    filter: dropshadow(color=#b2af9a, offx=0, offy=0);
}
.footer .content {
	margin: 0 auto;
	padding: 80px;
	max-width: 2040px;
}
.footer .columns {
	-moz-column-count: 3;
	-moz-column-gap: 80px;
	-webkit-column-count: 3;
	-webkit-column-gap: 80px;
	column-count: 3;
	column-gap: 80px;
}
.footer .copyright {
	background: #241A04;
}
.footer .copyright .content {
	margin: 0 auto;
	max-width: 2040px;
	padding: 10px 80px;
	font: 14px/16px 'Delius', cursive;
	color: #846021;
}
.footer .copyright .content a {
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #846021;
	text-decoration: none;
	text-shadow: none;
}
