/*
*		plik:		css/style.css
*		autor: 		Technetium [Tc]
*				Marek Kleszyk
*		data:	14 styczeń 2009
*		system:		T.BLOG-1.0
*/ 

@import url("menu.css"); 
@import url("comments.css"); 

/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #c00 !important; text-align:center; }
.important { color: #f00; }
.not-important { color: #ccc; }
.row-dark { background: #ddd; }
.row-clear { background: transparent; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:visited, a:active { text-decoration: none; color: #9c9c9c; margin:0px; padding:0px; }
a:hover { text-decoration: underline; }
.kursor { cursor: pointer; }

p, a
{
    margin:0px;
    padding:0px;
    color:#9c9c9c;
    font-family:Tahoma;

}

hr { background: #bbb; height: 1px; border: none; }
h1 { font-size: 12pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }
h5 { font-size: 8pt; }
h6 { font-size: 7pt; }

table, tr, td {
    margin: 0;
    padding: 0;

}

h1
{
    padding:0px;
    margin:0px;
}

a.kolor1 { color: #818181; }
a.kolor2 { color: #818181; }
a.kolor3 { color: #818181; }
a.kolor4 { color: #818181; }
a.kolor5 { color: #818181; }
a.kolor6 { color: #818181; }
a.kolor7 { color: #818181; }
a.kolor8 { color: #818181; }
a.kolor9 { color: #818181; }

.szukaj_opis {

    color:#8BB900;
    font-family:Tahoma;
    font-size:13px;
    font-weight:normal;
    line-height:51px;
    margin: 2px 20px;

}

.print {
    margin: 10px;
    float: right;
}

.back {
    margin: 10px;
    float: left;
}

.tagi {
    margin: 10px 0;
    text-align: center;
}

#page-title {
    padding:0px;
}

#page-title h1 {


    border-bottom:1px solid #E3E1CF;
    color:#8BB900;
    font-family:Tahoma;
    font-size:17px;
    font-weight:normal;
    line-height:51px;
    margin-bottom:8px;
    padding-left:25px;
}



td, th {
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.formularz {
    margin: 5px;
    padding-left: 14px;
}

.formularz label {

    line-height: 1.5em;
    margin: 10px 0px 0px 0px;
    width: 600px;
    float:none;

}
.formularz table td {
    padding:0px;
}


input.pole {

    font-size: 10pt;
    height: 17px;
    padding: 6px 3px;
    color: #a4a4a4;
    border: 1px solid #d1d1d1;
    margin:0pt 3px 0px 0px;
    width:196px;
}

textarea.pole {

    font-size: 10pt;
    padding: 6px 3px;
    color: #a4a4a4;
    border: 1px solid #d1d1d1;
    margin:0pt 3px 0px 0px;
}



input.pole:focus {
    /* border: 1px solid  #a4a4a4; */

    color: #636363;
}

input.image {	

    background:#FFFFFF none repeat scroll 0% 0%;
    border: none;
    font-family:Tahoma;
    font-size:11px;
    margin:0px;
    padding:3px;
}

select {
    padding-right: 0;
}

input.submit {
    padding: 1px 3px;
    background-color: #999;
    border: none;
    color: #444;
    font-size: 9pt;
    font-weight: bold;
}


.image {
    position: relative;
}


form 
{
    margin:0px;
    padding:0px;
}

fieldset
{
    border:none;
    margin:0px;
    padding:0px;
}

legend
{
    display:none;
}

input, textarea, select 
{
    margin:0px;
    padding:0px;
    font-family:Tahoma;
    font-size:11px;
    background:#fff;
    border:1px solid #d9d7c5;
    padding:3px 3px 3px 3px;
}

label
{
    margin:0px;
    margin-top: 0px;
    padding:0px;
    width:120px;
    float:left;
    line-height:20px;
    color:#818181;
}

label span.wym, label span.important
{
    color:#ed080d;
}

select 
{
    padding-right: 0;
}

input.submit {
    margin:0px;
    padding:0px;
    border: none;
    cursor:pointer;
}

input.text:focus, select:focus, textarea:focus {

    outline: 0;

}

pre
{
    width:500px;
}




div.kontrolka
{
    overflow:hidden;
    margin-bottom:5px;
}
div.kontrolka select, div.kontrolka input
{
    width: 200px;

}

div.kontrolka_textarea
{
    overflow:hidden;
    margin-bottom:5px;
}

div.przycisk
{
    margin-top:30px;
    text-align:center;
}

div.kontrolka > table {
    margin-left: 120px;
    width: 400px;
}

/* --------- glowna ---------- */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 11px;
    background: #e3e1cf;
    color:#9c9c9c;
}

#kontener {
    margin: 25px auto;
    padding: 0;
    width: 998px;
    height: auto;
    text-align: center;
    border:1px solid #d6d4bf;
    background:#ffffff;
}

#top-gora {
    margin: 0 0;
    padding: 0;
    height: 175px;
    background: url('../img/top.jpg') 50% 3px no-repeat;
    border-bottom:1px solid #d6d4bf;
    position:relative;
}

div#base
{
    overflow:hidden;
    background:url(../img/bg_base.jpg) 0 0 repeat-y;
    text-align:left;
}

div#lewa
{
    width:278px;
    float:left;
    margin-right:1px;
    padding-bottom:25px;
}

div#lewa-gora
{
    width:278px;
    float:left;
    margin:0px;
    padding:0px;
}



div#lewa-dol
{
    width:278px;
    float:left;
    margin:0px;
    padding:0px;

}

div#prawa
{
    width:719px;
    float:left;
    padding-bottom:25px;

}
/*-----------top----------*/


#top-gora div#menu_top
{
    width:329px;
    height:54px;
    border:1px solid #d6d4bf;
    border-bottom:none;
    border-right:none;
    position:absolute;
    bottom:0px;
    right:0px;

    background:url(../img/bg_top_menu.jpg) 1px 1px no-repeat;
}

#top-gora div#menu_top a
{
    color:#fff;
    background:url(../img/arrow1.gif) 0 50% no-repeat;
    padding-left:12px;
    margin-left:12px;
    line-height:50px;
}

#top-gora div#menu_top a.first
{
    background:none;
    padding-left:0px;
}

a.selected {
    font-weight:bold;
}

#top-gora div#menu_top a.selected
{
    font-weight:bold;
}

#top-gora a#logo_link
{
    position:absolute;
    top:45px;
    left:50px;


    width:210px;
    height:70px;
}

a#button_dodaj_wpis
{
    float: right;
    margin: 10px !important;

}

/*----------lewa------------*/
div.lewa_box
{
    margin-bottom:10px;
}

div.lewa_box div.nagl
{
    width:271px;
    height:51px;
    background:url(../img/bg_left_menu_nagl.jpg) 0 0 no-repeat;
    margin-left:6px;
    text-align: right;

}

div.lewa_box div.nagl img
{
    margin:15px 0px 0px 18px;
    float: left;
}

div.lewa_box div.nagl div {


    margin:0px;
    margin-right: 5px;
    padding-top: 32px;
    display: none;
}

div.lewa_box div.nagl div a {


    margin:1px;
    margin-top: 40px;
    cursor: pointer;
    color: #fefefe;
}

div.lewa_box div.nagl a:hover {

    text-decoration: none;
}

div.lewa_box div.content
{

}



div.podkatdiv img {

    margin-left: 40px;
}

div.lewa_box div.content h1, div.lewa_box div.content h2, div.lewa_box div.content h3, div.lewa_box div.content h4, div.lewa_box div.content h5, div.lewa_box div.content h6
{
    font-size:11px;
    display:block;
    border-bottom:1px solid #e6e6e6;
    margin:0px 20px;
    line-height:2.2em;
    font-weight:normal;
}

div.lewa_box div.rss a
{
    line-height: 1.9em;
    color: #818181;
    display: block;


}

div.lewa_box div.content a
{
    background:url(../img/arrow_menu_left.gif) 0 50% no-repeat;
    padding-left:13px;
    color: #818181;

}

div.lewa_box div.content div.kategoria-info {
    position: absolute;
    display: none;
    width: 140px;
    border: 3px solid #96C600;
    background-color: #8BB900;
    color: #fff;
    padding: 1px;
    padding-left: 4px;


}



div.art_short {

    border-top: 1px solid #E0DFD2;
    overflow: hidden;
    padding: 0px;
    background-color:#ffffff;
    margin:5px 10px 10px;
    padding:10px
}


div.podkatdiv {
    display: none;
    position: absolute;
    font-size:11px;
    font-weight:normal;
    line-height:25px;
    border: 1px solid #d5d5d5;
    background:white;
    padding: 1px 8px 1px 0px;
    width: auto;
}

h3.podkat, a.podkat{

    border: none !important;
    font-size:11px;
    font-weight:normal;
    line-height:25px;
    margin:0px !important;
    background: none !important;
    height: 25px;
    max-height: 25px;
    display:inline-block;

}



/*---------prawa---------*/
div#page-content
{

}

/*---------prawa---------*/
div#page-content #register, div#page-content > #dane, div#page-content > form, div#page-content > table
{
    margin: 4px 20px;
}

div#page-content.biuletyn
{
    padding: 14px;
}

#page-content #fonty, #prawa #fonty   {
    height:auto;
    margin-bottom:5px;
    padding:0pt 2px 2px;
    text-align:right;
    width:708px;
}

div#page-content hr
{
    background-color: #E3E1CF;
    margin-bottom: 20px;
}

div#page-content #opis-glowna-left
{   
    width: 680px;
    float: left;
    background-color: #F1F0E7;
    border-top: 3px solid #E0DFD2;
    border-bottom: 4px solid #E0DFD2;
    margin: 4px;
    margin-left: 8px;
    padding: 10px;
    min-height: 130px;
    line-height: 1.4em;
    color: #6f6f6f;
}

div#page-content table.wpisy td {
    padding: 4px;
}

div#page-content table.wpisy {
    padding: 8px;
    font-size: 8pt;

}

div#page-content table.wpisy th{
    padding: 4px;
    font-size: 10pt;
    font-weight: bold;
}

div#page-content ul
{
    margin: 8px 10px 8px 20px;
}

div#page-content p, div#page-content a
{
    margin-top: 2px;
    color: #6f6f6f;
}

div#page-content p.error, div#page-content a.error
{
    margin-top: 2px;
    color: #f00;
}

h1 img
{
    margin:16px 0px 14px 0px;
}

/*------footer-------*/
div#footer
{
    overflow:hidden;
    border-top:1px solid #d6d4bf;
    padding:5px 10px;

}

div#footer div#menu_bottom
{
    width:980px;

    float:left
}

div#footer div#footer_text
{
    float:left;

    width:980px;
}


div#footer div#copyright
{
    float:right;
}


/*-----------pager----------*/
div.pager
{
    margin:10px auto;
    text-align:center;
}


/*------kategoria-------*/
h1.kategoria_title
{
    color:#8bb900;
    font-size:17px;
    font-family:Tahoma;
    font-weight:normal;
    border-bottom:1px solid #e3e1cf;
    line-height:51px;
    padding-left:25px;
    margin-bottom:8px;
    clear: left;
}

div.wpis_short_item
{
    overflow:hidden;
    width:704px;
    background:#f1f0e7;
    margin:0px auto 0px auto;
    padding:12px 0px;
}

div.wpis_short_item div.miniaturka
{
    border:1px solid #E0DFD2;
    float:left;
    height:92px;
    margin:0 10px;
    overflow:hidden;
    padding:0;
    text-align:right;
    width:120px;
}

div.wpis_short_item div.miniaturka a img
{
    float:left;
    margin-left:-10px;
}

div.wpis_short_item div.wpis_content
{
    float:left;
    width:530px!Important;
    width:525px;

}

div.wpis_short_item_separator
{
    background:#e0dfd2;
    margin:1px auto;
    height:5px;
    width:704px;
}

div.wpis_content div.head
{
    height:40px;
    line-height:40px;
    padding:0px;
}

div.wpis_content div.head a.title
{
    color:#ababab;
    font-weight:bold;
    margin-left:15px;
    float:left;
}

div.wpis_content div.head p.url
{
    text-align:right;
    margin-right:12px;
}

div.wpis_content div.opis
{
    background:#fff;
    padding:15px;
    margin-bottom:1px;
    border:1px solid #E0DFD2;
}

div.wpis_content div.opis iframe
{
    border:1px solid #E0DFD2;
}

div.wpis_content div.opis p.dane_adresowe
{
    line-height:25px;
}

div.wpis_content div.opis p.dane_adresowe_ulica
{
    line-height:25px;
    padding-left:40px;
}

div.opis div.prod-opis {
    line-height: 1.3em;
    margin-left: 0px;
    width: 300px;
}


div#wpis-produkty div.produkt {

    border-left: 5px solid #e0e0e0;
    margin: 4px;
    padding: 2px;
    padding-left: 8px;
    margin-bottom: 12px;
    height: auto;
    width: auto;

}

div#wpis-produkty div.produkt > p {
    font-weight: bold;

}

div.opis div.prod-photo {
    line-height: 1.3em;
    width: 90px;
    height: 65px;
    margin: 4px 6px 4px 0px;

}

div.opis div.prod-photo img {
    border: 1px solid #dedede;
}

div.wpis_content div.menu {

    margin:0px;
    padding: 0px;
    width: auto;
    height: 26px;

}

div.wpis_content ul.wpis-menu {
    margin: 0px !important;
    padding: 0px !important;
    float: left;
    display: inline;
    clear: both;

}

div.wpis_content .wpis-menu li {
    display: block;
    background:#FFFFFF none repeat scroll 0 0;
    border-top:1px solid #E0DFD2;
    border-left:1px solid #E0DFD2;
    border-right: 1px solid #E0DFD2;
    margin: 0px;
    padding:4px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left:2px;
    cursor:pointer;
    display: block;
    font-size: 8pt;
}

div.opis ul
{
    margin-left: 2em;
    line-height: 1.7em;
}

ul.rss {
    padding: 10px;
}


ul.rss li {
    list-style-type: circle;
    list-style-image: url(../img/ico_text.jpg);
}


div.produkt_row {
    clear: both;
    float: left;
}

div.produkt_item {
    float:left;
    margin:10px;

}

div.produkt_item .tytul {
    display:block;
    margin:4px;
    text-align:center;
    width:140px;


}

div.produkt_item .tytul a{
    cursor:pointer;
    color: #6F6F6F;
    font-weight: bold;

}

div.produkt_item .thumb {
    margin:4px 4px 6px;
    width:140px;

}
div.produkt_item .thumb img{
    display:block;
    margin:0 auto;
}

div.produkt_item .prodopis{
    margin:4px;
    overflow:hidden;
    text-align:center;
    width:140px;
}

div.produkt_item .prodopis img{

}

div.kategoria_art_item
{
    margin:10px 25px 10px 25px;
}



div.kategoria_art_item a.tytul
{
    font-weight: bold;
    color: #8bb900;
    background: url(../img/ico_text.jpg) 0 50% no-repeat;
    padding-left: 15px;
}

div.kategoria_art_item div.skrot
{
    margin-top:10px;
    margin-left:15px;
}

div.kategoria_art_item_separator
{
    height:3px;
    background:url(../img/text_separator.jpg) 0 0 repeat-x;
    margin:0px 25px;
}


/*----------wpis-------------*/
h1.wpis_title
{
    color:#8bb900;
    font-size:17px;
    font-family:Tahoma;
    font-weight:normal;
    border-bottom:1px solid #e3e1cf;
    line-height:51px;
    padding-left:25px;
    margin-bottom:8px;
    text-transform:uppercase;
}


div.wpis div.left-wpis {
    float:left;
    margin:0px 3px;
    text-align:center;
    width:185px;
}

div.wpis
{
    overflow:hidden;
    width:704px;
    background:#f1f0e7;
    margin:0px auto 0px auto;
    padding:12px 0px;
}



div.wpis div.miniaturka
{
    border:1px solid #E0DFD2;
    float:left;
    height:100px;
    margin:0 18px;
    overflow:hidden;
    text-align:center;
    width:140px;


}

div.wpis div.miniaturka a img
{
    border:0px solid #E0DFD2;
}

div.wpis div.dane
{

    text-align:left;
    margin-left:10px;
    margin-top:10px;
    font-size: 8pt;
}

div.wpis div.dane p
{
    line-height:20px;
}

div.wpis div.dane p span
{
    font-weight:bold;
}

div.wpis div.dane p span.data
{
    color:#8bb900;
}

div.wpis  div.dane p.ocena img
{
    position:relative;
    top:4px;
}


div.wpis div.wpis_content
{
    float:left;
    width:480px;
}

div.wpis div.little_form
{
    float:left;
    margin:0px 12px 0px 3px;
    text-align:center;
    width:184px;
}

div.wpis div.little
{
    float:left;
    margin:0px;
    margin-top: 5px;
    width:185px;
}



input.little, textarea.little, select.litte {
    background:#FFFFFF none repeat scroll 0% 0%;
    border:1px solid #D9D7C5;
    font-family:Tahoma, Verdana;
    font-size:7.5pt;
    margin:0px;
    padding:3px;
    color: #A4A4A4;
    width: 170px;
}

input.little:focus, textarea.little:focus, select.litte:focus {
    color: #636363;
}



/*-------text----------*/
h1.text-title
{
    color:#8bb900;
    font-size:17px;
    font-family:Tahoma;
    font-weight:normal;
    border-bottom:1px solid #e3e1cf;
    line-height:51px;
    padding-left:25px;
    margin-bottom:8px;
}

h2.text-title
{
    color:#8bb900;
    font-size:17px;
    font-family:Tahoma;
    font-weight:normal;
    border-bottom:1px solid #e3e1cf;
    line-height:51px;
    padding-left:25px;
    margin-bottom:8px;
}

div#page-text
{
    margin:16px 18px;
    line-height: 1.4em;
}

div#page-text strong a {

    font-weight: bold;
}

div#page-text div.page-foto
{
    float:left;
    margin:0px 10px 5px 0px;
}

.page-foto {
    float:left;
    height:121px;
    margin-bottom:10px;
    margin-right:20px;
    padding:0px;
    text-align:center;
    width:172px;
}

.page-foto img {
    border: 1px solid #dadada;
}

#font_down {
    font-weight: bold;
    font-size: 7pt;
}

#font_or {
    font-weight: bold;
    font-size: 9pt;
}

#font_up {
    font-weight: bold;
    font-size: 11pt;
}


div#page-content-gal
{
    margin:10px 12px;
}


/*---------mapa strony--------*/
ul.mapa-strony li a
{
    color:#9c9c9c;
}


/*---------dodaj wpis---------*/
form#form_dodaj_wpis
{
    width:450px;
    margin:20px auto;


}

form#form_dodaj_wpis p
{
    color:#95c600;
    font-weight:bold;
    line-height:30px;
}

form#form_dodaj_wpis input#dodaj
{
    width:116px;
    height:26px;
    background:url(../img/button_dodaj_wpis.jpg) 0 0 no-repeat;
}






