﻿body {
	/*:Background image*/
	background-image:url(images/background/fat_lines.gif);
}

#header_image {
	/*:Header height*/
	padding-top:80px;
	/*:Header image alignment*/
	background-position:center;
}

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

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#23376E;
}

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

a {
	/*:Navigation color*/
	color:#23376E;
}

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

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:#4d9301;
}