/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body .pattern {
	background: left top repeat url(images/pattern.png);
	height: 100%;
	opacity: .05;
	filter: alpha(opacity=5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	background-color: rgba(210,199,191,0.63);
}

.searchform-wrapper {
	margin-top: -15px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 200px;
	z-index: 100;
	visibility: hidden;
}

.header-content-wrapper {
	padding: 30px 0;
	background-color: rgba(16,94,120,0.9);
}

.site-title {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 65px;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	max-width: 950px;
	position: relative;
	width: 100%;
	z-index: 50;
}

p, ul, ol, li, dl, address {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 18px;
	text-align: left;
}

.menu-box-wrapper {
	background: rgba(34,34,34,0.76);
	border-bottom: 2px solid #437bd0;
	min-height: 44px;
	padding: 0;
	z-index: 500;
}

.menu-box a {
	border-right: 1px solid #535353;
	color: #f6e6ce;
	display: block;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 25px;
	height: 44px;
	line-height: 44px;
	padding: 0 19px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.site-description {
	color: #f6e6ce;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 100%;
	margin: 11px 0 0;
	max-width: 950px;
	padding: 0 0 5px;
	position: relative;
	width: 100%;
	z-index: 50;
}

.entry-headline {
	color: #20b6ad;
	font-size: 38px;
	line-height: 100%;
	margin: 0;
	position: relative;
}

.entry-headline-wrapper {
	background: white;
	float: left;
	margin: 0 0 25px;
	position: relative;
	z-index: 50;
	width: 100%;
	border-radius: 5px 5px;
	-webkit-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	-moz-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	background-color: rgba(16,94,120,0.9);
}

.entry-content {
	float: left;
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	border-radius: 5px 5px;
	-webkit-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	-moz-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	background: rgba(241,235,226,0.83);
}

.wp-caption, .gallery-caption {
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px;
	text-align: center;
	background-color: white;
/* border-radius: 5px 5px; */
	-webkit-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	-moz-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
}

.sidebar-widget {
	float: left;
	margin-bottom: 25px;
	position: relative;
	color: #ffffff;
	width: 100%;
	border-radius: 5px 5px;
	-webkit-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	-moz-box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	box-shadow: 5px 5px 28px -8px rgba(0,0,0,0.67);
	background: rgba(34,34,34,0.76);
}

#wrapper #container #sidebar .sidebar-widget .sidebar-headline, #wrapper #wrapper-footer #footer .footer-widget .footer-headline {
	font-family: Actor, Arial, Helvetica, sans-serif;
	color: #f6e6ce;
}

ul #nav.menu {
	font-size: 30px;
}

.post-date {
	color: #8c876e;
	font-style: italic;
}

.sidebar-widget ul li, .sidebar-widget ol li {
	color: #8c876e;
}