/* Footer CSS */

#page-footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}


#page-footer{
border-top: 1px solid #204b69;
text-align: center;
background: url("../images/system/footer_bg.png") #388bc4 top left repeat-x;
border-top: 1px solid #2F6F9B;
color: #eeeef0;
font-size: 80%;
padding: 10px 0 10px 0;
min-width: 1065px;	/* Fixes weird rendering on right when page is too narrow */
/*height: auto;	/* Changed because there was excess space below footer links */
/*#height: 40px;*/
font-family: verdana, arial, sans-serif;/* Fixes changes from wiki */
font-size: x-small;			/* Fixes changes from wiki */
clear: both;
}
/* Explicitly state the font size for footer contents (DSpace was messing with it) */
#page-footer p{ font-size: x-small !important; text-align: center; }
/* Added "center" to everything because of PKP body cascading without mercy */
#page-footer .wrapper{ text-align: center; }

/* Links in footer */
#page-footer a{ color: #EEEEF0; text-decoration: none; }
#page-footer a:hover{ color: #FFF; text-decoration: underline; }
