/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*
MAIN
---------------------------------------------------------------------------------------------------------------- */
html{
	font-size:16px;
	background:url(../images/bg.gif) top left repeat #B42126;
}
body{
	font-size:62.5%;
	color:#fff;
	background:url(../images/snowstrip.gif) left bottom repeat-x ;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header{
	width:100%;
	overflow:hidden;
	margin-bottom:1.8em;
}
#wrapper{
	width:96em;
	margin:0 auto;
	height:100%;
	background:url(../images/group.jpg) bottom center no-repeat;
}
#home #wrapper{
	padding-bottom:275px;
}
#letter #wrapper{
	padding-bottom:325px;
}
#privacy #wrapper{
	padding-bottom:420px;
}
#footer{
	clear:both;
	width:90%;
	margin:0 auto;
	height:10em;
}
#print-footer{
	display:none;
}
/*
TYPOGRAPHY
---------------------------------------------------------------------------------------------------------------- */
/*--- Headings ---*/
h1{
	float:left;
}
h1 a{
	position:relative;
	width:55em;
	height:15em;
	display:block;
}
h1 a span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/santa-corner.gif) top left no-repeat;
	cursor:pointer;
}
#header h2{
	font-size:3em;
	float:right;
	padding:2em 2em 0 0;
}
h2{
	font-size:1.8em;
	margin-bottom:1em;
	line-height:1em;
}
/*--- Paragraphs ---*/
#wrapper p{
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
}
#wrapper p strong{
	font-weight:bold;
}
#wrapper p em{
	font-style:italic;
}
#wrapper p.intro{
	font-size:1.6em;
	line-height:1.5em;
	width:75%;
	margin-bottom:1.125em;
}
#wrapper p.intro span{
	color:#FDDD39;
	font-size:3em;
	padding:0.2em;
	margin-left:-0.2em;
	float:left;
}
#footer p{
	color:#000;
	text-align:right;
	font-size:1.2em;
}
/*--- Links ---*/
a{
	color:#FDDD39;
}
a:hover{
	text-decoration:none;
}
#footer a{
	color:#B42126;
	background:#fff;
}
/*--- Elements ---*/
p em{
	font-style:italic;
}
/*
FORM STYLES
---------------------------------------------------------------------------------------------------------------- */
.letter-wrapper{
	padding:0.5em;
	background:#fff;
	color:#000;
	width:85%;
	margin-bottom:1.8em;
}
.letter-body{
	border:1px dashed #ccc;
	padding:2em;
}
#letter .letter-body,#privacy .letter-body{
	background:none;
}
.textinput{
	padding:1px;
	background:#fff!important;
}
.input{
	border:1px dashed #643614;
}
#make-letter{
	background:url(../images/make-letter.gif) top left no-repeat;
	width:7.5333333333333333333333333333333em;
	padding-right:1em;
	padding-bottom:0.5em;
	height:3.2em;
	border:none;
	font-size:1.5em;
	color:#FDDD39;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
}
#print-button{
	background:url(../images/print-letter.gif) top left no-repeat;
	width:9.5333333333333333333333333333333em;
	padding-left:0;
	padding-bottom:1em;
	height:3.2em;
	border:none;
	font-size:1.5em;
	color:#FDDD39;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
}
legend.hide{
	display:none;
}
legend{
	font-size:1.5em;
	margin-bottom:1.2em;
}
label.block{
	display:block;
}
/*
ERROR REPORTING STYLES
---------------------------------------------------------------------------------------------------------------- */
ul#errors{
	width:60em;
	padding-right:30em;
	background:url(../images/santa-drunk.gif) top right no-repeat;
	height:50em;
}
ul#errors li{
	font-size:1.2em;
	padding:0.25em;
}
/*
IMAGE STYLES
---------------------------------------------------------------------------------------------------------------- */
#stamp{
	margin-top:-2em;
	margin-right:-2em;
}
#santa-img{
	display:none;
}
.right-image{
	float:right;
	margin-bottom:1em;
	margin-left:1em;
}
/*
MISC STYLES
---------------------------------------------------------------------------------------------------------------- */
.clear{
	clear:both;
}