@charset "utf-8";
/* 
	Name: Metaphase Media
	Date: January 2010
	Version: 1.0
	Author: Vincent McCurley
*/

/* Imports */
@import url("reset.css");


/***** GLOBAL *****/

/* Body */
body {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}

/* Headings */




/* HTML 5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}


#logo {
	background: url(../img/logo-metaphasemedia.png) no-repeat; 
	text-indent: -9999px; 
	margin: 10px 0 15px 10px;
	height: 83px; 
	width: 268px;		
}


#info {
	float: left;
	width: 180px;	
	margin: 0 10px 0 20px;
}

#info section.info-item {
	margin: 0 0 30px 0;
}

#info section.info-item h2 {
	margin: 0 0 3px 0;
}

#info section.info-item p {
	margin: 0 0 10px 0;
}

#info section.info-item .tel {
	margin: 5px 0 0 0;
}

#info section.info-item .email {
	margin: 5px 0 0 0;
}

#portfolio {
	position: absolute;
	left: 210px;
}

.portfolio-item {
	display: block;
	width: 180px;
	height: 220px;
	margin: 0 0 10px 10px;
	float: left;
	border: 1px solid #DDDDDD;
	position: relative;
}

.portfolio-item article figure {
	margin: 0;
	padding: 0;	
}

.portfolio-item article figure img {
	width: 180px;
	height: 120px;
	border-top: 0px solid #DDD;
	border-right: 0px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 0px solid #DDD;	
}

.portfolio-info {
	margin: 0 10px 10px 10px;
}

.portfolio-info h3 {
	font-size: 11px;
	font-weight: normal;	
	line-height: 12px;
	margin: 0 0 4px 0;
	color: #000;
}

.portfolio-info a {
	float: right;	
}

.portfolio-info time {
	float: left;
	font-size: 10px;
	text-transform:uppercase;
	color: #999;
}

.portfolio-info .client {
	font-size: 10px;
	color: #999;
	text-transform:uppercase;
	line-height: 10px;
	margin: 5px 0 3px 0;
}

.portfolio-info .work {
	font-size: 10px;	
	line-height:12px;
	color: #999;
}

.portfolio-info footer {
	display: block;
	width: 160px;
	position: absolute;
	bottom: 5px;
}

#hdr-about { 
	background: url(../img/hdr-about.png) no-repeat; 
	text-indent: -9999px; 
	height: 11px; 
	width: 47px; 		
}

#hdr-interests { 
	background: url(../img/hdr-interests.png) no-repeat; 
	text-indent: -9999px; 
	height: 10px; 
	width: 65px; 		
}

#hdr-contact { 
	background: url(../img/hdr-contact.png) no-repeat; 
	text-indent: -9999px; 
	height: 11px; 
	width: 62px; 		
}