﻿@charset "UTF-8";

/**
 * euforia studio css
 *
 * @file		style.css
 * @name		euforia studio
 * @version		1.0
 * @type		transitional
 * @browsers	Windows: IE6+, Opera9+, Firefox3+
 *
 * @link		http://www.euforiastudio.pl/
 * @copyright	2009 euforiastudio.pl All Rights Reserved.
 *
 */

/* Reset - zerowanie wartości
---------------------------------------------------------------------------------------------------- */

@import "reset.css";

/* Ustawienia globalne
---------------------------------------------------------------------------------------------------- */

body {
    height: 100%;
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    color: #BFBFBF;
    font-family: Verdana, Tahoma, sans;
    font-size: 11px;
    line-height: 18px;
}

/* Globalne klasy
---------------------------------------------------------------------------------------------------- */

.hide		   { display: none; }
.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
.inline		   { display: inline; }
.block		   { display: block; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #FDFF0F; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.nomargin      { margin: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

table          { margin-bottom: 1.4em; }
th             { font-weight: bold; }
thead th 	   { background: #c3d9ff; }
th,td,caption  { padding: 4px 10px 4px 5px; }
tr.even td     { background: #e5ecf9; }
tfoot          { font-style: italic; }
caption        { background: #eee; }

/* Struktura strony
---------------------------------------------------------------------------------------------------- */

#kontener {
    margin: 0px auto;
    width: 100%;
    background: #0D0D0D
}

#top {
    width: 100%;
    height: 298px;
}

#zawartosc {
    width: 960px;
    border: 0px solid white;
    margin: auto;
}

#kolumna_lewa {
    width: 620px;
    float: left;
    margin: 20px;
    margin-top: 0px;
    margin-left:10px;
    border: 0px solid #D1FF5F;
    padding:10px;
    padding-top: 35px;
}

#kolumna_prawa {
    border: 0px solid #F1FFCF;
    width: 250px;
    float: right;
    min-height: 500px;
    margin-top: 0px;
    margin-right: 20px;
    padding-right: 10px;
    padding-top: 10px;
}

#tresc {
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

#stopka {
    height: 79px;
    background: url( '../grafika/tlo_stopka.gif' ) repeat-x;
    clear: both;
}

#stopka_tresc {
    width: 960px;
    height: 81px;
    margin: auto;
    background: url( '../grafika/tlo_stopka_tresc.jpg' ) center no-repeat;
    border: 0px solid #ffffff;
}

#stopka_linki {
    width: 620px;
    float: left;
    margin: 20px;
    margin-top: 10px;
    margin-left:10px;
    padding: 10px;
    text-align: left;
    border: 0px solid #ffffff;
}

#stopka_euforia {
    width: 230px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
    border: 0px solid #ffffff;
    text-align: center;
}

/* Nagłówki
---------------------------------------------------------------------------------------------------- */

.naglowek {
    height: 20px;
    line-height: 20px;
    background: url('../grafika/kwadrat.gif') left no-repeat #000000;
    padding-left: 30px;
    margin-bottom: 20px;
}

.flash_nag {
    margin-bottom: 15px;
    padding-left: 0px;
}

.zobacz_wiecej {
    text-align: right;
    background: url('../grafika/tlo_wiecej.gif') left no-repeat;
    margin-top: 10px;
}


.naglowek2 {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #ffffff;
}

.box_prawy {
    width: 250px;
    margin: auto;
    padding-bottom: 10px;
    background: url('../grafika/tlo_box.gif') left repeat-y #161616;
    line-height: 18px;
    margin-bottom: 30px;
    padding-top: 25px;
}

.box_prawy ul {
    list-style-type: square;
    color: #F1D941;
    margin-left: 25px;
    margin-right: 25px;
}

h1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
}

h2 {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 0px;
    display: inline;
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #986009;
}

a:hover {
    color: #FF9900;
}

#stopka a {
    text-decoration: none;
    color: #7B652C;
    padding: 7px;
}

#stopka a.aktywny, a.aktywny {
    color: #FF9900;
}

#stopka a:hover {
    color: #F1D941;
}

a.wiecej {
    text-decoration: none;
    color: #986009;
    font-weight: bold;
}

a.wiecej:hover {
    text-decoration: none;
    color: #FF9900;
    font-weight: bold;
}

