/* Additional stuff from the ja (Joomla) theme to make phpBB3 look similar */

h1.logo, h1.logo-text {
    font-size:180%;
    margin:0pt 0pt 0pt 5px;
    padding:0pt;
    text-transform:uppercase;
}

h1.logo a {
    background: transparent url("/images/nsn-logo.gif") no-repeat scroll 0%;
    display: block;
    height: 116px;
    position: relative;
    width: 400px;
    z-index: 100;
}

h1.logo a span {
    position: absolute;
    top: -1000px;
}

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#headerbar {
    padding: 0px 0px 10px 1px;
    color: #002000;
    font-size: 1.1em;
    line-height: 1.3em;
    position: relative;
    width: 978px;
    margin: 0 auto;
}

#headerbar span:hover {
    background-color: #DDDDDD;
}

#headerbar a {
    color: #002000;
}

