@font-face {
	font-family:MarkerFelt;
	src:url("resources/MarkerFelt-Thin.ttf");
}

html {
	min-width:888px;
}

body {
	text-align:center;
	font-family:HelveticaNeue-Light,Arial;
	background-color:rgb(255,255,255);
	background:url("resources/images/side-left.png") repeat-y,url("resources/images/side-right.png") repeat-y;
	background-position:0px 0px,100% 120px;
	min-width:888px;
}

/* Title & Header */
.titleImage {
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-252px;
	width:504px;
	height:76px;
	z-index:1;
}

/* Menu */
.menuDiv {
	position:absolute;
	top:85px;
	left:50%;
	margin-left:-444px;
	width:888px;
	height:120px;
}
.menuLizardImage {
	position:absolute;
	top:0px;
	left:0px;
	width:888px;
	height:120px;
}
.menuLinksDiv {
	position:absolute;
	top:46px;
	left:179px;
	width:530px;
	height:40px;
	text-align:center;
}
.menuLink {
	color:white;
	font-family:MarkerFelt,HelveticaNeue-Light,Arial;
	font-size:14pt;
	line-height:40px;
	text-decoration:none;
	
	display:inline-block;
	height:40px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	text-shadow:0px 1px 2px #000000;
}
.menuLink:hover {
	color:#FFD500;
}
.menuLinkActive {
	color:#40BF00;
}

.adminMenuLinksDiv {
	position:absolute;
	bottom:0px;
	left:206px;
	width:506px;
	height:36px;
	text-align:center;
}
.adminMenuLink {
	color:black;
	font-family:MarkerFelt,HelveticaNeue-Light,Arial;
	font-size:14pt;
	line-height:40px;
	text-decoration:none;
	
	display:inline-block;
	height:40px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	text-shadow:0px 1px 2px #003300;
}
.adminMenuLink:hover {
	color:#FFD500;
}
.adminMenuLinkActive {
	color:#40BF00;
}

.menuWindowedLink {
	text-align:left;
	padding:0px;
}

/* Individual Menu Button Definitions */
.menuLinkHome {
	margin-top:3px;
}

/* Menus */
.menuLinkPrograms {
	margin-top:3px;
	cursor:pointer;
}
.menuLinkActivities {
	margin-top:2px;
}
/* Non-menus */
.menuLinkBirthdays {
	margin-top:3px;
}
.menuLinkSchools {
	margin-top:3px;
}
.menuLinkPreschools {
	margin-top:2px;
}

.menuLinkBlog {
	/* margin-top:0px; */ /* WITHOUT ACTIVITIES */
	margin-top:2px;  /* WITH ACTIVITIES */
}
.menuLinkContact {
	/* margin-top:-1px; */ /* WITHOUT ACTIVITIES */
	margin-top:0px; /* WITH ACTIVITIES */
}

.pageContentContainer {
	position:absolute;
	top:220px;
	left:50%;
	margin-left:-380px;
	width:760px;
	min-height:400px;
	box-sizing:border-box; /* not really required, but why not? */
	padding-bottom:60px; /* spacing between bottom of footer and bottom of scrollable page */
	min-height:400px;
	text-align:center;
}
.pageContentFrame {
	width:760px;
	text-align:left;
	box-sizing:border-box;
	padding:16px;
	background-color:white;
	border-radius:12px;
	box-shadow:-16px -16px 16px white,-16px 16px 16px white,16px -16px 16px white,16px 16px 16px white;
}
.pageContentInlay {
	display:inline-block;
}

.pageTitle {
	font-family:MarkerFelt,HelveticaNeue;
	font-size:26pt;
	text-align:center;
	color:#054009;
}
.pageSubtitle {
	font-family:MarkerFelt,HelveticaNeue;
	font-size:18pt;
	text-align:center;
	color:#054009;
}

.pageTable {
	border-spacing:0px;
	border-collapse:0px;
}
.pageTable td {
	padding:0px;
	box-sizing:border-box;
	vertical-align:top;
}

