/* SNEWS RESPONSIVE */

/* ================================================================================ */
/* LARGE DESKTOPS: 1140px */
/* ================================================================================ */

@media only screen and (max-width: 1139px) {

  .top-bar .pad {
    padding: 0 0 0 15px;
  }
}

/* ================================================================================ */
/* SMALLER DESKTOPS: 992px */
/* ================================================================================ */

@media only screen and (max-width: 992px) {

  body {
    font-size: .8em
  }

  .wrapper {
    max-width: 992px;
    min-width: 769px;
  }

  aside {
    width: 27%;
  }

  .content-lhs {
    /*width: 71%;*/
  }

  /* TOP BAR */
  .top-bar .hub a.user-login {
    padding: 0 16% 0 8%;
    border-right: 0;
  }
  .top-bar ul.alt-links {
    width: 37%
  }

  /* SLIDER */
  #slider .slide h4 {
    font-size: 1.3em;
    line-height: 1.2em
  }
  #pager .pager-tab {
    height: 110px;
    width: 33.3%;
  }

  /* NAV */
  li.menu-item-depth-0 {
    padding: 0 2%;
  }

  header#desktop form.search input[type="submit"] {
    font-size: 1em;
  }

  header#desktop form.search input[type="text"] {
    width: 60%;
  }

  /* MOST COMMENTED */
  .most-commented article .text-wrap {
    float: left;
    width: 78%;
    margin-left: 2%;
  }

  li.menu-item-depth-1.center {
    width: 35%;
  }
  li.menu-item-depth-1 a {
    height: auto;
  }
}

/* ================================================================================ */
/* SMALLER DESKTOPS - handle leaderboard: 948px */
/* ================================================================================ */
@media only screen and (max-width: 975px) {  

  header#desktop .leaderboard  {
    display: none;
  }

  .banner {
    display: block;
  }
}

/* ================================================================================ */
/* TABLET LAYOUT: 768px */
/* ================================================================================ */

