/********************************************
   AKA studio, 2007
   Based on "MarketPlace" by Erwin Aligam (http://www.styleshout.com/)
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0;}

body {
    background: #fff;
    font: small/1.65em Verdana, Tahoma, arial, sans-serif;
    color: #4F492C;
    text-align: center;
    margin: 0 0 15px 0;
}
body.mceContentBody {
    text-align: left;
}

/* links */
a, a:visited {
    color: #8F0000;
    background: inherit;
    text-decoration: underline;
}
a:hover {
    color: #383d44;
    background: inherit;
    padding-bottom: 0;
    border-bottom: 2px solid #dbd5c5;
}

/* headers */
h1, h2, h3 {
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;
    font-weight: Bold;
    color: #333;
}
h1 {
    font-size: 160%;
    font-weight: normal;
}
h2 {
    font-size: 130%;
    text-transform: uppercase;
}
h3 {
    font-size: 130%;
}

h1, h2, h3 {
    padding: 10px 0;
    margin: 1em 0 0;
}

p {
    padding: 10px;
    margin: 0;
    text-align: justify;
}

ul, ol {
    margin: 5px 20px;
    padding: 0 20px;
}

/* images */
img {
    background: #FAFAFA;
    border: 1px solid #DCDCDC;
    padding: 5px;
}

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

/* picsContainer & images */
div.picsContainer {
    text-align: center;
    margin: 20px 0;
}

div.picsContainer a:hover {
    border: none;
}

div.picsContainer a img {
    margin: 10px;
}

div.frontPics {
    margin: 30px 0;
}


code {
      margin: 5px 0;
      padding: 10px;
      text-align: left;
      display: block;
      overflow: auto;
      font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
      /* white-space: pre; */
      background: #F5F5F5;
    border-left: 3px solid #D4D4D4;
}
acronym {
    cursor: help;
    border-bottom: 1px dashed #777;
}
blockquote {
    font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
    margin: 10px;
     padding: 0 0 0 25px;
    background: #F5F5F5;
    border-left: 3px solid #D4D4D4;
    color: #444;
}

/* start - table */
table {
    border-collapse: collapse;
    margin: 10px;
}
th strong {
    color: #fff;
}
th {
    background: #e7e6e6 url(button.jpg) repeat-x;
    height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    border-left: 1px solid #f4f4f4;
    border-bottom: solid 2px #fff;
    color: #333;
}
tr {
    height: 30px;
}
td {
    padding: 11px;
    /*border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;*/
}
td.first,th.first {
    border-left: 0px;
}
tr.row-a {
    background: #F8F8F8;
}
tr.row-b {
    background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
    margin:10px; padding: 0 5px;
    background: #F5F5F5;
}
label {
    font-weight:bold;
    margin:5px 0;
    font-size: x-small;
}
input {
    padding:2px;
    border:1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}
textarea {
    width:400px;
    padding:2px;
    font: normal 1em Verdana, sans-serif;
    border:1px solid #eee;
    height:100px;
    display:block;
    color:#777;
}
input.button {
    font: bold 12px Arial, Sans-serif;
    height: 24px;
    margin: 0;
    padding: 2px 3px;
    color: #333;
    background: #e7e6e6 url(button.jpg) repeat-x;
    border: 1px solid #dadada;
    cursor: pointer;
}

option {
    margin-right: 4px;
}

/* search form */
#search_engine {
    background-color: transparent;
    border: none;
    margin: 0 5px 0 10px; padding: 5px 0 15px 0;
    width: 190px;
}
#search_engine p { margin: 0; padding: 0; }
#search_engine input.searchfield {
    width: 100px;
    color: #777;
    height: 18px;
    padding: 2px;
    border: 1px solid #E5E5E5;
    vertical-align: top;
}
#search_engine input.searchbutton {
    width: 60px;
    height: 24px;
    padding: 2px 5px;
    vertical-align: top;
    font: bold 12px Arial, Sans-serif;
    margin: 0;
    color: #333;
    background: #e7e6e6 url(button.jpg) repeat-x;
    border: 1px solid #dadada;
    cursor: pointer;

}

/********************************************
   LAYOUT
********************************************/
#wrap {
    position: relative;
    width: 910px;
    margin: 0 auto;
    text-align: left;
    background: #fff url(content.jpg) repeat-y center top;
}
#content-wrap {
    float: left;
    width: 850px;
    margin-left: 30px;
    display: inline;
    padding: 0;
    border-top: 5px solid #fff;
    background: #fff url(content-wrap.jpg) repeat-x;
}
#header {
    position: relative;
    background: #fff url(dd-header-top.jpg) no-repeat scroll bottom center;
    height: 35px;
    width:910px;
    padding: 0;
    color: #fff;
}

/* header links */
#header #header-links {
    position: absolute;
    top: 8px; right: 45px;
    color: #838181;
    font-size: 10px;
    font-weight: bold;
}

#header #header-links p {
    padding: 0;    margin: 0;
}
#header #header-links a {
    color: #838181;
    text-decoration: none;
}
#header #header-links a:hover {
    color: #444;
}

