#site-title {
	margin-right: 270px;
	padding: 25px 0 0 0;
}

h1, h1.site-title, #site-title, #site-title a {
	font-family: 'Allura', cursive;
	font-size: 1.6em;
	color: #8a773c;
	margin-bottom: -5px;
}

#site-description {
	color: #8a773c;
	font-size: 14px;
	margin: 0 270px 10px 0;
}


#page {
	-moz-box-shadow: 0 0 30px #8a773c;
	-webkit-box-shadow: 0 0 30px #8a773c;
	box-shadow: 0 0 30px #8a773c;
}

#main {
	padding: 0 0 0 0;
}

.entry-summary {
	padding: 0 0 0 0;
}

.singular.page .hentry {
	padding: 18px 0 0 0;
}

#access {
	background: #8a773c; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#8a773c, #704700);
	background: -o-linear-gradient(#8a773c, #704700);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8a773c), to(#704700)); /* older webkit syntax */
	background: -webkit-linear-gradient(#8a773c, #704700);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #feb950;
	padding: 6px;
	max-width: 97.5%;
}

#site-generator {
display: none;
}

.singular .entry-title {
	padding: 0;
	margin: 0 0 -10px 0;
	color: #8a773c;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}
