/* Included Fontfaces */

@font-face {
	font-family: Steelfish;
	src: url('Steelfish.ttf')
}

/* Base Styles */

body {
	color: #424242;
	font: 16px Georgia;
	background-color: #fff;
	margin: 0;
}

p, li {
	line-height: 25px;
}

a {
	color: #3091c8;
	text-decoration: none;
	font: 15px Monaco;
}

a:hover {
	color: #62b1d8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Steelfish;
	margin: 0;
}

h2 {
	color: #515151;
	font-style: normal;
	font-size: 34px;
}

img {
	margin: auto;
	display: block;
}

/* Content */

#content {
	width: 680px;
	margin: auto;
}

/* Header */

#header {
	position: relative;
	margin-top: 0;
	margin-bottom: 25px;
}

#title {
	display: block;
	margin: auto;
	position: relative;
	height: 198px;
}

#helloText {
	font: 25px "Bradley Hand ITC TT", Steelfish;
	position: absolute;
	top: 0px;
}

#title, #title h1 {
	width: 529px;
}

#title h1 {
	color: #000;
	font-size: 142px;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	position: absolute;
}

#title h3 {
	font-size: 36px;
	position: absolute;
	right: 1px;
	bottom: 0;
	color: #919191;
}

/* Main Content */

#intro {
	color: #000;
	font: italic 22px "Bradley Hand ITC TT";
}

li small {
	font-family: "Handwriting - Dakota";
}

/* Footer */

#footer {
	font: 11px HelveticaNeue-Light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #919191;
	margin-bottom: 24px;
	text-align: center;
	margin-top: 24px;
}