@media handheld, only screen and (max-width: 768px) {

  body {
    font-size: .8em; 
    line-height: 1.4em;
  }

  .wrapper {
    max-width: 768px; 
    min-width: 581px;
  }

  .tbl-row {
    display: block;
  }

  .pad-left {
    padding: 0 15px;
  }

  #desktop, 
  #mobile.mobile300.bottom, 
  #mobile.cat-bar {
    display: none;
  }

  #mobile, .inner-col-2 h1#desktop {
    display: block;
  }

  .mobile-banner,
  .mobile-middle-banner {
    display: block;
    float: none;
    margin: 0px auto;
    width: 320px;
  }

  .mobile-middle-banner {
    margin-bottom: 10px;
  }

  nav {
    height: auto;
  }
  .top-bar .pad {
    padding: 0 0 0 10px;
  }

  .pad {
    padding: 0 10px;
  }

  .content-lhs {
    float: none; 
    display: block; 
    clear: both; 
    width: auto;
  }

  .container {
    padding-bottom: 10px;
  }

  .container .row {
    margin-bottom: 4%
  }

  .row h2 {
    height: 34px; 
    line-height: 36px;
  }

  /* HEADER */
  header#mobile {
    padding: 2% 0; 
    position: relative;
    color: #ccc;
  }
  header#mobile div div.logo-default, 
  header#mobile div div.logo-outdoor, 
  header#mobile div div.logo-fitness {
    width: 24%; 
    float: left;
  }
  header#mobile div div.logo-default img,
  header#mobile div div.logo-outdoor img,
  header#mobile div div.logo-fitness img {
    width: 100%; 
    max-width: 120px; 
    max-height: 58px
  }
  /*header#mobile .leaderboard iframe {
    display: block; clear: both; margin-top: 10px;}*
    /
  header#mobile .leaderboard {
    display: inline
    }

  /* NAV */
  header#mobile .menu-toggle {
    float: right;
    width: 55px;
    height: 55px;
    background: url(../images/sprite_snews.png) no-repeat -188px -352px #000;
    cursor: pointer;
  }

  header#mobile .menu-toggle.down {
    background-color: #0099cc;
  }

  .drop-down {
    background: #000;
    display: none; 
    clear: both; 
    width: 275px;
    position: absolute;
    right: 10px;
    top: 78px;
    z-index: 100;
    padding: 12px;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .3);
    float: left;
  }

  .drop-down a.home-btn {
    background: url(../images/sprite_snews.png) no-repeat -208px -284px;
    width: 17px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 8px 0 0 5px;
  }

  .drop-down .triangle {
    background: url(../images/sprite_snews.png) no-repeat -206px -451px;
    width: 20px;
    height: 10px;
    position: absolute;
    margin-top: -20px;
    right: 16px;
  }

  .drop-down a.login-btn, 
  .drop-down a.logout-btn {
    float: right;
    background: #0099cc;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: .875em;
    padding: 6px 12px;
  }

  .drop-down a.manage {
    float: left; 
    color: #fff; 
    font-size: .875em; 
    margin: 7px 10px 0 0
  }

  .drop-down .dd-options {
    float: right;
  }

  .drop-down a.login-btn:hover, 
  .drop-down a.logout-btn:hover {
    background: #0089b6; 
    text-decoration: none
  }

  .drop-down .row.menu {
    border-bottom: 1px dotted #fff; 
    padding-bottom: 12px
  }

  .drop-down nav a {
    color: #fff;
    border-bottom: 1px dotted #fff; 
    padding: 8px 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 1em;
    display: block;
    clear: both;
  }

  .drop-down nav a:hover {
    color: #0099cc; 
    text-decoration: none;
  }

  .drop-down nav a.sub-blue {
    color: #0099cc; 
    text-transform: none;
  }

  .drop-down .search {
    display: block; 
    clear: both; 
    padding-top: 10px; 
  }

  /* [jl] added for mobile login */
  .drop-down .login-box input[type="text"] {
    float: left;
    border: none;
    background: #fff;
    padding: 0 5px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 32px;
    width: 68%;
    font-size: .875em; 
    -webkit-appearance: none;
  }

  .drop-down .login-box input[type="password"] {
    float: left;
    border: none;
    background: #fff;
    padding: 0 5px;
    height: 30px;
    line-height: 32px;
    width: 68%;
    font-size: .875em;
    -webkit-appearance: none;
  }

  .drop-down .login-box a {
    color: #fff; 
    position: relative; 
    bottom: -10px;
  }

  .drop-down .login-box fieldset.bottom {
    margin-top: 15px; 
    margin-bottom: -10px
  }

  .drop-down .login-box input[type="submit"] {
    float: right;
    background: #0099cc;
    color: #fff;
    font-size: .875em;
    font-weight: bold;
    padding: 6px 12px;
    border: 0; 
    -webkit-appearance: none; 
    -webkit-font-smoothing: antialiased
  }

  .drop-down .login-box input[type="submit"]:hover {
    background: #0089b6; 
    text-decoration: none
  }

  .drop-down .search input[type="text"] {
    float: left;
    border: none;
    background: #fff;
    padding: 0 5px;
    height: 30px;
    line-height: 32px;
    width: 68%;
    font-size: .875em;
    -webkit-appearance: none;
  }

  .drop-down .search input[type="submit"] {
    float: right;
    background: #0099cc;
    color: #fff;
    font-size: 1.2em;
    padding: 0 10px;
    height: 30px;
    line-height: 32px;
    border: 0;
    -webkit-appearance: none; 
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }

  .drop-down .search input[type="submit"]:hover {
    background: #0089b6; 
    text-decoration: none;
  }

  /* SLIDER */
  #slider {}
  #slider .slide h4 {
    font-size: 1.3em;
  }
  .slide h4 {
    display: block; 
    background: #333; 
    color: #fff; 
    font-size: 1.5em; 
    line-height: 1.4em; 
    padding: 2%; 
    clear: both; 
    min-height: 60px;
  }
  #pager .pager-tab {
    height: 110px; 
    width: 33.3%; 
    max-height: 60px;
  }

  /* MOST-COMMENTED */
  .most-commented article {
    padding: 3% 0;
  }

  /* SIDEBAR */
  aside {
    float: none; 
    clear: both; 
    width: auto; 
    max-width: none; 
    margin: 5% auto;
    display: block;
  }
  aside.tbl-col {
    display: block;
  }
  /*aside .squaread {display: none;}*/
  aside .squaread {
    /*float: left; */
    float: none; 
    /*width: 32%; */
    /*clear: none; */
    width: 300px;
    clear: both;
    display: block; 
    margin-top: 23px;
    margin: 0px auto;  }

  aside .side-module h2 {
    font-size: 1.714em;
  }

  aside .press {
    /*float: left; */
    float: none; 
    /*width: 32%; */
    width: 450px; 
    display: block; 
    /*clear: none; */
    clear: both;
    padding: 0px 5px;
    margin: 10px auto;
  

  }
  aside .newsletter {
    /*float: left; */
    float: none; 
    /*width: 32%; */
    width: 450px; 
    clear: both; 
    display: block; 
    /*clear: none; */
    margin-top: 23px;
    margin: 0px auto;
  }
  aside .newsletter .pad {
    padding: 8%;
  }
  aside .newsletter .extra-pad {
    padding: 3%;
  }

  .tab-press a {
    padding: 1.5% 1.5%
  }
  .tab-press .press-tab-ft {
    padding: 1.5%;
  }
  .tab-press a.btn-blue {
    padding: 1% 3%;
  }
  .tab-press a.tab-ft-link {
    margin-top: 1%
  }
  #tablet.squaread {
    display: block; 
    float: left; 
    width: 32%; 
    clear: none; 
    margin: 0 1.5%; 
    margin-top: 23px
  }


  /* SLIDER */
  #tabs-slider ul li a {
    line-height: 1.3em;
  }


  /* POST INNER */
  #mobile.feat-img, 
  #mobile.the-count  {
    display: none;
  }


  /* ARCHIVE LISTING */
  .loop-result {
    padding: 3% 0;
  }


  /* FOOTER */
  footer {
    background: #333; 
    color: #fff; 
    display: block; 
    clear: both; 
    padding-top: 35px;
  }

  #holder {
    margin: 0 auto -53em; /* make sure this matches in the body footer DIV */
  }

  .push, footer {
    height: 53em;
  }

  footer a {
    color: #fff;
  }
  footer .col.col-1 {
    margin-left: 0; 
    float: none; 
    display: block; 
    clear: both; 
    width: 70%; 
    margin: 0 auto; 
    text-align: center;
     margin-bottom: 18px;
   }
  footer .col-1 img {
    max-width: 120px;
    width: 100%
  }
  footer .col-2 a, 
  footer .col-3 a, 
  footer .col-4 a {
    display: block; 
    clear: left; 
    -webkit-font-smoothing: antialiased; 
    font-weight: bold;
  }
  footer .col-1, 
  footer .col-2, 
  footer .col-3, 
  footer .col-4 {
    font-size: 12px; 
    line-height: 2em
  }
  footer .col-2, 
  footer .col-3, 
  footer .col-4 {
    width: 26%; 
    margin-left: 7%
  }
  footer .col-4 h2 {
    font-size: 1.125em; 
    color: #0099cc; 
    font-weight: bold; 
    padding-bottom: 2px; 
    line-height: 1.2em
  }
  footer#desktop {
    display: block
  }
  footer#mobile {
    display: none
  }
}

