/**
* CSS
* 
* @version 1.0
* @theme: inpink-black
* @author: Slawek Szulc - pinkpixel
* @site: http://www.pinkpixel.pl
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    background: #333;
    color: #FFF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; color: #DDD; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; color: #999; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 25px;
    position: fixed;
    margin: 0px;
}

#menu ul {
    list-style: none;
    margin: 0 0 12px 0;
}

#menu ul.foot {
    list-style: none;
    margin: 20px 0 0 0;
    font-size: 10px;
    color: #666;
}

#menu ul li.section-title {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    padding-bottom: 3px;
}

#menu img, #menu img a {
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: none;
}


#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
    padding-top: 10px;
}

.container-menu {
  padding: 10px 10px 0px 10px;
  background: url('/ndxz-studio/site/inpink-black/img/bg-menu.png') repeat-y left top;
  margin: 0px;
}

.menu-d {
  background: url('/ndxz-studio/site/inpink-black/img/bg-d-menu.png') no-repeat left top;
  height: 13px;
}


.container {
    padding: 0px 10px 25px 25px;
}

#content p { width: 750px; margin-bottom: 9px; text-align: justify;}

p {
    margin: 0 0 9px 0;
    padding: 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

#img-container  { margin: 0; padding: 0; }
#img-container p    { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#backgrounded-text span {
  color: #000;
  !important;
}
