body {
	background-color:#2f2a1f;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	/* Prevent Flickering on Firefox */
	opacity: 0.99999; 
	-moz-opacity: 0.99999; 
	-khtml-opacity: 0.99999; 
	/*filter: alpha(opacity=99);*/
}

h1,h2,h3,h4,h5,h6,form,ul {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size:24px;
	line-height:26px;
	margin-bottom:8px;
	text-transform:uppercase;
}

a:link, a:visited {
	color:#b6b2a8;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}

/** Layout Elements **/
#wrapper {
	margin:0 auto;
	padding-top:40px;
	text-align:left;
	width:700px;
}

#header {
	height:35px;
}

#nameplate {
	float:left;
}

#navigation {
	float:right;
}

#mast, #masthead {
	border:6px solid #fff;
}
#masthead {
	margin-bottom:25px;
}
#content-container {
	color:#fff;
	line-height:18px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #746e61;
	border-bottom:1px solid #746e61;
	padding:14px 0;
}

#footer {
	font-size:11px;
	color:#b6b2a8;
	padding-top:15px;
	padding-bottom:40px;
}

#copyright {
	float:right;
}

/** Main Nav **/
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	float:left;
	padding-left:4px;
	padding-top:5px;
}
#navigation ul li a {
	text-indent:-1000px;
	overflow:hidden;
	background-image:url(../images/nav_sprite.gif);
	background-repeat:no-repeat;
	display:block;
	height:30px;
}
a#nav-home {
	width:47px;
	background-position:0 0;
}
a#nav-home:hover {
	background-position:0 -30px;
}
a#nav-gallery {
	width:66px;
	background-position:-50px 0;
}
a#nav-gallery:hover {
	background-position:-50px -30px;
}
a#nav-gallery.nav-active {
	background-position:-50px -60px;
}
a#nav-bio {
	width:33px;
	background-position:-119px 0;
}
a#nav-bio:hover {
	width:33px;
	background-position:-119px -30px;
}
a#nav-bio.nav-active {
	background-position:-119px -60px;
}
a#nav-contact {
	width:58px;
	background-position:-155px 0;
}
a#nav-contact:hover {
	background-position:-155px -30px;
}
a#nav-contact.nav-active {
	background-position:-155px -60px;
}

/** Homepage **/
#hp-portriat {
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}

div.hp-w {
	position:relative;
	width:100%;
	height:456px;
	overflow:hidden;
}
div.img-w {
	height:100%;
	width:100%;
	background-color:#000;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
}

#hp-surreal, #hp-other {
	width:227px;
}
#hp-portrait {
	width:224px;
}
.hp-plug {
	position:absolute;
	height:160px;
	padding:0 9px;
	left:0;
	bottom:0;
	z-index:3;
	color:#fff;
}
.hp-plug-title {
	padding-bottom:4px;
	border-bottom:2px solid #fff;
	margin-bottom:6px;
}
a.hp-link:link, a.hp-link:visited {
	color:#fff;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/** Portfolio **/
.galleryImage {
	float:left;
	padding-bottom:5px;
	padding-right:5px;
}
.galleryImageLast {
	padding-right:0;
}
.galleryImage img {
	border:2px solid #fff;
}

ul.galleryNav {
	list-style-type:none;
}
ul.galleryNav li {
	padding-bottom:6px;
}
a.active:link, a.active:visited, a.active:hover, a.active:link {
	font-weight:bold;
	text-decoration:none;
}

/* Clearfixins */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}