﻿<!--
@charset "UTF-8";

/**
 * SH css
 *
 * @file        style.css
 * @name
 * @version     1.0
 * @type        transitional
 * @browsers    Windows: IE7+, Opera9+, Firefox3+
 *
 * @link        http://www.sebastianhoman.pl/
 * @copyright   2010 Sebastian Homan. All Rights Reserved.
 *
 */

/* Główne ustawienia
---------------------------------------------------------------------------------------------------- */

html, body {
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    background-color: #553C2F;
}

* {
    outline: 0px;
}

/* 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; }

.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; }
.noborder     { border: 0; }


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

#container {
    width: 960px;
    margin: 0 auto;
    border: 3px solid #3F2E2B;
    border-top: 0;
}

#header_bg {
    background-color: #2F1F1D;
    margin: auto;
    width: 100%;
    height: 150px;
    border-bottom: 3px solid #3F2E2B;
}

#header {
    width: 960px;
    margin: 0 auto;
    padding-top: 15px;
}


#logo {
    float: left;
    width: 400px;
    border: 0px solid red;
    height: 80px;
}

#reklama_banner {
    float: right;
    width: 468px;
    border: 0px solid #ffffff;
    height: 60px;
    padding: 10px 10px 0 0;
    text-align: center;
}

#content {
    background-color: #CCBB9D;
    width: 960px;
    background: url('../grafika/tlo.gif') repeat-y;
}

#kolumna_lewa{
	background-color: #F9F9F9;
	float: left;
	width: 200px;
	min-height: 500px;
}

#kolumna_prawa {
	background-color: #CCBB9D;
	float: right;
    width: 227px;
    min-height: 500px;
    padding-bottom: 30px;
}

#tresc {
	background-color: #F9F9F9;
    float: left;
    width: 700px;
	padding: 15px;
    text-align: justify;  
    border-right: 3px solid #3F2E2B;
}

#jezyki {
	float: right; 
	text-align: right;
	width: 100px;
    padding-top: 10px;
    padding-right: 15px;
}

#sort {
    text-align: center;
    margin-bottom: 20px;
}

#szukaj {
    text-align: center;
    margin: 10px 0 10px 0;
}

#nawigacja {
    height: 40px; 
    clear: both; 
    padding-top: 15px
}

#footer {
    clear: both;
    font-size: 10px;
    height: 30px;
    width: 960px;
    line-height: 20px;
    margin: 0 auto;
    color: #CCBB9F;
}

#footer_left {
	float: left;
	width: 750px;
	padding-left: 10px;
}
	
#footer_right {
    float: right;
    width: 190px;
    padding-right: 10px;
    text-align: right;
}	

#tekst {
	padding: 5px; 
	overflow: auto;
}

.separator {
    height: 25px;
    width: 500px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

a {
	color: #2F1F1D;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.aktywny {
    font-weight: bold;
}

#footer a {
	color: #CCBB9F;
}

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

h1 {
    color: #553C2F;
	font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
	text-align: left;
	line-height: normal;
}

h2 {
	color: #141517;
	font-size: 17px;
	text-align: left;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: bold;
}

.naglowek {
	background-color: #7F7057;
	line-height: 45px;
	padding: 0 10px 0 10px;
	color: #CCBB9F;
	font-size: 15px;
	font-style: italic;
}

/* menu główne
---------------------------------------------------------------------------------------------------- */

#menu_top ul li {
    display: inline;
}
	
#menu_top a {
    background: #150E09;
    height: 40px;
    color: white;
    display: block;
    float: left;
    line-height: 40px;
    padding: 0px 15px 0px 15px;
    font-size: 11px;
    text-transform:uppercase ;
}

#menu_top a:hover {
    background: #CCBB9D;
    color: #150E09;
}

#menu_top .aktywny {
    background: #FFFFFF;
    color: #150E09;
}

#menu {
    line-height: 30px;
    width: 940px;
    margin:auto;
    text-align:center;
    color: #f1e5e5;
}

#menu a{
    color: #f1e5e5;
    margin: 0 4px 0 4px;
}

#menu a.aktywny, #menu a:hover {
    color: #da251e;

}

.wstecz {
    text-align: center;
}

/* Listy
---------------------------------------------------------------------------------------------------- */

#content ul, #content ol {
    margin-left: 40px;  
}

/* Jquery
---------------------------------------------------------------------------------------------------- */

#toTop {
	width:100px;
	background:#8E1C39;
	border:1px solid #a21c3e;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
}

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

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

.gra_lista {
	width: 690px;
    margin-top: 0px;
    border-bottom: 1px solid #CCBB9D;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    
}
.gra_lista:hover {
    background-color: #EFE8D1;
}

.gra_lista .gra_skrot {
    float: right;
    width: 540px;
    text-align: justify;
}

.gra_lista .gra_krotki_opis > p  {
    margin: 0;
}

.gra_lista .gra_skrot h2 {
    font-size: 14px;
    line-height: normal;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    width: 450px;
    float: left;
}

.gra_lista .gra_skrot h2 a {
	color: #553C2F;
}

.gra_lista .gra_skrot h2 a:hover {
    color: #BF2E23;
}

.gra_lista .gra_skrot .ocena {
	margin: 0;
    float: right;
    font-weight: bold;
}