/* ================================================================================ */
/* WIDE MOBILE LAYOUT: 580px  */
/* ================================================================================ */

@media handheld, only screen and (max-width: 580px) {

  body {

  }

  .wrapper {
    max-width: 580px; 
    min-width: 481px;
  }

  #mobile.top-headlines, #tablet {
    display: none;
  }


  /* TOP ROW */
  #slider, #tabs-latest {
    float: none; 
    display: block; 
    clear: both; 
    width: auto;
  }
  #slider {

  }

  #tabs-latest {
    padding: 4% 0;
  }

  .tab-latest a {
    font-size: 1.2em
  }

  #pager {
    background: #333; 
    display: block; 
    clear: both; 
    padding: 0% 0 4% 0%;
  }

  #holder #pager .pager-tab {
    width: 20px; 
    height: 20px; 
    min-height: 0; 
    margin-left: 15px;
  }

  #pager .pager-tab:first-child {

  }

  #holder #pager .pager-tab a {
    display: none
  }

  .container .row {
    margin-bottom: 9%;
  }
  .container .row.main-top {
    margin-bottom: 0
  }

  .row h2 {
    height: 32px; 
    line-height: 34px; 
    padding: 0 2%; 
    font-size: 1.3em;
  }

  /* NAV */
  header#mobile .menu-toggle {
    width: 40px; 
    height: 40px; 
    background: url(../images/sprite_snews.png) no-repeat -196px -359px #000; 
    cursor: pointer;
  }

  .drop-down {
    width: 275px; 
    right: 10px; 
    top: 56px; 
    padding: 12px;
  }
  .drop-down a.home-btn {
    margin: 10px 0 0 5px;
  }
  .drop-down .triangle {
    background: url(../images/sprite_snews.png) no-repeat -206px -451px; 
    margin-top: -20px; 
    right: 10px;
  }
  .drop-down a.login-btn {
    font-size: .775em;
  }
  .drop-down .row.menu {
    padding-bottom: 12px
  }
  .drop-down nav a {
    padding: 8px 0; 
    font-size: 1em;
  }
  .drop-down .search {
    padding-top: 10px; 

  }
  .drop-down .search input[type="text"] {
    padding: 0 5px; 
    height: 30px; 
    line-height: 32px; 
    width: 66%; 
    font-size: .875em;
  }
  .drop-down .search input[type="submit"] {
    font-size: 1.2em; 
    padding: 0 10px; 
    height: 30px; 
    line-height: 32px;
  }

  /* FEATURED */
  .featured article {
    clear: both; 
    float: none; 
    display: block; 
    width: auto; 
    border-bottom: 1px dotted #333; 
    margin-left: 0; 
    padding: 2% 0;
  }
  .featured article time {
    padding: 1% 0 0 0%
  }
  .featured article p {
    display: none;
  }


  /* MOST COMMENTED */
  .most-commented h2 {
    margin-bottom: 4%
  }
  .most-commented .post-wrap {
    width: 100%
  }
  .most-commented article {
    float: none; 
    width: auto; 
    margin-left: 0; 
    display: block; 
    clear: both;
  }
  .most-commented .ad-skyscraper {
    display: none;
  }


  /* ARCHIVE RESULTS */
  .post.archives h2 {
    font-size: 1.5em; 
    display: block; 
    padding-top: 3%; 
    clear: both
  }
  .loop-result h3 {
    margin-bottom: 4%
  }
  .loop-result .feat-img {
    float: left; 
    width: 18%;
  }
  .loop-result .text-wrap {
    float: left; 
    width: 79%; 
    margin-left: 2%;
  }


   /* SIDEBAR */
  aside {
    float: none; 
    clear: both; 
    display: block; 
    width: auto; 
    max-width: none; 
    margin-top: 9%;
  }
  aside .ad-300 {
    display: none;
  }
  aside .side-module h2 {
    font-size: 1.714em;
  }
  aside .press {
    float: none; 
    width: auto; 
    display: block; 
    clear: both
  }
  aside .newsletter {
    float: none; 
    display: block; 
    width: auto; 
    clear: both; 
    margin-top: 15px
  }
  aside .newsletter .pad {
    padding: 8%;
  }
  aside .newsletter p {
    font-size: 1.125em
  }
  aside .newsletter label {
    font-size: 1em;
  }

  a.btn-blue, input[type="submit"].blue-btn {
    font-style: 1.125em;
  }
  .tab-press a {
    padding: 2% 1.5%; 
    font-size: 1em
  }
  .tab-press .press-tab-ft {
    padding: 1.5%;
  }


  /* POST INNER */
  .post-lhs, 
  .addthis_button_facebook_like, 
  .addthis_button_tweet, 
  .addthis_button_google_plusone, 
  .addthis_button_stumbleupon_badge  {
    display: none;
  }

  .post-rhs {
    float: none; 
    display: block; 
    clear: both; 
    width: auto;
  }

  .post h2 {
    font-size: 1.6em; 
    line-height: 1.3em;
  }

  .post .addthis_counter {
    margin-left: 0
  }

  .post .addthis_toolbox {
    float: left; 
    clear: none;
  }

  .comments-hd .the-count {
    padding: 4px 5px 2px 5px; 
  }

  #mobile.feat-img {
    display: block; 
    clear: both; 
    margin: 2% 0 4% 0;
  }

  #mobile.feat-img img {
    width: 100%
  }

  #mobile.feat-img span {
    color: #666666; 
    font-size: .775em; 
    line-height: 1.1em;
  }

  #mobile.the-count {
    float: right; 
    position:relative; 
    min-width:24px; 
    min-height:16px; 
    text-align:center; 
    display: block; 
    color:#fff; 
    font-weight: bold; 
    -webkit-font-smoothing: antialiased; 
    padding: 3px 5px 3px 5px; 

  }
  #default #mobile.the-count {
    background:#0099cc;
  }
  #outdoor #mobile.the-count {
    background:#3e8a55;
  }
  #fitness #mobile.the-count {
    background:#d64200;
  }

  /* creates the larger triangle */
  #mobile.the-count:before {
    content:""; 
    position:absolute; 
    bottom:-8px; 
    right:4px; 
    border-width:0 0 8px 7px; 
    border-style:solid; 
    border-color:transparent #0099cc; 

  }
  #default #mobile.the-count:before {
    border-color:transparent #0099cc;
  }
  #outdoor #mobile.the-count:before {
    border-color:transparent #3e8a55;
  }
  #fitness #mobile.the-count:before {
    border-color:transparent #d64200;
  }

  #comments .comment {
    display: none;
  }

  .show-comments {
    display: block
  }

  .show-comments, .hide-comments {
    width: 85%;
  }

  .comments-hd dd {
    display: none;
  }


  /* CATEGORY PAGE */
  #mobile.cat-bar {
    display: block; 
    position: relative
  }

  .inner-col-1, .inner-col-2 h1#desktop, .cat-bar .cat-nav-dd {
    display: none;
  }

  .inner-col-2 {
    float: none; 
    display: block; 
    width: auto; 
    margin-top: 2%;
  }

  #holder .inner-col-2 .row.most-commented {
    margin-bottom: 0%;
  }

  .cat-nav-dd {
    background: #e4e4e4; 
    display: block; 
    clear: both; 
    position: absolute; 
    z-index: 100; 
    width: 94%; 
    top: 38px; 
    padding: 3%;
  }
  .cat-nav-dd ul {
    display: block; 
    clear: both; 
    list-style-type: none; 
    border-top: 1px dotted #333; 
    padding: 4px 0 0 0;
  }
  .cat-nav-dd ul:first-child {
    border-top: 0
  }
  .cat-nav-dd ul li {
    display: block; 
    border-top: 1px dotted #333; 
    padding: 4px 0;
  }
  .cat-nav-dd ul li a {
    color: #333; 
    font-weight: bold; 
    -webkit-font-smoothing: antialiased;
  }
  .cat-nav-dd h4 {
    text-transform: uppercase; 
    padding-bottom: 2px
  }

  #default .cat-nav-dd h4 {
    color: #0099cc;
  }
  #outdoor .cat-nav-dd h4 {
    color: #3e8a55;
  }
  #fitness .cat-nav-dd h4 {
    color: #d64200;
  }

  .container .row.sub-cat {
    margin-bottom: 0%
  }

  /* SUB CAT */
  .sub-cat article {
    clear: both; 
    float: none; 
    display: block; 
    width: auto; 
    border-bottom: 1px dotted #333; 
    margin-left: 0; 
    padding: 2% 0;
  }
  .sub-cat article h3 {
    font-size: 12px
  }
  .sub-cat article time {
    padding: 1% 0 0 0%
  }
  .sub-cat article p {
    display: none;
  }


  /* FOOTER */
  footer#desktop {
    display: none
  }
  footer#mobile {
    display: block
  }
  footer#mobile .ft-logo {
    width: 30%; 
    margin: 0 auto; 
    display: block; 
    clear: both;
  }
  footer#mobile p.credits {
    width: 80%; 
    margin: 0 auto; 
    display: block; 
    clear: both; 
    font-size: .875em; 
    text-align:center; 
    padding: 4% 0
  }
  footer#mobile #site-map {
    width: 70%; 
    margin: 0 auto; 
    display: block; 
    clear: both; 
    margin-top: 3%;
  }

  #holder {
    margin: 0 auto -17em; 
    /* make sure this matches in the body footer DIV */
  }

  .push, footer {
    height: 17em;
  }

  .cat-bar {
    background: #333; 
    display: block; 
    clear: both; 
    margin-bottom: 4%; 
    color: #fff; 
    height: 38px;
  }

  .cat-bar h1 {
    line-height: 40px; 
    font-size: 1.4em; 
    float: left; 
    padding:0 2%
  }

  #cat-toggle {
    float: right; 
    height: 38px; 
    width: 38px; 
    display: block; 
    background: url(../images/sprite_snews.png) no-repeat -198px -158px;
  }

  #default #cat-toggle {
    background-color: #0099cc;
  }
  #outdoor #cat-toggle {
    background-color: #3e8a55;
  }
  #fitness #cat-toggle {
    background-color: #d64200;
  }
}

