/*
Theme Name: Rok Ambitnych Kobiet
Theme URI: http://eurokobiety.pl/
Description:
Version: 0.1
Author: Pawel Gruszka
Author URI: http://gruszka.hopto.org/
Tags:
*/


root { 
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", serif;
    font-size: 13px;
    line-height: 17px;
    color: #0c1b7c;
    text-align: center;
}

p {
    margin: 0 0 1em 0;
}

a {
    color: #0c1b7c;
    text-decoration: none;
}

a:hover {
    color: #bf269a;
}

a img {
    border: 0;
}

#main {
    width: 900px;
    margin: 0 auto;
    padding: 24px 0 0;
    background: #ffffff url(images/bg.jpg) no-repeat top center;
}

#main.home {
    background: #ffffff url(images/bg-home.jpg) no-repeat top center;
}

#headerimg {
    margin: 0 0 72px 77px;
}

#headerimg a {
    display: block;
    width: 208px;
    height: 129px;
}

#header {
}

#menu {
    font-family: "Times New Roman", serif;
    float: none;
    text-align: right;
    margin: 0 221px 102px 51px;
}

#menu ul {
    margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
    display: inline;
    clear: both;
}

#menu ul li {
    margin: 0 0 0 0;
    padding: 0;
    line-height: 24px;
    height: 24px;
    display: inline;
}

#menu ul li a {
    margin: 0 0 0 1em;
    padding: 3px 0 3px 26px;
    line-height: 34px;
    height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(images/menu-item.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#menu ul li.inactive a {
    background-image: url(images/menu-item-inactive.gif);
    color: #8b8b8b;
}

#content {
    margin: 0 185px 0 76px;
    line-height: 19px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 10pt;
    text-align: left;
}

#content a {
    text-decoration: underline;
}

#content h1 {
    font-size: 15pt;
    line-height: 100%;
    margin: 2em 0 1em 0;
}
#content h2 {
    padding: 0 0 0 19px;
    line-height: 19px;
    font-size: 10pt;
}

#content .title {
    margin: 0 221px 17px 0;
    font-family: "Times New Roman", serif;
    font-weight: normal;
    font-size: 51px;
    line-height: 51px;
    letter-spacing: -4px;
    word-spacing: 4px;
    text-align: right;
}

#content .caption {
    margin: 0 221px 17px 102px;
    font-family: "Times New Roman", serif;
    font-size: 17px;
    font-weight: normal;
    text-align: right;
}

#content p {
    margin: 0 0 19px 19px;
}

#content * li {
    margin-bottom: 1em;
}

#footer {
    letter-spacing: -1px;
    font-size: 16px;
    clear: both;
    text-align: center;
    margin: 51px auto 17px;
}
#footer a {
    font-weight: bold;
    color: #ba4265;
}
#footer a:hover {
}

#wrap.home #footer {
    margin-top: 204px;
}