.gra_lista .gra_skrot .gra_krotki_opis {
    padding-top: 5px;
}

.gra_lista .gra_lista_obrazek {
    float: left;
    width: 150px;
    text-align: center;
}

.gra_lista .gra_lista_obrazek img, .gra_obrazek {
    border: 6px solid #CCBB9D;
    width: 120px;
    height: 90px;
}

.gra_obrazek {
	margin: 0 0px 0px 0;
}

.gra_lista .gra_lista_obrazek img:hover, .gra_obrazek:hover {
    border-color: #553C2F;
}

.gra_lista .gra_skrot .wiecej {
    background-color: #F9F9F9;
    color: #553C2F;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    border: 1px solid #553C2F;
    float: right;
    font-size: 10px;
}

.gra_lista .gra_skrot .wiecej:hover {
    background-color: #553C2F;
    color: #FFFFFF;
    cursor: pointer;
}

/* gra
---------------------------------------------------------------------------------------------------- */

#loader {
	display:none;
	padding-left:20px; 
	background:url(../grafika/crystal-arrows.gif) no-repeat center left;
}

#gra_tekst {
	float: left; 
	width: 480px;
}

#gra_info {
    width: 200px; 
    margin: 10px; 
    margin-top: 0;
    float: right; 
    text-align: center; 
}

#gra_link {
    margin-top: 10px;
    font-size: 11px;
}

#gra_stars {
    margin: auto; 
    margin-top: 20px; 
    width: 142px;
}

#gra_ocena {
	clear: both;
    padding-top: 10px;
}



/* top 10 lista
---------------------------------------------------------------------------------------------------- */

#kolumna_prawa ul, #kolumna_prawa ol {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

#kolumna_prawa li {
    margin-bottom: 2px;
    padding-right: 15px;

}

/* formularze
---------------------------------------------------------------------------------------------------- */

input, textarea {
	padding:3px;
}

.form {
	padding: 3px;
	border: 2px solid #CCBB9D;
}

.form:focus {
    border-color: #553C2F;
}
	
.submit {
	background-color: #F9F9F9;
	color: #553C2F;
    padding: 2px 3px 2px 3px;
	font-weight: bold;
    border: 1px solid #553C2F;
}

.submit:hover {
    background-color: #553C2F;
    color: #FFFFFF;
    cursor: pointer;
}

#wyszukiwarka input {
    border: 1px solid #553C2F;
}
	

/* formularz kontaktowy
---------------------------------------------------------------------------------------------------- */

#formularz_kontaktowy {
    padding: 10px;
}

#formularz_kontaktowy label {
	float: left;
	margin-right: 15px;
	text-align: right;
	width: 200px;
	padding-top: 2px;
}

#formularz_kontaktowy .form {
    width: 400px;
}

#formularz_kontaktowy textarea {
    height: 200px;
}

#formularz_kontaktowy .submit, #formularz_kontaktowy .f_maxlength {
    margin-left: 215px;
}

#formularz_kontaktowy .f_maxlength {
    font-size: 10px;
}

#formularz_kontaktowy div {
    margin-bottom: 10px;
}

/* porcjowanie wyników
---------------------------------------------------------------------------------------------------- */

.porcjowanie {
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
}

.strona {
    border: 1px solid #553C2F;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 2px;
    color: #000000;
}

.strona:hover {
    background-color: #553C2F;
    color: #FFFFFF;
}

.strona_aktywna {
    background-color: #553C2F;
    border: 1px solid #553C2F;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #FFFFFF;
}

.strona_nieaktywna {
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #AFAFAF;
}

.strona_nastepna, .strona_poprzednia {

}

/* komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_ok {
    background: #E2F9E3 url('../grafika/ok.png') no-repeat 10px;
    border:1px solid #348300;
}

.komunikat_uwaga {
    background: #FFFECC url('../grafika/uwaga.png') no-repeat 10px;
    border: 1px solid #DFA200;
}

.komunikat_blad {
    background: #FFEDEF url('../grafika/error.png') no-repeat 10px;
    border: 1px solid #FE3A3A;
}

.komunikat_potwierdzenie {
    background: #AFD9FF url('../grafika/info.png') no-repeat 10px;
    border: 1px solid #0072CF;
}

.komunikat_ok,
.komunikat_uwaga,
.komunikat_potwierdzenie,
.komunikat_blad {
    color: #000000;
    font-size: 1em;
    margin: auto;
    margin-top: 15px;
    padding: 10px 10px 10px 40px;
    max-width: 450px;
}

.komunikat_ok span,
.komunikat_uwaga span,
.komunikat_potwierdzenie span,
.komunikat_blad span {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 2px;
}

.komunikat_ok span { color: #348300; }
.komunikat_uwaga span { color: #DFA200; }
.komunikat_blad span { color: #FE3A3A; }
.komunikat_potwierdzenie span { color: #0072CF; }

.komunikat_ok p,
.komunikat_uwaga p,
.komunikat_potwierdzenie p,
.komunikat_blad p {
    margin: 0px;
    padding: 0px;
}

.komunikat_potwierdzenie p .button1, 
.komunikat_potwierdzenie p .button1:hover,
.komunikat_potwierdzenie p .button2, 
.komunikat_potwierdzenie p .button2:hover {
    display: inline;
    margin-left: 5px;
}
-->