/* ================================================================================ */
/* MOBILE LAYOUT LANDSCAPE: 480px  */
/* ================================================================================ */

@media handheld, only screen and (max-width: 480px) {

  body {

  }

  .wrapper {
    max-width: 480px; 
    min-width: 321px;
  }

  #slider {
    display: none;
  }

  header#mobile .leaderboard {
    display: none;
  }

  header#mobile .mobile300 {
    display: block; 
    clear: both; 
    margin-top: 10px;
  }

  #mobile.mobile300.bottom {
    display: block; 
    clear: both; 
    margin-bottom: 10px;
  }

  header#mobile div div.logo-default, 
  header#mobile div div.logo-outdoor, 
  header#mobile div div.logo-fitness {
    width: 30%; 
    float: left;
  }

  header#mobile div div.logo-default img, 
  header#mobile div div.logo-outdoor img, 
  header#mobile div div.logo-fitness img {
    width: 100%; 
    max-width: 140px;
  }

  #mobile.top-headlines {
    display: block; 
    clear: both; 
    background: #333; 
    padding: 2% 3%; 
    margin-top: 2%
  }
  #mobile.top-headlines a {
    color: #fff; 
    font-size: 11px; 
    line-height: 1.4em; 
    display: block; 
    clear: both; 
    -webkit-font-smoothing: antialiased; 
    font-weight: bold; 
    border-top: 1px dotted #666; 
    padding: 3% 0; 
    } 
  #mobile.top-headlines a:first-child {
    border-top: 0px;
  }

  /* MOST COMMENTED*/
  .most-commented article .meta {
    margin: 1.5% 0 2.5% 0
  }

  .comment-count .number {
    padding: 1px 0px 0px 0px;
  }

  /* creates the larger triangle */
  .comment-count .number:before {
    bottom:-4px;
  }

  /* POST COMMENTS */
  .show-comments, .hide-comments {
    width: 80%; 
    padding: 5px 10px 5px 0; 

  }

  #comments .comment {
    margin-bottom: 14%;
  }

  .comments-hd {
    padding-bottom: 9%;
  }

  #mobile.the-count {
    font-weight: bold; 
    padding: 3px 6px 2px 6px;
  }


  /* PAGINATION */

  /* JL - not using wp-pagenavi ... don't need this */
  /*.wp-pagenavi {
  padding: 2% 0;
  }
  .wp-pagenavi .pages {
    display: none}	*
    /


  /* CATEGORIES */
  .cat-mission, .most-pop {
    float: none; 
    display: block; 
    clear: both; 
    width: auto;
  }
  .row .most-pop h2 {
    font-size: 1.1em;
  }
  .cat-mission {
    margin-bottom: 4%;
  }

  aside .squaread {
    display: none;
  }
  .mobile-bottom-banner {
    display: block;
    margin-bottom: 10px;
  }


}	

