/*
Launched: 2013-12-18
Authors: Zach Richard & Taylor Packet
Marketing Communications: Web

CONTENTS
/*----------------------------------------------------+
1. Common Styles
2. Screen Styles
3. Media Queries
4. Print Styles
+----------------------------------------------------*/

/* Global */
.titlebar { background: #002b5c; box-shadow: none; border-bottom: none; }

/*Home Page*/
  #social {padding:0; list-style:none;}
  .btn.gold {display:inline-block; min-width:7em; width:185px; margin-bottom:0.45em; padding:.5em .75em; cursor:pointer; color:rgb(51, 51, 51); font-family:GPC,Helvetica,Verdana,Arial,sans-serif; font-size:1.35em; text-align:center; line-height:1.25em; text-decoration:none; text-shadow:0 1px rgba(255,255,255,0.5); vertical-align:middle; border:1px solid #8c6d1f;
    background:#dcb439 url(/stylesheets/themes/athletics/v2/images/texture-gold.png) 0 0 repeat;
    background:-webkit-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(/stylesheets/themes/athletics/v2/images/texture-gold.png);
    background:-moz-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(/stylesheets/themes/athletics/v2/images/texture-gold.png);
    background:linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(/stylesheets/themes/athletics/v2/images/texture-gold.png);
    -webkit-box-shadow:0 1px rgba(255,255,255,0.5) inset, 0 -5px 5px -4px rgba(120,0,100,0.45) inset, 0 1px 5px rgba(0,0,0,0.3);
       -moz-box-shadow:0 1px rgba(255,255,255,0.5) inset, 0 -5px 5px -4px rgba(120,0,100,0.45) inset, 0 1px 5px rgba(0,0,0,0.3);
            box-shadow:0 1px rgba(255,255,255,0.5) inset, 0 -5px 6px -4px rgba(120,0,100,0.45) inset, 0 1px 5px rgba(0,0,0,0.3);
  }

  .btn.gold:hover, .btn.gold:active, .btn.gold.active:hover { border:1px solid #777; text-shadow:0 1px rgba(255,255,255,0.5);
    background:#f3e6b3;
    background-image:-moz-linear-gradient(top, #fff 0%, #ececec 50%, #dcdcdc 51%, #a2a2a2 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#ececec), color-stop(51%,#dcdcdc), color-stop(100%,#a2a2a2));
    background-image:-webkit-linear-gradient(top, #fff 0%,#ececec 50%,#dcdcdc 51%,#a2a2a2 100%);
    background-image:-o-linear-gradient(top, #fff 0%,#ececec 50%,#dcdcdc 51%,#a2a2a2 100%);
    background-image:-ms-linear-gradient(top, #fff 0%,#ececec 50%,#dcdcdc 51%,#a2a2a2 100%);
    -webkit-box-shadow:0 1px rgba(255,255,255,0.5) inset, 0 -5px 5px -4px rgba(0,0,0,0.25) inset, 0 1px 5px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px rgba(255,255,255,0.5) inset, 0 -5px 5px -4px rgba(0,0,0,0.25) inset, 0 1px 5px rgba(0,0,0,0.2);
            box-shadow:0 1px rgba(255,255,255,0.5) inset, 0 -5px 6px -4px rgba(0,0,0,0.25) inset, 0 1px 5px rgba(0,0,0,0.2);
  }


  .social {margin:0; padding:0; list-style:none;}
  .btn.gold:hover [data-icon]::before { color:rgb(51, 51, 51); }

  .bugs ul {margin:0; padding:0; list-style:none;}
    .bugs li {display:inline-block; margin:0; width:100%; margin-bottom:1em;}
    .bugs li a {display:inline-block; width:100%;}
    .bugs li a img {width:100%; max-width:100%;}

  .at300bs {margin:0.25em 0;}

  .facilities ul.twocol {padding:0; margin:0; list-style:none;}
    .facilities ul.twocol li {width:100%; margin:1em 0;}
    .facilities ul.twocol li img {margin:0 0 .5em 0; width:100%;}

@media screen,projection {
  .site-title a {display:block; width:358px; height:90px; margin:0 auto; text-indent:100%; white-space:nowrap; overflow:hidden; background:url(images/logo-recsports.png) 0 0 no-repeat;
    -webkit-background-size:100% auto;
       -moz-background-size:100% auto;
         -o-background-size:100% auto;
            background-size:100% auto;
  }
  .dept-staf a {width:322px; background-image:url(//www.nd.edu/assets/images/brandbar/dept-staf-blue.png);} /* Office of Student Affairs */
}

@media only screen and (min-width:43.75em) {
  .social li { display:inline-block; }
  .btn.gold { width:auto; }
  .bugs li { width:47%; margin:0 1%; }

  .titlebar {padding:1em 0;}
  .header-util {top:1.8em;}

  .facilities ul.twocol li {display:inline-block; vertical-align:top; width:46%; margin:1em 1%; padding:0;}

}

@media
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi){

  .site-title a {background-image:url(images/logo-recsports@2x.png);}
  .dept-staf a {background-image:url(//www.nd.edu/assets/images/brandbar/dept-staf-blue@2x.png);}

}