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

body {
    font-size: 11px;
    font-family: Optima, Gill Sans, Helvetica, Arial;
    background: #FFFFFF;
    color: #585858;
}

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

a:link { text-decoration: none; color: #585858; }
a:active { text-decoration: none; color: #585858; }
a:visited { text-decoration: none; color: #585858; }
a:hover { text-decoration: none; color: #BDBDBD; }

a img { 
	border-bottom-color:none;
	border-bottom-style:none;
	border-bottom-width:none;
	border-left-color-ltr-source:none;
	border-left-color-rtl-source:none;
	border-left-color-value:none;
	border-left-style-ltr-source:none;
	border-left-style-rtl-source:none;
	border-left-style-value:none;
	border-left-width-ltr-source:none;
	border-left-width-rtl-source:none;
	border-left-width-value:none;
	border-right-color-ltr-source:none;
	border-right-color-rtl-source:none;
	border-right-color-value:none;
	border-right-style-ltr-source:none;
	border-right-style-rtl-source:none;
	border-right-style-value:none;
	border-right-width-ltr-source:none;
	border-right-width-rtl-source:none;
	border-right-width-value:none;
	border-top-color:none;
	border-top-style:none;
	border-top-width:none;
}


#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 25px;
    position: fixed;
    margin: 0px;
	height:100%;
	overflow-x:auto;
	overflow-y:auto;
	position:fixed;
}

#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: #424242;
}

#menu ul li.section-title {
	font-size: 3;
	color: #2E2E2E;
	border-top-color:black;
	border-top-style:dotted;
	border-top-width:1px;
	font-family:Gill Sans,Optima,Georgia;
	font-size-adjust:0.8;
	font-style:italic;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	text-decoration:none;
}

#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: 400px; margin-bottom: 9px; }

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


h1 { font-size: 32px; }
h2 { font-size: 20px; }
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 0 0; }

#once { clear: left; }

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

