@charset "UTF-8";
/* CSS Document */

.account-nav {
	position: relative;
	margin-top: -43px;
	border: solid 1px #968D84;
	background: #fff;
	padding: 25px 50px;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.account-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.account-nav li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.account-nav select {
	width: 100%;
}
.forum-nav a {
	font-size: 14px;
	display: inline-block;
	padding: .5rem 0;
	margin: 0 1rem;
	text-transform: uppercase;
}
.forum-nav a:hover {
	color: #968D84;
	border-bottom: solid 1px #cac6c1;
	text-decoration: none;
}
.forum-nav a.active {
	color: #454140;
	border-bottom: solid 1px #cac6c1;
}
.border-bottom {
	border-bottom: 1px solid #cac6c1 !important;
}
.tinynav {
	display: none
}
#topic-nav .selected a {
}

/* styles for mobile */
@media screen and (max-width: 767px) {
.tinynav {
	display: block
}
#topic-nav {
	display: none
}
}
.kherightnav li {
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.kherightnav li span {
	float: right;
	font-size: 13px;
	padding-top: 3px;
}
.khe-title a {
	color: #00549A;
}
.khe-pts, .khe-comments, .khe-when, .khe-who, .khe-status {
	font-size: 0.85em;
}
.khe-bold {
	font-weight: 700;
	text-align: center;
	width: 50px;
}
table.border-bottom td {
	border-bottom: 1px solid #231f20;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media screen and (max-width: 639px) {
.khe-th, .khe-pts, .khe-comments, .khe-who {
	display: none;
}
.khe-title {
	display: inline-block;
	width: 100%;
}
.khe-who, .khe-when, .khe-status {
	display: inline-block;
	text-align: left;
}
.table td.khe-when, .table td.khe-who, .table td.khe-status {
	padding-top: 0;
}
.khe-bold {
	display: inline-block;
	text-align: left;
	width: auto;
}
table.border-bottom td.khe-bold {
	border-bottom: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
}
#question .meta {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 4px #333;
}
#question .arrow-down {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
}
.meta {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 5px #ccc;
}
.arrow-down {
	margin: -10px 0 10px 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ccc;
}
.meta span.bytime {
	float: left;
	display: block;
}
.meta span.points {
	float: right;
	display: block;
}
ul.answer-stream {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
.answer-stream li {
	padding: 15px 0px;
	margin: 10px 0px;
	list-style-type: none;
}
.answer-stream li.acceptedpost {
	background: #d7f9b7;
}
.answer-stream li.acceptedpost .arrow-down {
	margin: -10px 0 10px 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #009933;
}
.answer-stream li.acceptedpost .meta {
	border-top: solid 5px #009933;
}
.badge {
	color: #FFFFFF;
	padding: 4px 4px;
	display: block;
	float: right;
	font-size: 10px;
}
.user-controls {
	display: block;
	overflow: hidden;
	text-align: right;
}
.author {
	background: #f25804;
}
.member {
	background: #ccc;
}
.moderator {
	background: #ff0000;
}
.accepted {
	background: #009933;
}
.comment-content {
	line-height: 20px;
}
.admin-controls {
	color: #999;
	font-size: 12px;
	border-top: 1px solid #999;
	padding: 5px;
	margin-top: 25px;
	float: right;
}
.admin-controls a {
	font-size: 12px;
}
.admin-controls a:hover {
}
.accept-answers {
	margin: 30px 20px;
	text-align: center;
	padding: 20px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}
.accept-answers input {
	display: block;
	margin: auto;
	margin-top: 20px;
}
.faqanswers {
	margin-top: 40px;
}
