/*Live Site Stylesheet*/

/*-----------------poll---------*/
.poll {
	font-size: 82%;
}

.votes {
	background-color:#D4D4D4;
	height:5px;
}

.subvotes {
	color:#000000;
	height:5px;
	text-align: right;
	background-color: #B8860B;
}
/*-----------------end poll-----*/

/*-----------------ad units----*/
.post468 {
	text-align: center;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

.votept {
	border: 1px dotted white;
	margin-bottom: 5px;
	padding: 5px;
}


/*-----------------end ad units----*/
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	background: #000;
	color:#FFF;
	padding: 0;
	margin: 0;
	background: black;
}

.posted {
	margin: 1em 0 20px 0;
	padding: 4px 0 0 0;
	font-size: 90%;
	color: #ccc;
	border-top: 1px solid #eaeaea;
	}
	
a.plink {
	padding-left: 16px;
	color: #999;
	text-decoration: none;
	border-bottom: none;
	background: url("../images/perm-icon.gif") no-repeat 0 1px;
	}

.table-wrap {
	max-width: calc(100vw - 26px);
    overflow-x: auto;
}

.global_table_width {
	width:600px;
	margin-left: auto;
	margin-right: auto;
}

.textarea_large {
	width: 590px;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	line-height: normal;
}

.floating_header {
	height:20px;
	width:600px;
	background: #D4D4D4;
	color:black;
	font-size: 110%;
	font-weight: bold;
	padding: 2px;
	margin-bottom:10px;
}

.error {
	color: #660000;
}

/*---------------------
login - banner------*/

#login {
	color: #FFF;
	width:370px;
	float: right;
  	padding-top:10px;
	font-size: 15px;
	text-align: center;
}

#login a {
	color:#FFF;
}

#login a:hover {
	color:  #B8860B;
}

#banner {
	max-width: 780px;
	max-height: 250px;
	width: 100%;
	padding-top: 31%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background: url('../images/main-pic_3.jpg') no-repeat;
	background-size: cover;
}

#masthead-banner {
	display: none;
	position: absolute;
	right: 0px;
	top:200px;
	width:470px;
	height:70px;
}

/*--------------*/

/*---------------------
navigation------*/

#navigation {
	height:20px;
	font-size: 17px;
	list-style: none inside none;
	font-weight: bold;
	margin-bottom: 5px;
}

#navigation a {
	float: left;
	text-decoration: none;
	border-bottom: none;
	padding-left:10px;
	padding-right:10px;
	color: #c9b65d;
	}

#navigation a:hover, #navigation a.active {
	color: #000;
	background: #c9b65d;
}

#navigation a.active {
	font-weight: bold;
	background: #538620 url("../images/nav-on-bg.gif") repeat-x bottom left;
	}

/*--------------*/


#container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 5px 5px 5px;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top:5px ;
}

#content {
	max-width: calc(100% - 180px);
	padding: 9px;
	float: left;
}

@media only screen and (max-width: 600px) {
	#content {
		float: none;
		max-width: 100%
	}
}

#content_wide {
	padding:5px;
	color:#FFF;
}

#content a, #content_wide a {
	color:#FFF;
}

#content a:hover, #content_wide a:hover {
	color: #c9b65d;
}

.mathread {
	margin: 0px;
	padding: 0px;
}

.mathred_name {
	margin: 0px;
	padding: 0px;
	float: left;
}

#sidebar-b {
	float: right;
	width: 144px;
	margin: 0;
	margin-left: ;
	padding: 5px;
	/*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
	/*float: right;
	padding-top: 5px;
	padding-left:10px;
	width: 144px;
	display: inline;
	color: #FFF;
	min-height: 100em;
	background: url("../images/dotty_right.png") repeat-y top left;*/
}

@media only screen and (max-width: 600px) {
	#sidebar-b {
		float: none;
	}
}

#sidebar-b a {
	color:#FFF;
}

#sidebar-b a:hover {
	color: #B8860B;
}

#chat {
	padding:10px;
	background-color: #647154;
	margin-bottom: 10px;
}

.chat input {
	margin:5px;
}

/*pseudo*/

a {
	color:#647154;
	text-decoration: none;
}
a:hover {
	color: Silver;
	text-decoration: none;
}

/*pseudo*/

form {
	margin:0px;
	padding:0px;
}

