/*
Title: ASU Directory
Copyright: (c) 2008 Arizona Board of Regents
Author: Christopher Puleo
Designer: Anish Adalja
Description: Screen styles for Directory pages and profiles
*/


/* =Stick footer to bottom of viewport
-------------------------------------------------------- */
html,
body,
#asu_container {
   min-height: 100%;
   width: 100%;
   }

#asu_container {
   position: absolute; 
   top: 0;
   left: 0;
   }
   
#asu_content {
   padding-bottom: 2.1em;
   }
   
.asu_body_copy {
   margin-bottom: 50px;
   }

#sticky_footer {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   }