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

html, body {
	height: 100%;
}

body {
	background: #06182d url('images/pinstripes-top.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
}

#header-bar {
	background: url('images/plaid.gif') repeat-x center bottom;
	position: relative;
	margin: 0;
	padding: 0;
	height: 257px;
}

#container {
	background: #06182d url('images/pinstripes-top.jpg') repeat-x top;
	position: relative;
	top: -257px;
	margin: auto;
	padding: 0px;
	display: block;
	width: 980px;
	height: 535px;
}

#header-container {
	background: url('images/plaid.gif') repeat-x center bottom;
	position: relative;
	margin: auto;
	padding: 0px;
	width: 980px;
	height: 257px;
}

#logo {
	position: absolute;
	top: 16px;
	left: -53px;
}

#tagline {
	position: absolute;
	top: 83px;
	left: 499px;
}

#header-text {
	position: absolute;
	top: 140px;
	left: 500px;
	width: 422px;
	font-size: 18px;
	color: #222;
	text-shadow: 0px 1px #f3f6f8;
	line-height: 22px;
}

#column-1 {
	postition: relative;
	float: left;
}

#column-2 {
	postition: relative;
	float: right;
	padding-right: 5px;
}

div.big-project, div.last-big-project{
	background: transparent url('images/project-box.gif') no-repeat;
	position: relative;
	top:41px;
	left: -22px;
	width: 666px;
	height: 450px;
}

div.big-project h2, div.last-big-project h2{
	position: relative;
	top: 16px;
	left: 48px;
	font-size:24px;
	text-shadow: 0px 1px #fff;
}

div.last-big-project{
	margin-bottom: -225px;
}

a.project-cvent, a.project-deirdre, a.project-fedsources, a.project-btc, a.project-sarah {
	position: relative;
	top: 53px;
	left: 50px;
	display: block;
	width: 576px;
	height: 324px;
	text-decoration: none;
}

a.project-cvent:hover, a.project-deirdre:hover, a.project-fedsources:hover, a.project-btc:hover, a.project-sarah:hover {
	background-position: 0 -324px;
}

a.project-cvent {
	background-image:url('images/project-cvent2.jpg');
}

a.project-deirdre {
	background-image:url('images/project-deirdre.jpg');
}

a.project-fedsources {
	background-image:url('images/project-fedsources.jpg');
}

a.project-btc {
	background-image:url('images/project-btc.jpg');
}

a.project-sarah {
	background-image:url('images/project-sarah.jpg');
}

a.layered-link{
	z-index: -1;
	text-decoration: none;
}

#small-project-sidebar{
	position: relative;
	left: -8px;
	float: right;
	background: transparent;
	width: 308px;
	height: 500px;
}

#banner a{
	background-image:url('images/talk-to-me.gif');
	position: relative;
	left: 54px;
	display: block;
	width: 186px;
	height: 117px;
	text-decoration: none;
}

#banner a:hover{
	background-position: 0 -117px;
}

div.sidebar a{
	display: block;
	width: 314px;
	height: 213px;
	text-decoration: none;
	margin-top: 15px;
}

div.sidebar a:hover {
	background-position: 0 -213px;
}

a.sidebar-koalas{
	background-image:url('images/sidebar-happy-koalas.jpg');
	margin-top: 27px;
}

a.sidebar-crest{
	background-image:url('images/sidebar-crest.jpg');
}

a.sidebar-kapuno{
	background-image:url('images/sidebar-kapuno.jpg');
}

a.sidebar-eganday{
	background-image:url('images/sidebar-eganday.jpg');
}

a.sidebar-whirled{
	background-image:url('images/sidebar-whirled.jpg');
}

a.sidebar-wmg{
	background-image:url('images/sidebar-wmg.jpg');
}

a.sidebar-thislife{
	background-image:url('images/sidebar-thislife.jpg');
}

a.sidebar-stephenson{
	background-image:url('images/sidebar-stephenson.jpg');
}

a.sidebar-transasia{
	background-image:url('images/sidebar-transasia.jpg');
}

a.sidebar-layered-link{
	z-index: -1;
	width: 0 !important;
	height: 0 !important;
	margin-bottom: -15px !important;
}

#footer-pinstripes {
	background: url('images/pinstripes-bottom.gif') repeat-x center top;
	margin: 0;
	padding: 0;
	clear:both;
	height: 73px;
}

#footer-pinstripes-cover {
	background: url('images/pinstripes-bottom.gif') repeat-x top;
	position: relative;
	top: -73px;
	margin: 0 auto -73px;
	padding: 0;
	display:block;
	height: 73px;
	width: 980px;
}

#footer-bar {
	background: #000 url('images/herringbone.gif') repeat-x center top;
	position: relative;
	margin: 0;
	padding: 0;
}

#footer-container {
	background: url('images/herringbone.gif') repeat-x center top;
	position: relative;
	margin: auto;
	padding: 0;
	display:block;
	height: 250px;
	width: 980px;
}

#footer-tagline {
	position: absolute;
	top: 22px;
	left: 7px;
}

#footer-text-left, #footer-text-right{
	position: absolute;
	top: 89px;
}

#footer-text-left{
	left: 8px;
	width: 490px;
}

#footer-text-right{
	left: 582px;
	width: 390px;
}

#footer-text-left h3, #footer-text-right h3{
	font-size: 32px;
	color: #777;
	margin-bottom: 12px;
}

#footer-text-left p, #footer-text-right p{
	font-size: 18px;
	color: #999;
	line-height: 22px;
}

p.contact-links{
	margin-top: 22px;
}

p.contact-links a{
	text-decoration: none;
	margin-right: 30px;
}

h3.contact-links a{
	text-decoration: none;
	margin-left: 30px;
}

a.twitter{
	color: #00e5e2;
}

a.linkedin{
	color: #0097c8;
}

a.facebook{
	color: #0061bb;
}

a.contact{
	color: #eb008c;
}

a.back-to-folio{
	color: #888;
}

p.contact-links a:hover, h3.contact-links a:hover{
	color: #fff;
	text-decoration: underline;
}

#lost-container {
	background: url('images/404-bg.gif') no-repeat top left;
	position: relative;
	top: 0px;
	margin: auto;
	margin-bottom: 0px;
	padding: 0;
	display: block;
	width: 1050px;
	height: 100%;
}

#lost-box {
	position: relative;
	top: 212px;
	left: 453px;
	width: 554px;
}

#lost-box h1 {
	margin: 36px 0 20px 82px;
	font-size: 30px;
	color: #888;
}

#lost-box h2 {
	margin-left: 82px;
	font-size: 21px;
	color: #888;
	line-height: 26px;
}

#lost-box h2 a {
	color: #888;
}

#lost-box h2 a:hover {
	color: #fff;
}
