*{margin:0;padding:0;}
html{background-color:#fff;font-size:62.5%;}
body{background-color:#fff;font: normal 12px "Helvetica Neue","HelveticaNeue",Arial,Verdana,sans-serif;}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('type/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('type/League_Gothic.woff') format('woff'), url('type/League_Gothic.otf') format('opentype'), url('type/League_Gothic.svg#LeagueGothic') format('svg');
}
@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('type/goudy_bookletter_1911.eot');
	src: local('Goudy Bookletter 1911 Regular'), local('GoudyBookletter1911'), url('type/goudy_bookletter_1911.woff') format('woff'), url('type/goudy_bookletter_1911.otf') format('opentype'), url('type/goudy_bookletter_1911.svg#GoudyBookletter1911') format('svg');
}
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('type/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('type/Chunkfive.woff') format('woff'), url('type/Chunkfive.otf') format('opentype'), url('type/Chunkfive.svg#ChunkFive') format('svg');
}

h1{
	position:relative;
	font-family:'ChunkFiveRegular';
	text-transform:uppercase;
	color:#2180b1;
	font-size:70px;
	margin:0 0 20px 0;
	opacity:0.8;
	display:inline;
}
h2{
	font-family:'ChunkFiveRegular';
	padding:20px 0;
}
img{
	margin:20px;
	position:relative;
	float:left;
	padding:10px;
	-webkit-box-shadow: rgb(170, 170, 170) 0px 0px 10px;
}
.content{
	padding-top:150px;
	z-index:4;
	position:relative;
	float:left;
}
	.content p{
		padding-bottom:40px;
	}
p{
	font-family:'GoudyBookletter1911Regular';
	font-size:18px;
	color:#999;
}
	p sup{ font-size:8px;}
	p.caption{ /*clear:none; float:left; bottom:20px;*/ color:#aaa; font-size:14px;}

/* ----- clearfix ----- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { 
	display: inline; 
}
* html>body .clearfix {
	display: inline; 
	width: 100%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */