/*
Author: Scott E Worthington
Description: Styles specific to college
*/

/* =Basics
-------------------------------------*/
* { margin: 0; padding: 0; }
body { color: #000; background-color: transparent !important; background-image: none !important; }
.body_copy { display: block; height: 1%; margin: 0; padding:0; }
.body_copy a:link:after, .body_copy a:visited:after { content: " (" attr(href) ") ";
  font-size: 0.8em; font-weight: normal; }

#title { display:block; }
.skip, #logo, #universal_nav, #search_module, #sidebar-first, #footer { display:none; }
#header, #breadcrumb { background:none; border-bottom:none; height:auto; margin:0; padding:0; min-height:0; }
#content_container { margin-left:0; }

a:link, a:visited { text-decoration: underline !important; }

