/**
 * pyexiv2's homepage stylesheet.
 */

#logo img
{
    border-style: none;
}

#logo h1
{
    display: inline;
    font-size: 2em;
    position: absolute;
    margin-top: 70px;
    margin-left: 30px;
    color: #369;
}

#menu
{
    position: absolute;
    margin: 0;
    padding: 5px;
    left: 1%;
    width: 20%;
}

#menu ul
{
    margin-left: 20px;
    padding: 0;
    line-height: 180%;
}

#menu li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

#menu a
{
    display: block;
    text-decoration: none;
    background-color: transparent;
    color: #369;
    padding-left: 10px;
    padding-right: 3px;
    margin-bottom: 3px;
}

#menu a:hover, a:active
{
    background-color: #caedff;
}

#content
{
    margin: 10px;
    margin-left: 24%;
    margin-top: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #8080c0;
    padding: 2%;
    position: relative; /* Fixes a display bug in IE when there is a floating block */
}

#content h1, h2, h3
{
    color: #369;
}

#content h1
{
    margin-top: -8px;
    text-align: center;
}

#content h2
{
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    margin-top: 2em;
}

#content a
{
    text-decoration: underline;
    background-color: transparent;
    color: #369;
}

#content a:hover, a:active
{
    text-decoration: none;
    color: #007ebb;
}

#content table
{
    border-width: 1px;
    border-color: #369;
    border-style: solid;
}

#content table th
{
    background-color: #357;
}

#content table td
{
    background-color: #ddd;
    padding: 5px;
}

#content pre
{
    border-width: 1px;
    border-color: #369;
    border-style: dotted;
    padding: 10px;
}

#validator
{
    margin-top: 30px;
    margin-left: auto;    margin-right: auto;
    text-align: center;
}

#validator img
{
    border-style: none;
}

