@charset "utf-8";
/* CSS Document */

/********************* GLOBAL STYLING **************************/
/***************************************************************/
body {
	background: #000 url('../images/bg.png') 0px 0px repeat-x;
}
a {
	color: #305f00;
}
/********************* MAIN WRAPPER ****************************/
/***************************************************************/
div#main_wrap {
	background: url('../images/main_bg_small.jpg') center top no-repeat;
}
body.home div#main_wrap {
	background: url('../images/main_bg.jpg') center top no-repeat;
}
/********************* POST STYLING ****************************/
/***************************************************************/ 
div.post_date {
	color: #305f00;
}
div.post ul li {
	background: url('../images/bullet.png') left 6px no-repeat;
}
/********************* SIDEBAR LISTS ****************************/
/***************************************************************/
.sidebar_box ul li, .sidebar_box ol li {
	background: url('../images/bullet.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;
}

