/* begin PostBullets */
.nm-post ol, .nm-post ul
{
   margin: 1em 0 1em 2em;
   padding: 0;
}

.nm-post li
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 12px;
   color: #BCB094;
   margin: 5px 0 0 -15px;
   padding: 0 0 0 15px;
}

.nm-post li ol, .nm-post li ul
{
   margin: 0.5em 0 0.5em 2em;
   padding: 0;
}

.nm-post ol>li
{
   background: none;
   padding-left: 0;
   /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.nm-post ul>li
{
   background-image: url('images/postbullets.png');
   background-repeat: no-repeat;
   padding-left: 15px;
   /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
   overflow-y: hidden;
}

/* end PostBullets */


