@import url(http://fonts.googleapis.com/css?family=Raleway);
body {
	background: black;
	margin-bottom: 100px;
	color: #7c6d4e;
	font-family: calibri, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}
	html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
footer {
	background-color: #131313;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	padding: 0 0;
	text-align: center;
	z-index: 999;
}
.content {
	padding: 10px 40px 20px 40px;
	background: #050702;
}
.sculpture {
	display: block;
	margin: auto;
}
.intro {
	padding: 20px;
	text-align: center;
	background: #121212;
}
.intro p {
	margin: 10px 0 0 0;
}
h1, h2 {
	font-weight: normal;
	font-family: 'Raleway', calibri, sans-serif;
	color: #b49e76;
	letter-spacing: 1px;
	font-size: 1.3em;
	margin: 0;
	text-align: center;
}
	.divider {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left,  #000000 0%, #b41434 40%, #db2413 50%, #b41434 60%, #000000 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(40%,#b41434), color-stop(50%,#db2413),     		color-stop(60%,#b41434), color-stop(100%,#000000));
	background: -webkit-linear-gradient(left,  #000000 0%,#b41434 40%,#db2413 50%,#b41434 60%,#000000 100%);
	background: -o-linear-gradient(left,  #000000 0%,#b41434 40%,#db2413 50%,#b41434 60%,#000000 100%);
	background: -ms-linear-gradient(left,  #000000 0%,#b41434 40%,#db2413 50%,#b41434 60%,#000000 100%);
	background: linear-gradient(to right,  #000000 0%,#b41434 40%,#db2413 50%,#b41434 60%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
	height: 3px;
}
.gold-divider {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left,  #000000 0%, #957e54 30%, #f3e0a8 50%, #957e54 70%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(30%,#957e54), color-stop(50%,#f3e0a8), 			color-stop(70%,#957e54), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #000000 0%,#957e54 30%,#f3e0a8 50%,#957e54 70%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #000000 0%,#957e54 30%,#f3e0a8 50%,#957e54 70%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #000000 0%,#957e54 30%,#f3e0a8 50%,#957e54 70%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #000000 0%,#957e54 30%,#f3e0a8 50%,#957e54 70%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	height: 4px;
}
	.columns-wrapper {
	border: 1px solid #2c2c2c;
	max-width: 700px;
	margin: 30px auto 0 auto;
}
.copyright{
	font-size: .9em;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.copyright a {
	color: #5A4C33;
}
a:hover {
	color: #b1a283;
}
.logo {
	display: block;
	text-align: center;
	padding: 20px;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.center {
	text-align: center;
}
.copyright a:hover, a {
	color: #8f7c5d;
}