/*---------------------------------------------dla wszystkich */
body {
	margin: 0;
	padding: 0;
	background:url(szablon/tlo.png);
	

	font-family:'Philosopher';
	letter-spacing:4px;
}
h1{
	font-size:42px;
	font-weight:bold;
	color:#000;
	text-align:right;
	font-style:italic;
	padding-top:10px;
	margin-top:5px;
	}
h2{
        margin-top:0px;
	font-size:20px;
	color: white;
	margin-left:80px;
	letter-spacing:6px;

}

h3{
    font-size: 20px;
    color: black;
    margin-left:80px;
    letter-spacing:6px;
    padding: 20px;

}
h4{
	font-size:18px;
	color:white;

}

p{

        
    text-indent: 50px;
	color:#EAEAEA;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:14px;
}
a{
    color: #777777;
    text-decoration:none;
    font-style:	italic;

}
a:hover{
    color: #f68200;

}
#przyciski a{
	color:black;
	text-decoration:none;
	font-size:14px;
	font-family:'Philosopher';
	margin:0  0 0 70px;
	padding-top:4px;
	letter-spacing:4px;
	font-style:	italic;
        font-weight: normal;



}
#przyciski a:hover{
	color:rgba(0,0,0,0.4);
	border-top:dotted 5px rgba(0,250,20,0.4) ;
	text-align:left;


}
@font-face {
    font-family: 'Philosopher';
    src: url('philosopher-webfont.eot');
    src: url('philosopher-webfont.eot?#iefix') format('embedded-opentype'),
         url('philosopher-webfont.woff') format('woff'),
         url('philosopher-webfont.ttf') format('truetype'),
         url('philosopher-webfont.svg#PhilosopherRegular') format('svg');
    font-weight: normal;
    font-style:italic;


}
br{
    padding:0px;
    margin:0px;
    line-height:0px;
    border:0px;

}
img{
   vertical-align: middle;
   margin:0 0 0 0;
   padding: 0 0 0 0;
}

/*------------------------------calosc*/
#calosc{
	width:1000px;
	
	margin-top:100px;
	margin-left:0px;
        margin-right:0px;

			-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 150px;
-moz-border-radius-bottomright: 150px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 150px 150px 0px;
border-radius: 0px 150px 150px 0px;

}
/*------------------------------naglowek*/
#naglowek {
	height:60px;
	width:100%;
	position:static;
	top:0;
	right:0;
	background:url(szablon/tytul.png) no-repeat right;
	background-color:rgba(0,0,0,0.3);
	border-bottom:solid 5px #f68200;
/*-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:75px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:75px;
-webkit-border-bottom-right-radius:0px;
/*border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:75px;
border-bottom-right-radius:0px;*/

}

/*-----------------------------podtytul*/
#podtytul {
	height:50px;
        width:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:100px;
        padding-top:0px;
        margin-top: 0px;
	border:none 0px #000000;
        border-left:solid 20px #f68200;
        background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(64%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* W3C */

}
/*-----------------------------kontener*/
#newsy {
	width: 800px;
	height:400px;
	position:absolute;
	bottom:100px;
	margin:0 auto 0 auto;
	-moz-border-radius-topleft: 400px;
-moz-border-radius-topright:400px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:400px;
-webkit-border-top-right-radius:400px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:400px;
border-top-right-radius:400px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;

background: rgba(0,0,0,0.2);

}
/*------------------------------tresc*/
#tresc {
    letter-spacing: 1px;
    font-family: arial;
	width:1000px;
	float:left;
        
        padding-top: 40px;

        background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(64%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0) 100%); /* W3C */
}

#tresc li{
    letter-spacing: 1px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    line-height: 20px;

    list-style:georgian;
    font-size: 14px;
    color:#888888;
}
/*----------------------------stopka*/
#stopka {
	width:100%;
	height:120px;
	position:fixed;
	bottom:0px;

	-moz-box-shadow: #011 0px 0px 40px;
        -webkit-box-shadow: #011 0px 0px 40px;
        box-shadow: #011 0px 0px 40px;
}
#pasek{
height:20px;
width:100%;
	background:#f68200 -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background:k#f68200 -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.5)), color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background:#f68200 -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background:#f68200 -o-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* Opera11.10+ */
background:#f68200 -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */
background:#f68200 linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* W3C */


}
#przerwa{
height:10px;
width:100%;

}


#nawigacja {
height:90px;
width:100%;
-moz-box-shadow: #011 0px 0px 40px;
        -webkit-box-shadow: #011 0px 0px 40px;
        box-shadow: #011 0px 0px 40px;

	background:url(szablon/ozdoba.png) repeat-x 10px 58px,#f68200 -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background:url(szablon/ozdoba.png) repeat-x 10px 58px,#f68200 -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.5)), color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background:url(szablon/ozdoba.png) repeat-x 10px 58px,#f68200 -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background:url(szablon/ozdoba.png) repeat-x 10px 58px,#f68200 -o-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* Opera11.10+ */
background:url(szablon/ozdoba.png) repeat-x 10px 58px,#f68200 -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */
background:url(szablon/ozdoba.png) repeat-x 10px 58px,#f68200 linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 100%); /* W3C */



}
/*---------------------------------------------------------przyciski*/
#zawezone{
	width:1000px;
	margin:0 auto 0 auto;

}
#przyciski{
	width:700px;
	display:inline-block;
	float:right;
	text-align:right;
}
/*-----------------------------------------------------------napisy na samym dole*/
#stopka_wlasciwa{
	height:40px;
	width:100%;
	text-align:center;

	font-size:11px;
	background: url("szablon/pasek.png") no-repeat bottom;
	position:absolute;
	bottom:0px;

        padding-top:10px;


        color:#999999;

}
#stopka_wlasciwa table{
    margin:5px auto 0 auto;
    width:700px;
    height: 30px;
}
#stopka_wlasciwa a{
    color:#999999;
    font-size: 14px;
    font-family:'Philosopher';

}
#stopka_wlasciwa a:hover:first-letter{
    border:0;

    color:#f68200;



}

/*-------------------------------------------------ulubione*/
#ulubione{
	display:inline-block;
	margin:0 0 0 0;
	width:600px;
	/*position:absolute;
	bottom:30px;
	right:0px;*/
	position:relative;
	top:10px;
	left:25px;
}
#ulubione a{
	border:0;
	margin:5px;
	padding:0;
}
#ulubione img{
border:0;

}
#znajomi{

	position:relative;
        top:10px;
	margin:0 auto 0 auto;
	text-align: center;
	height:20px;
	border:0;
}
#znajomi a{

	border:0;
        color:#999999;
	font-size: 11px;
	padding:5px 0 5px 0px;

	}
        #znajomi a:hover{
            color:#f68200;
        }

        #aktualnosci{




            width:900px;
            display:inline-block;

        }
        #min{

            border:solid 5px #f68200;
            border-right-width: 20px
        }
        #min:hover{
            border-right-width:5px;
        }












