.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#B6733F;
}

code {
	/*:Content color*/
	background-color:#B6733F;
	/*:Content color*/
	border-color:#B6733F;
}

#header_image {
	/*:Header image*/
	background-image:url(images/headers/20pound_small.jpg);
	/*:Header image alignment*/
	background-position:center;
	/*:Header height*/
	padding-top:200px;
}

body {
	/*:Background image*/
	background-image:url(images/background/fat_lines_dark.gif);
	/*:Background color*/
	background-color:#ffffff;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:180px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:250px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:180px;
	/*:Sidebar left width*/
	right:180px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:250px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:250px;
}

#page, #header, #footer {
	/*:Page width*/
	width:820px;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#B6733F;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#B6733F;
}

a {
	/*:Navigation color*/
	color:#B6733F;
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#B6733F;
	/*:Navigation color*/
	color:#B6733F;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#B6733F;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#B6733F;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#B6733F;
}


#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */
	/*:Navigation color*/
	background-color:#B6733F;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	/*:Navigation color*/
	background-color:#B6733F;
}

.comment.comment_author {
	/*:Content color*/
	background-color:#B6733F;
	/*:Content color*/
	border-color:#B6733F;
}

h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#B6733F;
}

.post blockquote {
	/*:Content color*/
	border-left-color:#B6733F;
}

<--- Bar Graph specific CSS styles --->
.graph {
        position: relative; /* IE is dumb */   
        background: #000000 !important;  
        border: 1px solid #616161;   
}

.graph .bar {
        display: block;   
        position: relative;  
        background: #B6733F;  
        text-align: right;   
        height: 2em; 
        line-height: 2em;  
        font-size: 1.5em;
        border-right: 1px solid #f5f5f5;         
}

<-- text inside bar -->
.graph .bar span {
        padding: 0.5em;
        color: #ffffff;         
}

.goals {
       padding: 6px 12px 12px 12px;
       background: #363636;
       border: 1px solid #616161 !important;
       margin-bottom: 15px;
       font-size: 1.1em;
       font-weight: bold;
       color: #999999;
}

<!-- front page net worth -->
.goals2 {
       padding: 6px 12px 12px 12px;
       background: #FFFFFF;
       border: none !important;
       margin-bottom: 15px;
       color: #515151;     
}

.bar2 {
        display: block; 
        position: relative;  
        background: #B6733F;
        text-align: right;  
        height: 1.8em; 
        line-height: 1.8em;
        font-size: 1.1em;
        border-right: 1px solid #f5f5f5;  
}

.bar2 span {
        padding: 0.5em;
        color: #FFFFFF;         
}


