/* ======================================================
 *                        Lists
 * ====================================================== 
 */
ul {}

ul.bullet-arrow,
ul.bullet-butterfly,
ul.bullet-check,
ul.bullet-circle,
ul.bullet-daisy,
ul.bullet-dash,
ul.bullet-dots,
ul.bullet-flower,
ul.bullet-hand,
ul.bullet-heart,
ul.bullet-ladybug,
ul.bullet-spiral,
ul.bullet-star,
ul.bullet-x {}

ul.bullet-arrow li { background: url(../../images/bullets/arrow2-t.png) 0 2px no-repeat; }
ul.bullet-butterfly li { background: url(../../images/bullets/butterfly-o.png) 0 2px no-repeat; }
ul.bullet-check li { background: url(../../images/bullets/check2-t.png) 0 0 no-repeat; }
ul.bullet-circle li { background: url(../../images/bullets/circle1-t.png) 0 1px no-repeat; }
ul.bullet-daisy li { background: url(../../images/bullets/daisy2.png) 0 0 no-repeat; }
ul.bullet-dash li { background: url(../../images/bullets/dash1-o.png) 0 2px no-repeat; }
ul.bullet-dots li { background: url(../../images/bullets/dots3-r.png) 0 2px no-repeat; }
ul.bullet-flower li { background: url(../../images/bullets/flower1-t.png) 0 2px no-repeat; }
ul.bullet-hand li { background: url(../../images/bullets/hand4b-t.png) 0 2px no-repeat; }
ul.bullet-heart li { background: url(../../images/bullets/heart1-gr.png) 0 0 no-repeat; }
ul.bullet-ladybug li { background: url(../../images/bullets/ladybug2.png) 0 2px no-repeat; }
ul.bullet-spiral li { background: url(../../images/bullets/spiral2-t.png) 0 2px no-repeat; }
ul.bullet-star li { background: url(../../images/bullets/star1-o.png) 0 2px no-repeat; }
ul.bullet-x li { background: url(../../images/bullets/x1-g.png) 0 3px no-repeat; }

/* more bullets */

ul.bullet-1, 
ul.bullet-2, 
ul.bullet-3, 
ul.bullet-4, 
ul.bullet-5, 
ul.bullet-6, 
ul.bullet-7, 
ul.bullet-8 {}

ul.bullet-1 li { background: url(../../images/typo/bullet-1.png) 3px 8px no-repeat; }
ul.bullet-2 li { background: url(../../images/typo/bullet-2.png) 3px 8px no-repeat; }
ul.bullet-3 li { background: url(../../images/typo/bullet-3.png) 3px 8px no-repeat; }
ul.bullet-4 li { background: url(../../images/typo/bullet-4.png) 3px 8px no-repeat; }
ul.bullet-5 li { background: url(../../images/typo/bullet-5.png) 3px 8px no-repeat; }
ul.bullet-6 li { background: url(../../images/typo/bullet-6.png) 0 4px no-repeat; }
ul.bullet-7 li { background: url(../../images/typo/bullet-7.png) 0 4px no-repeat; }
ul.bullet-8 li { background: url(../../images/typo/bullet-8.png) 0 5px no-repeat; }

/* "fake" lists -- number spans */

span.number { color: #aaa;}
span.number-blue { color: #067f88; }
span.number-red { color: #D12E2E; }
span.number-green { color: #74A824; }
span.number-purple { color: #9E0E87; }
span.number-orange { color: #CC8300; }
span.number-brown { color: #8B6846; }
span.number-grey { color: #666; }

