body {
	font-family: "Ubuntu";
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageBody {
	width: 750px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 400px;
	}

.divLinkblogContainer p {
	font-size: 17px;
	line-height: 135%;
	}

.divOutlineContainer {
	width: 600px;
	}
.divAboutOutline {
	}
.divAboutOutline ul {
	margin-left: 15px;
	}
.divAboutOutline .divOutlineText {
	font-size: 17px;
	line-height: 160%;
	}
.divAboutOutline .divOutlineHead .aOutlineTextLink {
	color: black;
	}

.divCardsContainer .aImageIconLink {
	font-size: 1em;
	}
.divCardsContainer img {
	margin-left: 8px;
	}
.divCardsContainer .divBlogPost .divOutlineHead {
	font-weight: bold;
	}

.divPhotos .divItemHeader {
	font-family: "Ubuntu";
	line-height: 140%;
	margin-bottom: 10px;
	font-size: 22px;
	color: black;
	}

.divScriptingTabs .nav-tabs > .active > a { /* xxx */
	background-color: white;
	}
.divScriptingTabs .nav-tabs > .active > a .spLinkText { /* xxx */
	font-weight: bold;
	}

.divScriptingFooter {
	line-height: 200%;
	height: 400px;
	background-color: whitesmoke;
	border-top: 1px solid silver;
	text-align: center;
	padding-top: 15px;
	}
.tab-content { 
	clear: both; 
	}

/* 11/28/15 by DW */
	.divChatLog .divMsgText p {
		font-size: 18px;
		}
/* 12/27/15 by DW */
	.divChatLog .divMsgText {
		font-size: 18px;
		font-family: "Georgia";
		line-height: 150%;
		}
	.divChatIcon {
		width: 0;
		padding: 0;
		}
	.spPostTitle {
		font-size: 20px;
		}
	.divTopMsgLine {
		margin-bottom: .2em;
		}
/* 2/14/16 by DW */
	.divHtmlForSearchEngines {
		display: none;
		}
	.divBlogPostTitle {
		font-family: "Oswald";
		font-size: 24px;
		font-weight: bold;
		line-height: 145%;
		}
	.divBlogPostTitle a {
		cursor: pointer;
		color: black;
		}
	.divBlogPostBody {
		margin-top: 5px;
		line-height: 145%;
		}
	.divBlogPostBody li {
		line-height: 150%;
		margin-bottom: .6em;
		}
	.divBlogPostWhen {
		font-family: "Ubuntu";
		font-size: 13px;
		font-weight: bold;
		}
	.divBlogPostWhen a {
		cursor: pointer;
		color: black;
		}
/* 9/13/16 by DW */
	.divAboutOutline {
		font-family: "Ubuntu";
		}
	.divAboutOutline .ulLevel0  {
		font-weight: bold;
		}
	.divAboutOutline .ulLevel1 {
		font-weight: normal;
		}
/* 10/30/16 by DW -- snap.js stuff */
	.divSnapIcon {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		}
	.divVersionNumber {
		
		position: absolute; 
		top: 5;
		left: 95%;
		
		font-size: 12px;
		z-index: 20;
		color: black;
		}
	.divSnapIcon a {
		display: block;
		width: 44px;
		height: 44px;
		cursor: pointer;
		float: left;
		}
	.divSnapIcon i {
		font-size: 22px;
		margin-left: 11px;
		margin-top: 10px;
		}
	.snap-content {
		background-color: whitesmoke;
		}
	.snap-drawers {
		background: gainsboro;
		width: 300px;
		}
	.snap-drawer {
		background: gainsboro;
		color: #eee;
		width: 300px;
		}
	.divLeftDrawerContent {
		width: 80%;
		margin-left: 10%;
		color: black;
		}
	.divLeftDrawer h4 {
		color: black;
		font-size: 18px;
		font-weight: bold;
		}
	.divLeftDrawer p {
		margin-bottom: 20px;
		font-size: 18px;
		}
	.divLeftDrawer .divOutlineText {
		font-size: 14px;
		margin-bottom: 5px;
		}
	.divLeftDrawer .divOutlineText a {
		color: black;
		}
	.divOutlineDisplayer {
		margin-top: 60px;
		}
	.divLeftDrawer .divRenderedOutline .divOutlineHead .aOutlineTextLink {
		color: black;
		}
	
	.aSnapClosed {
		background-color: black;
		}
	.aSnapClosed i {
		color: whitesmoke;
		}
	.aSnapOpen {
		background-color: inherit;
		}
	.aSnapOpen i {
		color: black;
		}
	
	.divPageBody {
		margin-top: 20px;
		}
/* 10/31/16 by DW */
	.divLinkblogDay p {
		font-family: "Ubuntu";
		font-size: 16px;
		}
	.divLinkblogDayTitle {
		font-family: "Oswald", "Ubuntu";
		font-size: 24px;
		}
	.divBlogPost h4 {
		font-family: "Oswald";
		font-size 16px;
		}
	
/* 12/3/16 by  */
	.divHolidayTree {
		}

/* styles for phone */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		.divPageBody {
			width: 90%;
			margin-left: 9%;
			margin-right: 1%;
			margin-top: 5px;
			}
		.divRiverDisplay {
			max-width: 90%;
			}
		.divBlogContainer, .divContentContainer, .divOutlineContainer, .divCardsContainer {
			max-width: 90%;
			margin-top: 10px;
			}
		.nav-tabs > li > a, .nav-pills > li > a {
			font-size: 14px;
			padding-left: 6px;
			padding-right: 6px;
			}
		
		/* 10/30/16 by DW -- snap.js stuff */
			.divSnapIcon a {
				width: 22px;
				height: 22px;
				}
			.divSnapIcon i {
				font-size: 11px;
				margin-left: 5px;
				margin-top: 5px;
				}
		
		}
/* styles for tablet */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		.divPageBody {
			width: 80%;
			margin-left: 12%;
			margin-right: 8%;
			}
		.navbar .nav > li > a {
			padding-right: 7px;
			}
		.divContentContainer, .divCardsContainer {
			width: 520px;
			margin-top: 15px;
			}
		}
