/* Main screen CSS - Christmas version*/

@font-face {
	font-family: "Arial Rounded MT Bold Remote";
	src: url('fonts/arlrdbd.eot');
	src: local('Arial Rounded MT Bold Regular'), local('ArialRoundedMTBold'), local('Arial Rounded MT Bold'), url('fonts/arlrdbd.woff') format('woff'), url('fonts/arlrdbd.otf') format('opentype'), url('fonts/arlrdbd.ttf') format('truetype'), url('fonts/arlrdbd.svg#ArialRoundedMTBold') format('svg');
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
}


body {
	background: rgb(255, 255, 255) url(christmas/hills.png) repeat-x 50% 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -8.5em;
	color: Black;
}

h1 {
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT Bold Remote", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT Bold Remote", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr {
	width: 720px;
	border: 1px solid #00D40F;
}

a:hover {
	color: #FFD400;
}

#bkg_sun {
	position: absolute;
	background-image: url(christmas/santa.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
	width: 150px;
	right: 1em;
	top: 0.2em;
	-webkit-transition: all 2s ease-in-out; 
	-moz-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out; 
}

#bkg_sun:hover {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
}

#bkg_lake {
	position: fixed;
	background-image: url(christmas/lake.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 800px;
	height: 350px;
	bottom: 0px;
	left: 0px;
	vertical-align: bottom;
}

.hdr {
	position: relative;
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT Bold Remote", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFD800;
	top: 9em;
	left: 2em;
	width: 28em;
	margin: 0px auto; 
}

#hdr_welcome {
	position: relative;
	left: -4em;
	top: 0em;
}

#hdr_mrduck {
	position: relative;
	font-size: 3.2em;
	top: -0.7em;
	-webkit-transition: all 0.6s ease-in-out; 
	-moz-transition: all 0.6s ease-in-out; 
	transition: all 0.6s ease-in-out; 
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

#hdr_mrduck:hover {
	-webkit-transform: rotate(-3deg) scale(1.1);
	-moz-transform: rotate(-3deg) scale(1.1);
	transform: rotate(-3deg);
}

#hdr_amazing {
	position: relative;
	left: 3em;
	top: -4.4em;
}

#hdr_duckimg {
	position: relative;
	background-image: url(images/duckimg.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 180px;
	width: 180px;
	left: -3em;
	top: -10.8em;
	-webkit-transition: all 0.6s ease-in-out; 
	-moz-transition: all 0.6s ease-in-out; 
	transition: all 0.6s ease-in-out; 
}

#hdr_duckimg:hover {
	-webkit-transform: rotate(-9deg) scale(1.1);
	-moz-transform: rotate(-9deg) scale(1.1);
	transform: rotate(-9deg);
}

#hdr_hr {
	display: none;
}

.mnu {
	position: relative;
	height: 2.2em;
	margin: 0px auto;
	width: 40em;
	padding-left: 4em;
}

.mnu ul {
	padding: 0px;
}

.mnu li {
	display: inline;
}

.mnu a {
	float: left;
	background-image: url(christmas/btnt.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 8em;
	height: 2em;
	padding: 1em 0.5em 0px 0.5em;
	text-decoration: none;
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT Bold Remote", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.mnu a:hover {
	background-image: url(christmas/btn.png);
	color: #FFD400;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.bdy {
	position: relative;
	background: rgb(110, 254, 202);
	background: rgba(155, 255, 238, 0.7);
	background-image: url(christmas/bdytop.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
	width: 688px;
	margin: 16px auto;
	padding: 4px 16px 4px 16px;
	text-align: justify;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
}

.bdy h1 {
	margin: 8px;
}

.bdy h2 a {
	color: Black;
}

.bdy h2 a:hover {
	color: #FFAC00;
}

.bdy_ducklist {
	margin-right: 2.8em;
	list-style-image: url(images/bullet.png);
}

.bdy_navlist {
	text-align: center;
	position: relative;
	margin: 0px auto 0.6em;
	list-style-image: url(images/bullet.png);
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT Bold Remote", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bdy_navlist li {
	display: inline;
	margin: auto 1em auto 1em;
}

#bdy_imgl {
	float: left;
	margin: 0.4em 1em 1em 0em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
}

#bdy_img2 {
	margin-top: 6px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 0px;
}

#bdy_img2div {
	text-align: center;
}

#bdy_comment {
	font-size: larger;
	margin: 1em 3em 1em 3em;
}

.bdy_url {
	display: none;
}

.ftr {
	position: relative;
	width: 720px;
	margin: 0.8em auto; 
	text-align: center;
}

#ftr_hr {
	display: none;
}

#ftr_cpr {
	font-size: xx-small;
	margin: 0px;
}

#ftr_ico {
	position: relative;
	top: -14px;
	float: right;
	margin: 0em 0.4em 0em 0.4em;
}

#ftr_ico a img {
	border: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#ftr_ico a img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
 }
