/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
	font-family: lato;
	src: url(lato_black_italic.ttf);
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	background: url('background.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: lato, Helvetica, Arial, sans-serif;
	min-height: 100%;
}

body div {
	background-color: #f8f5e1;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ede4a6;
	border-bottom: 2px solid #ede4a6;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0px 4px 32px #000000;
	font-size: 1.2em;
	letter-spacing: -0.01em;
	line-height: 2em;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	text-align: center;
	text-shadow: 0px 1px #ffffff;
	color: #555555;
	width: 540px;
}

a {
	color: inherit;
	text-decoration: inherit;
}

h1 {
	background-image: url('title.png');
	background-size: 100% 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-indent: -8888px;
	width: 346px;
	height: 122px;
}

h2 {
	border-bottom: 1px solid #ede4a6;
	box-shadow: 0px 1px #ffffff;	
}

ul.icons {
	height: 60px;
	margin: auto;
}

ul.icons.formerly {
	width: 180px;
}

ul.icons.follow {
	width: 180px;
}

ul.icons li {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}

ul.icons li a {
	display: block;
}

ul.icons li a span {
	background-size: 100% 100%;
	display: block;
	margin-left: 6px;
	margin-top: 6px;
	overflow: hidden;
	text-indent: -8888px;
	width: 48px;
	height: 48px;
}

ul.icons li.cover a span {
	background-image: url('cover.png');
}

ul.icons li.path a span {
	background-image: url('path.png');
}

ul.icons li.soundcloud a span {
	background-image: url('soundcloud.png');
}

ul.icons li.twitter a span {
	background-image: url('twitter.png');
}

ul.icons li.linkedin a span {
	background-image: url('linkedin.png');
}
