<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* $Id: print.css 2350 2011-11-01 14:08:55Z jpennypa $ */

/**
 * Ursa, for Drupal 6.0
 */

body, input, textarea, select {
  color: #000;
  background: none;
}


/* hides navigation, calendar, etc */
ul.primary-links, 
ul.primary,
ul.secondary-links,
/* #header-region,  */
.sidebar, 
#sidebar-left,
.first-column {
  display: none; width: 0;
}

body.sidebars, body.sideber-left, body.sidebar-right, body {
}

body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
  margin: 0;
}

#wrapper,
#wrapper #container .breadcrumb,
#wrapper #container #center,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner,
#wrapper #container #footer,
#wrapper #container #center #squeeze {
/*  position: static;  */
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}

#wrapper #container #header {
  height: 130px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  text-shadow: none;
  color: #000;
}
/*
.a {
display:none;
}
*/
.access {
	display:none;
}

h1.article-title {
	color: #000;
}
h2 {
	font-size: 18pt;
	color: #000;
}
/*
#header-region {
	display: block;
	background-image:url('http://www.brown.edu/www-dev/home/sites/brown.edu.www-dev.home/themes/ursa/img/brown-university-print.png');
	height: 86px;
	background-repeat:no-repeat;
	margin: 10pt auto 0 auto;
}
*/
#header-region,
header#header-region,
.sub-banner,
#banner {
	display: none; height: 0;
}

#audience-gateways h6,
#audience-gateways ul li,
#audience-gateways li a {
	display: none;
}

#top-destinations{
	display:none;
}

#brown-resources{
	display:none;
}

/*
#footer {
	display:none;
}
*/
#banner {
	margin-top: 90px;
}
#brown-masthead {
	display: none;
	height: 0;
}

section#audience-gateways {
	display: none;
	height: 0;
}

.main-columns   {
	width:90%;
}


h1.article-title {
	border-bottom-color: #000;
}

a:link, a:visited	{
	color: #000;
}

#body-content, 
article.main-article   {
	margin-left: 18pt;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer {
	 border-top: 1px solid #000;
	 background-color: #fff;
	 margin-top: 0;
	 padding-top: 0;
	 border-bottom: 0;
	 width: 90%;
}


#brown-footer h4 {
	font-size: .75em;
	text-indent: 0;
/*	padding-left: 18pt;   */
}

#footer #brown-footer .content p,
#footer #brown-footer .content p a:link,
#footer #brown-footer .content p a:link {
	color: #000;
/*	padding-left: 18pt;   */
}

#footer #brown-footer .content p .maps-contact,
#footer #brown-footer .content p.social-links  {
	display: none;
}

#footer .block-menu, 
#top-destinations, 
#brown-resources,
#footer-advancement {
	display: none;
}



/* without the sIFR stuff, the headline will repeat twice  */

 .sIFR-flash {
   display    : none !important;
   height     : 0;
   width      : 0;
   position   : absolute;
   overflow   : hidden;
 }

 .sIFR-alternate {
   visibility : visible !important;
   display    : block   !important;
   position   : static  !important;
   left       : auto    !important;
   top        : auto    !important;
   width      : auto    !important;
   height     : auto    !important;
 }
</pre></body></html>