/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Jessica Greenwalt
Version:  04 August 2008
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

#cq #header {
     background-image:url(../assets/md5images/50766df3c31c235c4e0f2e02284149e0.jpg);
     background-position:top left;
     background-repeat:no-repeat;
     /* height:123px; */
     height:125px;}
#cq #pagetitle a {display:none;}
#colby {
     background:none;}
     
#colby #cq #logo { display: none; }

#colby #cq #navigation { 
	background-color: #eee; }

#colby #cq #navigation #tabs a { 
	background-color: #eee;
	color: #000066;
	float: left;
	border: 0; }
	
#colby #cq #navigation #tabs a:hover,
#colby #cq #navigation #tabs a:active,
#colby #cq #navigation #tabs a:focus {
	text-decoration: underline;
	color: #000;  }

#colby #cq #footer { 
	height: 82px;
	background-color: #fff; }

#colby #cq #footer #bepress a {
	height: 82px;
	background-color: #fff; }

#colby #cq #footer p {
	color: #000066; }

#footer p:first-of-type { padding-top: 25px; }	

#colby #cq #footer p a {
	color: #000066;
	text-decoration: none;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; }

#colby #cq #footer p a:hover,
#colby #cq #footer p a:active,
#colby #cq #footer p a:focus {
	text-decoration: underline;
	color: #000 }
	
/* hiding RSS link to match old sidebars lb 08282017 */
#cq #sidebar ul#navlist li.sb-rss {
	display:none;
}