html, body, h1, h2, h3, h4, h5, p, span, a, form, ul, li, ol, span {
	margin: 0;
	padding: 0;
}

body {
	background: #121212 url("body.png") repeat-x;
	font-family: 'Helvetica', 'arial', 'sans-serif';
}

a img {
	border: 0;
}

#main {
  height: 710px;
  background-color: #1a1a1a;
	margin: 0 auto 35px;
	width: 825px;
}

#header {
	position: relative;
	height: 115px;
}

#header h1 {
	position: absolute;
	left: 30px;
	top: 15px;
}

#header h1 a {
	background: url(logo.png) no-repeat;
	width: 250px;
	height: 75px;
	display: block;
	text-indent: -999em;
	overflow: hidden;	
}

#header h2 {
	width: 482px;
	height: 33px;
	background: url(strapline.png) no-repeat;
  position: absolute;
	right: 30px;
	top: 54px;
	text-indent: -999em;
	overflow: hidden;
}


#header ul li span {
	visibility: hidden;
}

#header ul {
  display: none;
	position: absolute;
	top: 0px;
	right: 30px;
}

#header ul li {
	padding: 20px 5px 20px 5px;
	float: left;
	list-style: none;
}

#header ul li a {
	height: 21px;
	display: block;
	text-decoration: none;
}

#header ul li.nav_home a {
	background: url(../images/nav/home.png) no-repeat top center;
	width: 45px;
}

#header ul li.nav_blog a {
	background: url(../images/nav/blog.png) no-repeat top center;
	width: 35px;
}

#header ul li.nav_portfolio a {
	background: url(../images/nav/portfolio.png) no-repeat top center;
	width: 68px;
}

#header ul li.nav_media a {
	background: url(../images/nav/media.png) no-repeat top center;
	width: 50px;
}

#header ul li.nav_bios a {
	background: url(../images/nav/bios.png) no-repeat top center;
	width: 33px;
}

#header ul li.active {
	background: url(../images/nav_bg.png) repeat-x top left;
}

#splash {
	text-align: center;
}

#recent_work {
	width: 760px;
	min-height: 250px;
	margin: 15px auto 20px;
}

#recent_work h3 {
	background: url(../images/recently.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 133px;
	height: 25px;
	margin-bottom: 10px;
	margin-left: 3px;
}

#recent_work h3 span {
	display: none;
}

#recent_work li {
	width: 33%;
	float: left;
	list-style: none;
	text-align: center;
}

#recent_work li.first {
	text-align: left;
}

#recent_work li.first p {
	padding-left: 5px;
}

#recent_work li.last {
	text-align: right;
}

#recent_work li img {
  padding: 5px;
  background-color: #121212;
}
#recent_work li.last p {
	padding-left: 40px;
	padding-right: 5px;
}

#recent_work li p {
	text-align: left;
	color: white;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 15px;
}
#footer {
  position: absolute;
  top: 710px;
  width: 820px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
}
p a, #footer a {
  color: #F13B04;
}
#footer div {
  float: left;
  margin: 20px;
  width: 360px;
}
#footer dl {
  margin: 0;
}
#footer dt {
  color: #5D5D5D;
  float:left;
  width: 30px;
  clear: left;
  text-align: right;
  display: block;
}
#footer dd {
  float: left;
}
#footer p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1em;
}
#footer #links li {
  list-style: none;
}

#splash div.slide {
  position:absolute;
  left: 30px;
}

#splash {
  height:248px;
  position:relative;
}

