/*
 * Deluge website theme - designed by Dan Fuhry
 * Copyright 2007
 *
 * This theme is Free Software, available under the terms of the GNU General Public License.
 * See the page Special:GNU_General_Public_License on this website for details.
 */

/* Structure */

body {
  margin: 0;
  padding: 0;
}

div#header {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #D1DAE5;
  align: center;
  height: 128px;
  background-image: url(http://deluge-torrent.org/images/navbar.gif);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-color: #425570;
  margin-bottom: 10px;
}

div#header-inner {
  height: 128px;
  margin: auto;
  width: 728px;
  background-image: url(http://deluge-torrent.org/images/droplet.png);
  background-repeat: no-repeat;
}

div#header-inner a span#msg_to_news {
  color: #425570;
  font-size: 16pt;
  margin-left: -8px;
}

div#header-inner a:hover span#msg_to_news {
  color: #304663;
}

div#delugelogo {
  padding: 10px 0 0 118px;
  margin-bottom: -7px;
  /* position: absolute; */
}

div#delugelogo a {
  text-decoration: none;
  color: #D1DAE5;
}

h1#delugetext {
  display: inline;
  font-size: 64px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
}

/* Navbar at top */

ul#navbar {
  position: absolute;
  top: 81px;
  margin: 0 0 0 112px;
  z-index: 2;
}

ul#navbar li {
  list-style-type: none;
  float: left;
  line-height: 46px;
}

ul#navbar li a {
  color: #D1DAE5;
  text-decoration: none;
  display: block;
  padding: 0 14px;
}

ul#navbar li a:hover {
  color: #D9E2EB;
  background-color: #384D63;
}

ul#navbar li a.currenttab {
  background-image: url(http://deluge-torrent.org/images/nav-current.gif);
  color: #131e38;
  font-weight: bold;
}

#search-box {
  color: #FFFFFF;
  display: block;
  float: none;
  margin-right: 5px;
  margin-top: 0;
  position: normal;
  text-align: left;
  white-space: normal;
}

#search-box a {
  display: inline !important;
  padding: 0 3px !important;
}

#search-box a:hover {
  background-color: transparent !important;
}


