/*

	PRINT STYLES : UCONN Web Tempalte v5.0
	by UITS WebDev
	andrew.bacon@uconn.edu
	June 2013

*/

/* UC Banner */

#uc-header {
	background-color:transparent;
	height:auto;
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom:1px double #ccc;
	}
	#uc-header a:link:after,
	#uc-header a:visited:after {
		content: " (" attr(href) ") ";
		display:none;
		}

	#uc-search {
		display:none;
		}
	
	#uc-title {
		position:relative;
		top:0;
		left:0;
		height:auto;
		margin:0;
		padding:0;
		border-left:none;
		font-size:9pt;
		}
		#uc-title a {
			display:inline;
			padding:0;
			color:#0f1938;
			}


/* Huskypress */

/* Title Bar */

#uc-site-header {
	margin-top:.5em;
	padding:0;
	padding-bottom:1em;
	}
	#uc-site-header a:link:after,
	#uc-site-header a:visited:after {
		content: " (" attr(href) ") ";
		display:none;
		}

	#uc-site-parent a {
		float:none;
		margin-bottom:.5em;
		}
	#uc-site-title a {
		float:none;
		}

#uc-navbar {
	display:none;
	}
	