/*
 * semanticcms-theme-documentation-style - Default style for SemanticCMS theme tailored for technical documentation.
 * Copyright (C) 2013, 2014, 2015, 2016, 2020, 2022  AO Industries, Inc.
 *     support@aoindustries.com
 *     7262 Bull Pen Cir
 *     Mobile, AL 36695
 *
 * This file is part of semanticcms-theme-documentation-style.
 *
 * semanticcms-theme-documentation-style is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * semanticcms-theme-documentation-style is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with semanticcms-theme-documentation-style.  If not, see <https://www.gnu.org/licenses/>.
 */
html, body {
  margin:0px;
  padding:0px;
}
body {
  background-image: url(../images/navigation-background.png?lastModified=1ifl5qm);
  background-repeat: no-repeat;
  background-position: center top;
}
#semanticcms-theme-documentation-navigation-logo,
#semanticcms-theme-documentation-navigation-search,
div.semanticcms-theme-documentation-navigation-views {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#semanticcms-theme-documentation-navigation-logo {
  text-align: center;
  padding-top:0.5em;
}
#semanticcms-theme-documentation-navigation-search,
div.semanticcms-theme-documentation-navigation-views {
  padding-left: 0.5em;
}
div.semanticcms-theme-documentation-navigation-views > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div.semanticcms-theme-documentation-navigation-views > ul > li {
  margin: 0px;
  padding: 0px 0px 4px 0px;
}
div.semanticcms-theme-documentation-navigation-views > ul > li > a {
  text-decoration: none;
}
div.semanticcms-theme-documentation-navigation-views > ul > li > a:hover {
  text-decoration: underline;
}
div.semanticcms-theme-documentation-navigation-views,
#semanticcms-theme-documentation-navigation-tree {
  font-size: 14px;
}
#semanticcms-theme-documentation-navigation-tree {
  padding-left: 4px;
}

/*
 * Prevent word wrapping of labels when JavaScript disabled.
 */
li {
  white-space: nowrap;
}

/*
 * Prevent word wrapping of labels.
 * See http://developer.yahoo.com/yui/treeview/#using
 */
.ygtvcontent {
  white-space: nowrap;
}
/*
 * Allow background gradient to show through labels.
 */
.ygtvlabel,.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover {
  background-color: transparent;
}
.ygtvlm {
  background: url(../images/lm-ao.gif?lastModified=1ifl5qm) 0 0 no-repeat;
}
.ygtvlmh {
  background: url(../images/lmh-ao.gif?lastModified=1ifl5qm) 0 0 no-repeat;
}
