body {
	font-family: "Ubuntu";
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageBody {
	width: 750px;
	margin-top: 100px;
	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;
	}
.divVersionNumber {
	font-size: 12px;
	float: right;
	padding: 19px;
	}
.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: 145%;
		}
	.divBlogPostWhen {
		font-family: "Ubuntu";
		font-size: 13px;
		font-weight: bold;
		}
	.divBlogPostWhen a {
		cursor: pointer;
		color: black;
		}

/* styles for phone */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		.divPageBody {
			width: 90%;
			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;
			}
		}
/* styles for tablet */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		.divPageBody {
			width: 630px;
			margin-top: 80px;
			}
		.navbar .nav > li > a {
			padding-right: 7px;
			}
		.divContentContainer, .divCardsContainer {
			width: 520px;
			margin-top: 15px;
			}
		}
