body {
	/*margin: 0px 10px 0px 10px;*/
	margin-top: 0px;
	background-color: #314e6c;
	color: #000000;
	font-family: verdana,sans;
}

.contents {
	margin: 0px;
	background-color: #fefefe;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
}

.contentwithnav {
	display: grid;
	column-gap: 25px;
	margin: 5px;
	grid-template-columns: 120px 1fr;
}

#sectionnav {
	/*left: 20px;
	position: absolute;
	top: 110px;
	width: 120px;*/
	padding-right: 10px;
	background-image: url("images/navstripe.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#sectionnav a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 8px;
/*	font-size: small;*/
	padding-left: 16px;
}

#sectionnav a:hover {
	color: #C0B445;
	background-image: url("images/go.png");
	background-repeat: no-repeat;
	background-position: center left;
}

.navsub {
	margin-left: 20px;
	font-size: smaller;
} 

.navhidden {
	display: none;
}

.navcommunity {
	
}

h1 {
	position: absolute;
	font-size: xx-large;
	top: 44px;
	left: 220px;
	font-style: italic;
	padding: 3px;
	margin: 0px;
	color: #314e6c;
}

h2 {
	position: absolute;
	top: 43px;
	right: 120px;
	color: gray;
	font-size: small;
	padding: 2px;
	margin: 0px;
}
h3 {
	font-style: italic;
}
h4 {
	color: #555555;
}
.gridmaster {
	display: grid;
	column-gap: 25px;
	/*row-gap: 5px;*/
	margin: 5px;
}

.maintext {
	text-align: justify;
	font-size: large;;
	margin: 10px;
}

.grid2 {
	display: grid;
	column-gap: 25px;
	row-gap: 5px;
	margin: 5px;
}
.grid2 div {
	padding-left: 10px;
	margin-top: 0px;
}
.grid2 div h3 {
	padding-top: 0px;
	margin-top: 0px;
}
.fullwidthcontent {
	margin: 10px;
}

@media (min-width: 1400px) {
	.contents {
		width: 1200px;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media (min-width: 1200px) {
	body {
		margin: 0px 100px 0px 100px;;
	}
}
@media (min-width: 1000px) {
	.gridmaster {
		grid-template-columns: 1fr 500px;;
	}
	.grid2 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.gobut {
	border-radius: 6px;
	background-color: #3473ba; 
	color: white;
	padding: 6px 16px 6px 16px;
	text-decoration: none;
}
a:visited.gobut {
	color: #cccccc;
}
.gobut::after {
	margin-left: 20px;
	content: "⇨";
}

.screenshotshow {
	display:none;
	margin-left: auto;
	margin-right: auto;
}
.screenshotdiv {
	text-align: center;
}
.screenshotcontrol {
	text-align:center!important;
	font-size:50px!important;
	color:#3473ba;
	position: relative;
	top:-100px;
}
.screenshotarrow:hover {
	color:#C0B445;
}
.screenshotarrowleft {
	float:left;
}
.screenshotarrowright {
	float:right;
}
.screenshotdots {
	border-radius:50%;
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	border:1px solid #3473ba;
	cursor:pointer;
	height:13px;
	width:13px;
	padding:0;
}

.screenshotdotwhite {
	color:#fff;
	background-color:#3473ba;
}

#footer {
	text-align: center;
	color: gray;
	font-size: x-small;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}

#footer a:link, a:visited {
	color: #6060B0;
}

.screenshot {
	margin-bottom: 2em;
}

kbd,code {
	/*border: 1px solid #eeeeee;*/
	background-color: #f0f0f0;
}
pre {
	background-color: #f0f0f0;
	margin-left: 20px;
	padding: 2px;
	width: 500px;
	white-space: pre-wrap;
	overflow-x: auto;
}
