@charset "UTF-8";
/* CSS Document */

@font-face {
 font-family: 'HeadlineOneHPLHS';
 src: url('../fonts/headoh__-webfont.eot');
 src: url('../fonts/headoh__-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/headoh__-webfont.woff') format('woff'), url('../fonts/headoh__-webfont.ttf') format('truetype'), url('../fonts/headoh__-webfont.svg#HeadlineOneHPLHS') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #404040;
	background: #282828 url(../images/bg.png) 0 0 repeat;
}
html {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #636363;
}
a:hover, a:active {
	color: #077e9d;
}
a img {
	border: none;
}
#capsule {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/shadow.png) 0 0 repeat-y;
}
#capsule > div {
	width: 740px;
	margin: 0 auto;
	padding: 0;
}
#top-nav {
	margin: 0;
	padding: 8px 0;
	background: #404040;
}
#top-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top-nav ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#top-nav-left {
	width: 180px;
	float: left;
}
ul#top-nav-left {
	margin: 0 0 0 20px;
}
#top-nav-left a {
	font-family: 'HeadlineOneHPLHS', impact, helvetica, sans-serif;
	height: 30px;
	padding: 0 20px 0 0;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 0px 1px 0px #333333;
}
#top-nav-left a:hover, #top-nav-left a:active {
	text-decoration: underline;
}
#top-nav-right {
	width: 460px;
	float: right;
	text-align: right;
}
ul#top-nav-right {
	margin: 0 20px 0 0;
}
ul#top-nav-right li {
	margin: 0 0 0 8px;
}
h1#logo {
	display: block;
	width: 740px;
	font-family: 'HeadlineOneHPLHS', impact, helvetica, sans-serif;
	height: 110px;
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 100px;
	line-height: 120px;
	text-shadow: 0px 1px 0px #fff;
	text-align: center;
}
#nav-wrap {
	width: 700px;
	margin: 0 auto;
}
#nav {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background: #f1f1f1 url(../images/nav-bg.png) 0 50% repeat-x;
}
#nav ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#nav ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#nav ul li a {
	display:block;
	margin:0;
	padding: 0 12px;
	height: 40px;
	font-family: 'HeadlineOneHPLHS', impact, helvetica, sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #404040;
	text-decoration: none;
	background: #f1f1f1;
}
#nav a:hover, #nav a:active {
	text-decoration: underline;
}
#featured {
	clear: both;
}
#masthead-image {
	clear: both;
	width: 740px;
	height: 70px;
	border-top: 13px solid #404040;
	border-bottom: 13px solid #404040;
	background: #1e1e1e;
}
#content {
	width: auto;
	padding: 40px 20px;
}
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: 'HeadlineOneHPLHS', impact, helvetica, sans-serif;
	font-size: 36px;
	color: #404040;
}
#footer {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background: url(../images/shadow-bottom.png) 0 100% no-repeat;
}
#footer > div {
	width: 700px;
	margin: 0 auto;
	padding: 20px 20px;
	border-top: 13px solid #404040;
	background: #1e1e1e;
}
#footer h3 {
	font-family: 'HeadlineOneHPLHS', impact, helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-size: 24px;
	letter-spacing: 1px;
	color: #757575;
}
.btn {
	font-family: 'HeadlineOneHPLHS', impact, helvetica, sans-serif;
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 0px 1px 0px #333333;
	-webkit-box-shadow: 1px 1px 1px #333333;
	-moz-box-shadow: 1px 1px 1px #333333;
	box-shadow: 1px 1px 1px #333333;
	border-radius: 8px;
	cursor: pointer;
}
a.btn {
	color: #fff;
}
.btn img {
	margin: 0 4px 0 0;
}
.social-twitter {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4298A8), to(#165B68));
	background-image: -moz-linear-gradient(25% 75% 90deg, #165B68, #4298A8);
	background-color: #2b8191;
}
a.social-twitter:hover, a.social-twitter:active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#165B68), to(#4298A8));
	background-image: -moz-linear-gradient(25% 75% -90deg, #165B68, #4298A8);
	background-color: #4298A8;
}
.social-facebook {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4d6499), to(#1f325d));
	background-image: -moz-linear-gradient(25% 75% 90deg, #1f325d, #4d6499);
	background-color: #334a80;
}
a.social-facebook:hover, a.social-facebook:active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f325d), to(#4d6499));
	background-image: -moz-linear-gradient(25% 75% -90deg, #1f325d, #4d6499);
	background-color: #4d6499;
}
.social-lastfm {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d41102), to(#880400));
	background-image: -moz-linear-gradient(25% 75% 90deg, #880400, #d41102);
	background-color: #af0a01;
}
a.social-lastfm:hover, a.social-lastfm:active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#880400), to(#d41102));
	background-image: -moz-linear-gradient(25% 75% -90deg, #880400, #d41102);
	background-color: #d41102;
}
.social-linkedin {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0096C1), to(#0E677C));
	background-image: -moz-linear-gradient(25% 75% 90deg, #0E677C, #0096C1);
	background-color: #077e9d;
}
a.social-linkedin:hover, a.social-linkedin:active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0E677C), to(#0096C1));
	background-image: -moz-linear-gradient(25% 75% -90deg, #0E677C, #0096C1);
	background-color: #0096C1;
}
.social-flickr {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#404040));
	background-image: -moz-linear-gradient(25% 75% 90deg, #404040, #666);
	background-color: #5e5e5e;
}
a.social-flickr:hover, a.social-flickr:active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#404040), to(#666));
	background-image: -moz-linear-gradient(25% 75% -90deg, #404040, #666);
	background-color: #666;
}
ul.portfolio-filter {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.portfolio-filter li {
	margin: 0;
	padding: 0;
	display: inline;
}
.portfolio-filter a {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6a6a6), to(#636363));
	background-image: -moz-linear-gradient(25% 75% 90deg, #636363, #a6a6a6);
	background-color: #077e9d;
	color: #fff;
}
.portfolio-filter a:hover, .portfolio-filter a:active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#636363), to(#a6a6a6));
	background-image: -moz-linear-gradient(25% 75% -90deg, #636363, #a6a6a6);
	background-color: #a6a6a6;
}
.portfolio-filter-selected a {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f90b1), to(#09586f));
	background-image: -moz-linear-gradient(25% 75% 90deg, #09586f, #1f90b1);
	background-color: #077e9d;
	color: #fff;
}
.portfolio-filter-selected a:hover, .portfolio-filter-selected a:active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09586f), to(#1f90b1));
	background-image: -moz-linear-gradient(25% 75% -90deg, #09586f, #1f90b1);
	background-color: #1f90b1;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear {
	clear: both;
}

