#header h1 {
	background: url(../images/gcn_icons/gentics_logo.png) 0px 13px no-repeat;
}

#feature, #topNav {
	background: white;
}

#header {
	background: #0096DC;
}

#header .nav .index, #header .nav .index a, #guides {
	background: #405664;
}

h4 {
	font-size: 1.2142em;
}

h4 img {
	margin-bottom: -5px;
}

#guides dd {
	color: white;
}

hr {
	display: none;
}

#guides hr {
	display: none;
}

#guides .L, #guides .R {
	width: 60%;	
}

#guides dt {
	font-size: 20px;
	margin-bottom: 10px;
	color: rgb(180,180,180);
}

#subCol .chapters {
	color: #405664;
}

a, #subCol .chapters a, #mainCol a, #subCol a, #feature a {
	color: #77afd4;
}

/* START show anchor link hint on hover on changelog entry */
#mainCol .entry-anchor-hint {
	display: none;
}

#mainCol h4:hover .entry-anchor-hint,
#mainCol div:hover .entry-anchor-hint {
	display: inline;
}
/* END show anchor link hint on hover on changelog entry */