/* Highlight the correct nav item */
#about-nav {
	background-image: url("http://www.pixelizedplonchak.com/images/site-assets/top-nav-active-bg.png");
	background-repeat: repeat;
	text-shadow: 3px 3px #000000;
}

#upper-content-container {
	margin-top: -30px !important;
}

#about {
	width: 100%;
	float: left;
	position: relative;
	background-image: url("http://www.pixelizedplonchak.com/images/site-assets/slider-bg_v2.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 40px;
	bottom: 57px;
	z-index: 1;
}
	
#bio-container {
	width: 96%;
	padding: 2%;
	float: left;
	background-image: url("http://www.pixelizedplonchak.com/images/site-assets/about-bg.png");
	background-repeat: repeat;
	color: #DDD;
	font-family: tahoma;
}	

	#bio-container h2{
		margin: 0;
		padding: 0;
	}
	
	#bio-container p {
		margin-top: 10px;
		padding: 0;
		font-size: 14px;
	}
	
#about-photo {
	float: left;
	width: 30%;
}	

	#about-photo img {
		width: 100%;
	}
	
#about-bio {
	float: right;
	width: 65%;
}

#about-module-header {
	width: 100%;
	float: left;
	background-color: #EEE;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 15px 0;
}

	#about-module-header h2, .about-module h2 {
		color: #1b5c7b;
		text-transform: uppercase;
		font-family: impact, sans-serif;
		font-weight: lighter;
		font-size: 24px;
		margin: 0;
		padding: 0;
	}
	
		.about-module h2 {
			display: none;
		}

.about-module {
	width: 30%;
	float: left;
}

	.about-module.middle {
		margin: 0 5%;
	}
	