@font-face
{
	font-family: 'BebasRegular';
	src: url('fonts/bebas.eot');
	src: local('Bebas Regular'), local('Bebas'), url('fonts/bebas.woff') format('woff'), url('fonts/bebas.ttf') format('truetype'), url('fonts/bebas.svg#Bebas') format('svg');
}

* { margin: 0; padding: 0; border: 0; }

body
{
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header
{
	margin: 10px 0;
	height: 360px;
	width: 100%;
	background: url('images/header.png') top left no-repeat;
}
#header a
{
	float: right;
	margin: 40px;
	width: 140px;
	height: 140px;
	display: block;
	text-indent: -9999px;
}
#header a:hover { background-position: 0 -140px; }
#info-link { background: url('images/info.png') top left no-repeat; }
#home-link { background: url('images/home.png') top left no-repeat; }
#title
{
	float: left;
	margin-top: 246px;
	margin-left: 10px;
	text-transform: uppercase;
	font-family: 'BebasRegular', Helvetica, Arial, sans-serif;
}
#title h1 { font-size: 4.5em; line-height: 1em; font-weight: normal; }
#title h2 { margin-right: 10px; text-align: right; font-size: 2em; font-weight: normal; line-height: 1em; }

#bio
{
	float: left;
	margin-top: 30px;
	width: 380px;
	text-align: left;
	font-size: 10pt;
}
#tagline { display: block; overflow: hidden; }
#tag-top { margin-bottom: 0; width: 100%; }
#tag-bottom { text-align: right; width: 100%; }
#tagline h2 span { color: #00adef; }

#expertise
{
	float: right;
	margin-top: 4px;
	margin-bottom: 20px;
	width: 320px;
	text-align: left;
	font-size: 10pt;
}
#expertise ul
{
	margin-left: 40px;
	list-style-image: url('images/check.png');
	list-style-type: circle;
}

#contact
{
	float: right;
	width: 320px;
	text-align: left;
	font-size: 10pt;
}
#contact ul
{
	list-style-type: none;
	overflow: hidden;
}
#contact ul li
{
	float: left;
	margin-right: 10px;
}
#contact ul li img { float: left; }
#contact ul li a
{
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -9999px;
}
#contact ul li a:hover { background-position: 0 -48px; }
.twitter-icon { background: url('images/twitter_icon.png') top left no-repeat; }
.tumblr-icon { background: url('images/tumblr_icon.png') top left no-repeat; }
.linkedin-icon { background: url('images/linkedin_icon.png') top left no-repeat; }

#portfolio
{
	margin: 30px 0;
	list-style-type: none;
	overflow: hidden;
}
#portfolio li
{
	display: inline;
	float: left;
	margin: 10px 5px;
	border: 5px solid #000;
}
#portfolio li img { float: left; }
.port-image { float: left; margin-right: 20px; width: 380px; height: 280px; }
.port-info
{
	float: right;
	text-align: left;
	width: 380px;
	font-size: 10pt;
}

#footer
{
	clear: both;
	margin: 10px 0;
	text-align: right;
	font-size: 10pt;
}

h2
{
	margin-bottom: 10px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'BebasRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	word-spacing: 10px;
	font-size: 1.75em;
}
p { margin-bottom: 10px; }
a { color: #00adef; }
a:hover { text-decoration: none; }