#header_image {
	/*:Header image*/
	background-image:url(images/headers/499153_79030836.jpg);
	/*:Header image alignment*/
	background-position:center;
	/*:Header height*/
	padding-top:200px;
}

body {
	/*:Background image*/
	background-image:url(images/background/fat_lines_light.gif);
	/*:Background color*/
	background-color:#303030;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:250px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:250px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:250px;
}

#page, #header, #footer {
	/*:Page width*/
	width:800px;
}

*::-moz-selection, *::-selection {
	/*:Selection color*/
	background-color:#ff6600;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#ff6600;
}

a {
	/*:Links color*/
	color:#ff6600;
}

h1 {
	/*:Site title font*/
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	/*:Site title font weight*/
	font-weight:normal;
	/*:Site title font style*/
	font-style:italic;
	/*:Site title font size*/
	font-size:2.2em;
}

h2, h3, h4, h5, h6 {
	/*:Titles font*/
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
}

h2 {
	/*:Titles size*/
	font-size:1.9em;
}

.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	/*:Sidebar titles font*/
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
}

.sidebar h2 {
	/*:Sidebar titles color*/
	border-left-color:#ff6600;
	/*:Sidebar titles color*/
	color:#ff6600;
}

.sidebar h2 a {
	/*:Sidebar titles color*/
	color:#ff6600;
}

.sidebar h2 {
	/*:Sidebar titles size*/
	font-size:1.5em;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Sidebar links color*/
	color:#ff6600;
}

.sidebar li {
	/*:Sidebar line height*/
	line-height:1.8em;
	/*:Sidebar line height*/
	min-height:1.8em;
}

* html .sidebar li {
	/*:Sidebar line height*/
	height:1.8em;
}

.sidebar li a:hover {
	/*:Sidebar rollover color*/
	background-color:#585858;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a:hover {
	/*:Menu highlight color*/
	color:#ff6600 !important;
}

#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 { */
	/*:Menu highlight color*/
	background-color:#ff6600;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	/*:Menu highlight color*/
	background-color:#ff6600;
}

#menu ul li:hover a, #menu ul li a:hover {
	/*:Menu rollover color*/
	background-color:#3d3d3d;
}

.comment.comment_author {
	/*:Author comment color*/
	background-color:#4d9301;
	/*:Author comment color*/
	border-color:#4d9301;
}

h2, h2 a, h3, h3 a {
	/*:Titles color*/
	color:#4d9301;
}

.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 {
	/*:Author color*/
	color:#4d9301;
}

.post blockquote, .post blockquote a {
	/*:Blockquote color*/
	color:#4d9301;
}

.post blockquote {
	/*:Blockquote color*/
	border-left-color:#4d9301;
}

code {
	/*:Code color*/
	background-color:#4d9301;
	/*:Code color*/
	border-color:#4d9301;
}