.small {
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smallprofile {
	font-size: 12px;
	color:#cccccc;
}

.smallish {
	font-size:90%;
}

h4 {
	margin:0px;
	padding:0px;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

/*board list*/
.board-list {
	padding: 0px;
}

.board-list li {
    list-style: none;
	display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: normal;
}

.board-list li div {
	display: table-cell;
}

.board-list li div:nth-child(2) {
	width: 35%;
}

.board-list li div:nth-child(3) {
	width: 50px;
}

.board-list li div:nth-child(4) {
	width: 50px;
}

@media only screen and (max-width: 600px) {
	.board-list li div {
		display: block;
	}

	.board-list li div:nth-child(2) {
		width: auto;
		max-width: 50%;
		font-size: 80%;
		float: right;
		margin-top: -3px;
		margin-bottom: 5px;
	}

	.board-list li div:nth-child(3) {
		width: auto;
		font-size: 80%;
		float: left;
		margin-top: -3px;
		margin-bottom: 5px;
	}

	.board-list li div:nth-child(4) {
		width: auto;
		font-size: 80%;
		float: left;
		margin-top: -3px;
		margin-bottom: 5px;
		margin-left: 10px;
	}

	.board-list li div:nth-child(3):before {
  		content:"Threads: ";
	}

	.board-list li div:nth-child(4):before {
		content:"Posts: ";
	}

	.board-list li.forum_header div:nth-child(2), .board-list li.forum_header div:nth-child(3), .board-list li.forum_header div:nth-child(4) {
		display: none;
	}
}

/*child board list*/
.child-board-list {
	padding: 0px;
}

.child-board-list li {
    list-style: none;
	display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: normal;
}

.child-board-list li div {
	display: table-cell;
}

.child-board-list li div:nth-child(1) {
	width: 30px;
}

.child-board-list li div:nth-child(2) {
	width: 40%;
	vertical-align: middle;
}

.child-board-list li div:nth-child(3) {
	width: 50px;
	vertical-align: middle;
}

.child-board-list li div:nth-child(4) {
	width: 35%;
	vertical-align: middle;
}

.child-board-list li.forum_header div:nth-child(1) {
	width: 44%;
}

.child-board-list li.forum_header div:nth-child(2) {
	width: 50px;
}

.child-board-list li.forum_header div:nth-child(3) {
	width: 35%;
}

.child-board-list li.forum_header div:nth-child(4) {
	width: auto;
}

@media only screen and (max-width: 600px) {
	.child-board-list li {
		min-height: 22px;
	}

	.child-board-list li div {
		display: block;
	}

	.child-board-list li div:nth-child(1) {
	    position: absolute;
	}

	.child-board-list li div:nth-child(2) {
	    width: auto;
	    margin-left: 30px;
	}

	.child-board-list li div:nth-child(3) {
		width: auto;
		max-width: 50%;
		font-size: 80%;
		float: left;
		margin-top: -3px;
		margin-bottom: 5px;
		margin-left: 30px;
	}

	.child-board-list li div:nth-child(4) {
		width: auto;
		font-size: 80%;
		float: right;
		margin-top: -3px;
		margin-bottom: 5px;
	}

	.child-board-list li div:nth-child(3):before {
  		content:"Posts: ";
	}

	.child-board-list li.forum_header div:nth-child(1) {
		position: relative;
	}

	.child-board-list li.forum_header div:nth-child(2), .child-board-list li.forum_header div:nth-child(3), .child-board-list li.forum_header div:nth-child(4) {
		display: none;
	}
}

/*begin fourm posts*/
.post_container_dark {
	background: #404040;
	border:1px solid #000;
	padding: 5px;
	margin-bottom:5px;
	min-height: 150px;
	color:#ffffff;
}

.post_container_light {
	background: #443e37;
	border:1px solid #000;
	padding: 5px;
	margin-bottom:5px;
	min-height:150px;
	color:#ffffff;
}

.post_sidebar {
	margin-bottom: 5px;
	min-height: 70px;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 1.2;
}

.avatar {
	width:70px;
	height:70px;
	float:right;
	font-size:85%;
}

.post_content {
	min-height: 25px;
	padding: 5px;
	border-top: 1px dotted #555555;
    overflow-wrap: break-word;
}

.post_content a {
	text-decoration: underline;
}

.post_footer {
	font-size:85%;
	margin-top:5px;
	text-indent: 5px;
	color: #5B674C;
}

.post_footer a {
	color:#5B674C;
}

.post_footer a:hover {
	color:#000;
}

.breadcrumbs {
	color:#FFF;
	font-size:14px;
}

.breadcrumbs a {
	color:#FFF;
}

.breadcrumbs a:hover {
	color:#B8860B;
}

.crown {
	margin-top:3px;
}
/*end fourm posts*/

/*begin council news*/
.CouncilRowDark {
	background-color: #404040;
	height:20px;
	padding:5px;
	margin-bottom:1px;
}
.CouncilRowLight {
	background-color: #443e37;
	height:20px;
	padding:5px;
	margin-bottom:1px;
}
/*end council news*/

/*begin edit profile*/
.edit_profile {
	width:330px;
	text-align:right;
	margin-bottom:10px;
}

.form_inputs {
	width: 160px;
}

.form_inputs_short {
	width: 155px;
}


/*end edit profile*/

/*generic forms*/

/*end generic forms*/

/*Begin Google Ads*/
#ads {
	padding-top:85px;
	padding-left:290px;
}
/*End Google Ads*/

.signup {
	width:250px;
	text-align:right;
}

.message_box {
	padding:5px;
	font-size: 85%;
}

.forumQuote {
	background-color: transparent;
	border: 1px dotted #FFF;
	padding: 4px;
}

#newsList {
	list-style: none inside;
	overflow: hidden;
	margin: 0px; padding:0px;
}

