body {
	background-color:#EEF1F8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:15px;
	color:#242424;
}

h1,h2,h3,h4,h5,h6 {
	color:#21557D;	
}
h1 {
	font-size:28px;
	font-weight:500;
	line-height: 1.1;
	margin-bottom:10px;
	margin-top:70px;
}

h2 {
	font-size:24px;
	font-weight:500;
	
	/*font-size:1.5rem;
	line-height: 1.1;*/
}

h3 {
	font-size:15px;
	line-height: 1.1;
}

p {
	margin-top:0.5em;
	margin-bottom:1em;
}

.pageinfo {
	font-size:0.8em;
	font-style:italic;
}

a {
	text-decoration:none;	
}

#content_context {
	margin-left:15px;
}
/* dark links in thread lists,
  aside lists */
ul.thread_list a,
#content_context ul a {
	color:#3C3C3E;
}

a:hover {
	text-decoration:underline;
}

#footer {
	background-color: #21557D;
	color:	#fff;
	font-size: 0.8em;
	padding: 5px;
	clear: both;
	text-align:center;
}

#footer p {
	margin-top:0;
	margin-bottom:0.5em;
}

#footer .listings {
	font-size:0.9em;
	margin-bottom:0em;
}

#footer .sitelink, #footer a {
	color:#fff;
}

#page,
#heading,
#header .menu {
/*	position:relative;*/
	max-width:970px;
	margin: 0 auto;
	text-align:left;
}

#header {
	position: fixed;
	  top: 0;
	  width:100%;
}

#page .section {
	display: flex;
	flex-direction: row;
}

.section,
.plc {
	clear:both;
	margin-bottom:25px;
}

.plc.thread {
	clear:none;
}


#content {
/*	float:left;
	width:708px;*/
	background-color:#fff;
	padding:10px;
	flex-grow:1;
}

ol.rules {
	list-style-type:decimal;
	margin-left:26px;/* UNCOOL */
}

ol.rules li {
	margin-bottom:1em;
}

#content_context {
/*	float:right;*/
	min-width:250px;
	width:250px;
/*	word-break: break-all;*/
	/* overflow:hidden;
	*/
}
/*
#content_context > h2.simplelist {
	background-color:#fff;
}
*/
#content_context > h2.simplelist.threads > span,
#content_context > h2 {
	padding-bottom:10px;
}

#content_context > ul {
	list-style-type:none;
	list-style-position:outside;
}

#content_context > ul > li {
	margin-bottom:10px;
	clear:both;
}

#content_context > ul > li .replies_count {
	background-color:#E0EAF1;
	float:left;
	text-align:center;
	width:20%;
	margin-bottom:10px;
}

#content_context > ul > li a {
	margin-bottom:10px;
}

#content_context .intro {
	padding:5px;
	background-color:#033e6b;
	margin-bottom:1em;
	color:#fff;
}

#content_context .intro p {
	margin-bottom:0;
}

.pager.to_page {
	float:right;
}

.pager.on_page {
	text-align:center;
	width:100%;
}

.pager.on_page {
	float: right;
	font-size: 1em;
/*	background-color:#4B4;*/
	/*padding: 0.3em;*/
/*	padding-left: 1em;*/
/*	padding-right: 1em;*/
/*	color:white;*/
/*	font-weight: bold;*/
	text-align: center;
}

.pager.on_page a,
.pager .def,
.pager .current {
	color: #000;
	background-color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px black solid;
}

.pager.on_page a {
	font-weight: bold;
}

.pager .def {
	margin-right: 10px;
}

ul.key_value_set {
	margin-bottom: 10px;
}

ul.key_value_set > li {
	margin-bottom: 5px !important;
}

ul.key_value_set > li > .key,
ul.key_value_set > li > .value {
	float:left;
}

ul.key_value_set > li > .key {
	min-width: 70px;
}

ul.key_value_set > li > .value {
	font-style: italic;
}

a.subscribe {
	color:#000;font-weight:bold;
}


form dl dt {
	text-align:left;
	margin-bottom:0px;
}

form dl dd {
	margin-bottom:10px;
}

dl dt,dl dd {
	padding-left:10%;
}

dl dd input, dl dd textarea {
	width:80%;
}

ul.errors li {
	color:red;
	font-weight:bold;
}

/*https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone*/
/*stop zooming on form elements..*/
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

#search_form {
	margin-bottom:10px;
}

.posted_in {
	font-size: 12px;
	color: #B1B6B9;
}

.posted_in a {
	font-weight: bold;
	color: #3C3C3E;
}

/* fixed /variable size divs for responsive ad zones ... */
.plc {
	overflow:hidden;
	
}