/* header-photo */
#header-photo {
    position: relative;
    clear: both;
    margin: 0px auto 5px;
    /*margin-top: 0px;*/
    height: 220px;
    width: 850px;
    background: #fff url(dd-header-photo.jpg) no-repeat center center;
}
#header-photo #logo-text,
#header-photo #logo-text-2 {
    position: absolute;
    margin: 0; padding: 0;
    font: normal small-caps 54px Times New Roman, Serif;
    letter-spacing: 0px;
    color: #DFBE29;
    text-transform: none;
    text-decoration: none;
    border: none;
    z-index: 1;

    /* change the values of top and left to adjust the position of the logo*/
    top: 115px; left: 30px;
}
#header-photo #logo-text-2 {
    letter-spacing: 0px;
    color: #000000;
    z-index: 0;

    /* change the values of top and left to adjust the position of the logo*/
    top: 116px; left: 31px;
}

#header-photo h2#slogan {
    position: absolute;
    margin: 0; padding: 0;
    font: normal 16px Times New Roman, Serif;
    text-transform: none;
    color: #6F6F4C;

    /* change the values of top and left to adjust the position of the slogan*/
    top: 85px; left: 35px;
}

/* Navigation */
#nav {
    position: absolute;
    top: 194px;
    left: 20px;
    padding: 0;
}
#nav ul {
    float: left;
    list-style: none;
    background-color: transparent;
    width: 830px;
    padding: 0;    margin: 0;
    height: 40px;
    display: inline;
    text-transform: uppercase;
}
#nav ul li {
    display: inline;
    background-color: black;
    margin: 0px; padding: 0px;
}
a.navlink, a.navlink:visited {
    width: 105px;
    display: block;
    float: left;
    width: auto;
    margin: 0 4px;
    padding: 0 9px;
    border: 1px solid #9F9F9F;
    border-bottom: none;
    color: #DFBE29;
    font: bold 10px/25px Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    background-color: black;
    opacity: .70;
    filter: alpha(opacity=70);
    -moz-opacity: .70

}

a.navlink.current, a.navlink.current:visited, a.navlink:hover {
    background-color: #5F5F5F;
    opacity: 1.00;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00
}


/* Main Column */
.three-col #main {
    margin: 10px 25px 25px 25px;
}
.two-col #main {
    margin: 10px 5px 0 200px;
}

#main h1 {
    margin: 20px 10px 20px 0px;
    font: normal 2.0em Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-align: center;
    color: #444;
    padding: 10px 0 10px 0px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

#main h2 {
    margin: 4px 10px 10px 0px;
    font: normal 1.8em Georgia, "Times New Roman", Times, serif;
    color: #444;
    padding: 15px 0 2px 0px;
    border-bottom: 1px solid #dadada;
}

/* Sidebar */
#sidebar {
    float: left;
    width: 195px;
    margin-top: 10px;
}


#sidebar ul li a.current  {
    font-weight: Bold;
}



/* right column */
#rightcolumn {
    float: right;
    width: 190px;
    margin-top: 10px;
}
#rightcolumn h1, #sidebar h1 {
    margin: 10px 5px 0 5px;
    padding: 5px 5px;
    font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #444;
}


/* footer-wrap */
#footer-wrap {
    clear: both;
    width: 910px;
    font-size: 95%;
    padding: 10px 0px 20px;
    text-align: left;
    background: url(footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}
#footer-wrap a:hover {
    color: #000;
}
#footer-wrap p {
    padding: 6px 0;
}
#footer-wrap h2 {
    color: #666666;
    margin: 0;
    padding: 0 10px;
}

/* footer */
#footer {
    clear: both;
    color: #666;
    margin: 0 auto 10px auto;
    width: 850px;
    padding: 2px 0;
    text-align: center;
    font-size: x-small;
    background: #EFEFEF;
    border-top: 1px solid #F2F2F2;
}

p.left_foot {
    width: 60%;
    padding-left: 10px;
    display: block;
    margin-left: 8px;
    margin-left: 8px;

}
p.right_foot {
    width: 30%;
    margin-right: 8px;
    margin-right: 8px;
    display: block;
    float: right;
    text-align: right;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */

.date {

    margin: 0 10px 0 5px;
    background: #E7E7E7;
    padding: 5px; margin: 20px 10px 0 10px;
    font-size: 95%;
    color: #666666;
}

/* sNews */
fieldset {
    border: 1px solid #999;
    padding: 10px 8px;
    margin: 0 0 8px 0;
    background: #dadada;
    color: #000;
}

div > fieldset {
    margin-right: 15px;
}

input {
    padding: 2px;
}

textarea {
    width: 97%;
    height: 20em;
    padding: 3px;
}

textarea#txt {
    height: 35em;
}

.comment {
    background: #F5F6F6;
    color: #808080;
    padding: 10px;
    margin: 0 0 10px 0;
    border-top: 1px solid #ccc;
}

.commentsbox {
    background: #f4f4f4;
    color: #808080;
    padding: 10px;
    margin: 0 0 10px 0;
}

.date {
    border-top: 1px solid #eee;
    margin: 0 0 20px 0;
}

/* MCE  */
.mceEditor td {
    padding-left: 0px;
    padding-right: 0px;
}

.mceToolbarBottom  img {
    padding: 0px;
    background-color: #E7E6E6;
}

.clearme {
    clear: both;
    line-height: 1em;
}

/*****/

#dodajHarmonikoDiv {
    text-align: center;
}

#counterContainer {
    text-align: center;
}

.hide {
    display: none;
}

#cenik th,
#cenik td {
  border: 1px solid #aaa;
  font-size: 0.9em;
  padding: 5px;
  vertical-align: top;
}
#cenik th p,
#cenik td p {
  padding: 0;
}

