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