@charset "utf-8";
/********************* GLOBAL STYLING **************************/
body { background: #000 url('../images/bg_black.png') 0px 0px repeat-x; }
a { color: #666; }
/********************* MAIN WRAPPER ****************************/
div#main_wrap { background: url('../images/main_bg_small_black.jpg') center top no-repeat; }
body.home div#main_wrap { background: url('../images/main_bg_black.jpg') center top no-repeat; }
/********************* POST STYLING ****************************/
div.post_date { color: #000; }
div.post ul li { background: url('../images/bullet_black.png') left 6px no-repeat; }
/********************* SIDEBAR LISTS ****************************/
.sidebar_box ul li, .sidebar_box ol li { background: url('../images/bullet_black.png') 2px 11px no-repeat; }
.sidebar_box ul li:hover, .sidebar_box ol li:hover { background: url('../images/bullet_o.png') 2px 11px no-repeat; }
