/*
    Special Kubuntu Tweaks for Html

    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 2 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, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

/* Because of a slight spelling difference in our stylesheets and the kde stylesheets, we need this to make the bottom banner work properly */

.BannerBottomLeft {
  position: absolute; left: 0;
}

.BannerBottomRight {
  position: absolute; right: 0;
}

/* Improve cliccability of index links */

.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary, .section {
  padding-top: 0;
  padding-bottom: 0;
}

#sisternav {
	position:absolute;
	bottom:0px;
	right:0px;
	line-height: 1.5em;
}

#sisternav ul {
	display:inline;
	margin:0;
	padding:10px 10px 0 1px;
	list-style:none;
}
                  
#sisternav li {
	display:inline;
	float:left;
	background:url(img/tab_off_ns1.png) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
}

#sisternav a {
	float:left;
	font-size:0.8em;
	display:block;
	background:url(img/tab_off_ns2.png) no-repeat right top;
	padding:8px 15px 3px 8px;
	text-decoration:none;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sisternav a {float:none;}
/* End IE5-Mac hack */

#sisternav li:hover, #sisternav li:hover a {
	background-position:0% -163px;
}

#sisternav li:hover a {
	background-position:100% -163px;
}

#sisternav #current {
	background:url(img/tab_on_ns1.png) no-repeat left top;                
}

#sisternav #current a {
	background:url(img/tab_on_ns2.png) no-repeat right top;
	padding-bottom:4px;
}

#sisternav a , #sisternav #current a { color: #444; }
#sisternav #current a:hover, #sisternav li a:hover { color: black;}
