* {
margin: 0;
padding: 0;
}

body {
	background: #fff;
	background: url(../img/black_bg.jpg) no-repeat;
	background-position: top center;	
	cursor: default;
	font-family: Arial, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	color: #888;
}

h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.05em;
	color: #888888;
	width: 600px;
	padding: 150px 0 0 0;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #70b9c8;
}

h3 {
	font-weight: normal;
	font-size: 11px;
	color: #888;
}

h4 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

h5 {
	font-weight: normal;
	font-size: 11px;
	color: #888;
	margin: 15px 0 0 0;
}

p {
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #b1b1b1;
	text-align: left;
}

a {
	color: #000;
	text-decoration:underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.boxed {
	font-weight: normal;
	font-size: 12px;
	padding: 3px;
	margin-right: 6px;
	color: #000;
	background-color: #70b9c8;
	text-align: left;
}

.listheader {
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	color: #fff;
	background-color: #70b9c8;
	text-align: left;
}

div#container {
	margin: 0 auto;
	width: 930px;
	text-align: left;
	padding: 0;
}


#header {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
}


#infoLeft {
	float: left;
	width: 610px;
	padding: 30px 0 30px 0; 
}

#infoRight {
	float: right;
	width: 288px;
	padding: 15px 0 30px 0; 	
}

#infoRight p {
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-align: left;
}

#infoRight p a {
	color: #70b9c8;
	text-decoration: underline;
}

#infoRight p a:hover {
	color: #FFF;
	text-decoration: underline;
}

.link a {
	font-weight: normal;
	font-size: 12px;
	margin: -19px 0 0 30px;
	color: #70b9c8;
	float: left;
	display: inline;
}

.link a:hover {
	color: #FFF;
	text-decoration: underline;
}

#infoRight img {
	padding: 15px 0 0 0; 	
}

.resume {
	margin: 15px 12px 0 0;
}

.linkedin {
	margin: 0 12px 0 0;
}

.logo {
margin: 0 0 15px 0;
}

#title {
	width: 930px;
	padding: 30px 0 0 0;
	clear: both;
}

ul.projects {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 14px 0 0 0;
}
ul.projects li {
	float: left;
	margin: 0 30px 28px 0;
	width: 290px;
}
ul.projects li.last{
	float: left;
	margin: 0 0 28px 0;
	width: 290px;
}
ul.projects a {
	text-decoration: none;
	color: #000;
}
ul.projects li img {
	border: 0;
}
ul.projects em {
	width: 290px;
	height: 40px;
	background: transparent url(../img/thumbOver.png) no-repeat;
	margin: 115px 0 0 0;
	padding: 5px 0 0 0;
	display: none;
	position: absolute;
	font-style: normal;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	text-align: center;
}
ul.projects a:hover em {
	display: block;
}


ul.like {
	overflow: hidden;
	list-style: none;
	width: 290px;
	padding: 14px 30px 28px 0;
	float: left;
}
ul.like li {
	font-weight: normal;
	font-size: 12px;
	padding: 7px 0 7px 0;	
	color: #000;
	width: 290px;	
	border-bottom: 1px solid #ececec;
	float: left;
}
ul.like li a {
	color: #000;
	text-decoration: none;
}
ul.like li a:hover {
	color: #f26844;
	text-decoration: none;	
}


ul.obsession {
	overflow: hidden;
	list-style: none;
	width: 290px;
	padding: 14px 30px 28px 0;
	float: left;
}
ul.obsession li {
	font-weight: normal;
	font-size: 12px;
	padding: 7px 0 7px 0;	
	color: #000;
	width: 290px;
	border-bottom: 1px solid #ececec;	
	float: left;
}
ul.obsession li a {
	color: #000;
	text-decoration: none;	
}
ul.obsession li a:hover {
	color: #f26844;
	text-decoration: none;	
}

ul.geek {
	overflow: hidden;
	list-style: none;
	width: 290px;
	padding: 14px 0 28px 0;
	float: left;
}
ul.geek li {
	font-weight: normal;
	font-size: 12px;
	padding: 7px 0 7px 0;	
	color: #000;
	width: 290px;	
	border-bottom: 1px solid #ececec;	
	float: left;
}
ul.geek li a {
	color: #000;
	text-decoration: none;	
}
ul.geek li a:hover {
	color: #f26844;
	text-decoration: none;	
}


#line {
	clear: both;
	width: 930px;
	height: 0;
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #888;
}

#footer {
	padding: 0 0 40px 0;
	width: 930px;
}