/*
 * ----------------------------------------------------------------------------
 * 'kadu' style sheet for CSS2-capable browsers.
 *       Loosely based on the monobook style
 *
 * @Version 3.3
 * @Author Paul Y. Gu, <gu.paul@gmail.com>
 * @Copyright paulgu.com 2006 - http://www.paulgu.com/
 * @License: GPL (http://www.gnu.org/copyleft/gpl.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.
 * http://www.gnu.org/copyleft/gpl.html
 *
 * ----------------------------------------------------------------------------
 */

/*
*** web site link and navigation style
 */

/* Header
-----------------------------------------------------------------------------*/
#kadu-header form #searchInput:hover,
#kadu-header form #searchInput:focus {
    background: #fff;
}

/*
** login Tools
*/
#kadu-p-login,
#kadu-p-login ul li a {
    color: #aaa;
    text-decoration: none;
}
#kadu-p-login ul li a:hover {
    color: #555;
    text-decoration: none;
}

/*
** navgation menu
*/
#kadu-p-navigation ul li a {
    color: #555;
    text-decoration: none;
}

#kadu-p-navigation ul li a:hover {
    color: #FF8800;
    background: #f4f4f4;
    /* background: transparent url('arrow_up.gif') bottom center no-repeat; /**/
    text-decoration: none;
}
#kadu-p-navigation li.active a,
#kadu-p-navigation li.selected a {
    color: #FF8800;
    text-decoration: none;
}

/* Main content
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    overflow:hidden;
}

/* Navigation */

a:link, a:visited, a:active {
    color: #0033CC;
    text-decoration: none;
}
a:hover {
    color: #0033CC;
    text-decoration: underline;
}

a.new:link, a.new:visited, a.new:active {
    color: #000000;
    text-decoration: none;
}
a.new:hover{
    color: #BB0000;
    text-decoration: underline;
}

/* Navigation
-----------------------------------------------------------------------------*/
#jump-to-nav { display: none; }

:link img, :visited img { border: 0; }
.deepLevel #mainContent :link img,
.deepLevel #mainContent :visited img {
    border: medium solid;
}
.deepLevel #mainContent #buttons :link img,
.deepLevel #mainContent #buttons :visited img {
    border: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
/*
** content Actions
*/
#kadu-content-actions ul li a {
    color: #777;
    text-decoration: none;
}
#kadu-content-actions ul li a:hover {
    color: #333;
    text-decoration: none;
}
#kadu-content-actions ul li.selected a {
    color: #555;
    text-decoration: none;
}

/*
** personal Tools
*/
#kadu-personal-tools,
#kadu-personal-tools ul li a {
    color: #777;
    text-decoration: none;
}
#kadu-personal-tools ul li a:hover {
    color: #000;
    text-decoration: none;
}

/*
** kadu-footer
*/
#kadu-footer,
#kadu-footer ul li a {
    color: #ccc;
    text-decoration: none;
}

#kadu-footer a {
    white-space: nowrap;
}

#kadu-footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Table pager (e.g. Special:Imagelist)
-----------------------------------------------------------------------------*/
.TablePager_nav a { text-decoration: none; }

.TablePager th          { background-color: #eeeeff }
.TablePager td          { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }

/* The end
-----------------------------------------------------------------------------*/


/*
Główne menu - elementy
*/

ul#mainmenu
{
list-style: none;
/*border: 1px solid red;*/
position: absolute;
top: 78px;
left: 140px;
}

ul#mainmenu li
{
/*border: 1px solid red;*/
float: left;
padding-top: 13px;
padding-left: 9px;
margin: 2px;
margin-left: 7px;
height: 42px;
}

ul#mainmenu li a
{
font-size: 17px;
font-weight: bold;
color: #2c72c7;

/*margin-left: 15px;*/
text-decoration: none;
}

.with
{
background: url('images/menu_spacer.png') top left no-repeat;
}

ul#mainmenu li a:hover, ul#mainmenu li.without:hover, ul#mainmenu li a:active, ul#mainmenu li.without:active
{
color: #f45b25;
} 

#language-select-menu
{
position: absolute;
top: 35px;
left: 170px;
border: none;
}

#language-select-menu .interwiki-pl
{
background: url('images/pl.gif') top left no-repeat;
padding-left: 20px;
color: #fff;
margin-left: 10px;
}

#language-select-menu .interwiki-en
{
background: url('images/en.gif') top left no-repeat;
padding-left:20px;
color: #fff;
margin-left: 10px;
}

#language-select-menu img
{
margin: 1px 5px 1px 7px;
}

#wtf-add
{
/*color: #fff;*/
position: absolute;
top: 58px;
right: 25px;
border: none/*1px solid red*/;
}

#wtf-add a
{
display: block;
float: left;
color: #fff;
margin: 3px 5px 3px 5px;
}