@charset "utf-8";
/* CSS Document */
/* ------------------------ NKU print stylesheet    ---------------------- */
/* Styles below apply to type2 masterpage and its contribution assets */
body {
	background: #FFFFFF !important;
	font-family : "Times New Roman", Times, serif !important;
	font-size : 12pt;
}
h1 {
	font-size: 18pt !important;
}
h2 {
	font-size: 16pt !important;
}
h3 {
	font-size: 14pt !important;
}
h4, h5, h6 {
	font-size: 12pt !important;
}
div.searchbar, div.undersearchbar, #collegeNavLinks, div#breadcrumbs, div#banner, div.bottombar, div.footer, div#nav_container, div#nav_container div#bottom_left_content {
	display: none !important;
	background: none !important;
	visibility: hidden !important;
}
div.nkulogo {
	height: auto !important;
	width: auto !important;
	visibility: hidden !important;
}
div.nkulogo img {
	visibility: visible;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}
div.topbar {
	float: left;
	margin: 12pt 150pt 12pt 0 !important;
	padding: 0;
	height: auto !important;
	width: auto !important;
	font-size: 20pt;
	font-weight: bold;
	color: #000000 !important;
}
div.topbar span#top_bar_title a {
	text-decoration: none !important;
}
div.bottomleftborder div.content {
	width: 100% !important;
	height: auto;
	background: none;
	clear: left;
}
div#user_content, div#content {
	visibility: visible;
	margin: 0;
	padding:0;
}
#right_content_area, #right_content_area_bottom {
	background: none !important;
}
a:link, a[href ^="mailto:"] {
	text-decoration: underline !important;
	color: #000000 !important;
	background-color:#FFFFFF !important;
}
/* 20081203 Eric Landwehr */
/* commented out the below style due to the issue that Serena Collage */
/* inserted relative links instead of absolute links */
/* May be used at a later time if this feature is desired */
/* a:link:after, a:link[href^="mailto:"]:after {
	content: " (" attr(href) ")";
} */
acronym:after, abbr:after {
	content: " (" attr(title) ")";
}
/* ----- end print styles ----- */	


