@import url(reset.css);
@import url(960.css);


body{
		background: url(../images/background.png) no-repeat;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
	}
	
img { 
	-ms-interpolation-mode:bicubic; 
	}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
	
a, a:visited{
	color:#7f7f7f;
	text-decoration:none;
	}
a:hover{
	color:#21ddff;
	}

.container_16 {
	width: 960px;
	/*margin-top:387px;*/
	margin-top: 300px;
	}

/*****************************************************************
Header
*****************************************************************/

div#header{
	float:right;
	width:400px;
	}
	
div#header a.logo{
	text-indent: -5000px;
	display: block;
	overflow: hidden;
	width:400px;
	height:62px;
	background: url(../images/the_works_of_versionthirteen.png) no-repeat;
	}
	
ul#top_navigation{
	float:right;
	margin-top:7px;
	}
	
ul#top_navigation li{
	float:left;
	margin-left:10px;
	color:#7f7f7f;
	}

/*****************************************************************/

.section_title{
	font-size: 30px;
	margin-bottom: 20px;
	color:#bababa;
	}

#work{
	margin-top: 120px;
	}

.altPortfolioImages{
	display:none;
	}

.portfolio_item{
	margin-bottom: 80px;
	}
	
.portfolio_item h2{
	font-size: 24px;
	margin-top:10px;
	}
	
.portfolio_item .portfolio_description{
	color:#767171;
	font-size: 12px;
	margin-top:7px;
	line-height: 18px;
	}

.portfolio_item a.view_project{
	float:right;
	width:115px;
	height:20px;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(../images/view_project.png);
	background-position:0 0;
	margin-top:10px;
	}
	
.portfolio_item a.view_project:hover{

	background-position:0 -30px;
	}	

#social{
	margin-bottom:50px;
	}

#social_section_header{
	margin-bottom: 30px;
	border-top: 1px solid #e4e4e4;
	padding-top:30px;
	}

#contact_info h2{
	font-size: 24px;
	}
	
#contact_info ul li{
	font-size:18px;
	line-height: 22px;
	}
	
#last_fm_logo a{
	text-indent: -5000px;
	display: block;
	background:url(../images/last_fm_logo.png) no-repeat;
	overflow:hidden;
	width:109px;
	height:42px;
	}
	
div.last_fm_item{
		border-bottom: 1px solid #e4e4e4;
		padding-top: 15px;
		padding-bottom: 15px;
	}
div.last_fm_item ul li{
		float:left;
		font-size: 11px;
		color:#000000;
	}

div.last_fm_item ul li.song_title a{
	color:#000;
	}
	
div.last_fm_item ul li.listened_date{
		float:right;
	}
	
	
#twitter_logo a{
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	background:url(../images/twitter_logo.png) no-repeat;
	width:109px;
	height:42px;
	}
	
div.twitter_item {
	border-bottom: 1px solid #e4e4e4;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#5a5a5a;
	line-height: 20px;
	}
	
div.twitter_item ul li.date_of_tweet{
	font-size:10px;
	line-height: 15px;
	}

#dribble_logo a{
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	background:url(../images/dribble_logo.png) no-repeat;
	width:141px;
	height:42px;
	margin-bottom:15px;
	}

div.dribble_item {
	padding-right:15px;
	padding-bottom: 15px;
	//padding:12px;
	
	color:#5a5a5a;
	float:left;
	}

div.dribble_item img{
	width:140px;	
	height:105px;
	border:1px solid #666;
	}	

div.dribble_item p{
	display:none;
	}

#footer{
	margin-top:60px;
	margin-bottom: 30px;
	border-top: 1px solid #e4e4e4;
	padding-top:12px;
	font-size:11px;
	color:#c5c5c5;
}	
	