help with 74HC595 controlling induvial leds

if its wired correctly ... ayep

actually you have the function wrong

shiftOut(dataPin, clockPin, bitOrder, value)

so

shiftOut(dataPin,ClockPin, MSBFIRST (or LSBFIRST), B00000001);

http://arduino.cc/en/Reference/ShiftOut