/*
Theme Name: PM Site
Author: Piotr Piecyk
Author URI: http://piecyk.net
*/

body
{
    background: #f7f0db;
    margin: 0;
    padding: 0;
}

#container
{
    min-width: 1020px;
    overflow: hidden;
}

#top
{
    width: 1020px;
    height: 100px;
    margin: 0 auto;
}

#menu
{
    color: #321809;

    padding: 60px 0 0 0;
    float: left;
    font-weight: bold;
    overflow: hidden;
    width: 600px;
    letter-spacing: 1px;
}

#menu ul
{
    padding: 0;
    margin: 0;
}

#menu ul a
{
    color: #321809;
    text-decoration: none;
    font-size: 14px;
}

#menu ul a:hover
{
    color: #a6a08a;
}

#menu li
{
    list-style: none;
    display: inline;
    padding-right: 25px;
}

#logo
{
    float: right;
    padding: 52px 0 0 0;
}

#logo a img
{
    border: none;
}

#mainContainer
{
    background: url('img/main_background.gif') repeat-x;
    width: 100%;
    height: 452px;
}

#footer
{
    width: 1020px;
    margin: 125px auto 20px auto;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    color: #634e3e;
    clear: both;
text-align:center;
}

#footer span
{
    padding: 5px 0 0 0;
    background: url('img/footerBackground.gif') repeat-x;
    background-position: 0 0;
}

#bigFrame
{
    width: 871px;
    height: 464px;
    background: url('img/frameBig.gif') 0 2px no-repeat;
    margin: 2px auto 0 auto !important;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0 0 0;
}

#bigFrame img
{
}

#smallFrame
{
    width: 458px;
    height: 464px;
    background: url('img/frameSmall.gif') 0 2px no-repeat;
    margin: -70px 10px 0 10px !important;
    margin: -70px 10px 0 10px;
    text-align: center;
    padding: 25px 0 0 0;
    float: left;
}

#text
{
    float: left;
    width: 520px;
    height: 370px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-family: "Times New Roman";
    overflow: auto;
}

#content
{
    width: 1020px;
    margin: 0 auto;
    padding: 70px 0 0 0;
}

#wideText
{
    float: left;
    width: 1020px;
    height: 370px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-family: "Times New Roman";
    overflow: auto;
}

.jScrollPaneContainer
{
  
}

.opinia
{
    clear: both;
}

.opinia p
{
    padding: 7px 4px;
}

.opinia img
{
    float: left;
    border: 3px solid #ffffff;
    margin: 10px;
}

.wpcf7-form
{
    margin: 10px 0 0 50px;
}

.wpcf7-form p
{
    padding: 0;
    width: 340px;
    text-align: left;
    margin: 0;
    margin-left: 0 !important;
    margin-left: -30px;
}

.wpcf7-form input.text
{
    width: 340px;
    padding: 2px;
    background: #aba290;
    border: none;
    color: #2d1c0a;
    font-family: "Times New Roman";
    float: left;
    margin: 3px;
}

.wpcf7-form textarea
{
    width: 340px;
    height: 180px;
    padding: 3px;
    background: #aba290;
    border: none;
    margin: 4px;
    color: #2d1c0a;
    font-family: "Times New Roman";
    font-size: 14px;
}

.wpcf7-form input.submitButton
{
   clear: left;
   background: none;
   border: 2px solid #aba38e;
   color: #aba38e;
   font-weight: bold;
   font-family: "Times New Roman";
   font-size: 14px;
   margin-left: 4px;
   
}

.gallerySelector
{
    padding: 10px 22px;
}

.gallerySelector a
{
    float: left;
}

.gallerySelector a img
{
    border: none;
}

.wpcf7-not-valid-tip
{
    clear: both;
}