/* Default Themes: Remove useless Elements */
/* Twenty Ten */
html body.post-type-archive-encyclopedia div#wrapper.hfeed div#main div#container div#content h1.page-title,
html body.post-type-archive-encyclopedia div#wrapper.hfeed div#main div#container div#content div.encyclopedia div.entry-meta,
html body.post-type-archive-encyclopedia div#wrapper.hfeed div#main div#container div#content div.encyclopedia div.entry-utility span.cat-links,
html body.post-type-archive-encyclopedia div#wrapper.hfeed div#main div#container div#content div.encyclopedia div.entry-utility span.meta-sep,
html body.post-type-archive-encyclopedia div#wrapper.hfeed div#main div#container div#content div.encyclopedia div.entry-utility span.comments-link,
html body.single-encyclopedia div#wrapper.hfeed div#main div#container div#content div.encyclopedia div.entry-meta
{ display: none }
html body.post-type-archive-encyclopedia.search-results div#wrapper.hfeed div#main div#container div#content h1.page-title
{ display: block }

/* Twenty Eleven */
html body.post-type-archive-encyclopedia div#page.hfeed div#main section#primary div#content header.page-header
{ display: none }
html body.post-type-archive-encyclopedia.search-results div#page.hfeed div#main section#primary div#content header.page-header
{ display: block }

/* Twenty Twelve */
html body.post-type-archive-encyclopedia div#page.hfeed div#main.wrapper section#primary.site-content div#content header.archive-header,
html body.post-type-archive-encyclopedia div#page.hfeed div#main.wrapper section#primary.site-content div#content article.encyclopedia footer.entry-meta,
html body.single-encyclopedia div#page.hfeed div#main.wrapper div#primary.site-content div#content article.encyclopedia footer.entry-meta
{ display: none }
html body.post-type-archive-encyclopedia.search-results div#page.hfeed div#main.wrapper section#primary.site-content div#content header.page-header
{ display: block }

/* Twenty Thirteen */
html body.post-type-archive-encyclopedia div#page.hfeed div#main.site-main div#primary.content-area div#content.site-content header.archive-header
{ display: none }
html body.post-type-archive-encyclopedia div#page.hfeed div#main.site-main div#tertiary.sidebar-container,
html body.single-encyclopedia div#page.hfeed div#main.site-main div#tertiary.sidebar-container
{ top: 140px }
html body.post-type-archive-encyclopedia.search-results div#page.hfeed div#main.site-main div#primary.content-area div#content.site-content header.page-header
{ display: block }

/* Twenty Fourteen */
html body.post-type-archive-encyclopedia.search-results div#page.hfeed div#main.site-main section#primary.content-area div#content.site-content header.page-header
{ display: block }


/* Encyclopedia Filter */
.encyclopedia-filter {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  text-align: center;
}
.encyclopedia-filter:last-child {
  margin-bottom: 1em;
}

.encyclopedia-filter span.filter {}
.encyclopedia-filter span.current-filter {}

.encyclopedia-filter a.filter-link {
  display: inline-block;
  text-align: center;
  min-width: 2.846153846%;
  padding: 8px 0;
  margin: 0 0.5%;
  font-size: 1em;
  text-decoration: none;
  letter-spacing: -1px;
  font-size: .9em;
}

.encyclopedia-filter span.current-filter a.filter-link {
  font-weight: bold;
}


/* Encyclopedia Search Widget */
.widget_encyclopedia_search {}

/* Encyclopedia Search Form */
form#encyclopedia-searchform {}
form#encyclopedia-searchform .ui-helper-hidden-accessible {
  display: none;
}
form#encyclopedia-searchform .ui-autocomplete {
  background-color: #fff;
  border: 1px solid #eee;
  position: absolute;
  left: auto;
  top: auto;
}
form#encyclopedia-searchform .ui-autocomplete a {
  cursor: pointer;
  display: block;
  padding: 2px 4px;
}
form#encyclopedia-searchform .ui-autocomplete a:hover {
}