/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! Google Web Fonts */ @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic|Playfair+Display:400,700,400italic,700italic);
/*! icomoon.io icon glyphs */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-search:before		{ content: "\e600"; }
.icon-menu:before		{ content: "\e601"; }
.icon-facebook:before	{ content: "\e602"; }
.icon-twitter:before	{ content: "\e603"; }
.icon-mail:before		{ content: "\e604"; }
/*!
Copyright (c) Washington Apple Pi
*/
body {
	background-color: #fafaff;
	font-family: "Lato Light", sans-serif;
	font-weight: 300;
	padding-left: 150px;
	padding-top: 195px;
	padding-right: 20px;
	padding-bottom: 10px;
	}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	color: #900;
	}
h1 { text-shadow: 0px 2.0px 2.0px rgba(0,0,0,0.5); }
h2 { text-shadow: 0px 1.5px 1.5px rgba(0,0,0,0.5); }
h3 { text-shadow: 0px 1.0px 1.0px rgba(0,0,0,0.5); }
hr {
	display: block;
	height: 12px;
	background: linear-gradient(175deg, #e2e7ff, #f2f7ff);
	left: -6px;
	position: relative;
	border-radius: 6px;
	border: none;
	}
header.pi-base {
	width: 100%;
	height: 155px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #cdf;
	background: linear-gradient(0deg, #cdf, #eef2ff, #dde6ff);
	}
	header.pi-base img.pilogo {
		position: absolute;
		width: 75px;
		height: 115px;
		left: 30px;
		top: 20px;
		}
	header.pi-base img.bannerbackground {
		position: absolute;
		height: 100%;
		right: 0px;
		top: 0px;
		}
	header.pi-base h1 {
		position: absolute;
		bottom: 15px;
		left: 142px;
		font-size: 60px;
		color: #006;
		text-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		}
	header.pi-base span {
		position: absolute;
		top: 100px;
		left: 142px;
		text-indent: 8px;
		font-size: 22px;
		font-weight: bold;
		color: #900;
		text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
		}
nav.pi-base.navlist {
	position: absolute;
	width: 100%;
	height: 20px;
	top: 155px;
	left: 0px;
	background-color: blue;
	background: linear-gradient(0deg, #bcf, #cdf, #abf);
	color: black;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	}
	nav.pi-base.navlist a, nav.pi-base.navlist a:visited {
		color: white;
		font-size: 17px;
		text-shadow: 0px 1px 3px rgba(0,0,102,0.75);
		text-decoration: none;
		}
	nav.pi-base.navlist .jump {
		margin-right: 1.5em;
		}
	nav.pi-base.navlist .button {
		position: absolute;
		height: 20px;
		font-size: 18px;
		text-decoration: none;
		padding: 2px 6px;
		color: black;
		transition: all 0.2s ease;
		}
	nav.pi-base.navlist .icon-menu {
		left: -1px;
		}
	nav.pi-base.navlist .icon-search {
		right: -1px;
		}
	nav.pi-base.navlist .label {
		display: inline-block;
		width: 144px;
		position: relative;
		bottom: 2px;
		font-size: 11px;
		color: #919dc9;
		}
	nav.pi-base.navlist form {
		display: inline-block;
		position: absolute;
		right: 20px;
		}
	nav.pi-base.navlist input[type=search] {
		font-size: 10px;
		height: 13px;
		border-radius: 7px;
		border: 1px solid #aaa;
		border-top-width: 2px;
		border-bottom-color: #ccc;
		xx-webkit-appearance: searchfield;
		}
nav.pi-base.sidebar {
	position: absolute;
	width: 150px;
	top: 175px;
	left: 0px;
	background-color: #fafaff;
	transition: left 0.3s ease;
	}
	nav.pi-base.sidebar .buttons {
		padding: 0px;
		background: transparent;
		border: none;
		}
	nav.pi-base.sidebar .buttons a, nav.pi-base.sidebar .buttons a:visited {
		display: block;
		margin: 20px;
		margin-left: 0;
		padding: 4px 12px;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		text-shadow: 0px 1px 3px rgba(102,0,0,0.75);
		background: #d46;
		background: linear-gradient(110deg, #d46 40%, rgba(221,68,102,0) 90%);
		color: white;
		}
footer.pi-base {
	text-align: center;
	font-size: 75%;
	line-height: 2em;
	margin-bottom: 20px;
	color: #348;
	}
	footer.pi-base a {
		text-decoration: none;
		}
	footer.pi-base div>span::after {
		display: inline-block;
		content: "";
		margin: 0px 10px;
		color: #69f;
		background: #cdf;
		border-radius: 0.5em;
		height: 1em;
		width: 1em;
		}
	footer.pi-base div>span:last-of-type::after {
		content: "";
		margin: 0px;
		background: inherit;
		}

.frontinvitation {
	font-size: 3em;
	margin: 0px;
	}
.frontgrid {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 46%;
	}
	.frontgrid ul {
		padding-left: 18px;
		}
	.frontgrid li {
		margin-bottom: 0.5em;
		}

/* @group front-page blog */
#blog h3 {
	font-size: 1.5em;
	margin-bottom: 0px;
	}
#blog .title a {
	text-decoration: none;
	margin-top: 0.67em;
	}
#blog div.wiki_entry {
	margin-top: 1em;
	margin-bottom: 1em;
	}
#blog time.posted {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	margin-top: 3px;
	margin-bottom: 10px;
	}