/* Blog Page */
.blogPost {
	display:inline-block;
	position:relative;
	width:600px;
	text-align:left;
	font-size:12pt;
	box-sizing:border-box;
	margin-top:32px;
	padding:20px;
	border-radius:8px;
	background-color:white;
	box-shadow:0px 3px 8px rgba(0,80,0,0.33);
}
.blogTitle {
	font-family:MarkerFelt,HelveticaNeue;
	font-size:18pt;
	text-align:center;
	color:#00882B;
}
.blogUser {
	text-align:center;
	color:#054009;
	font-family:MarkerFelt;
}
.blogDate {
	text-align:center;
	color:#666;
	font-family:MarkerFelt;
	font-size:10pt;
	margin-top:4px;
}

.blogPostDeleteButton {
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	width:32px;
	height:32px;
}

/* Blog - New Post: New Section */
.newSectionParagraphContainer {
	text-align:center;
	position:relative;
}
.newSectionParagraphInset {
	width:480px;
	max-width:500px;
	height:72px;
	overflow:scroll;
	text-align:left;
	font-family:HelveticaNeue-Light,Arial;
	font-size:12pt;
}

.newSectionImageContainer {
	text-align:center;
	position:relative;
}
.newSectionImageInset {
	display:inline-block;
	text-align:center;
	height:240px;
	width:320px;
	background-color:rgba(0,0,0,0.25);
}

.newSectionLinkContainer {
	text-align:center;
	position:relative;
}
.newSectionLinkTextfield {
	width:320px;
	height:24px;
	font-size:10pt;
	box-sizing:border-box;
	padding:2px;
	margin:2px;
}
.newSectionLinkTextfield.Blue {
	color:blue;
	text-decoration:underline;
	text-align:center;
}



.blogNewSectionButton {
	display:inline-block;
	width:240px;
	height:60px;
	background-color:rgba(0,160,0,0.5);
	border-radius:8px;
	font-size:18pt;
	font-weight:bold;
	line-height:60px;
	color:rgba(255,255,255,0.96);
	cursor:pointer;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
.blogNewSectionButton:hover {
	background-color:rgba(0,160,0,0.8);
}

.blogSectionDeleteButton {
	display:inline-block;
	position:absolute;
	top:50%;
	right:0px;
	margin-top:-28px;
	cursor:pointer;
}

.newSectionMenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
	background-color:transparent;
}
.newSectionMenuBackground {
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.25);
}
.newSectionMenuWindow {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	width:320px;
	height:400px;
	margin-left:-160px;
	margin-top:-200px;
	background-color:white;
	border-radius:8px;
	box-shadow:0px 5px 30px rgba(0,0,0,0.88),0px -2px 4px rgba(0,0,0,0.5) inset;
	box-sizing:border-box;
	padding:16px;
}
.newSectionMenuItem {
	display:inline-block;
	width:280px;
	height:60px;
	background-color:rgba(0,160,0,0.5);
	border-radius:8px;
	font-size:18pt;
	font-weight:bold;
	line-height:60px;
	color:rgba(255,255,255,0.96);
	cursor:pointer;
	margin-bottom:20px;
}
.newSectionMenuItem:hover {
	background-color:rgba(0,160,0,0.8);
}
.newSectionMenuItem.Grey {
	background-color:rgba(0,0,0,0.25);
}
.newSectionMenuItem.Grey:hover {
	background-color:rgba(0,0,0,0.66);
}





.photoFrame {
	display:inline-block;
	position:relative;
	background-color:white;
	width:180px;
	height:140px;
	box-shadow:0px 5px 10px rgba(0,0,0,0.5);
	border-radius:3px;
	/*-webkit-transform:rotate(12deg);*/
}
.photoInset {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-80px;
	width:160px;
	height:120px;
	border-radius:3px;
}
.photoFrame.Portrait {
	width:140px;
	height:200px;
}
.photoInset.Portrait {
	width:120px;
	height:180px;
	margin-top:-90px;
	margin-left:-60px;
}

.pageFooter {
	display:inline-block;
	position:relative;
	width:480px;
	height:60px;
	background-color:#EEFFEE;
	border-radius:12px;
	box-shadow:0px 4px 8px rgba(0,0,0,0.25);
	color:black;
	margin-top:60px; /* spacing between content and top of footer */
	text-align:center;
}
.pageFooterWell {
	position:absolute;
	width:100%;
	height:40px;
	left:0px;
	top:20px;
	margin-top:-10px;
	line-height:20px;
	font-size:10pt;
}