/* About Me properties */
#photo {
	position: absolute;
	top: -4px;
	right: -26px;
	}

#content {
	background: url("/images/am-content-bg.jpg") repeat-x #000;
	border-bottom: 1px solid #666;
	}

#content .am-text {
	padding: 20px 30px 20px 30px;
	line-height: 22px;
	}

#content #hey { font-size: 20px; color: #E9B02F }


/* sidebar */

#content .sb-item {
	margin-right: 30px;
	padding: 10px 0 6px 0;
	border-top: 1px solid #666;
	min-height: 39px; /* image height */
	}

#content .sb-item a { color: #999; text-decoration: none }
#content .sb-item a:hover { color: #fff }

#content .sb-item-icon { float: left }

#content .sb-item-name {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #999;
	}

#content .sb-item-text {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #999;
	padding-left: 40px;
	}
