/* @override http://localhost:8888/wp-content/themes/overview/about.css */

#content h2 {
	display: block;
	margin-bottom: 20px;
	background: url(images/about-me.jpg) center;
	height: 250px;
	width: 936px;
	position: absolute;
	border: 2px solid white;
}

#content h2 a {
	position: absolute;
	top: 0px;
	border: none;
	left: 10px;
	text-shadow: 0 0 50px black;
}

html > body .meshort {
	width: 920px;
	position: absolute;
	top: 575px;
	left: 10px;
	color: black;
	font-style: italic;
	z-index: 9;
	background: #E5E6D4;
	opacity: .8;
	padding: 10px;
}

#wrapper {
	position: relative;
}

* html .meshort {
	display: none;
}

#sidebar {
	margin-top: 370px;
}

.postcontent .mewrap {
	float: left;
	margin-top: 320px;
}

.postcontent .memain {
}

.postcontent .mewrap ul li {
	margin-bottom: 0px;
}

