/*---general properties ---*/
body {
	color: #333333;
	font-family: verdana, helvetica, san-serif;
	font-size: 14px;
	line-height: 150%;		
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family: georgia, serif;
	}

p {
	margin: 10px 0;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

a:link, a:visited {
	color: #ff0301;
	text-decoration: none;
	}
	
a:hover, a:active, a:focus {
	text-decoration: underline;
	}

.clear {
	clear: both;
	}

/*---main container---*/

#main-container {
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 10px;
	position: absolute;
	top: 0;	
	width: 920px;
	}

/*headers*/

h1,h2 {
	font-size: 200%;
	float: right;	
	line-height: 150%;
	margin-right: 100px;
	width: 500px;
	}
	
h1 {
	margin-top: 100px;
	letter-spacing: 1.5px;
	}
	
h2 {
	clear: right;
	letter-spacing: 0.3px;
	}
	
#main-image a {
	background: url(images/robot.png) no-repeat;
	display: block;
	height: 300px;
	margin: 0 0 10px 70px;
	width: 180px;
	}
	
/*---content---*/
#content {
	clear: right;
	padding: 15px 0;
	}

.block {
	border-right: 1px solid #ff0301;
	float: left;
	height: 180px;
	margin-bottom: 10px;
	padding: 0 20px;
	width: 252px;
	}

#content .block:last-child {
	border-right: 0;
	}

#nav .block:last-child {
	border-right: 0;
	}

#nav .block {
	height: 40px;
	}
	
.block h3 {
	font-size: 150%;
	margin-bottom: 10px;
	text-align: center;
	}
	
#content .block + p, #content .block + dl, #content .block + h4 {
	clear: left;
	}
	
/*---resume---*/
#content dt {
	font-weight: bold;
	margin-top: 10px;
	padding-left: 20px;
	}
	
#content dd {
	padding-left: 40px;
	}
	
#content dl .item {
	font-weight: bold;
	margin-top: 10px;
	}

/*---about---*/
#content ul {
	padding: 5px;
	}

a[rel="delicious"], a[rel="facebook"], a[rel="lastfm"], a[rel="twitter"]     {
	display: block;
	margin-bottom: 10px;
	padding-left: 18px;
	width: 25px;
	}	
	
a[rel="delicious"] {
	background: url(images/delicious.png) no-repeat center left;
	}

a[rel="lastfm"] {
	background: url(images/lastfm.png) no-repeat center left;
	}
	
a[rel="twitter"] {
	background: url(images/twitter.png) no-repeat center left;
	}
	
a[rel="facebook"] {
	background: url(images/facebook.png) no-repeat center left;
	}
		
/*---portfolio---*/
#content h4 {
	clear: left;
	font-size: 110%;
	font-weight: bold;
	}
	
.sample {
	float: left;
	margin-top: 15px;
	padding: 0 20px 15px 0;
	width: 150px;
	}
	
.sample h5 {
	font-weight: bold;
	}
	
.sample p {
	font-size: 80%;
	line-height: 120%;
	}
	
/*---footer*/	
#footer {
	border-top: 1px dotted #333333;
	clear: left;
	font-size: 80%;
	margin: 10px 0;
	padding: 5px 10px 5px 0;
	}
