/*
Blue page overwrite
*/

body{
	background: url('../images/CLF_Bg_Blue.png') top left repeat;
}

a:link, a:visited{
	color: #6699FF;
}

#logo a:hover, #logo a:visited:hover{
	background: url('../images/CLF_Logo_Blue.png') top left no-repeat;
}

#nav ul{
	border-bottom-color: #6699FF;
}

.post{
	border-bottom-color: #6699FF;
}

#footer div{
	border-top-color: #6699FF;
}

hr{
	border-top-color: #6699FF;
}