.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#4f6273;
}

code {
	/*:Content color*/
	background-color:#4f4d48;
	/*:Content color*/
	border-color:#4f4d48;
}

#header_image {
	/*:Header image*/
	background-image:url(images/headers/theTurnWPheader.jpg);
	/*:Header image alignment*/
	background-position:left;
	/*:Header height*/
	padding-top:203px;
}

body {
	/*:Background image*/
	background-image:url(images/background/fat_lines.gif);
	/*:Background color*/
	background-color:#ffffff;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:300px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:300px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:300px;
}

#page, #header, #footer {
	/*:Page width*/
	width:85%;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#4f6273;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#4f6273;
}

a {
	/*:Navigation color*/
	color:#4f6273;
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#4f6273;
	/*:Navigation color*/
	color:#4f6273;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#4f6273;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#4f6273;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#4f6273;
}

#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:#4f6273;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	/*:Navigation color*/
	background-color:#4f6273;
}

.comment.comment_author {
	/*:Content color*/
	background-color:#4f4d48;
	/*:Content color*/
	border-color:#4f4d48;
}

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:#4f4d48;
}

.post blockquote {
	/*:Content color*/
	border-left-color:#4f4d48;
}
/***************
ADDED by RF to hide the display of the
blog title and description but keep it for 
seach engines
****************/
#title h1, #title div.description {
	display: none;
}
#vote {
font-size: 150%;
text-align: center;	
color: white;
background-color: rgb(171, 16, 19);
padding: 20px;
}

#vote p.results, #vote p.results a {
font-size: 12px;
font-style: none;
}

#vote a {
	/*:Navigation color*/
	color:#white;
	font-style: underline;
}

/**********************************
ADDED by RF to style twitter feed in sidebar
***********************************/
/*#twitter-1, #twitter-1 */li.twitter-item {
display: block;
margin: 0;
padding: 0;
border-top: 1px gray solid;
}
li.twitter-item a.twitter-link {
display:block;
margin: 0;
padding: 0;
}

#twitter-1 li.twitter-item  span.twitter-timestamp, abbr {
margin: 0;
padding-top: .2em;
padding-bottom: .5em;
clear: both;
display: block;
}