body {
	/*:Background image*/
	background-image:url(images/background/fat_lines.gif);
}

#header_image {
	/*:Header height*/
	padding-top:200px;
	/*:Header image*/
	background-image:url(images/headers/DSCF3411.jpg);
	/*:Header image alignment*/
	background-position:center;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:290px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:300px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:290px;
	/*:Sidebar left width*/
	right:290px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:300px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:300px;
}

#page, #header, #footer {
	/*:Page width*/
	width:890px;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#905100;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#905100;
}

a {
	/*:Navigation color*/
	color:#905100;
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#905100;
	/*:Navigation color*/
	color:#905100;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#905100;
}

#calendar #today {
	/*:Navigation color*/
	background-color:#905100;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#905100;
}

#menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#905100;
}

#menu ul li.current_page_ancestor:hover a, #menu ul li.current_page_ancestor a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
	/*:Navigation color*/
	background-color:#905100;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a, #frame .sidebar li a:hover {
	/*:Navigation color*/
	background-color:#905100;
}

.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#905100;
}

code {
	/*:Content color*/
	background-color:#eda700;
	/*:Content color*/
	border-color:#eda700;
}

.bypostauthor div {
	/*:Content color*/
	background-color:#eda700;
	/*:Content color*/
	border-color:#eda700;
}

.bypostauthor cite {
	/*:Content color*/
	color:#eda700;
}

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:#ff4500;
	font-weight:500; 
}

.post blockquote {
	/*:Content color*/
	border-left-color:#eda700;
}

/* images */

.alignleft {float: left;
    margin: 5px 8px 5px 0;
}

.alignright {float: right;
    margin: 5px 0 5px 8px;
}

/* centering */

.centering {
    padding-left: 20px;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
