/*
CSS-file for three column layout 2006
http://www.savio.no/
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Arial, Helvetica, sans-serif;
background-color: #fff; 
background-image: url('../images/tlomenu.png'); background-repeat: repeat-y;
}
body {
font-size: 90%;
min-width: 760px;
}
p {margin:0px;padding-top:2px;padding-bottom:5px;padding-left:20px;padding-right:40px;text-align:justify;font-family: Arial, Helvetica;font-size:14px}
p .tabela{margin:20px;padding-top:2px;padding-bottom:5px;padding-left:20px;padding-right:40px;text-align:justify;font-family: Arial, Helvetica;}
form {
background: #08000;
border: 1 solid;
margin: 0 0 10px 0;}
a {
color: #000000;
font-weight: bold;
text-decoration: none;
}
a:hover{
color: #8B0000;
text-decoration: none;
}
a.recenzja{
color: #000000;
font-weight: normal;
text-decoration: underline;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
text-transform: uppercase;
}
h3 {
font-size: 1em;
}
h5 {
font-size: 40px;
font-weight: bold;
padding-bottom: 5px;
}
h1 a, #header h2{
color: #fff;
}
input{border:1;}
.clear { clear: both; }
#mainContainer {
min-height: 300px;
background: #fff;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header h1 span {display:none;}
#header {
background: #f1e2b4;

 background-image:url('../images/logo1.png');
 background-repeat:no-repeat;
 background-position:top left;
 height: 170px;
}
#header:hover {
background: #f1e2b4;

 background-image:url('../images/logo2.png');
 background-repeat:no-repeat;
 background-position:top left;
 height: 170px;
}
#slider1 {
    width: 600px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
        overflow: hidden; /* important */
        background-color: #000000;
        margin-left: 33%;
}


/**************************
SLIDER
**************************/
#slider1Content {
    width: 710px; /* important to be same as image width or wider */
    position: absolute;
        top: 0;
        margin-left: 0px;
}
.slider1Image {
    float: left;
    position: relative;
        display: none;
}
.slider1Image span {
    position: absolute;
        font: Arial, Helvetica, sans-serif;
    padding: 5px 5px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
        clear: both;
}
.slider1Image span strong {
    font-size: 1.4em;
}
.left {
        top: 0;
    left: 0;
        width: 110px !important;
        height: 150px;
}
.right {
        right: 0;
        bottom: 0;
        width: 120px !important;
        height: 145px;
}
.top {
        top: 0;
        left: 0;
                width: 590px !important;
}
.bottom {
        bottom: 0;
    left: 0;
            width: 300px !important;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
border-left: 220px solid #f1e2b4; /*** This is the width and the color for our left column ***/
border-right: 0px solid #fff; /*** This is the width and the color for our right column ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/

}
.inner {
width: 100%; 

}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -200px; /*** Same length as .outer border-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float:right;
background: #fff;
margin-right: -200px;  /*** Same length as .outer border-left but with negative value ***/
width: 100%;
}
* html #content {
position: relative;
}
.contentWrap{
padding: 5px;
}

#content h2 {font:bold 20px tahoma, sans-serif;line-height:1.3em;color:#8B0000;padding-bottom:10px;padding-left:5px;}
#content p.srodtytol {font:bold 15px tahoma, sans-serif;line-height:1.3em;color:#8B0000;padding-left:20px;text-align:left;}
#content p.kontakt {font:bold 14px tahoma, sans-serif;line-height:1em;color:#8B0000;padding-left:20px;padding-top:0.5em;text-align:left;text-transform: uppercase;}
#content h4 {font:bold 18px tahoma, sans-serif;line-height:1.3em;color:#8B0000;padding-top:10px;padding-bottom:10px;padding-left:20px;}
#repertuar {font-family: Arial, Helvetica;}
./*nazw {display:block;}*/
.nazwisko {font-family: Arial, Helvetica;font-size: 2.2em; margin:0px 0em 0 0em;display:inline;padding:0 0 0 0;}
#nazw img.cv3 {width:200px;float:right;margin-left:90%;margin-right:40px;display:inline;}
#content p.cv {margin:0.8em 250px 0.8em 0.8em; float:left;}
#content p.tresc{width:640px;}
/**************************
jQUERY lightbox
**************************/
 #gallery {
                background-color: #fff;
                padding: 5px;
                padding-left:20px;
                width: 650px;
        }
        #gallery ul { list-style: none; }
        #gallery ul li { display: inline; }
        #gallery ul img {
                border: 5px solid #f1e2b4;
                border-width: 5px 5px 20px;
        }
        #gallery ul a:hover img {
                border: 5px solid #8B0000;
                border-width: 5px 5px 20px;
                color: #fff;
        }
        #gallery ul a:hover { color: #8B0000; }
		#plakata {
                background-color: #fff;
                padding: 5px;
                padding-left:20px;
                width: 210px;
				display: inline;
        }
        #plakata ul { list-style: none; }
        #plakata ul li { display: inline; }
        #plakata ul img {
                border: 5px solid #f1e2b4;
                border-width: 5px 5px 20px;
        }
        #plakata ul a:hover img {
                border: 5px solid #8B0000;
                border-width: 5px 5px 20px;
                color: #fff;
        }
        #plakata ul a:hover { color: #8B0000; }
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 150px;
min-height: 250px;
padding: 0.3em;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}
/**************************
MENU
**************************/
/* STUFF CONTAINED WITHIN THE LINKLIST DIV */
a.menu {font: 1.2em tahoma, sans-serif;text-transform:uppercase;color:#000000;}
a.menu:hover {font: 1.2em tahoma, sans-serif;text-transform:uppercase;color:#8B0000;}
#linkList h3.select span {display:none}
#linkList ul {margin:0px;padding:0px;}
#linkList li {list-style-type:none;display:block;margin:0px;}
#linkList li a {color:#000000;}
#linkList li a:hover {color:#8B0000;}
#lselect a {display:block;}
#lselect li a.c {display: inline;}
#lselect li {margin-bottom:4px;}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 0px;
padding: 0px;
min-height: 400px;
margin-right: -130px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
* html #right {
height: 250px;
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

/**************************
FOOTER
**************************/
#footer {
text-align: center;
background-color: #fff;
}  
