/*

Gathering Minds : gathering-minds.net

It is true, you ARE what you see, but even before that there is already an established existence.
All that you see, is you. You are, therefore all is. What a momentous occasion to celebrate!

*/

html, body, div, figcaption, figure	{
	margin: 0; padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
html, body {
	height: 100%;
}
body {
	width: 100%; max-width: 100%;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #392d41),
		color-stop(1, #000)
	);
	background-image: -o-linear-gradient(bottom, #392d41 0%, #000 100%);
	background-image: -moz-linear-gradient(bottom, #392d41 0%, #000 100%);
	background-image: -webkit-linear-gradient(bottom, #392d41 0%, #000 100%);
	background-image: -ms-linear-gradient(bottom, #392d41 0%, #000 100%);
	background-image: linear-gradient(to bottom, #392d41 0%, #000 100%);
}

#wrapper {
	padding-top: 50px; text-align: center;
}
figure {
	display: inline-block;
	margin: 0 auto;
	border: 15px solid #4b4a36;
	background-color: #4b4a36;
}
figure img {
	display: block;
	width: 640px;
	border: px solid #333;
}
figure .shadow {
	-moz-box-shadow: 0 2px 8px #000;
	-webkit-box-shadow: 0 2px 8px #000;
	box-shadow: 0 2px 8px #000; 
}
figure>figcaption {
	color: #000;
	text-shadow: #666 0 1px 0;
}
figure a[type]:before {
	content: "";
	display: none;
}
figcaption:not(:empty) {
	margin-bottom: -10px;
	text-align: right;
	color: #aeaa7f;
	padding-top: 6px;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: .7em;
	line-height: 1.25em;
}
figcaption a {
	color: inherit;
	text-decoration: underline;
}
figcaption a:hover {
	color: #666;
}
/* Gathering Minds : gathering-minds.net */