/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body:before {
	background-color: #607D8B;
}

.widget {
	background: #fff;
	margin: 0 0 12%;
	padding: 12%;
	border: 3px solid #9E9E9E;
	border-right: none;
}

.site-header {
	background: #fff;
	padding: 12%;
}

.page-header {
	border-left: 8px solid #882e47;
	border-right: 8px solid #882e47;
	background-image: radial-gradient(closest-side,transparent 0%,transparent 75%,#eca032 76%,#eca032 85%,#e5e5e5 86%,#e5e5e5 94%,#FFFFFF 95%,#FFFFFF 103%,#16627a 104%,#16627a 112%,#882e47 113%,#882e47 121%,#FFFFFF 122%,#FFFFFF 130%,#ebebeb 131%,#ebebeb 140%), radial-gradient(closest-side,transparent 0%,transparent 75%,#eca032 76%,#eca032 85%,#e5e5e5 86%,#e5e5e5 94%,#FFFFFF 95%,#FFFFFF 103%,#16627a 104%,#16627a 112%,#882e47 113%,#882e47 121%,#FFFFFF 122%,#FFFFFF 130%,#ebebeb 131%,#ebebeb 140%);
	background-size: 110px 110px;
	background-color: #f2e8d8;
	background-position: 0 0, 55px 55px;
}

.main-navigation {
	background: #9E9E9E;
	padding: 12%;
}

.main-navigation a {
	color: #fff !important;
}

.entry-title {
	text-align: center;
}

a.more-link {
	display: block;
	float: right;
	background-color: #882e47;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #560900;
	border-bottom: 2px solid #560900 !important;
	margin: 2em 0 0;
	padding: .8em .5em;
	font-weight: 700;
	max-width: 200px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 2px 2px 1px #888888;
}

a.more-link:hover {
	background-color: #eca032;
}

.pagination {
	background-color: #f1f1f1;
}

.pagination .prev:before, .pagination .next:before {
	display: none;
}

.pagination .nav-links {
	min-height: 2.9em;
}

.pagination .page-numbers {
	display: inline-block;
	font-size: 18px;
	width: auto;
	height: 40px;
	line-height: 18px;
	text-align: center;
	background: #882e47;
	color: #fff !important;
	padding: 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	font-weight: 500;
}

.pagination .page-numbers:hover {
	background-color: #eca032;
}

.pagination .page-numbers.current {
	background-color: #5b5b5b;
	font-weight: 800;
}

.comment-author .avatar {
	height: 99px;
	width: 99px;
}

@media screen and (max-width: 460px) {
	.avatar {
		max-height: 40px;
		max-width: 40px;
	}
}

.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 1.2em;
	padding: 0;
	position: absolute;
	top: 2.2em;
}

.author-info {
}

.author-info .author-heading {
	background-color: #fff;
}

.author-info .author-title {
	background-color: #882e47;
	text-transform: uppercase;
	color: #fff !important;
	border: 2px solid #560900;
}

.author-info .avatar {
	height: 99px;
	width: 99px;
	margin-top: 10%;
}

body, button, input, select, textarea {
	color: #000;
}

.entry-content .more-link:after, .entry-summary .more-link:after {
	display: none;
}

/* unvisited link */
.entry-content a:link, .entry-footer a:link {
	color: #16627a;
	border-bottom: 0;
}

/* visited link */
.entry-content a:visited, .entry-footer a:visited {
	color: #560900;
	border-bottom: 0;
}

/* mouse over link */
.entry-content a:hover, .entry-footer a:hover {
	color: #882e47;
	border-bottom: 0;
}

/* selected link */
.entry-content a:active, .entry-footer a:active {
	color: #882e47;
	border-bottom: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	background-color: #888;
}

div.reaction_buttons .reaction_button {
	background-color: #882e47;
	line-height: 3.2em;
	padding: 5px;
	margin: 0 3px;
	margin-bottom: 25px;
	border: 2px solid #882e47;
	border-bottom: 2px solid #882e47 !important;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	box-shadow: 2px 2px 1px #888888;
}

div.reaction_buttons .reaction_button:hover {
	background-color: #eca032;
	border: 2px solid #ab7527;
	border-bottom: 2px solid #ab7527 !important;
}

div.reaction_buttons .voted, div.reaction_buttons .voted:hover {
	background-color: #560900;
	border: 2px solid #1d0300;
	border-bottom: 2px solid #1d0300 !important;
}

footer.entry-footer {
	border-top: 3px solid #560900;
}

.entry-footer .edit-link {
	display: none;
}

.posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .entry-format:before, .full-size-link:before {
	top: 3px;
	font-size: 1.8em;
	color: #eca032;
	padding-bottom: 3px;
}

.comments-link:before {
	top: 3px;
	font-size: 1.8em;
	color: #aa2900;
	padding-bottom: 3px;
}

.author-header, .category-header {
	text-align: center;
}

p.author-bio {
	font-size: .7em;
	background-color: #fff;
	border: 4px solid #560900;
	padding: 5%;
	margin-top: 2%;
}

#author-subtitle {
	display: none;
	background-color: #fff;
	font-size: .8em;
	font-style: italic;
	border: 4px solid #560900;
	padding: 1%;
	margin-top: 2%;
}

#author-title {
	background-color: #882e47;
	text-transform: uppercase;
	color: #fff !important;
	border: 4px solid #560900;
	padding: 2%;
	margin-top: 2%;
}

.author-avatar .avatar {
	background-color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 8px;
}

.category-title-archive {
	background-color: #882e47;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 1.8em;
	border: 4px solid #560900;
	padding: 2%;
	margin-top: 2%;
}

.category-description-archive {
	display: none;
	background-color: #fff;
	font-size: 1em;
	font-style: italic;
	padding: 2%;
	margin-top: 2%;
	border: 4px solid #560900;
}

li#groups-personal-li {
	display: none;
}