/* CSS Document */

@font-face {
    font-family: 'GoudyBookletter1911Regular';
    src: url('fonts/goudy_bookletter_1911-webfont.eot');
    src: url('fonts/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/goudy_bookletter_1911-webfont.woff') format('woff'),
         url('fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'),
         url('fonts/goudy_bookletter_1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	padding: 0; margin: 0;
	font-family: "GoudyBookletter1911Regular", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	letter-spacing: 0.1em;
	color: white;
	line-height: 1.3em;

	
	}

.smallcaps {
	font-variant:small-caps;	
}

html, body {
	height: 100%; width: 100%;
	
	font-size: 14pt;
	letter-spacing: 0.1em;
	color: white;
	}

body {

	background-attachment: fixed;
	background-position: top;
	background-repeat:no-repeat;
	height: 100%;
	background-size:cover;
	background-image: url(images/santa_swings_background.jpg);
	z-index: -1;
}

.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	min-width:990px;
	max-width: 1260px;
	height:auto !important; /* real browsers */
	height:99%; /* IE6: treaded as min-height*/
	min-height:99%; /* real browsers */
	

}


.rendier {
	position: fixed;;
	display: block;
	background:url(images/rendier.png) no-repeat;
	width: 161px;
	height: 100px;
	top: 10px; right: 10px;
	z-index: 0;

}

.trees_right {
	position: fixed;;
	display: block;
	background:url(images/trees_bottomright.png) no-repeat;
	width: 480px;
	height: 155px;
	bottom: -65px; right: -100px;
	z-index: 100;

}

.trees_left {
		position: fixed;;
	display: block;
	background:url(images/trees_bottomleft.png) no-repeat;
	width: 480px;
	height: 155px;
	bottom: 0px; left: 0px;
	z-index: 200;
	
	-webkit-shadow: 4px 4px 8px 0px rgba(60, 60, 60, 0.2);
	-moz-shadow: 4px 4px 8px 0px rgba(60, 60, 60, 0.2);
	shadow: 4px 4px 8px 0px rgba(60, 60, 60, 0.2); 
	
}

.santa_lady {
	position: relative; float:left;
	display: block;
	background:url(images/logo.png) no-repeat;
	width: 652px;
	height: 839px;
	margin-top: 30px;
	z-index: 100;	
	
}

.content_wrapper {
	position: relative;
	display: block; 
	float: left;
	z-index: 600;
	width: 600px;
	
	margin-top: 80px;
	min-height: 100%;
	height: 100%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	


	text-align: center;
	padding: 20px 0;
	text-shadow: 1px 1px 2px #00053d;
	filter: dropshadow(color=#00053d, offx=1, offy=1);
}

h1, p {
	text-shadow: 1px 1px 2px #00053d;
	filter: dropshadow(color=#00053d, offx=1, offy=1);
	
}

h1 {
	font-family: "GoudyBookletter1911Regular";
	font-style: normal;
	padding: 10px;
	font-size: 36px;
	text-align: center;
	color: white;
}

.content {
	padding: 5px 15px;
	background: url(images/curl.png) no-repeat center bottom;
	padding: 0px 30px 45px 30px; 
}
	
.content p { color: #FF9 }
	
blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 16pt;
	font-color: white;
	text-align:center;
	margin-top: -70px;
	margin-bottom: 15px;
}

phone { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 60px;
 color: #FF9

}

.social {
	margin: 10px auto;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif 14px;
	
	display: block;
	padding-left: 130px;
}