body {
	
}

#sidebar {
	background: url("images/skinImages/sidebar_bg.png") repeat-y fixed -1px 0px transparent; 
	height: 100%;
	/* This tucks the sidebar graphic to the left... the negative integer should correspond with the width of the sidebar */
}

/* This is your navigation hover color */
#sidebar .navigation li a:hover{
	color: #2784b3;
}

/* This is your navigation selected link color */
#sidebar .navigation li.current,
#sidebar .navigation li.current a{
	color: #2784b3;
}

#content a{color: #17a2ea;}
#content a:hover {color: #38bbff;}
#content a:visited {color: #66b1d8;}

#entry{background: white; border: 1px solid #ddd}
#sub-sidebar{background: #ededed;}