/* ================================================================================ */
/* MOBILE LAYOUT: 320px  */  
/* ================================================================================ */

@media handheld, only screen and (max-width: 320px) {

  body {
    font-size: .8em;
  }

  .wrapper {
    max-width: 320px; 
    min-width: 280px;
  }

  #slider {
    display: none;
  }

  header#mobile .leaderboard {
    display: none;
  }
  header#mobile .mobile300 {
    display: block; 
    clear: both; 
    margin-top: 10px;
  }

  #mobile.mobile300.bottom {
    display: block; 
    clear: both; 
    margin-bottom: 10px;
  }

  header#mobile div div.logo-default, 
  header#mobile div div.logo-outdoor, 
  header#mobile div div.logo-fitness {
    width: 30%; 
    float: left;
  }
  header#mobile div div.logo-default img, 
  header#mobile div div.logo-outdoor img, 
  header#mobile div div.logo-fitness img {
    width: 100%; 
    max-width: 140px;
  }

  #mobile.top-headlines {
    display: block; 
    clear: both; 
    background: #333; 
    padding: 2% 3%; 
    margin-top: 2%
  }
  #mobile.top-headlines a {
    color: #fff; 
    font-size: 1em; 
    line-height: 1.4em; 
    display: block; 
    clear: both; 
    -webkit-font-smoothing: antialiased; 
    font-weight: bold; 
    border-top: 1px dotted #666; 
    padding: 3% 0; 

  }
  #mobile.top-headlines a:first-child {
    border-top: 0px;
  }

  /* MOST COMMENTED*/
  .most-commented article .meta {
    margin: 1.5% 0 2.5% 0
  }
  .most-commented article p {
    font-size: .875em;
  }

  .comment-count .number {
    padding: 1px 0px 0px 0px;
  }

  /* creates the larger triangle */
  .comment-count .number:before {
    bottom:-4px;
  }

  .tab-latest a, .featured article h3 a, #mobile.top-headlines a {
    font-size: 1em; 
    line-height: 1.4em
  }

  .featured article h3 a, .most-commented article h3 a, .tab-press a {
    font-size: .9em
  }
}

