/* Print Style Sheet */
@media print {	

@page {
      margin: .5in 1in .5in 1in;
}
body {
	background:none !important;
	background-color:transparent !important; 
	color:black; 
	font-size:13pt;
	font-family: Baskerville, 'Times New Roman', Times, serif;
	width: 100%;
}
#stickyWrapper, .menuWrapper,
#brandingBarWrapper, .title-bottom, #login-box, .buttons, .modal-template, .breadcrumbs,
.post-edit-link, .box-module, footer, #newsBar, #student-work, #facultyBookshelf, .content-news-modules,
#social-navigation, #ankle-bar, .content-secondary, .nav-pagination {
	display:none !important; 
}
header.page {
	padding:0;
	margin:0;
}
.title-top {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing:1pt;
	font-weight:normal;
	color:#666;
	margin:0 .1in 0 0;
	padding:0;
	text-transform:uppercase;
	float:right !important;
}
h1, h2, h3, h4, h5 {
   page-break-after: avoid;
}
.news-listing {
	page-break-inside:avoid; 
}
.publish-box {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11pt;
	color:#999;
}
.byline {
	text-align: right;
	padding:0 .1in .1in 0;
	margin-bottom: .1in;
	border-bottom: 1px solid #CCC;
}
a, a:visited { 
	text-decoration: underline; 
	color: black;
}
a[href]:after { 
	content: " (" attr(href) ")";
	font-size: 9pt;
	font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
	color:#666;
}
abbr[title]:after { 
	content: " (" attr(title) ")";
}
/* Don't show links for images, or javascript/internal links */
.wp-caption > a:after,
div.box-module > a:after, .title-top a:after,.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { 
	content: ""; 
}  
.title-top a, .title-top a:visited { 
	text-decoration: none; 
	color: #666;
}
img { 
	max-width: 100% !important; 
	height: auto;
	page-break-inside:avoid; 
	page-break-after:avoid; 
}
.alignright { 
	float: right;
	margin-left:.25in; 
}
.alignleft { 
	float: left; 
	margin-right:.25in; 
}
.wp-caption-text {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
}

} // end @media print
