body {
	width: 252px;
	min-width: 252px;
	padding: 48px 25px 60px !important;
}

h1,
p,
li {
	color: #333;
}

a {
	color: #999;
}

#logo {
	position: relative;
	margin: 20px 0 30px;
	padding: 40px 0;
	text-align: left;
	width: 252px;
	left: 0;
}

#logo h1 {
	display: none !important;
}

#logo span {
	position: relative;
	left: -10px;
}

#logo:hover span {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
}

section {
	float: left;
	margin: 50px 0 0 25px !important;
	padding-bottom: 50px;
}

	section#about{
		padding-bottom: 20px;
	}	
	
	section#work {
		text-align: right;
		margin: 20px 0 50px 25px !important;
	}
	
	section#connect,
	section header {
		display: none;
	}	

article {
	margin-right: 0;
	min-height: inherit;
	width: 220px;
}

footer {
	display: none;
}