#bbpress-forums li {
    font-size: 14px;
}
#bbpress-forums li a.bbp-topic-permalink{
	font-size: 16px;
}
#bbpress-forums li a.bbp-forum-title{
	font-size: 16px;
}
#bbpress-forums div.bbp-search-form{
    display: none;
}
.site-title a{
	color: #fff;
}
.main-navigation a {
    padding: 1em 0.8em;
}
.custom-header-image {
    padding: 100px!important;
}
.widget-area a, .widget-area  a:visited {
    color: #173e6f;
    text-decoration: none;
}
.widget-area  .widget_subpages_current_page a{
	color: #1aa3cc;
}
.custom-header-image{
	height:0!important;
}
#block-7{
	margin-bottom: 0;
	padding:0 0 10px;
}
#block-7 p{
	margin-bottom: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
    clear: none;
	 color: #504747;
}
.entry-header .entry-title {
    margin-bottom: 0.25em;
    font-size: 46px;
    font-weight: 600 !important;
    font-family: inherit;
}
.entry-content a, a:visited {
    color: #1aa3cc;
    text-decoration: none;
}

.entry-content .glossary-tooltip a, .entry-content .glossary-underline {
    background: none;
    padding: 0;
}

.icon_edit_section{
	display:none;
}

ul.catitemsone{
  margin-left: 2px;
  list-style: none;
  line-height: 17px;
  font-size: 13px;
  color: #333;
}
ul.catitemsone li{
  padding: 7px 0;
}
ul.catitemsone li a{
	color: #666666;
  text-decoration: none;
}

ul.catitemsone li a br{
   display:none;
}

/** Other boxes **/
div.cbox {
	display:none;
	background: #ebebeb;
	margin-bottom: 4px;
	border: 1px solid #aaa;
	margin-right:40px!important;
}
.cbox-title {
	border-bottom: 1px solid #aaa;
	padding: 3px;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 1em;
	font: normal 75% Arial, Helvetica, sans-serif;
}
.cbox-data {
	padding: 3px;
}
.wikitext div.box {
	width: auto;
}

.wikitopline table {
	width: 100%;
}

table.wikitable {
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #999;
	border-collapse: collapse;
}


textarea.wikiedit {
	font-size: 1.1em;
}

/* Adjust button */
	.custom-menu-button a{
		color: #ffffff;  		/* Text color */
		background-color: #333; 	/* Btn bg color */
		padding: 10px 10px; 		/* Space around text */
		border-radius: 3px; 		/* higher number = rounded corners */
		border: solid #000000 0px; 	/* Border color & thickness */
		max-height: 40px; 		/* Max height of button */
	}

/* Adjust icon */
	.custom-menu-button a:before{
		content: '🖊️'; 		/* Change icon here */
		margin-right:5px; 		/* space between icon & text on right */
	}

/* Adjust button on hover or remove the whole thing */
	.custom-menu-button a:hover{
		color: #ffffff; 		/* Hover color */
		background-color: #35a8ea; 	/* Btn hover bg color */
		border: solid #000 0px; 	/* Hover border color & thickness */
	}

/* Remove default hover on links*/
	.custom-menu-button:hover{
		text-decoration: none;
		color:#fff!important;
	}
