/* general page css*/
body {
	background-color: #000;
	font-family: helvetica, helveticaNeue, arial;
	font-size: 95%;
	line-height: 120%;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/planks-wooden-texture.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
img {border: 0;}

p {
	margin: 0;
	padding: 0;
}
a:focus, a:active, a img { 
	outline: 0;
	outline: none;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/* peseudo love hate order ~Meyer */
a:link { text-decoration: none; color:#9fbf65; }
a:visited { text-decoration: none; color:#9fbf65; }
a:hover { text-decoration: none; color:#5EA7D0; }
a:active { text-decoration: none; color:#24A8D3; }
/* float clear */
.clear {
	clear: both;
}
/* nav tag */
div.tag-nav {
	position: fixed;
	left:30px;
	top:0px;
	width:207px;
	height:322px;
	background-color: transparent;
	background-image: none;
}
div.tag-nav-top {
	position:absolute;
	left:0px;
	top:0px;
	width:207px;
	height:119px;
	background-image: url(../images/tag_nav_top.png);
}
a.tag-nav-btn-home {
	position:absolute;
	left:0px;
	top:119px;
	width:207px;
	height:27px;
	overflow: hidden;
	background-image: url(../images/tag_nav_btn_home.png);
	background-position: left bottom;
/*	text-indent: -9999em;*/
}
a.tag-nav-btn-home:hover {
	background-position: left top;
}
a.tag-nav-btn-about {
	position:absolute;
	left:0px;
	top:146px;
	width:207px;
	height:27px;
	background-image: url(../images/tag_nav_btn_about.png);
	background-position: left bottom;
/*	text-indent: -9999em;*/
}
a.tag-nav-btn-about:hover {
	background-position: left top;
}
a.tag-nav-btn-portfolio {
	position:absolute;
	left:0px;
	top:173px;
	width:207px;
	height:27px;
	background-image: url(../images/tag_nav_btn_portfolio.png);
	background-position: left bottom;
}
div.tag-nav a span {
	display: none;
}
a.tag-nav-btn-portfolio:hover {
	background-position: left top;
}
a.tag-nav-btn-other {
	position:absolute;
	left:0px;
	top:200px;
	width:207px;
	height:27px;
	background-image: url(../images/tag_nav_btn_other.png);
	background-position: left bottom;
}
a.tag-nav-btn-other:hover {
	background-position: left top;
}
div.tag-nav-bottom {
	position:absolute;
	left:0px;
	top:227px;
	width:207px;
	height:95px;
	background-image: url(../images/tag_nav_bottom.png);
}
/* header */
#header {
	width: 410px;
	height: 76px;
	position: absolute;
	left: 245px;
	top: 60px;
	background-image: url(../images/header.png);
	z-index: 20;
	text-indent: -9999em;
}
/* content */
#content {
	text-align: left;
	left: 275px; 
	top: 170px;
	position: absolute;
	width: 750px;
	color: #b7b8b9;
	letter-spacing: 0.16em;
}
#content h2 {
	font-size: 20px;
	line-height: 22px;
	color: #a6dd8a;
	background-image: url(../images/headline_bg.png);
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	margin-bottom: 5px;
	float: left;
	padding-top:1px;
}
/* portfolio */
#portfolio h3 {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	background-image: url(../images/headline_bg.png);
	font-size:  15px;
	line-height: 20px;
	float: left;
	color: #d6e5be;
	letter-spacing: 0.25em;
	margin-bottom: 5px;
}
#portfolio p {
	clear: left;
	margin: 0 0 0.5em 0;
}

#portfolio .sub_info {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.3em;
}
#portfolio .sub_info:before { content:  "// ";}
#portfolio .sub_info:after { content:  " //";}

/*#portfolio img {
	float: left; 
	margin: 3px 3px 3px 0;
}*/
#portfolio div.item {
	padding: 1em .5em 4em 0;
	float: left; /* floating will wrap other floating elements */
}
#portfolio div.item img {
	/*	float: left; causing wierd spacing in IE */
	clear: left;
	margin:  3px 3px 3px 0;
}

/* external */
#external {
	margin-bottom: 2em;
}
#external a {
	float: left;
	width: 200px;
}

/* footer */
#footer {
	font-size: 10px;
	clear: both;
	letter-spacing: .07em;
	padding: 1.3em 0 3em .25em;
	margin: 1.5em 0 0 0;
	color: rgb(052,044,044);
	text-transform: uppercase;
	display: block;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding-right: 1em;
}
#footer li a {
	color: #ddd;
}
#footer li a:hover { text-decoration: none; color:#5EA7D0; }