/* Override Nav appearance
----------------------------------------------- */

#sort-col .media li.sort-all {
	background: none;
}

#sort-col .media li.sort-all a {
	color: #666;
	background: none;
}

#sort-col .media li.sort-all a:hover {
	background: url(../../images/sort-over.gif) 0 .1em no-repeat;
	text-decoration: underline;
	cursor: pointer;
	color: #c74e13;
}

li.sort-print {
	background: url(../../images/sort-on.gif) 0 .1em no-repeat;
}

li.sort-print a {
	color: #435782;
	background: url(../../images/sort-on.gif) 0 .1em no-repeat;
}

#sort-col li.sort-print a:hover {
	background: url(../../images/sort-on.gif) 0 .1em no-repeat;
	text-decoration: none;
	cursor: default;
	color: #435782;
}


/* Hide Projects
----------------------------------------------- */

.branding {
	display: none;
}

.cdrom {
	display: none;
}

.print {
	display: block !important;
}

.seo {
	display: none;
}

.websites {
	display: none;
}

