body {
	background-color: white;
	}
.divPageBody {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 190px;
	margin-bottom: 400px;
	min-height: 400px;
	}

.divPagetopImage {
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
	z-index: 0;
	background-image: url(//s3.amazonaws.com/scripting.com/images/2023/06/15/blueSky.png);
	}
.divPagetopTextBackground {
	position: absolute;
	top: 30;
	left: 15%;
	width: 70%;
	height: 140px;
	z-index: 1;
	background-color: black;
	opacity: 0.25;
	border-top: 1px solid white;
	display: none;
	}
.divPagetopText {
	position: absolute;
	text-align: center;
	top: 20;
	left: 15%;
	width: 65%;
	height: 200px;
	color: white;
	padding-top: 3px;
	padding-left: 20px;
	z-index: 2;
	}
.divPagetopTitle {
	font-family: "Oswald";
	font-size: 80px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	line-height: 1.1;
	margin-bottom: 0;
	color: white;
	text-shadow: 1px 1px black;
	}
.divPagetopTitle a {
	color: white;
	cursor: pointer;
	}
.divPagetopTitle a:hover {
	text-decoration: none;
	color: lemonchiffon;
	}
.divPagetopDescription {
	font-size: 20px;
	margin-top: 5px;
	font-style: italic;
	text-shadow: 1px 1px black;
	}

.divTextArea {
	float: right;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	}
.divBodyEditor {
	font-family: "Ubuntu";
	font-size: 16px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 140%;
	min-height: 200px;
	letter-spacing: 0.01rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid silver;
	background-color: whitesmoke;
	box-shadow: 2px 2px 2px gainsboro;
	}
.divVersionNumber {
	float: right;
	margin-right: 10px;
	}
 #idMenuProductName {
	font-family: "Oswald";
	font-style: italic;
	font-size: 28px;
	}

.divTextAndControls {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	}
.divTweetArray {
	font-family: "Ubuntu";
	font-size: 16px;
	margin-bottom: 20px;
	background-color: whitesmoke;
	padding: 5px;
	border: 1px solid silver;
	box-shadow: 2px 2px 2px gainsboro;
	min-height: 50px;
	}
.divTweetArray p {
	line-height: 140%;
	}
.divButtonContainer {
	width: 170px;
	}
.divTweetButton {
	margin-top: 15px;
	text-align: center;
	}
.divLeftMarginStuff {
	width: 200px;
	}
.divLinks {
	margin-top: 10px;
	}
.aRssLink {
	color: orange !important; 
	display: none; /* we aren't generating an RSS feed yet */
	}
.divProductControls {
	margin-right: 10px;
	border: 1px solid silver;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: whitesmoke;
	width: 170px;
	}
.divProductName {
	font-family: Oswald;
	font-size: 25px;
	margin-bottom: 15px;
	}
.divProductName a {
	color: inherit;
	}
.divProductDescription {
	margin-top: 10px;
	margin-bottom: 15px;
	}
.divProductDescription a {
	color: inherit;
	}
.divScreenname {
	margin-top: 10px;
	display: none; /* for now doesn't serve much purpose */
	}
.divSettingsLink {
	margin-top: 15px;
	}
.divSettingsLink a {
	cursor: pointer;
	}
.divHelpLinks {
	margin-top: 15px;
	font-size: 18px;
	}
.divHelpLinks a {
	color: black;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	}

.btnToggleConnect {
	font-size: 13px;
	margin-bottom: 5px;
	}

.divColumnContainer {
	display: table-row;
	}
.divLeftColumn {
	display: table-cell;
	width: 155px;
	height: 300px;
	padding-right: 10px;
	}
.divControlBox {
	border: 1px solid silver;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: whitesmoke;
	box-shadow: 2px 2px 2px gainsboro;
	}
.divLeadingQuestion {
	font-style: italic;
	font-size: 15px;
	margin-bottom: 15px;
	}
.divPublishButton {
	text-align: center;
	margin-top: 10px;
	}
.divMiddleColumn {
	display: table-cell;
	vertical-align: top;
	width: 700px;
	min-height: 400px;
	padding-right: 10px;
	}
.divRightColumn {
	display: table-cell;
	vertical-align: top;
	width: 700px;
	}
.divRightColumn :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;
	}

.divFooter {
	text-align: center;
	line-height: 180%;
	border-top: 1px solid silver;
	margin-top: 400px;
	padding-top: 15px;
	}

@media (max-width: 480px) { /* phone-size displays */
	.divPageBody {
		width: 98%;
		background-color: green;
		}
	.divProductControls {
		width: 170px;
		}
	.divLeftColumn {
		height: 300px;
		}
	.divRightColumn {
		}
	}