/* ================================================================================ */
/* IPHONE 5 ONLY  */
/* ================================================================================ */	

@media screen and (device-height: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  #slider {
    display: none;
  }

  #mobile.top-headlines {
    display: block; 
    clear: both; 
    background: #333; 
    padding: 2% 3%; 
    margin-top: 2%
  }
  #mobile.top-headlines a {
    color: #fff; 
    display: block; 
    clear: both; 
    -webkit-font-smoothing: antialiased; 
    font-weight: bold; 
    border-top: 1px dotted #666; 
    padding: 3% 0; 

  }
  #mobile.top-headlines a:first-child {
    border-top: 0px;
  }

  body {
    font-size: .8em
  }

  .tab-latest a, 
  .featured article h3 a, 
  #mobile.top-headlines a {
    font-size: .7em; 
    line-height: 1.3em
  }

  .featured article h3 a, 
  .most-commented article h3 a, 
  .tab-press a {
    font-size: .6em; 
    line-height: 1.25em
  }

  .row h2 {
    font-size: 1.3em
  }

  .featured article time {
    font-size: .7em
  }

  #mobile.top-headlines a {
    padding: 1.5% 1.5%
  }

  .most-commented article p {
    font-size: .775em;
  }
}

/* ================================================================================ */
/* IPHONE 4 LANDSCAPE ONLY  */
/* ================================================================================ */

@media screen and (device-height: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  body {
    font-size: .8em
  }

  .tab-latest a, 
  .featured article h3 a, 
  #mobile.top-headlines a {
    font-size: .7em; 
    line-height: 1.25em
  }

  .featured article h3 a, 
  .most-commented article h3 a, 
  .tab-press a {
    font-size: .6em; 
    line-height: 1.25em
  }

  .row h2 {
    font-size: 1.3em
  }

  .featured article time {
    font-size: .7em
  }

  #mobile.top-headlines a {
    padding: 1.5% 1.5%
  }

  .most-commented article p {
    font-size: .775em;
  }
}

/* ================================================================================ */
/* RETINA IMAGES  */
/* ================================================================================ */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

  #pager .pager-tab, #tabs-press ul li {
    width: 33.3%;
  }

  header#mobile .menu-toggle, .latest-tab-ft a.rss-link,
  .drop-down a.home-btn, .drop-down .triangle, #cat-toggle {
    background-image: url(../images/sprite_snews-2x.png); 
    -webkit-background-size: 254px 486px; 
    background-size: 254px 486px; 
  }

}

/* yoga css */

#yoga #cat-toggle {
    background-color: #a22c80;
}
#yoga .cat-nav-dd h4 {
    color: #a22c80;
}