/*
 * Rhythmbox site stylesheet
 *
 * Design (C) 2002 Laurens Krol <laurens.krol@planet.nl>
 * Code (C) 2002 Jorn Baayen <jorn@nl.linux.org>
 */

body
{
  margin: 0;
  background: #eae8e3;
}

a.navigation-link-selected
{
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  font-style: italic;
}

a.navigation-link-selected:hover
{
  text-decoration: underline;
  color: #000000;
  font-weight: normal;
  font-style: italic;
}

a.navigation-link
{
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

a.navigation-link:hover
{
  text-decoration: underline;
  color: #000000;
  font-weight: normal;
}

a
{
  text-decoration: underline;
  color: #5b5a57;
}

a:hover
{
  text-decoration: none;
  color: #5b5a57;
}

p
{
  font-family: helvetic, helvetica, arial;
  font-size: 12px;
  color: #000000;
  font-weight: regular;
  padding-bottom: 10px;
  margin: 0px;
}

.top_bar
{
  background: #eae8e3;
  background-image: url("./img/top.png");
  background-repeat: no-repeat;
  height: 30px;
}

.title
{
  position: absolute;
  top: 8px;
  left: 10px;
  text-align: left;
}

img.left-floating
{
  float: left;
  padding-right: 5px;
}

img.right-floating
{
  float: right;
  padding-left: 50px;
}

.title_heading
{
  font-family: helvetic, helvetica, arial;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}

.navigation
{
  word-spacing: 5px;
  position: absolute;
  top: 13px;
  right: 5px;
  text-align: right;
}

.navigation-item
{
  font-family:helvetic, helvetica, arial;
  font-size: 12px;
  color: #000000;
  font-weight: regular;
  word-spacing: 0px;
}

.sidebar
{
  font-family:helvetic, helvetica, arial;
  font-size: 12px;
  color: #000000;
  font-weight: regular;
  padding-left: 15px;
  padding-right: 5px;
}

.text
{
  font-family:helvetic, helvetica, arial;
  font-size: 12px;
  color: #000000;
  font-weight: regular;
}

li
{
  font-family:helvetic, helvetica, arial;
  font-size: 12px;
  color: #000000;
  font-weight: regular;
}

.label
{
  font-family:helvetic, helvetica, arial;
  font-size: 12px;
  color: #000000;
  text-align: center;
  font-style: italic;
}

.command
{
  font-family: helvetic, helvetica, arial;
  font-size: 12px;
  color: #000000;
  background: #eae8e3;
  font-weight: regular;
  margin-bottom: 10px;
}

.content
{
  background: #ffffff;
  padding: 5px;
  padding-right: 15px;
}

.middle-bar
{
  height: 5px;
  background: #bab5ab;
}

.black-line
{
  height: 1px;
  background: #000000;
}

.bottom
{
  position: absolute;
  right: 5px;
}

.copyright
{
  font-family:helvetic, helvetica, arial;
  font-size: 10px;
  color: #000000;
  font-weight: regular;
}