/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
	background-color: transparent !important;
    background-image: none !important;
   
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    visibility: hidden;
    display: none;
  }

/* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    overflow-y: visible;
  }


#header #block-search-0 .form-text {
    display:none !important;}
	
	#header #block-search-0{display:none !important;}
	
	#p-link { 
	display:inline;
	height:auto;
	width:auto;
	}
#pitt-links {
	display:none;
	
}
#pitt-header {
	
	padding-left:0px;
	
	background-color:#000 !important;
	width:300px;
	height:200px !important;display:none;
}

#header #block-menu-primary-links{display:none;}
#logo {
	float:none;
	margin:30px 0px 0 0;
	padding:0;
	position:relative;
	padding-bottom:40px;
	
	 
}


#logo-image{{background: transparent url('sites/default/files/logohomeprint.png') no-repeat center top;
  }


 #header #block-block-20  {display:none!important; display:none;}



