body {
  padding-bottom: 30px;
}
#header.WE {
  height: 138px;
  min-width: 940px;
}

#header .navTabs.WE {
  border-bottom: 1px solid #65a5d1;
  display: inline;
  position: absolute;
  right: 30px;
  top: 20px;
  padding: 4px 12px;
  /*width:300px;*/
  float: none;
}

#header .navTabs.WE .visitorTabs {
  display: inline-block;
  float: left;
}

#header .navTabs.WE .navLink {
  font-size: 1.3em;
}

.sf-menu {
  position: absolute;
  left: 6px;
  top: 5px;
}

.navTabs.WE-main {
  height: 56px; /*padding:0 6px;*/
}

.WE-main .navTabs .publicTabs {
  padding: 0 6px;
}

.navTabs.WE-main .navTab.selected .tabLinks {
  top: 33px; /*margin-left:6px; margin-right:6px;*/
  /*width:auto;*/
}

#header.WE #QuickSearch {
  top: -14px;
}

.WE .navTabs .navTab.selected .tabLinks a {
  color: #2b485c;
  display: block;
  font-size: 12px;
  line-height: 19px;
  padding: 1px 10px;
  text-shadow:
    0 0 0 transparent,
    0 0 0 transparent;
  font-weight: bold;
}

.we_bread_title {
  padding-left: 18px;
  float: left;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

body a.muted,
body .muted a {
  color: #444;
  color: #176093;
  text-decoration: underline;
}

body a.muted:hover,
body .muted a:hover {
  color: #444;
}

.widget-tabs .we_tabs,
.we_tabs {
  height: 33px;
  margin-left: 20px;
  z-index: 10;
  border-bottom: none; /* margin-bottom:-10px;*/
}
.we_tabs li {
  margin-right: 6px;
}
.we_tabs li a {
  height: 24px;
  color: #006699;
  font-size: 12pt;
  padding: 4px 10px;
}

.we_tabs a.active {
  background-color: #fcfcff;
  border-bottom: 1px solid #ffffff;
}

.we_tab_content {
  clear: both;
}

.we_tab_content_inner .sectionMain {
  margin-top: 0;
}

.we_tab_content .sectionMain:first-child {
  margin: auto;
}

.widget-tabs .we_tabs li {
  margin-right: 6px;
}

.widget-tabs .we_tabs a {
  font-size: 12pt;
  color: #069;
  padding: 4px 10px;
}

.widget-tabs .we_tabs a.active {
  background-color: #fcfcff;
  /* border-bottom: 1px none black;
    padding-bottom: 1px;*/
  border-bottom: 1px solid #fff;
}

.we_tab_content_inner .WidgetFramework_WidgetRenderer_Threads > h3 {
  display: none;
}

.publicControls,
.pageNavLinkGroup .linkGroup {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fcfff4; /* Old browsers */
  background: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fcfff4),
    color-stop(100%, #e9e9ce)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #e9e9ce 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #fcfff4 0%,
    #e9e9ce 100%
  ); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce', GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #fcfff4 0%, #e9e9ce 100%); /* W3C */
  border-color: #dfdfdf #d1d1d1 #d1d1d1 #dfdfdf;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  clear: both; /*height: 27px;*/
}

.we_main_content {
  margin-top: 15px;
}

.we_content_column {
  width: 480px;
  margin-top: 15px;
  margin-right: 10px;
  float: left;
}

.message .publicControls a,
.pageNavLinkGroup .linkGroup a {
  padding: 5px 8px;
  border-left: 1px solid #dadada;
}

.message .publicControls a:first-child,
.pageNavLinkGroup .linkGroup a:first-child {
  border: none;
}

#we_welcome_overlay {
  padding: 15px;
  border: none;
  font-size: 1.1em;
  background: none;
  background-image: url(../community/styles/default/xenforo/clear.png);
  display: none;
}

#we_welcome_overlay p {
  padding-bottom: 1em;
}

#we_welcome_overlay ul {
  margin: 0 0 0.5em 2em;
  font-weight: bold;
}

#we_login_text {
  color: #f90;
  display: none;
  padding-bottom: 10px;
  font-size: 1.1em;
}

#loginBar #we_login_text {
  display: block;
  width: 550px;
  margin-left: 60px;
  margin-top: 20px;
}

ol.we_post_rules {
  margin: 10px 40px;
}

ol.we_post_rules li {
  margin-bottom: 0.5em;
  list-style-type: decimal;
}

ol.we_post_rules a {
  color: blue;
  text-decoration: underline;
}
.we_content_column .heading {
  margin-bottom: 0;
  padding: 6px;
}
#we_main_more_info,
.we_main_more_info {
  padding: 10px;
  background-color: #fcfcff;
  border: 1px solid #a5cae4;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}

#we_main_more_info p,
#we_main_more_info li,
.we_main_more_info p {
  margin-bottom: 0.6em;
  line-height: 1.3em;
}
.we_main_more_info .we_link {
  text-decoration: underline;
}

#we_main_more_info ul {
  padding-left: 15px;
}

#we_main_more_info li {
  list-style: circle;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Hide elements not wanted in WE board */
.pairsInline.lastActivity,
.memberCount,
#widget-3 .userList .footnote,
.userList .listInline {
  display: none;
}
#we_admin_bottom_toolbar {
  position: fixed;
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: green;
  color: #fff;
  padding: 6px 0;
  border-top: 2px solid #ccc;
}
#widget-3 .userList .footnote {
  color: black; /*; font-weight:bold;*/
}
#we_admin_bottom_toolbar h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 40px;
}
