@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

body {
	font-family: Ubuntu;
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageBody {
	width: 75%;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 400px;
	}
 #idMenuProductName {
	font-family: Oswald;
	font-size: 26px;
	letter-spacing: -1px;
	}

.divSignedOff {
	margin-top: 200px;
	line-height: 200%;
	text-align: center;
	}
.divLogonButton {
	display: none;
	}
.divLoggedInMessage {
	margin-top: 50px;
	border-top: 1px solid silver;
	font-size: 14px;
	padding-top: 10px;
	}

.divSitelist {
	font-size: 16px;
	}
.spSitename {
	cursor: pointer;
	margin-right: 1em;
	}
.spSitedate {
	margin-right: 1em;
	}

.divColumnWrapper {
	display: table;
	width: 100%; /* Take the full width of its container. */
	border-collapse: separate; /* Needed for spacing between cells. */
	border-spacing: 5px 0; /* 5px horizontal spacing, 0px vertical spacing. */
	}
.divOutlineColumn {
	display: table-cell;
	width: 350px;
	border: 1px solid silver;
	vertical-align: top;
	padding: 5px;
	min-height: 400px;
	background-color: white;
	margin-right: 5px;
	}
.divOutlineColumn li {
	margin-bottom: 0;
	}
.divEditorColumn {
	display: table-cell;
	border: 1px solid silver;
	background-color: white;
	padding: 4px;
	}

.divBody {
	padding-left: 5px;
	padding-right: 5px;
	}
.divBody p {
	font-size: 18px;
	line-spacing: 140%;
	}
.divAttsDisplay {
	font-size: 14px;
	margin-bottom: 2px;
	}
.divUserInfo {
	line-height: 140%;
	margin-bottom: 10px;
	}
.divUserInfoHeadline {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	}


.divBodyEditorContainer {
	margin-top: 15px;
	display: none;
	}
.divEditor {
	border: 1px solid white;
	}
.divBodyEditor {
	margin-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 140%;
	min-height: 300px;
	}
.divBodyEditor p, li {
	margin-bottom: 10px;
	line-height: 150%;
	}
.divBodyEditor h3 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
	}
.divBodyEditor h4 {
	font-size: var(--normal-font-size);
	}
.divBodyEditor blockquote p {
	line-height: 140%;
	}
.divTitleEditor {
	font-family: "Oswald";
	font-size: 38px;
	
	margin-top: 10px;
	
	
	letter-spacing: -3px;
	font-weight: bold;
	min-height: 1em;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 4px;
	padding-right: 6px;
	line-height: 100%;
	}
.divTitleEditor p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	}
.divDescriptionEditor {
	font-size: 22px;
	font-style: italic;
	min-height: 1em;
	margin-top: 10px;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 130%;
	}
:focus, :visited:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	background-color: white;
	}
.divPostedInfo {
	margin-left: 6px;
	}

.spSiteString a {
	cursor: pointer;
	color: inherit;
	font-style: italic;
	}


.nav li {
	margin-bottom: 0;
	}

.divStatusReadout {
	text-align: right;
	margin-right: 4px;
	margin-bottom: 2px;
	font-size: 15px;
	}
.divStatusReadout a {
	cursor: pointer;
	color: inherit;
	}
.spClickToSaveChanges {
	visibility: hidden;
	}

.divPrefsDialog {
	font-size: 16px;
	}

/* 12/30/23 by DW -- tabs and wordpress */
	.divTabsContainer .divTabs .nav-tabs {
		margin-bottom: -2px;
		}
	.divManagedTabs {
		margin-top: 100px;
		}
