body {
	/*:Background image*/
	background-image:url(images/background/fat_lines_light.gif);
}

#header_image {
	/*:Header height*/
	padding-top:200px;
	/*:Header image*/
	background-image:url(images/headers/header.png);
	/*:Header image alignment*/
	background-position:center;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:350px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:350px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:350px;
}
#footer_content th { 
text-align: left;

}
#footer_content td { 
text-align: left;
text-indent:0.5cm;
}
#page, #header, #footer {
	/*:Page width*/
	width:950px;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#146f2f;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#146f2f;
}

a {
	/*:Navigation color*/
	color:#146f2f;
}

.sidebar h2 {
	/*:Navigation color*/
/*	border-left-color:#146f2f;*/
	/*:Navigation color*/
	color:#146f2f;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#146f2f;
}

#footer_content h2 {	
	font-size:1.5em;
	padding:15px 0 15px 10px;
	margin:5px 0 10px -11px;
	border-left:0px none;
	color:#146f2f;
}

#footer_content table { 
  width:100%;
  align:left;
  border:0;
  table-layout: fixed
}

#archive_list { 
text-align: left
}
#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#146f2f;
}

#menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#146f2f;
}

#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
	/*:Navigation color*/
	background-color:#146f2f;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	/*:Navigation color*/
	text-decoration:none;
	color:#146f2f;
}

.sidebar li a:hover {
	/*:Navigation color*/
	text-decoration:underline;
	/*color: #004700;*/
}

code {
	/*:Content color*/
	background-color:#339933;
	/*:Content color*/
	border-color:#339933;
}

.comment.comment_author {
	/*:Content color*/
	background-color:#339933;
	/*:Content color*/
	border-color:#339933;
}

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: #146f2f;;
}

.post blockquote {
	/*:Content color*/
	border-left-color:#339933;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

