body {
	background: url('img/bg.jpg') no-repeat center -50px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ccc;
	-webkit-text-stroke:1px transparent;
}

body.bio {
	background: url('img/bgBio.jpg') no-repeat center top #000000;
}

a {
	color: #f3e123
}

a:hover {
	text-decoration: underline;
}

div#headerBar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 59px;
	background: #000;
}

div#container {
	position: relative;
	width: 980px;
	height: 640px;
	margin: 0 auto;
}

h1, h2 {
	position: absolute;
	right: 70px;
	top: 75px;
	width: 510px;
	height: 80px;
	background: url('img/heading.png') no-repeat center center;
	text-indent: -9000px;
}

h2 {
	top: 172px;
	height: 18px;
	background: url('img/tagline.png') no-repeat center center;
}

h1.logo {
	position: absolute;
	top: -12px;
	left: 120px;
	height: 42px;
	width: 200px;
	margin: 0;
	background: url('img/logo.png') no-repeat center center;
}

ul#navigation {
	margin: 20px 58px;
	text-align: right;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	padding: 25px 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	text-decoration: none;
}

ul#navigation li a:hover {
	background: url('img/linkGradient.png') repeat-x;
}

#content {
	position: relative;
	left: 400px;
	top: 160px;
	width: 500px;
	text-align: justify;
}

#content p {
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
}

#content p:first-line {
	font-style: italic;
}


ul#social {
	position: absolute;
	right: 70px;
	bottom: 30px;
}

ul#social li {
	float: left;
}

ul#social li a {
	display: block;
	height: 34px;
	width: 22px;
	padding: 0 5px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: center center;
}

ul#social li a.social_fb { width: 22px; background-image: url('img/social_fb_off.png'); }
ul#social li a.social_ms { width: 28px; background-image: url('img/social_ms_off.png'); }
ul#social li a.social_tw { width: 28px; background-image: url('img/social_tw_off.png'); }
ul#social li a.social_fl { width: 28px; background-image: url('img/social_fl_off.png'); }
ul#social li a.social_yt { width: 68px; background-image: url('img/social_yt_off.png'); }

.bio ul#social li a.social_fb { width: 22px; background-image: url('img/social_fb_offBlack.png'); }
.bio ul#social li a.social_ms { width: 28px; background-image: url('img/social_ms_offBlack.png'); }
.bio ul#social li a.social_tw { width: 28px; background-image: url('img/social_tw_offBlack.png'); }
.bio ul#social li a.social_fl { width: 28px; background-image: url('img/social_fl_offBlack.png'); }
.bio ul#social li a.social_yt { width: 68px; background-image: url('img/social_yt_offBlack.png'); }

ul#social li a.social_fb:hover { width: 22px; background-image: url('img/social_fb_on.png'); }
ul#social li a.social_ms:hover { width: 28px; background-image: url('img/social_ms_on.png'); }
ul#social li a.social_tw:hover { width: 28px; background-image: url('img/social_tw_on.png'); }
ul#social li a.social_fl:hover { width: 28px; background-image: url('img/social_fl_on.png'); }
ul#social li a.social_yt:hover { width: 68px; background-image: url('img/social_yt_on.png'); }


#photoCredit {
	position: absolute;
	bottom: 30px;
	left: 400px;
	font-size: 12px;
	font-style: italic;
}

#footer {
	background: #000;
	positon: absolute;
	margin: 0 auto;
	width: 840px;
	padding: 10px 70px;
	top: 640px;
	text-shadow: #000 1px 1px 0;
	text-align: right;
}