@import url(http://fonts.googleapis.com/css?family=Crafty+Girls);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html{
	margin: 0;
	height: 100%;
	background: #cec8c8 url(images/bg.jpg) no-repeat left 140px;
}
body{
	margin: 0;
	height: 100%;
	color: #520e0e;
	font-family: 'Open Sans', sans-serif;
}
img{
	border: 0;
}

h1, h2{
	font-size: 3.4em;
	line-height: 2.2em;
	color: white;
	float: left;
	text-shadow: 0 4px 0 #520e0e;
	text-shadow: 0 4px 0 #520e0e, 0px -4px 0 #520e0e, 4px 0 0 #520e0e, -4px 0 0 #520e0e;
}
h2{
	padding-top: 20px;
	font-size: 3.2em;
	line-height: 1.3em;
	float: right;
	text-align: center;
}
h2 span{
	font-size: 0.75em;
	display: block;
}
h1, h2, h3, h4, h5{
	margin: 0;
	font-family: 'Crafty Girls', cursive;
}
h4{
	font-size: 1.4em;
	margin-bottom: 20px;
}
h4.contact{
	font-size: 2em;
	text-align: center;
	margin: 0 0 8px 0;
}
h5{
	line-height: 1em;
	color: #9b2121;
	font-size: 1.4em;
	float: left;
	clear: left;
	margin-bottom: 20px;
	margin-right: 10px;
	min-width: 150px;
}
p{
	margin: 0 0 20px 0;
	line-height: 1.3em;
}

header{
	min-height: 120px;
	padding: 14px 0 20px 27%;
	overflow: hidden;
	border-bottom: 1px solid #520e0e;
	background: #9b1f1f url(images/border.jpg) repeat-x center bottom;
}
header h3{
	font-size: 1.4em;
	clear: left;
	color: #fff;
	text-align: center;
}

.inner{
	margin: 0 40px;
}

img.santapic{
	float: left;
	max-width: 40%;
	margin: -135px 0 0 -20px;
}
#main{
	margin: 20px 0 20px -20px;
	float: left;
	max-width: 60%;
	padding: 10px;
	background: white;
	background: rgba(255,255,255,0.4);
	border: 2px solid #520e0e;
	border-radius: 10px;
}

footer{
	clear: both;
	font-size: 0.8em;
	text-align: right;
}

@media all and (max-width:1100px){ 
	h1{
		font-size: 2.8em;
	}
	h2{
		font-size: 2.2em;
	}
}
@media all and (max-width:900px){ 
	h1{
		font-size: 2em;
	}
	h2{
		font-size: 1.4em;
	}
}
@media all and (max-width:700px){ 
	h1{
		float: none;
		font-size: 1.6em;
	}
	h2{
		float: none;
		font-size: 1.3em;
	}
	header{
		padding-left: 0;
	}
	header h3{
		font-size: 0.9em;
	}
	h1,h2,header h3{
		position: relative;
		z-index: 1;
		line-height: 1.1em;
		margin: 8px auto;
		text-align: center;
	}
	img.santapic{
		position: absolute;
		top: 315px;
		max-width: 80%;
	}
	#main{
		max-width: 96%;
		margin: 20px auto;
		float: none;
		position: relative;
		z-index: 1;
	}
}