@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #ccc;
}
#wrapper{
	width:100%;
}
#content {
	width: 600px;
	margin: 100px auto;
	position:relative;
	height:300px;
	border-bottom: 1px solid;
}
#content section {
	position:absolute;
	width: 135px;
	line-height: 1.2;
	height: 300px;
	border-left: 1px solid;

}
#me{
	left: 100px;
}
#about{
	left: 300px;
}
div.work{
	position: absolute;
	margin-top: 350px;
	padding-bottom: 50px;
}
h2{
	font-weight: 600;
	font-size: 12px;
}
h3{
	font-size: 12px;
}
a{
	color: #333;
	font-weight: 400;
}
a.email{
	text-decoration: none;
	font-size: 12px;
	position:absolute;
	bottom: -20px;
	right: 0px;
}
ul{
	padding: 0px;
}
li{
	list-style: none;
}

p {
	line-height: 12px;
	margin: 0px 5px;
	font-size: 12px;
}

.rotText {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.rotText {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}