#stopka_euforia a {
    padding: 0px;
}

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_ok {
    color: #67426C;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #67426C;
    margin: 20px;
}

.komunikat_uwaga {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #FFFFFF;
    margin: 20px;
}

.komunikat_blad {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border:1px solid #E00504;
    margin: 20px;
}

/* Formularze
---------------------------------------------------------------------------------------------------- */

.form {
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    border: 1px solid #949494;
    background-color: #ffffff;
    padding: 4px;
    width: 200px;
}

#szukaj {
    text-align: left;
    background: #161616;
    width: 242px;
    padding: 4px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#szukaj .fraza {
    border: 1px solid #000000;
    display: inline;
    background: url('../grafika/szukaj.gif') left no-repeat #F9F9F9;
    padding-left: 22px;
    height: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    width: 192px;
    overflow: hidden;
}

#szukaj .submit {
    border: 0px solid #000000;
    display: inline;
    height: 20px;
    vertical-align: middle;
}

#form_kontakt .submit {
    padding: 3px;
    font-weight:bold;
    background:#ECD24C;
    color: #000000;
    cursor:pointer
}

/* tooltip - jquery
---------------------------------------------------------------------------------------------------- */

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 4px 5px;
    color: #333;
    display: none;
    z-index: 11;
}

/* Moduł aktualności
---------------------------------------------------------------------------------------------------- */

.aktualnosc_zdj {
    float: left;
    margin: 4px;
    margin-right: 7px;
    padding: 3px;
    margin-bottom: 2px;
    border: 1px solid #212121;
    margin-left: 0px;
}

.aktualnosc_zdj:hover {
    border: 1px solid #F1D941;
}

#galeria img {
    margin: 6px;
    padding: 3px;
    margin-left:0;;
    border: 1px solid #212121;
}

#galeria img:hover {
    border: 1px solid #F1D941;
}

* { outline:none }
a img { border:none }

.aktualnosc_data {
    font-family: Tahoma;
    font-size: 12px;
    color: #BCBCBC;
    font-weight: normal;
}

.aktualnosc_nazwa {
    color: #FD9A00;
}

.aktualnosc, #galeria {
    margin-bottom:25px;
    margin-left: 0px;
    color:#9F9F9F;
    text-align: justify;
}

#galeria {
     text-align: left;
}

.data_dodania {
    font-size: 9px;
    color: #AFAFAF;
}


#pliki {
    list-style-type: square;
    margin-left: 40px;
    color: #F1D941;
}

.tekst {
    margin-bottom: 25px;
    color: #9F9F9F;
    text-align: justify;
    margin-left: 0px;
}

.tekst img, .zdjecie {
    margin: 6px;
    padding: 3px;
    margin-bottom: 2px;
    border: 1px solid #212121;
}

.tekst img:hover, .zdjecie:hover {
    border: 1px solid #F1D941;
}

/*
---------------------------------------------------------------------------------------------------- */

.podzial_akt {
    background-color: #FF9900;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3c222f;
}

.podzial_nieakt {
    background-color: #212121;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3F3F3F;
}

.podzial_pozycja {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #212121;
}

.podzial {
    background-color: #000000;
    border: 1px solid #3F3F3F;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    color: #ffffff;
}

.tekst ul, .tekst ol {
    margin-left: 40px;
}

.tekst ul {
    list-style-type: square;
}

/* kategorie produktowe
---------------------------------------------------------------------------------------------------- */

.kategoria {
    float: left;
    width: 190px;
    text-align: center;
    margin: 4px;
    border: 1px solid #353432;
    font-size: 11px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.kategoria .nazwa  {
    color: #ECD24C;
    margin: 0;
}

.kategoria .nazwa a {
    display: block;
    padding: 10px;
}

/* lista produktów
---------------------------------------------------------------------------------------------------- */

.produkty {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

.produkt_zdjecie {
    width: 120px;
    float: left;
    text-align:center;
}

.produkty .opis {
    float: left;
    width: 460px;
    padding-left: 10px;
    text-align: justify;
}

.produkty .nazwa {
    margin:0;
    padding-top: 7px;
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 1px solid #212121;
}

/* produkt
---------------------------------------------------------------------------------------------------- */

.produkt ul {
    list-style-type: square;
    margin-left: 40px;
}

.produkt {
    margin-left: 0px;
}
