/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com

* { margin: 0; padding: 0; }

*/

#page-wrap {
	width: 500px;
	margin: 20px auto;
}

.image {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

h6 {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}

/* 	font: bold 24px/45px Helvetica, Sans-Serif; */
h6 span {
	color: white;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	padding: 6px;
}

h6 span.spacer {
	padding: 0 2px;
	background: none;
}

div.image h6 {
	display:none
}