* {
    margin: 0;
    padding: 0;
}

body {
    margin: 20px 0;
    background: #01466F url(../images/bg-header-top.png) no-repeat left top;
}

body, th, td, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3F3F3F;
}

form {
}

fieldset {
}

input, textarea {
    font-weight: bold;
}

input.text {
    padding: 2px 5px;
    background: #F8FAEB;
    border-top: 1px solid #4D5719;
    border-left: 1px solid #4D5719;
    border-right: 1px solid #626456;
    border-bottom: 1px solid #626456;
}

input.button {
    background: #3C7BCF;
    border-top: 1px solid #3C7BCF;
    border-left: 1px solid #3C7BCF;
    border-right: 1px solid #3C7BCF;
    border-bottom: 1px solid #3C7BCF;
    color: #FFFFFF;
}

h1, h2, h3 {
    margin-top: 0.5em;
    color: #626456;
}

h1 {
    font-size: 1.5em;
}

h2 {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    color: #8D8E85;
}

h3 {
    font-size: 1em;
}

p, ul, ol {
    margin-top: 1.5em;
    line-height: 1.8em;
    font-size: 1.1em;
}

ul, ol {
    margin-left: 3em;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
}

a {
    text-decoration: none;
    color: #3C7BCF;
}

a:hover {
    border: none;
}

h1 a, h2 a, h3 a {
    border: none;
    text-decoration: none;
    color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    background: none;
    color: #3C7BCF;
}
#wrapper {
    padding-top: 5px;
    width: 990px;
    margin: 0 auto;
    background: url(../images/bg-wrapper.png) no-repeat left top;
}

#header-top {
    width: 978px;
    height: 185px;
    margin: 0 auto;
    background: url(../images/bg-header-top.jpg) no-repeat left top;
    border-bottom: 5px solid #ffffff;
}

#header {
    width: 978px;
    height: 200px;
    margin: 0 auto;
    height: 263px;
    background-color: #ffffff;
    /*border: 5px solid #CCCFD7;*/
}

#header h1, #header h2 {
    float: left;
    margin: 0;
    padding: 0;
}

#header h1 {
    padding: 100px 5px 0 151px;
    color: #2C2E22;
}

#header h2 {
    padding: 115px 0 0 0;
    font-style: italic;
}

#header p {
    clear: left;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: normal;
    font-size: 1.2em;
    font-weight: bold;
    color: #C2C5B1;
}

#header a {
    color: #FFFFFF;
}

/* Page */

#page {
    width: 958px;
    margin: 0 auto;
    padding: 10px;
    background: #FFFFFF;
    border-top: none;
}
#content {
    float: left;
    width: 615px;
    padding: 0px;
    margin: 0px 10px;
    text-align: justify;
}

.post {
}

.post .title {
    margin: 0;
    font-weight: normal;
}

.post h1.title {
    padding: 15px 0  0 15px;
    height: 30px;
    font-size: 2.4em;
}

.post .entry {
    padding: 0 10px 30px 15px;
}

.post .entry h2{
    border-bottom:1px dotted #8D8E85;
    border-left:3px solid #8D8E85;
    font-size:15px;
    padding:1px 8px;
    text-transform:none;
}

.post .links {
    margin: 0;
}

.post .links a {
    border: none;
}


#links p {
    margin: 0 0 10px 0;
    padding: 15px 0  0 15px;
    line-height: 22px;
    font-size: 13px;
}

#links li {
    text-align: center;
}

#links img {
    border: 0px;
}

.sidebar {
    width: 160px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
    margin: 0;
}

.sidebar li h2 {
    margin: 0 0 1em 0;
    margin: 0;
    background: url(../images/img11.gif) no-repeat left top;
    padding: 5px 0 5px 15px;
    height: 19px;
}

.child-category-list{
    padding-left: 2px !important;
}
.child-category-list p{
    line-height:1.5;
    margin:2px 0;
    padding-left:15px;
    background: url(../images/arrow_right.png) no-repeat left top;
}
.child-category-list a{
    font-size: 11px !important;
}
.child-category-list li{
    border: 0px !important;
    margin: 0px;
}

#sidebar1 {
    float: right;
}

#sidebar2 {
    float: left;
}

#sidebar2 li ul {
    line-height: normal;
}

#sidebar2 li li {
    background-color: #F3F6F8;
    border-left:4px solid #3C7BCF;
    font-size:12px;
    margin-bottom:1px;
    padding:8px 5px;
}

#sidebar2 li a {
    border: none;
}

#sidebar2 li a#obozy{
    border: 0px;
    width: 160px;
    height: 40px;
    display:block;
    background: url(../images/obozy.png) no-repeat ;
}

#sidebar2 li a#obozy:hover{
    background: url(../images/obozy.png) no-repeat scroll 0 -40px transparent;
}

#sidebar2 li li:hover {
    border-left:4px solid #003F82;
    background-color: #DFDFDF;
}
#sidebar2 a:hover {
    color: #003F82;
}
#footer {
    background: url(../images/bg-footer.gif) repeat-x;
    text-align: right;
    font-size: 10px;
    color: #FFFFFF;
    width: 978px;
    height: 130px;
    margin: 0 auto;
}

#footer .bg-right {
    width: 327px;
    height: 130px;
    float: right;
    background: url(../images/bg-footer-right.gif) no-repeat right top;

}

#footer .copyright{
    width: 630px;
    height: 40px;
    padding-top: 90px;
    float: left;
    text-align: left;
    padding-left: 15px;
}

/*Galleria*/
.images-contener p{
    font-weight:bold;
    text-align:center;
}

.images-contener .image-box{
    border-left:1px solid #AFAFAF;
    border-top:1px solid #AFAFAF;
    border-right:2px solid #AFAFAF;
    border-bottom:2px solid #AFAFAF;
    margin:20px auto;
    width:260px;
}

.images-contener .image-box img{
    border:20px solid #FFFFFF;
    width:220px;
}

.images-show-contener .image-box{
    border:1px solid #AFAFAF;
    margin:10px;
    width:126px;
    float: left;
}

.images-show-contener .image-box img{
    border:10px solid #FFFFFF;
    opacity:0.4;
    width:106px;
    height:80px;
}

.images-show-contener .image-box img:hover{
    opacity:1;
}

/*Strona startowa*/
#startup-body {
    background: #000000;
}

#startup-wrapper {
    width: 825px;
    margin:0 auto;
    font-family: Trebuchet MS, sans-serif;
}

#startup-wrapper img{
    border: 0;
}

#startup-wrapper #top {
    text-align: center;
}

#startup-wrapper #top ul{
    list-style: none;
    margin: 0;
}

#startup-wrapper #top ul li{
    display: inline;
}

#startup-wrapper #top a{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #726f6f;
}
#startup-wrapper #top a:hover{
    color: #CFCFCF;
}

#startup-wrapper #top a#obozy{
    font-size: 20px;
    color: #c40d0d;
}

#startup-wrapper #bottom {
    height: 75px;
    background: url(../images/sas.jpg) no-repeat center;
    text-align: right;
}

#startup-wrapper #bottom p{
    margin-right:20px;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    color: #9b9797;
}

.pagination {
    font-size:12px
}
.pagination #current{
    font-size:14px;
    font-weight: bold;
}
