.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
.clearfix, .container {display:block;}
.clear {clear:both;}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
	}
#surround {
	width: 70%;
	margin: 50px auto;
	text-align: center;
	}
a {
	text-decoration: none;
	}
#me {
	font-size: 9em;
	font-weight: bold;
	margin: 0;
	text-align: right;
	text-transform: lowercase;
	line-height: 1;
	}
#me a {
	color: #000;
	opacity: 0.4;
	letter-spacing: -5px;
	text-shadow: #fff 0 0 10px;
	padding-right: 10px;
	display: inline-block;
	-webkit-transform-origin: 100% 50%;
	-webkit-transition-property: opacity, text-shadow, -webkit-transform;
	-webkit-transition-duration: 0.2s, 0.2s, 1s;
	}
#me a:hover {
	opacity: 1;
	text-decoration: none;
	text-shadow: #666 0 0 10px;
	-webkit-transform: rotate(5deg);
	}
	
#linkage {
    list-style-type: none;
    margin: 0 auto 20px auto;
    padding: 0;
    font-size: 8em;
    font-weight: bold;    
    text-transform: lowercase;
	line-height: 1;
    }
#linkage li {
    padding: 0;
    margin: 0;
	float: left;
    }
#linkage li a {
	opacity: 0.4;
	padding-right: 10px;
	letter-spacing: -5px;
	text-shadow: #fff 0 0 10px;
	-webkit-transition-property: opacity, text-shadow;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: ease-in-out, ease-in-out;
	}
#linkage li a:hover {
	opacity: 1;
	text-decoration: none;
	text-shadow: #666 0 0 10px;


	}
.flickr, 
.flickr:hover {
    color: #0063DC;
    }
.flickr .end {
    color: #FF0084;
    }
.delicious {
	color: #000;
	}
.delicious .start, 
.delicious .start:hover {
    color: #0000FF;
    }
.delicious .mid, 
.delicious .mid:hover {
    color: #000;
    }
.delicious .end, 
.delicious .end:hover {
    color: #DDDDDD;
    }
.twitter, 
.twitter:hover {
    color: #33CCFF;
    }
.facebook, 
.facebook:hover {
    color: #3B5998;
    }
.linkedin, 
.linkedin:hover {
    color: #0074A6;
    }
.vimeo, 
.vimeo:hover {
    color: #3399CC;
    }
.youtube, 
.youtube:hover {
    color: #FF0A0F;
    }
.tumblr, 
.tumblr:hover {
	color: #3E5B76;
	}