#newsList li {
	list-style: none inside;
}


#back a {
	display: block;
	text-indent: -999px;
	width: 30px;
	height:30px;
	background: url("../images/back-button.gif") no-repeat 0px 0px;
}

#back a:hover {	
	width: 30px;
	height:30px;
	background-position: -30px 0px;
}

textarea, option, input {
	font-family: "Trebuchet MS", sans-serif;
	font-size:small;
	line-height: 1.5em;
	border:1px solid #FFF;
}

.button {
	border: 1px solid white;
	background:black;
	color: #FFF;
}

#secNav {
	text-align: center;
	height: 28px;
	color:black;
	font-size: 82%;
	line-height: 2em;
	background: #000 url("../images/navbar.png");
}

#secNav a {
	color:#FFF;
}

#secNav a:hover {
	color:#000;
}

.forum_header {
	font-size: 82%;
	background-color: #D4D4D4;
	color: #000;
}
#topnews {
	padding-top:260px;
	padding-left:400px;
}
#topnews a{
	color: #FFF;
}
#topnews a:hover {
	color: #000;
}

.red{
	border: 1px solid red;
}

/*----------------
search ------*/

.search_title_color {
	background: #DEB887;
	color: Black;
}
.search_odd_color {
	background: #84956f;
	color: Black;
}
.search_even_color {
	background: #a2af92;
	color: Black;
}
.search_header {
	border-bottom: 1px dotted #FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.result_box {
	margin-bottom: 10px;
}
.result_title {
	padding:0px; margin:0px;
}
.result_snippet {
	font-size:82%;
}
.result_url {
	font-size:82%;
}
.search_again {
	padding-bottom: 5px;
}
.error {
	color: #FF0000;
}
.error a {
	color: #FF0000;
}


/*--------------*/

.homeimage {
	float: left;
	padding-right: 10px; 
}

#homeContent {
	border:1px solid black;
}

#homeContent a {
	color: #c9b65d;
}

#homeContent a:hover {
	color: #FF8C00;
}

#homeContent h1, h2 {
	line-height:1.5em;
}

#homeContent p {
	margin-top: 0px;
}

.features {
	list-style: none outside none;
	margin-top:2px;
}

.welcometo {
	margin-top: 10px;
}

.newsBoxHead {
	background-image: url("../images/newshead.gif");
	width: 294px;
	height: 16px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #c9b65d;
}

.newsBoxNav {
	background-color: #DCDCDC;
	width: 294px;
	height: 16px;
}

.newsBoxNav a {
	color: Navy;
	font-size: 10px;	
}
.newsBoxNav a:hover {
	color: black;
	font-size: 10px;	
}

.wallkit_postcontent {
	color: #FFFFFF;
	
}

.left-image {
	float: left;
	padding: 3px;
}