/*
Theme Name: powerbuilding.pl
Theme URI: http://powerbuilding.pl
Description: Theme dla serwisu powerbuilding.pl
Author: przeobraznia.pl
Author URI: http://przeobraznia.pl
Version: 1.0
*/

/* reset */

* {
   margin: 0;
   padding: 0;
   border: 0;
}

/* setup */

body {
   background: #031020 url(images/page/bg.jpg) repeat-x center top;
   font: 12px verdana;
   color: #898989;
    font-weight: normal;
   min-height: 1004px;
}

a {
   font: 12px verdana;
}

a:hover {
   text-decoration: none;
}

.cat a {
   font: 12px verdana;
   color: black;
   text-decoration: underline;
}

.cat a:hover {
   text-decoration: underline;
}

small {
    font-size: 11px;
}

small  a {
    font-size: 11px;
}

:focus {
   outline: none;
}

/* div */

div.header {
   background: transparent url(images/header/logo.png) no-repeat center top;
   height: 264px;
   width: 902px;
   margin: 0px auto;
}

div.content {
   background: transparent url(images/page/content_bg.png) repeat-y left bottom;
   min-height: 250px;
   width: 902px;
   margin: 0px auto;
}

div.cat {
   background: transparent url(images/page/cat.png) repeat-x center top;
   min-height: 360px;
   width: 265px;
}

div.newsletter {
   width: 265px;
}

div.txt {
   background: transparent url(images/page/txt.png) repeat-y center top;
   min-height: 649px;
   width: 637px;
}

div.txt_bottom {
   background: transparent url(images/page/txt_bottom.png) no-repeat center top;
   height: 37px;
   width: 637px;
}

div.footer {
   background: transparent url(images/page/footer.jpg) repeat-x center top;
   height: 46px;
}

.footer_link {text-decoration:none;}
/* txt */

.cat h2 {
   display: block;
   background: transparent url(images/page/cat_title.png) no-repeat center top;
   width: 107px;
   height: 22px;
   margin-left: 30px;
   margin-top: 10px;
}

.newsletter h2 {
   display: block;
   background: transparent url(images/page/newsletter.png) no-repeat center top;
   width: 128px;
   height: 24px;
   margin-left: 28px;
   margin-top: 20px;
}

.newsletter p {
   color: #395f79;
   text-align: left;
   margin-left: 30px;
   margin-right: 30px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.cat ul {
   list-style-type: none;
}

.cat ul li {
   margin-top: -8px;
   margin-left: 20px;
   display: block;
   background: transparent url(images/page/cat_bg2.png) no-repeat left top;
   width: 235px;
   height: 23px;
   padding-top: 5px;
}

.txt p, .txt, ul {
   text-align: left;
   font-size: 13px;
   line-height: 20px;
   color: #1d1d1d;
}

.txt p, .txt ul, .txt h1, .txt h2 , .txt h3 , .txt h4 , .txt h5 , .txt h6 {
   margin-top: 15px;
   margin-bottom: 5px;
}

.txt li {
   margin-left: 10px;
}

.meta {
   margin-left: 10px;
   font-size: 10px;
}

p.head {
   color: black;
   font-size: 20px;
}

h1 {
   color: black;
   font-size: 18px;
}

p.footer {
   color: #395f79;
   text-align: center;
}

ul {padding-bottom:5px}
/* linki */

a.logo {
   display: block;
   width: 348px;
   height: 62px;
   float: left;
   margin-top: 40px;
   margin-left: 40px;
   text-indent: -9999px;
}

.cat ul li a {
   font-weight: bold;
   font-size: 14px;
   padding-left: 35px;
}

.cat ul li a:hover {
   text-decoration: none;
}

.artykuly {
   display: block;
   background: transparent url(images/buttons/artykuly.png) no-repeat center top;
   width: 80px;
   height: 17px;
   float: left;
   margin-left: 30px;
}
div#preload-menu {display:none;}
.artykuly:hover {
   background: transparent url(images/buttons/artykuly_h.png) no-repeat center top;
}

.forum {
   display: block;
   background: transparent url(images/buttons/forum.png) no-repeat center top;
   width: 57px;
   height: 17px;
   float: left;
   margin-left: 20px;
}

.forum:hover {
   background: transparent url(images/buttons/forum_h.png) no-repeat center top;
}

.kontakt {
   display: block;
   background: transparent url(images/buttons/kontakt.png) no-repeat center top;
   width: 70px;
   height: 17px;
   float: left;
   margin-left: 20px;
}

.kontakt:hover {
   background: transparent url(images/buttons/kontakt_h.png) no-repeat center top;
}

.feed {
   display: block;
   background: transparent url(images/buttons/rss.png) no-repeat center top;
   width: 89px;
   height: 24px;
   float: left;
   margin-left: 500px;
}

.top {
   display: block;
   background: transparent url(images/buttons/top.png) no-repeat center top;
   width: 71px;
   height: 23px;
   float: right;
   margin-top: -5px;
   margin-right: 30px;
}

.title {
   color: #0b599a;
   font-weight: bold;
}

.meta a {
   font-size: 10px;
   color: #898989;
   text-decoration: underline;
}

.meta a:hover {
   text-decoration: none;
}

/* img */

img.alignright {
   float: right;
   padding-left: 10px;
}

img.alignleft {
   float: left;
   padding-right: 10px;
}

/* form */

.search_input {
   color: white;
   width: 155px;
   margin-left: 5px;
   margin-top: 12px;
   background: transparent;
}

.search {
   background: transparent url(images/form/search.png) no-repeat center top;
   width: 94px;
   height: 40px;
   cursor: pointer;
}

.newsletterTextInput {
   color: white;
   float: left;
   margin-left: 35px;
   margin-top: 12px;
   background: transparent;
   width: 200px;
}

.submit {
   background: transparent url(images/form/newsletter_subscribe.png) no-repeat center top;
   width: 85px;
   height: 84px;
   float: left;
   margin-top: 45px;
   margin-left: -143px;
   cursor: pointer;
}

#newsletterFormDiv {
   background: transparent url(images/form/newsletter_input.png) no-repeat center top;
   height: 42px;
}

#commentform input, #commentform textarea {
   background: white;
}

#commentform input[type="text"] {
   border: 1px solid grey;
   width: 200px;
}

#commentform textarea {
   border: 1px solid grey;
   width: 420px;
}

#commentform input[type="submit"] {
   border: 1px solid grey;
   width: 110px;
   padding: 2px;
}

input[type="submit"] {
   cursor: pointer;
}

/* sociable */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
   position: absolute;
   display: block;
   top: -5em;
   background: #ffe;
   border: 1px solid #ccc;
   color: black;
   line-height: 1.25em;
}
.sociable span {
   display: block;
}
.sociable ul {
   display: inline;
   margin: 0 !important;
   padding: 0 !important;
}
.sociable ul li {
   background: none;
   display: inline !important;
   list-style-type: none;
   margin: 0;
   padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
   float: none;
   width: 16px;
   height: 16px;
   border: 0;
   margin: 0;
   padding: 0;
}

.sociable-hovers {
   opacity: .4;
   -moz-opacity: .4;
   filter: alpha(opacity=40);
}
.sociable-hovers:hover {
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity=100);
}
/* sociable */

