/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			accessible
	Based on style:
	Original author:	Phil White
    --------------------------------------------------------------
*/
/* The following primarily stops the accessibility toggle button from
 * flowing under the logo
 */

/* This on always highlights linke when they are active */
/* Does not help with non-transparent image links */
a:focus, a.link:focus {
    background-color: #ffcce3;
    color:#000000;
}
.skiplink {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.skiplink:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.body {
    padding: 12px, 2em;
}
.headerbar {
   background-color: #3D8BD5;
   background-image: url("./images/wwbanner.png");
   background-size: cover;
   height: 180px;
   padding: 0px 0px;
}

html, body {
background-image: url("./images/body-bg.png");    
}

.forabg {
    background-image: none;
    background: #5175b3;
}
.wrap {
    padding: 0px;
    margin: 0 auto;
    border: none;
    max-width: 1100px;
}
.page-body {
    margin: 10px;
}

.h1{
    font-weight:normal;
}
#page-header {
    padding: 0px;
}
#site-title a,
#site-title a:hover {
	color: #123b66;
	text-decoration: none;
}

#site-title a {
	background: rgba(255, 255, 255, 0.6);
	display: inline-block;
	position: relative;
	z-index: 9999;
	margin: 0.6em 0 0 -0.6em;
	padding: 0 0.7em;
}
#site-title a:hover {
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: background 0.2s linear;
	-moz-transition:    background 0.2s linear;
	-o-transition:      background 0.2s linear;
}
#site-description {
	color: #506f9e;
	font: 13px "Sorts Mill Goudy", serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .8em 1.9em;
	text-transform: uppercase;
}
#site-title {
	font: 50px "Sorts Mill Goudy", "Times New Roman", serif;
	margin-bottom: .2em;
	text-transform: uppercase;
    font-weight:normal;
}

@media (max-width: 450px) {
	#site-title {
		font-size: 40px;
	}
	#site-title,
    #site-title a,
	#site-title a:hover {
		margin: 0.3em 0 0 -0.58em;
		padding: 0 0.3em;
	}
	#page {
		padding: 0 5px;
		overflow: hidden;
	}
}
@media (max-width: 700px) {
.headerbar {
   background-image: url("./images/wwbanner-small.png");
    height: 90px;
}
}