/* SRC Links ============================================================================= */
/* Colors ================================================================================ */
/* Spacings ============================================================================== */
/* Scizing =============================================================================== */
  /* _________________________________________________
  
  320 and Up boilerplate extension
  Andy Clarke http://about.me/malarkey
  Version: 2
  URL: http://stuffandnonsense.co.uk/projects/320andup/
  License: http://creativecommons.org/licenses/MIT/
  _____________________________________________________
  
  Template Specific For Login
  
  /* 1 ROOT ============================================================================================ */
  body.logon .header.row{
  	min-height: 108px;
  }
  /* 2 HEADINGS ======================================================================================== */
  body.logon h2 {
  	text-align: center;
  }
  /* 3 TYPOGRAPHY ====================================================================================== */
  /* 4 LINKS =========================================================================================== */
  /* 5 FIGURES & IMAGES ================================================================================ */
  /* 6 TABLES ========================================================================================== */
  /* 7 FORMS =========================================================================================== */
  /* 8 BANNER ========================================================================================== */
  /* 9 NAVIGATION ====================================================================================== */
  /* 10 CONTENT ======================================================================================== */
  div.span6{
  	float: none;
  	display: block;
  	margin: auto;
  }
  div.span6 ul.span4{
  	float: none;
  	display: block;
  	margin: auto;
  	padding: 0;
  }
  input[type="submit"]{display: block; float: none; margin: auto;}
  li.error{
  margin-top: 30px;
  }
  div.well{
  	margin-top: 50px;
  }
  /* 11 MAIN =========================================================================================== */
  /* 12 COMPLEMENTARY ================================================================================== */
  /* 13 CONTENTINFO ==================================================================================== */
  /* 14 GLOBAL OBJECTS ================================================================================= */
  /* 15 VENDOR-SPECIFIC  =============================================================================== */
  /* 16 MODERNIZR ====================================================================================== */
  /* 17 MEDIA QUERIES ================================================================================== */

@media print {
  body.logon {
    /* PRINT ========================================================================================= */
  }
}
@media only screen and (min-width: 480px) {
  body.logon {
    /* 480px Screens and Up ========================================================================== */
  }
}
@media only screen and (min-width: 768px) {
  body.logon header[role="banner"] h1 span.ir {
    /* 768px Screens and Up ========================================================================== */
    min-width:100%;
    background-position-x: center;
  }
   body.logon header[role="banner"] hgroup {
   float:none;
   }
}
@media only screen and (min-width: 992px) {
  body.logon {
    /* 992px Screens and Up ========================================================================== */
  }
}