#blog time.updated {
	display: none;
	}
#blog div.wiki_entry img.alignleft {
	text-align: left;
	margin-right: auto;
	display: block;
	}
#blog div.wiki_entry img.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
#blog div.wiki_entry img.alignright {
	text-align: right;
	margin-left: auto;
	display: block;
	}
#blog br.More, #blog a.More {
	font-size: 11px;
	font-weight: bold;
	color: #88b;
	}
/* @end */

/* @group phone-specific */
.mobileonly {
	display: none;
	}
@media (max-width: 760px) {
	.mobileonly {
		display: inherit;
		}
	header.pi-base {
		height: 66px;
		z-index: 100;
		}
		header.pi-base img.pilogo {
			width: 30px;
			height: 46px;
			left: 10px;
			top: 10px;
			}
		header.pi-base h1 {
			bottom: 6px;
			left: 50px;
			font-size: 27px;
			text-shadow: 0px 1px 3px rgba(0,0,0,0.75);
			}
		header.pi-base span {
			top: 40px;
			left: 50px;
			text-indent: 2px;
			font-size: 10px;
			text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
			}
	nav.pi-base .button.open {
		background: white;
		}
	nav.pi-base.sidebar {
		top: 90px;
		left: -170px;
		z-index: 2;
		box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
		}
		nav.pi-base.sidebar .buttons a, nav.pi-base.sidebar .buttons a:visited {
			margin: 8px;
			background-color: #d46;
			}
		nav.pi-base.sidebar.open {
			left: 0;
			}
	nav.pi-base.navlist {
		top: 66px;
		height: 24px;
		text-align: center;
		z-index: 100;
		}
		nav.pi-base.navlist .button {
			display: inline-block;
			color: white;
			}
		nav.pi-base.navlist .jump {
			margin: 0px 4px;
			font-size: 96%;
			letter-spacing: -1px;
			}
		nav.pi-base.navlist .label {
			display: none;
			}
		nav.pi-base.navlist .searchform {
			display: block;
			position: absolute;
			top: -160px;
			right: 0px;
			z-index: 10;
			padding: 12px 20px;
			border-bottom-left-radius: 10px;
			background: #fafaff;
			box-shadow: -10px 10px 10px rgba(0,0,0,0.25);
			transition: opacity 0.2s ease;
			opacity: 0;
			-webkit-user-select: none;
			}
		nav.pi-base.navlist .searchform input {
			font-size: 20px;
			}
		nav.pi-base.navlist .searchform.open {
			opacity: 1;
			top: 24px;
			z-index: 10;
			-webkit-user-select: auto;
			}
	body {
		padding-top: 106px;
		padding-left: 20px;
		}
	img {
		max-width: 100%;
		}
	footer.pi-base div>span {
		font-size: 90%;
		display: block;
		}
		footer.pi-base div>span::after {
			display: none;
			}
	.frontinvitation {
		font-size: 2em;
		}
	.frontgrid {
		width: 90%;
		}
	}
/* @end */
