@charset "utf-8";
/* for About Me */

div.aboutme {
	padding-left: 100px;
	width: 618px;
}

div.aboutme h1 {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	cursor: pointer;
}

div.aboutme h1:first-child {
	margin-top: 0;
}

div.aboutme h1#ab {
	background: url(/img/about/ab_o.jpg) right no-repeat;
}

div.aboutme h1#inspired {
	background: url(/img/about/inspired_o.jpg) right no-repeat;
}

div.aboutme h1#professional {
	background: url(/img/about/professional_o.jpg) right no-repeat;
}

div.aboutme h1#practical {
	background: url(/img/about/practical_o.jpg) right no-repeat;
}

div.aboutme h2 {
	color: black;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

div.aboutme img#me {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.aboutme p, div.aboutme ul {
	color: #636363;
	margin-bottom: 1em;
	line-height: 1.2em;
}

div.aboutme ul {
	list-style-type: disc;
}

div.aboutme li {
	margin-bottom: 0.5em;
	font-size: 0.8em;
}