/* CZCIONKI DODATKOWE */

::-moz-selection {
background:#6ea500;
color:#fff;
}
::-webkit-selection {
background:#6ea500;
color:#fff;
}
@font-face {
font-family:bebas;
src:url('gfx/bebas.otf');

}

/* OGOLNE STYLE STRONY */

* {
border:0;
margin:0;
padding:0;
}
body {
background:#f0f0f0;
}
.box {
clear:both;
margin:0 auto;
position:relative;
width:980px;
}

/* GORNA CZESC STRONY - MENU */

#top {
background:#1e1e1e;
height:110px;
border-bottom:3px solid #bfbfbf;
}
#logo {
position:absolute;
top:45px;
}
#menu {
position:absolute;
top:45px;
right:-10px;
list-style:none;
}
#menu li {
display:inline;
margin-left:10px;
}
#menu a {
font:bold 9pt trebuchet ms,tahoma,arial,verdana;
color:#6f6f6f;
padding:10px;
text-decoration:none;
}
#menu a:hover {
color:#fff;
text-decoration:underline;
}
#menu a.aktyw {
text-decoration:underline;
}

/* NAGLOWKI */

h1, h2, h3, h4, h5, h6 {
font-family:bebas,impact,tahoma,arial,verdana;
font-weight:normal;
color:#444;
position:relative;
text-transform:uppercase;
}
h1 {
font-size:28pt;
margin:45px 0 15px 0;
}
h2 {
font-size:22pt;
margin:10px 0;
}
h3 {
font-size:18pt;
margin:7px 0;
}
h4 {
font-size:16pt;
margin:5px 0;
}
h5 {
font-size:14pt;
margin:5px 0;
}
h6 {
font-size:14pt;
margin:5px 0;
}

/* IKONKI PRZY NAGLOWKACH */

.hicons:after {
width:27px;
height:27px;
content:" ";
display:inline-block;
float:right;
}
.ifotografia:after {
background:url(gfx/hicons.png) 0 0 no-repeat;
}
.iwebdesign:after {
background:url(gfx/hicons.png) 0 -50px no-repeat;
}
.iautor:after {
background:url(gfx/hicons.png) 0 -76px no-repeat;
}
.iksiega:after {
background:url(gfx/hicons.png) 0 -100px no-repeat;
}
.iphp:after {
background:url(gfx/hicons.png) 0 -25px no-repeat;
}


/* IKONKI - KONTAKT */

.contact {
padding:10px 0;
border-bottom:1px solid #cfcfcf;
}
.contact:before {
width:42px;
height:22px;
content:" ";
display:inline-block;
float:left;
}
.name:before {
background:url(gfx/cicons.png) 10px 0 no-repeat;
}
.mail:before {
background:url(gfx/cicons.png) 10px -42px no-repeat;
}
.gg:before {
background:url(gfx/cicons.png) 10px -125px no-repeat;
}


/* TRESC WLASCIWA STRONY */

.glowna {
margin-bottom:45px;
border-bottom:1px solid #cfcfcf;
padding-bottom:45px;
}
#content a {
color:#6ea500;
}
#content a:hover {
text-decoration:none;
}
#content p {
font:10pt/150% tahoma,arial,verdana;
text-align:justify;
margin:5px 0;
color:#444;
}
#content p.prawa {
text-align:right;
margin:15px 0;
}
#content p.podstrony {
text-align:center;
margin:35px 0 15px 0;
}
#content ul {
margin-left:30px;
}
#content li {
font:10pt/150% tahoma,arial,verdana;
color:#595959;
}
#content img {
-moz-box-shadow: 0 0 7px #777;
-webkit-box-shadow: 0 0 7px #777;
box-shadow: 0 0 7px #777;
}

/* PRZYCISKI - BUTTONY */

