/*
    KXH, the XML/XSLT framework for my personal website.
    Copyright (C) 2011  Daniel Kraft <d@domob.eu>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program 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 General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* CSS style for the navigation.  */

#navigation
{
  padding-top: 135px;
  background: url('../Images/profile.jpg') no-repeat center 5px;
}

#navigation ul
{
  list-style-type: none;
  padding-left: 0;
}

#navigation a
{
  display: block;
  width: 100%;
  margin-top: 0.5em;
  padding: 0.2em 0.1em;
  border: thin solid white;
}
#navigation .thisPage a
{
  border-color: #090;
}

#navigation a
{
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #090;
}
#navigation a:hover
{
  text-decoration: none;
  background-color: #090;
  color: white;
}