.button {
border:1px solid #d4d4d4;
padding:11px 14px;
font:bold 8pt tahoma,arial,verdana;
text-decoration:none;
text-transform:uppercase;
}
.silver {
color:#939393 !important;
text-shadow:0 1px #fff;
background:-moz-linear-gradient(top,#f3f3f3,#e4e4e4);
background:-o-linear-gradient(top,#f3f3f3,#e4e4e4);
background:-webkit-gradient(linear,top,bottom,from(#f3f3f3),to(#e4e4e4));
}
.silver:hover {
border:1px solid #a4a4a4;
color:#636363 !important;
}
.green {
color:#fff!important;
text-shadow:0 -1px #384e0e;
background:#517a00;
background:-moz-linear-gradient(top,#75af00,#517a00);
background:-o-linear-gradient(top,#75af00,#517a00);
background:-webkit-gradient(linear,top,bottom,from(#75af00),to(#517a00));
}
.green:hover {
border:1px solid #a4a4a4;
}

/* UKLAD KOLUMNOWY STRONY */

.jednatrzecia {
width:300px;
float:left;
padding:5px 0;
}
.srodkowa {
margin:0 19px;
padding:5px 20px;
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
}
.dwietrzecie {
width:640px;
margin:0 19px 0 0;
padding:5px 20px 5px 0;
float:left;
border-right:1px solid #cfcfcf;
}

/* MIKROBLOG - WPISY */

.blog {
margin:15px 0 0 0;
padding:15px 0;
border-bottom:1px solid #cfcfcf;
}
.blog h3 a {
color:#444 !important;
text-decoration:none;
}
.blog .bimg {
width:135px;
text-align:left;
float:left;
}
.blog .btxt {
width:505px;
float:left;
}

/* KOMENTARZE W KSIEDZE GOSCI */

.komentarze {
position:absolute;
right:0;
font-size:10pt !important;
padding-left:20px;
background:url(gfx/komentarze.png) no-repeat center left;
}
.komentarz {
border:1px solid #d4d4d4;
padding:15px;
background:-o-linear-gradient(top,#f0f0f0,#dbdbdb);
background:-moz-linear-gradient(top,#f0f0f0,#dbdbdb);
background:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dbdbdb));
-o-box-shadow:inset 0 1px 1px -1px #fff;
-webkit-box-shadow:inset 0 1px 1px -1px #fff;
-moz-box-shadow:inset 0 1px 1px -1px #fff;
}
.dane {
padding:6px 30px 6px 10px;
text-align:right !important;
background:url(gfx/komentarz.png) no-repeat top right;
margin:-6px 0 25px 0 !important;
}
.tip {
font-size:8pt !important;
}

/* KOMUNIKATY - BLAD I SUKCES */

.blad, .ok {
padding:10px;
background:#fff;
border:1px solid #e6e6e6;
border-left:5px solid #e6e6e6;
}
.blad {
color:#ff0000 !important;
}
.ok {
color:#006600 !important;
}

/* FORMULARZE */

input[type="text"], textarea {
border-top:1px solid #d4d4d4;
border-left:1px solid #d4d4d4;
border-bottom:1px solid #e9e9e9;
border-right:1px solid #e9e9e9;
padding:8px;
color:#777;
width:282px;
font:10pt tahoma,arial,verdana;
}
input[type="text"]:focus, textarea:focus {
-moz-box-shadow: 0 0 2px #00beee;
-webkit-box-shadow: 0 0 2px #00beee;
box-shadow: 0 0 2px #00beee;
}
form p {
margin-bottom:15px;
}

/* GALERIA */

#galeria {
width:100%;
}
#galeria td {
width:195px;
text-align:center;
padding-bottom:15px;
}

/* WEBDESING */

.webdesign {
width:640px;
}

/* LINKI */

.link {
clear:both;
margin-bottom:15px;
border-bottom:1px solid #cfcfcf;
padding:15px 0;
}
.link img {
float:left;
margin-right:25px;
}
.link * {
text-decoration:none;
}
.link h3 {
margin-bottom:0 !important;
}
.link p {
margin-top:0 !important;
}

/* STOPKA STRONY */

#footer {
width:100%;
clear:both;
margin-top:45px;
}
#ftop {
width:100%;
height:75px;
background:#000;
border-top:3px solid #bfbfbf;
border-bottom:1px solid #323232;
position:relative;
}
#ftop p {
font:10pt tahoma,arial,verdana;
color:#fff;
position:absolute;
top:27px;
}
#ftop a {
color:#fff;
}
#ftop a:hover {
text-decoration:none;
}
#ftop #monster {
position:absolute;
top:35px;
right:0;
width:73px;
height:40px;
background:url(gfx/monster.png) no-repeat center bottom;
}
#fbottom {
width:100%;
height:100px;
background:#0b0b0b;
}
#fbottom ul {
list-style:none;
}
#fbottom #submenu {
position:absolute;
top:40px;
left:-10px;
}
#fbottom #submenu li {
display:inline;
padding:10px;
}
#fbottom #submenu a {
font:10pt tahoma,arial,verdana;
color:#323232;
text-decoration:none;
}
#fbottom #submenu a:hover {
text-decoration:underline;
}
#fbottom #socials {
position:absolute;
top:33px;
right:0;
}
#fbottom #socials li {
display:inline;
float:left;
}
#fbottom #socials a {
display:block;
width:31px;
height:31px;
background:url(gfx/socials.png) no-repeat center left;
margin-left:5px;
}
#fbottom #socials .rss {
background-position:center center;
}
#fbottom #socials .mail {
background-position:center right;
}

