@import url(../../../public/type/ostrich-sans/stylesheet.css);
@import url(../../../public/type/museo_sans/stylesheet.css);
@import url(../../../public/type/font_awesome/stylesheet.css);
@import url(bootstrap.css);

@-moz-keyframes slidein {
  0%, 75% { top: 0; opacity: 0; }
  100% { top: 50px; opacity: 1; }
}

@-webkit-keyframes slidein {
  0%, 75% { top: 0; opacity: 0; }
  100% { top: 50px; opacity: 1; }
}

@keyframes slidein {
  0%, 75% { top: 0; opacity: 0; }
  100% { top: 50px; opacity: 1; }
}

@-moz-keyframes fadein {
  0%, 75% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadein {
  0%, 75% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadein {
  0%, 75% { opacity: 0; }
  100% { opacity: 1; }
}

body {
  padding-top: 150px;

  background: #f9f9f9;

  font-family: sans-serif;
  font-size: 13px;
  font-weight: 300;
}

h6, p, li, td, dl, address, input, textarea, .vcard, legend { font-size: 1em; }

ol, ul {
  margin-left: 1.5em;

  list-style: outside decimal;
}

ul {
  list-style: outside disc;
}

.section thead { display: none; }

.section tr:nth-child(even) {
  background: #fff;
  background: rgba(255,255,255,0.8);
}

.section th, td { padding: 15px 20px; }

.section form ul,
.section form ol,
.listing,
.actions,
.nav,
.nav ul,
.meta,
.meta ul,
.tickets,
.tickets ul {
  margin: 0;

  list-style: none;
}

iframe,
object { max-width: 100%; }

a { color: #606060; }

a:hover { color: #ed1c24;}

#breadcrumbs { display:none; }

#page, #header .section { width: auto; }
#page .container,
#container {
  margin: 0 auto;
  width: 960px;
}

#dashboard {
  position: absolute;
  left: 50%;
  margin-left: -480px; margin-top: 0 !important;
  width: 960px;
  z-index: 1;

  background: none;

  color: #000;
}

.home #dashboard {
     -moz-animation: 7s fadein ease;
  -webkit-animation: 7s fadein ease;
          animation: 7s fadein ease;
}

  #dashboard .section {
    padding-right: 350px; padding: 10px;
    width: auto; height: 25px;

    line-height: 25px;
  }

  #dashboard a { color: #000; text-decoration: none; }
  .home #dashboard a,
  .media.gallery #dashboard a { color: #92b6bb; }

  #dashboard ul { padding: 0; }

  #dashboard li { line-height: 1; }

  #dashboard div.avatar {
    display: inline;
    float: none;
    vertical-align: top;

    line-height: 25px;
  }

  #dashboard div.avatar img { margin: 0; }

  #dashboard #manage {
    display: inline;
    margin-right: 10px; padding: 0;
    float: none;

    line-height: 25px;
    text-transform: capitalize;
  }

  #dashboard .nav.stats {
    position: static;
    display: inline-block;
    padding: 0;

    color: #000;
  }
  .home #dashboard .nav.stats,
  .media.gallery #dashboard .nav.stats { color: #92b6bb; }

    #dashboard .stats li { margin-right: 10px; }

  #dashboard .controls {
    top: 0; right: 140px;
    padding: 10px;

    text-align: right;
  }

    #dashboard .controls .toggle { display: none; }

    #dashboard .controls li {
      display: inline;
      margin-left: 10px;
      float: none;
    }

    #dashboard .controls a {
      display: inline;
      float: none;

      font-size: 12px;
      text-decoration: none;
    }
    .home #dashboard .controls a,
    .media.gallery #dashboard .controls a { color: #92b6bb; }

#header {
  position: absolute;
  left: 50%; top: 45px;
  margin-left: -480px;
  width: 960px;
  z-index: 100;

  background: #000;
     -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
      -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
       -o-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
          box-shadow: 0 1px 5px rgba(0,0,0,0.1);

  text-align: right;
  color: #fff;
}

.home #header {
     -moz-animation: 6s slidein ease;
  -webkit-animation: 6s slidein ease;
          animation: 6s slidein ease;
}

#header.fixed {
  position: fixed;
  top: 0;
}

  #header .client {
    position: absolute;
    left: 20px; top: 50%;
    display: block;
    margin-top: -18px;
    width: 167px; height: 36px;
    z-index: 10;

    text-indent: -9999px;
    text-align: left;
  }

  #header .site {
    padding-left: 205px; padding-right: 10px;
    background: url(../img/logo.png) 20px center no-repeat;
  }

  #header .site ul {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
  }

    #header .site li {
      position: relative;
      display: inline;
      float: left;

      line-height: 1em;
    }

    #header .site .store:hover .nav{
      right:0;
      left: auto;
    }

      #header .site a {
        display: block;
        padding: 25px 10px;
        float: left;

        font-family: 'MuseoSans', sans-serif;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
      }

      #header .fromleann a { color: #ed1c24; }

      #header .site li:hover {
        background: #222;
      }

      #header .site .nav {
        position: absolute;
        left: -9999em; top: 100%;
        min-width: 100%;
        z-index: 101;

        background: #222;
           -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.75);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.75);
            -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.75);
             -o-box-shadow: 0 1px 1px rgba(0,0,0,0.75);
                box-shadow: 0 1px 1px rgba(0,0,0,0.75);

        font-size: 12px;
        text-align: left;
        white-space: nowrap;
      }

      #header .site li:hover .nav {
        left: 0;
      }

        #header .site .nav ul { display: block; }

          #header .site .nav li { float: none; }

            #header .site .nav a {
              float: none;
              padding: 10px;

              font-size: 12px;
              color: #ccc;
            }

  #header .social {
    position: absolute;
    right: 0; bottom: 100%;

    font-size: 20px;
    line-height: 45px;
  }

    #header .social a {
      margin-left: 5px;

      color: #000;
      text-decoration: none;

      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }
    .home #header .social a,
    .media.gallery #header .social a { color: #92b6bb; }

#breadcrumbs {
  position: absolute;
  left: 50%; top: 0;
  margin-left: -480px;
}

#main,
.main {
  float: right;
  margin-right: 0;
  margin-bottom: 40px;
  width: 600px;
}

#main.full,
.main.full,
.error #main,
.error .main {
  float: none;
  margin: 0;
  width: auto;
}

#aside,
.aside {
  float: left;
  margin-left: 0;
  margin-bottom: 40px;
  width: 310px;
}

#footer {
  padding: 20px 0 50px;
  height: auto;

  background:    -moz-linear-gradient(top, #fff, #f1f1f1);
  background: -webkit-linear-gradient(top, #fff, #f1f1f1);
  background:     -ms-linear-gradient(top, #fff, #f1f1f1);
  background:      -o-linear-gradient(top, #fff, #f1f1f1);
  background:         linear-gradient(top, #fff, #f1f1f1);

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f1f1f1)
  );
  border-top: 1px solid #dfdfdf;

  text-transform: capitalize;
}

  #footer p,
  #footer ul { padding: 0; }

  #footer p#onguard {clear: both; padding-top: 15px; text-align: center;}

  #footer a { color: #808080; }

  #footer .section { position: relative; }

  #footer .site {
    margin-bottom: 20px;
    padding-left: 200px;

    background: url(../img/logo-dark.png) left center no-repeat;
  }

    #footer .site ul {
      display: inline-block;
      padding: 0;
      vertical-align: middle;
    }

      #footer .site li {
        position: relative;
        display: inline;
        float: left;
      }

        #footer .site a {
          display: block;
          padding: 10px;
          float: left;

          font-family: 'MuseoSans', sans-serif;
          font-size: 15px;
          color: #000;
          text-decoration: none;
          text-transform: uppercase;
        }

        #footer .site li:hover {
          background: #eee;
        }

        #footer .site .nav {
          position: absolute;
          left: -9999em; bottom: 100%;
          min-width: 100%;
          z-index: 101;

          background: #eee;

          font-size: 12px;
        }

        #footer .site li:hover .nav {
          left: 0;
        }

          #footer .site .nav ul { display: block; }

            #footer .site .nav li { float: none; }

              #footer .site .nav a {
                float: none;
                padding: 5px 10px;

                font-size: 12px;
                color: #666;
              }

    #footer .site .home { border-left: 1px solid #eee; }

  #footer .terms {
    position: absolute;
    left: 25em;
  }

  #footer .copyright { float: left; }

  #footer .poweredby { float: right; }

    #footer .poweredby a {
      font-family: 'MuseoSans', Helvetica, sans-serif;
      color: #000;
      text-decoration: none;
      text-transform: none;
    }

      #footer .poweredby strong { font-weight: bold; }

.section {
  position: relative;
  margin-bottom: 40px;
}

.section:after{content:" ";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.section{display:inline-block;}
html[xmlns] .section{display:block;}
* html .section{height:1%;}

  .section > .header { display: none; }

    .section > .header .title {
      display: inline;
    }

    .section > .header .title,
    .section > .header .title a {
      padding: 0;

      font-family: 'Ostrich Sans', sans-serif;
      font-size: 48px;
      color: #ed1c24;
      line-height: 1;
    }

    #main .section > .header .title { font-size: 64px; }

    .section > .header .nav { text-transform: capitalize; }

    .section .meta ul,
    .section .meta li,
    .section .meta p {
      display: inline;
      line-height: 1em;
    }

      .section .meta li + li:before {
        content: ' - ';
      }

    .section > .header .nav,
    .section > .header .nav li,
    .section > .header .nav form {
      display: inline;
      margin-left: 0.25em;
      padding: 0;
    }

  .section .meta {
    /*height: 1em;*/
    overflow: hidden;

    font-size: 12px;
    color: #969696;
    line-height: 1em;
    font-style: italic;
    text-transform: capitalize;
  }

    .section .meta p {
      margin: 0; padding: 0;

      line-height: 1em;
    }

    .section .meta a {
      position: relative;

      font-style: normal;
      color: #606060;
    }

    .section .meta a:hover {
      color: #ed1c24;
      text-decoration: underline;
    }

    .section .meta span + span:before {
      content: ' - ';
    }

  .section .header .nav { display: none; }

  .section > .footer { display: none; }

  #aside .section > .footer { display: block; }

    .section .footer .meta { display: none; }

    .section .footer a { text-decoration: underline; }

.header ul,
.footer ul,
.listing { padding: 0; }

.pagination {
  margin: 40px 0; padding: 20px 0;

  border-top: 1px solid #ddd;

  text-align: center;
}

  .pagination .title,
  .pagination .results { display: none; }

  .pagination ul { padding: 0; }

    .pagination li { display: inline; line-height: 1em; }

      .pagination a,
      .pagination span,
      .pagination .current,
      .pagination .dots {
        display: inline-block;
        padding: 5px 8px;
        float: left;

           -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
            -ms-border-radius: 2px;
             -o-border-radius: 2px;
                border-radius: 2px;

        text-decoration: none;

           -moz-transition: background 0.2s ease;
        -webkit-transition: background 0.2s ease;
            -ms-transition: background 0.2s ease;
             -o-transition: background 0.2s ease;
                transition: background 0.2s ease;
      }

      .pagination .current {
        background: #fff;
           -moz-box-shadow: inset 0 0 0 1px #ddd;
        -webkit-box-shadow: inset 0 0 0 1px #ddd;
            -ms-box-shadow: inset 0 0 0 1px #ddd;
             -o-box-shadow: inset 0 0 0 1px #ddd;
                box-shadow: inset 0 0 0 1px #ddd;
      }

.thumbs { padding: 0; }

  .thumbs > a {
    display: block;
    float: left;
    margin: 0; margin-right: 2%; margin-bottom: 5px;
    width: 18.4%;
  }

  .thumbs > a:nth-child(5n) { margin-right: 0; }

  .thumbs .avatar.mini {
    margin: 0; margin-right: 2%; margin-bottom: 5px;
    width: 18.4%;
  }

  .thumbs .avatar.mini.fifth { margin-right: 0; }

.filter .panel { text-align: center; }
.filter ul { display: inline-block; }
.filter li { display: inline; }

.none .details { display: none; }

.home #breadcrumbs { display: none; }

.home #container { width: auto; }

.home .section { margin: 0; }

  .home .section > .header { display: block; }
  .home .section > .header .title,
  .home .section > .header .title a { font-size: 50px; }
  .home .section > .footer { display: none; }

.home .container {
  position: absolute;
  left: 50%; top: 50%;
  margin-left: -480px !important;
  width: 960px;
}

#home-slider {
  position:relative;

  margin-top: -150px; padding-top: 150px;
  height: 800px; min-height: 450px;
  overflow: hidden;

  background: #000;
}

  #home-slider .container {
    position: static;
    left: auto; top: auto;
    margin: auto !important;
    padding: 0;
    width: auto;

       -moz-animation: 2s fadein ease;
    -webkit-animation: 2s fadein ease;
            animation: 2s fadein ease;
  }

  #home-slider .slides { list-style: none; }

    #home-slider .slide {
      position: absolute;
      left: 100%; top: 0;
      width: 100%; height: 100%;

      background: center center no-repeat;
      background-size: cover;

         -moz-transition: left 1s ease;
      -webkit-transition: left 1s ease;
          -ms-transition: left 1s ease;
           -o-transition: left 1s ease;
              transition: left 1s ease;
    }

      #home-slider .content {
        position: absolute;
        left: 50%; top: 150px;
        bottom: 0;
        margin-left: -480px;
        width: 960px;
      }

    #home-slider .fullscreen-old {
      left: -100%;
    }

    #home-slider .fullscreen-active {
      left: 0;
    }

    /* Generic */
    #home-slider .generic {
      background-image: url(../img/home-slider/01.jpg);
    }

      #home-slider .generic .content {
        top: auto; bottom: 0; margin-bottom: 50px;

        opacity: 0;

           -moz-transition: opacity 0.5s ease 1s;
        -webkit-transition: opacity 0.5s ease 1s;
            -ms-transition: opacity 0.5s ease 1s;
             -o-transition: opacity 0.5s ease 1s;
                transition: opacity 0.5s ease 1s;
      }

      #home-slider .generic.fullscreen-active .content {
        opacity: 1;
      }

        #home-slider .generic a { text-decoration: none; }

        #home-slider .generic .title,
        #home-slider .generic .title a,
        #home-slider .generic .subtitle,
        #home-slider .generic .subtitle a {
          display: block;
          margin: 0; padding: 0;

          font-family: 'Ostrich Sans', sans-serif;
          font-size: 85px;
          color: #e4e4e4;
          line-height: 1em;
          text-align: center;
          text-shadow: 0 2px 3px rgba(0,0,0,0.5);
        }

        #home-slider .generic .subtitle,
        #home-slider .generic .subtitle a {
          font-size: 48px;
        }

    /* Spitfire */
    #home-slider .spitfire {
      background-image: url(../img/home-slider/spitfire-background.jpg);
    }

      #home-slider .spitfire a {
        position: absolute;
        top: 66%; margin-top: -200px;
        width: 100%; height: 308px;
        opacity: 0;

        background: url(../img/home-slider/spitfire-overlay.png) center no-repeat;

        text-indent: -9999px;

           -moz-transition: all 1s ease 1s;
        -webkit-transition: all 1s ease 1s;
            -ms-transition: all 1s ease 1s;
             -o-transition: all 1s ease 1s;
                transition: all 1s ease 1s;
      }

      #home-slider .spitfire.fullscreen-active a {
        margin-top: -158px;

        opacity: 1;
      }

    /* Lyrics */
    #home-slider .lyrics {
      background-image: url(../img/home-slider/lyrics-background.jpg);
    }

      #home-slider .lyrics a {
        position: absolute;
        right: 0; top: 20%;
        width: 341px; height: 319px;

        background: url(../img/home-slider/lyrics-overlay.png) center no-repeat;
        opacity: 0;

        text-indent: -9999px;

           -moz-transition: opacity 0.5s ease 1s;
        -webkit-transition: opacity 0.5s ease 1s;
            -ms-transition: opacity 0.5s ease 1s;
             -o-transition: opacity 0.5s ease 1s;
                transition: opacity 0.5s ease 1s;
      }

      #home-slider .lyrics.fullscreen-active a {
        opacity: 1;
      }

    /* Done */
    #home-slider .done {
      background-image: url(../img/home-slider/done-background.jpg);
    }

      #home-slider .done a {
        position: absolute;
        left: 0; top: 20%;
        width: 380px; height: 253px;

        background: url(../img/home-slider/done-overlay.png) center no-repeat;
        opacity: 0;

        text-indent: -9999px;

           -moz-transition: opacity 0.5s ease 1s;
        -webkit-transition: opacity 0.5s ease 1s;
            -ms-transition: opacity 0.5s ease 1s;
             -o-transition: opacity 0.5s ease 1s;
                transition: opacity 0.5s ease 1s;
      }

      #home-slider .done.fullscreen-active a {
        opacity: 1;
      }


    /* Dont wanna give you back */
    #home-slider .give-you-back {
      background-image:url(../slider/slide_dont-wanna-give-you-back/background.jpg);
    }
    #home-slider .give-you-back a {
      display:block;
      position:absolute;
      top:0; left:0;
      width:383px;
      height:501px;
      text-indent:-999em;
      background:url(../slider/slide_dont-wanna-give-you-back/overlay.png) center top no-repeat;
    }


    /* Love */
    #home-slider .love {
      background-image: url(http://www.leannrimesworld.com/clients/leann_rimes/img/home-slider/love-background.jpg);
    }

      #home-slider .love a {
        position: absolute;
        left: 0; top: 20%;
        width: 332px; height: 289px;

        /*background: url(http://www.leannrimesworld.com/clients/leann_rimes/img/home-slider/love-overlay.png) center no-repeat;*/
        opacity: 0;

        text-indent: -9999px;

           -moz-transition: opacity 0.5s ease 1s;
        -webkit-transition: opacity 0.5s ease 1s;
            -ms-transition: opacity 0.5s ease 1s;
             -o-transition: opacity 0.5s ease 1s;
                transition: opacity 0.5s ease 1s;
      }

      #home-slider .love.fullscreen-active a {
        opacity: 1;
      }

    /* Want */
    #home-slider .want {
      background-image: url(../img/home-slider/want-background.jpg);
    }

      #home-slider .want p {
        position: absolute;
        right: 0; top: 30%;
        margin-top: -206px;
        width: 407px; height: 549px;

        background: url(../img/home-slider/want-overlay.png) center no-repeat;
        opacity: 0;

        text-indent: -9999px;

           -moz-transition: opacity 0.5s ease 1s;
        -webkit-transition: opacity 0.5s ease 1s;
            -ms-transition: opacity 0.5s ease 1s;
             -o-transition: opacity 0.5s ease 1s;
                transition: opacity 0.5s ease 1s;
      }

      #home-slider .want.fullscreen-active p {
        opacity: 1;
      }



    #home-slider .fullscreen-prev,
    #home-slider .fullscreen-next {
      position: absolute;
      left: 0; top: 50%;
      margin-top: -75px;
      width: 50px; height: 150px;
      z-index: 3;

      background: url(../img/media-navigation.png) left center no-repeat;

      text-indent: -9999px;
    }

    #home-slider .fullscreen-next {
      left: auto; right: 0;

      background-position: right center;
    }

    #home-slider .disabled { opacity: 0.2; }

#home-news {
  position: relative;
  min-height: 720px;
}

  #home-news .container { margin-top: -284px; }

  #home-news .viewall:after { content: ' News'; }

  #home-news .section > .article {
    position: relative;
    top: 0;
    margin-right: 10px; padding-bottom: 104px;
    width: 433px;
    float: left;

       -moz-transition: top 0.5s ease;
    -webkit-transition: top 0.5s ease;
        -ms-transition: top 0.5s ease;
         -o-transition: top 0.5s ease;
            transition: top 0.5s ease;
  }

    #home-news .section > .article .title { height: 1em; overflow: hidden; }

    #home-news .section > .article .meta {
      position: absolute;
      left: 0; bottom: 54px;
      margin: 20px;
    }

    #home-news .section > .article .author { display: none; }

    #home-news .section > .article .content {
      height: 336px;
      overflow: hidden;

      text-overflow: ellipsis;
    }

    #home-news .section > .article.has-figure .content {
      height: 75px;
    }

    #home-news .section > .article .footer { height: 0; }

  #home-news .scrollable-news {
    position: absolute;
    right: 0;
    margin: 0 -10px; padding: 0 10px;
    width: 475px; height: 427px;
    overflow: hidden;
  }

  #home-news .navi {
    position: absolute;
    right: 0; top: 500px;
    padding-top: 20px;
    width: 475px;

    border-top: 1px solid #ddd;
  }

    #home-news .navi a,
    #home-news .next,
    #home-news .prev {
      display: inline-block;
      margin-right: 0.25em; padding: 5px 8px;

         -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
          -ms-border-radius: 2px;
           -o-border-radius: 2px;
              border-radius: 2px;
    }

    #home-news .navi .active {
      background: #ed1c24;
         -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.75);
      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.75);
          -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.75);
           -o-box-shadow: 0 1px 2px rgba(0,0,0,0.75);
              box-shadow: 0 1px 2px rgba(0,0,0,0.75);

      color: #fff;
    }

    #home-news .navi .disabled { opacity: 0.2; }

    #home-news .listing {
      position: absolute;
      width: 475px; height: 20000em;
    }

      #home-news .group {
        height: 430px;
      }

        #home-news .item {
          margin-bottom: 10px;

          cursor: pointer;

             -moz-transition: background 0.2s ease;
          -webkit-transition: background 0.2s ease;
              -ms-transition: background 0.2s ease;
               -o-transition: background 0.2s ease;
                  transition: background 0.2s ease;
        }

        #home-news .item:hover { background: #eee; }

        #home-news .item.has-figure {
          padding-top: 20px !important;
          padding-left: 120px;
        }

          #home-news .item .figure {
            width: 100px; height: 100%;
          }

          #home-news .item .header {
            margin: 0; padding: 0;

            border: none;
          }

            #home-news .item .title {
              padding: 0 2px;
              height: 1em;
              overflow: hidden;

              text-overflow: ellipsis;
            }

            #home-news .item .meta { height: 1em; overflow: hidden; }

          #home-news .item .author,
          #home-news .item .content,
          #home-news .item .footer { display: none; }

#home-media {
  position: relative;
  min-height: 940px;
  overflow: hidden;

  background: #000 url(../img/texture-dark.jpg);

  color: #fff;
}

  #home-media .container { margin-top: -428px; }

  #home-media .title { color: #92b6bb; }

  #home-media .viewall:after { content: ' Media'; }

  #home-media .section > .figure { margin-bottom: 20px; }

  #home-media .prev,
  #home-media .next {
    float: left;
    width: 65px;
    height: 150px;

    background: url(../img/media-navigation.png) left center no-repeat;

    text-indent: -9999em;
  }

  #home-media .next { background-position: right center; }

  #home-media .disabled { opacity: 0.2; }

  #home-media .navi {
    padding: 20px 0;
    clear: both;

    text-align: center;
  }

    #home-media .navi a {
      display: inline-block;
      margin: 0 6px;
      width: 6px; height: 6px;

      background: #ccc;
         -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
           -o-border-radius: 3px;
              border-radius: 3px;
      opacity: 0.3;
    }

    #home-media .navi .active { opacity: 1; }

  #home-media .scrollable-media {
    position:relative;
    float: left;
    width: 830px; height: 150px;
    overflow: hidden;
  }

    #home-media .thumbs {
      position: absolute;
      width: 20000em;
    }

      #home-media .group {
        float: left;
        width: 840px;
        overflow: hidden;
      }

        #home-media .scrollable-media a {
          display: block;
          margin-right: 10px;
          width: 200px; height: 150px;
          float: left;
          overflow: hidden;
        }

          #home-media .landscape {
            max-width: none !important; height: 100%;
          }

          #home-media .portrait {
            width: 100%; height: auto;
          }

#home-events {
  position: relative;
  min-height: 900px;

  background: #fff url(http://www.leannrimesworld.com/clients/leann_rimes/img/backgrounds/events.jpg) center top no-repeat;
}

  #home-events .container { margin-top: -400px; }

  #home-events .events {
    background: none;
    border: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
  }

    #home-events .viewall:after { content: ' Events'; }

.section > .details,
.section > .article,
.section > .thumbs,
#aside .section > .listing,
#aside .section > .content > .listing,
#main .section.news .item,
#main .section.blogs .item,
body.home .section.news .item,
.section.news.story .article,
.section.blogs.post .article,
.section.asset .figure,
.section.comments > .listing,
.section.comments.add form,
.filter,
.users #main .section.blogs .item,
#GC_forum.thread .article,
.section.contest,
.section.campaign {
  position: relative;
  display: block;
  margin: 0; margin-bottom: 40px;
  padding: 20px;
  /*overflow: hidden;*/

  background: #fff;
  border: 1px solid #ddd;
     -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
      -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
       -o-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
          box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.section.contest > .details,
.section.campaign > .details {
  margin: 0; padding: 0;

  background: none;
  border: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}

#aside .section > .listing,
#aside .section > .content > .listing,
.section.comments > .listing { padding: 0; }

#aside .section.events .listing,
#aside .section.media .thumbs,
#main .section.contest,
#main .section.campaign,
.section.comments.add form,
body.events .section.signups .thumbs { padding-bottom: 64px; }

#main .section.news .full .item,
#main .section.blogs .full .item,
#main .section.contests .article { padding-bottom: 104px; }

  #aside .item,
  .section.comments .item {
    position: relative;
    margin-bottom: -1px;
    padding: 20px;

    border-bottom: 1px solid #ddd;

       -moz-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
        -ms-transition: background 0.2s ease;
         -o-transition: background 0.2s ease;
            transition: background 0.2s ease;
  }

  #aside .item:last-child { border: none; }

  #aside .item:hover {
    background: #eee !important;
  }

    #aside .item .title {
      padding: 0 2px;
      height: 1em;
      overflow: hidden;

      text-overflow: ellipsis;
    }

        #aside .item .title a:after {
          content: ' ';

          position: absolute;
          left: 0; top: 0;
          right: 0; bottom: 0;
          display: block;
        }

  .title {
    padding: 0;

    font-family: 'Ostrich Sans', sans-serif;
    font-size: 44px;
    color: #1d1d1d;
    line-height: 1;
  }

    .title a { color: #1d1d1d; }

  #main .section.news .full .item .meta,
  #main .section.blogs .full .item .meta,
  #main .section.contests .article .meta,
  #main .section.contest .meta,
  #main .section.campaign .meta {
    position: absolute;
    left: 0; bottom: 54px;
    margin: 20px;
  }

  #main .section.contest .meta,
  #main .section.campaign .meta { bottom: 0; }

  #main .section.news .item .footer,
  #main .section.blogs .item .footer {
    display: block;
    height: 0;
  }

    #aside .section .viewall,
    .section.news .article .footer .continue,
    .section.blogs .item .footer .continue,
    .section.comments.add .submit,
    .section.contests .article .footer .nav a {
      position: absolute;
      left: 0;
      right: 0; bottom: 0;
      margin: -1px;
      padding: 20px;

      background: #eee;
      border: 1px solid #ddd;

      line-height: 1;
      text-decoration: none;

         -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
           -o-transition: all 0.2s ease;
              transition: all 0.2s ease;
    }

    #aside .section .viewall { margin: 0; }

    #aside .section .viewall:hover,
    .section.news .article .footer .continue:hover,
    .section.blogs .item .footer .continue:hover,
    .section.gallery .footer .viewall:hover,
    .section.contests .article .nav a:hover {
      background: #92b6bb;
      border: 1px solid #6d959b;

      color: #fff;
    }

.section.news .has-figure {
  padding-top: 280px !important;
}

  .section.news .article .figure {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 260px;
    overflow: hidden;
  }

    .section.news .article .figure img { width: 100%; }

  .section.blogs .item .figure { display: none; }

.section.news > .footer { display: none; }

.section.news.story .header { margin-bottom: 1em; }

.section.events {}

  .section.events .viewall:after { content: ' Events'; }

  .section.events .listing a { text-decoration: none; }
  .section.events .listing a:hover { text-decoration: underline; }

  .section.events .full thead { display: none; }

  .section.events .full td {
    font-family: 'Ostrich Sans', sans-serif;
    font-size: 36px;
    line-height: 1;

    vertical-align: top;
  }

  .section.events .full .day {
    display: block;

    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
  }

  .section.events .full .locality {
    display: block;

    white-space: nowrap;
  }

  .section.events .full .region {
    display: block;

    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
  }

  .section.events .full .tickets {
    width: 200px;

    text-align: right;
  }

  .section.events .full .tickets ul {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }

    .section.events .full .tickets li { display: inline; }

      .section.events .full .tickets a,
      .section.events .full .tickets span {
        display: block;
        padding: 5px 15px 0;
        width: auto; height: 40px;
        float: left;

        background: #eee;

        font-family: 'Ostrich Sans', sans-serif;
        font-size: 30px;
        color: #545454;
        line-height: 40px;
        text-indent: 0;
        text-align: center;
      }

      .section.events .full .tickets a:hover {
        background: #92b6bb;

        color: #fff;
        text-decoration: none;
      }

      .section.events .full .vip a,
      .section.events .full .vip span {
        margin-right: 10px;
        background: #101010;
        color: #d2d2d2;
      }

      .section.events .full .vip a:hover { background: #ed1c24; }

      .section.events .full .tickets span {
        background: #eee;
        opacity: 0.25;
        cursor: not-allowed;

        color: #545454;
      }

  .section.events .compact {
    padding: 0;
  }

    .section.events .compact .item {
      margin-bottom: 20px;
      padding-bottom: 20px;

      border-bottom: 1px solid #D7D7D7;
    }

    .section.events .compact .item:last-child {
      margin: 0;
      padding: 0;

      border: 0;
    }

  .section.events .compact .date,
  .section.events .compact .venue {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
  }

  .section.events .compact .tickets { overflow: hidden; }

    .section.events .compact .tickets li { display: inline; }

      .section.events .compact .tickets a,
      .section.events .compact .tickets span {
        display: block;
        padding: 5px 0 0;
        width: 48%; height: 30px;
        float: right;

        background: #8c8c8c;

        font-family: 'Ostrich Sans', sans-serif;
        font-size: 24px;
        color: #fff;
        line-height: 30px;
        text-indent: 0;
        text-align: center;

           -moz-transition: background 0.2s ease;
        -webkit-transition: background 0.2s ease;
            -ms-transition: background 0.2s ease;
             -o-transition: background 0.2s ease;
                transition: background 0.2s ease;
      }

      .section.events .compact .tickets a:hover {
        background: #92b6bb;

        text-decoration: none;
      }

      .section.events .compact .vip a,
      .section.events .compact .vip span { margin-left: 4%; }

      .section.events .compact .vip a,
      .section.events .compact .vip span {
        background: #2b2b2b;

        color: #fff;
      }

      .section.events .compact .vip a:hover { background: #111; }

      .section.events .compact .tickets span {
        opacity: 0.1;
        cursor: not-allowed;
      }

.section.event {}

  .section.event > .header .nav { display: none; }

  .section.event > .header .meta { display: inline; }

  .section.event .description { margin-bottom: 20px; }

  .section.event .venue { font-style: italic; }

  .section.event .info { overflow: hidden; }

    .section.event .info dt:first-child,
    .section.event .info dt:first-child + dd { border-top: 1px solid #eee; }

    .section.event .info dt {
      float: left;
      clear: left;
      padding: 5px 0;
      width: 33%;

      border-bottom: 1px solid #eee;

      font-weight: bold;
    }

    .section.event .info dd {
      float: left;
      padding: 5px 0;
      width: 67%;

      border-bottom: 1px solid #eee;
    }

.section.signups .signup,
.section.signups .note {
  position: absolute;
  right: 0; bottom: 0;
  margin: 15px; padding: 0;
  z-index: 2;
}

.section.feature { margin-bottom: 20px; }

  .section.feature > .header,
  .section.feature > .footer { display: none !important; }

  .section.feature > .details { padding: 0; }

  .section.feature iframe,
  .section.feature object,
  .section.feature embed { width: 100%; }

.section.media {}

  .section.media .viewall:after { content: ' Media'; }

  #aside .section.media .thumbs a {
    float: left;
    margin-right: 4%; margin-bottom: 10px;
    width: 48%; height: 80px;
    overflow: hidden;

    background: #eee;

    line-height: 80px;
  }

    .section.media .thumbs img {
      vertical-align: middle;
    }

  #aside .section.media .thumbs a:nth-child(2n) {
    margin-right: 0;
  }

.section.gallery .assets .header { display: none; }

.section.asset .header .nav { display: none; }

.section.asset .figure {
  margin-bottom: -1px;

  text-align: center;
}

.artists.main { display: none; }

.section.gallery .item,
.section.releases .listing .item {
  position: relative;
  float: left;
  margin-right: 20px; margin-bottom: 20px;
  width: 176px; height: 176px;

  background: #eee;
     -moz-box-shadow: inset 0 0 0 1px #ddd, 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px #ddd, 0 1px 5px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: inset 0 0 0 1px #ddd, 0 1px 5px rgba(0, 0, 0, 0.1);
       -o-box-shadow: inset 0 0 0 1px #ddd, 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px #ddd, 0 1px 5px rgba(0, 0, 0, 0.1);

  line-height: 176px;
}

  .section.releases .listing .header .meta,
  .section.releases .listing .content,
  .section.gallery .galleries .content {
    display: none;
  }

  .section.releases .listing .header,
  .section.gallery .galleries .header {
    opacity: 0;

       -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
         -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
  }

    .section.releases .listing .title a,
    .section.gallery .galleries .title a {
      position: absolute;
      left: 0; top: 0;
      padding: 65px 20px;
      width: 136px; height: 46px;

      background: rgba(50,50,50,0.9);

      font-family: 'Ostrich Sans', sans-serif;
      font-size: 24px;
      color: #fff;
      line-height: 1em;
      text-decoration: none;
      text-transform: uppercase;
    }

.item .figure,
.item .figure a {
  display: block;
  width: 100%; height: 100%;
  overflow: hidden;
}

  .item img { vertical-align: bottom; }

  .item img.landscape {
    max-width: none !important;
    width: auto !important; height: 100%;
  }

  .item img.portrait {
    width: 100%; height: auto !important;
  }

.section.releases .item:nth-child(5n),
.section.gallery .item:nth-child(5n),
.section.gallery .footer .viewall {
  margin-right: 0;
}

.section.releases .item:hover .header,
.section.gallery .item:hover .header  { opacity: 1; }

.section.release {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 74px;
  overflow: hidden;

  background: #fff;
     -moz-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
       -o-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
}

  .section.release .figure {
    float: left;
    margin-right: 20px;
    width: 280px;
  }

  .section.release > .header {
    display: block;
    margin-bottom: 40px;
  }

    .section.release > .header .meta {
      position: absolute;
      left: 0; top: 300px;
      margin: 20px;
      width: 280px;

      color: #aaa;
      font-style: italic;
    }

      .section.release > .header .artist { display: none; }

  .section.release > .header,
  .section.release > .content { margin-left: 300px; }

  .section.release > .content {
    padding: 0;

    background: transparent;
    border: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
  }

    .section.release thead { display: none; }

    .section.release tr:nth-child(even) {
      background: #f6f6f6;
    }

    .section.release td {
      padding: 10px;
    }

    .section.release .trackno {
      width: 1em;
      vertical-align: middle;

      text-align: right;
    }

    .section.release .title {
      font-size: 32px;
    }

      .section.release .play {
        display: inline-block;
        margin-right: 10px;
        width: 24px; height: 24px;
        vertical-align: middle;

        background: url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-play.png) center no-repeat;

        text-indent: -9999px;
      }

      .section.release .sm2_playing { background: url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-pause.png); }

    .section.release .duration {
      font-style: italic;
      text-align: right;
    }

  .section.release > .footer {
    position: absolute;
    left: 0; top: 340px;
    right: 0;
    display: block;
    margin: 20px;
    width: 280px;
  }

    .section.release > .footer ul,
    .section.release > .footer li { display: inline; }

      .section.release > .footer a {
        display: inline-block;
        padding: 5px 20px 0;

        background: #8C8C8C;

        font-family: 'Ostrich Sans',sans-serif;
        font-size: 24px;
        color: #fff;
        line-height: 30px;
        text-decoration: none;
      }

      .section.release > .footer a:hover {
        background: #92B6BB;
      }

.section.users.listing .thumbs .avatar {
  background: #fff;
     -moz-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
       -o-box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px #ddd, 0 7px 7px rgba(0, 0, 0, 0.15);
}

.section.member.details > .header .meta { display: none; }

#GC_forum table td { vertical-align: top; }

#GC_forum table td.row_name .title,
#GC_forum table td.last_activity .title {
  font-family: 'Ostrich Sans', sans-serif;
  font-size: 36px;
  line-height: 1;
}

#GC_forum table td.row_name .meta,
#GC_forum table td.last_activity .meta {
  display: block;
  margin: 0;

  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

#GC_forum table td.info {
  font-size: 20px;
}

#GC_forum > .header + .pagination { display: none; }

#GC_forum.thread .article {
  position: relative;
  margin-bottom: -1px;
}

  #GC_forum.thread .article .nav {
    position: absolute;
    right: 0; top: 0;
    margin: 15px;

    opacity: 0;

       -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
         -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
  }

    #GC_forum.thread .article .nav li { display: inline; }

      #GC_forum.thread .article .nav a {
        display: block;
        margin-left: 15px;
        width: 20px; height: 20px;
        float: right;
        background: center no-repeat;
        text-indent: -9999px;
      }

      #GC_forum.thread .article .nav .quote a { background-image: url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-quote.png); }
      #GC_forum.thread .article .nav .reply a { background-image: url(../img/icon-reply.png); }
      #GC_forum.thread .article .nav .message a { background-image: url(../img/icon-message.png); }
      #GC_forum.thread .article .nav .edit a { background-image: url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-edit.png); }
      #GC_forum.thread .article .nav .moderation a { background-image: url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-edit.png); }

      #GC_forum.thread .article .nav .innapropriate a {
        background-image: url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-flag.png);
      }

      #GC_forum.thread .article .nav .spam a {
        display: none;
        clear: right;
        margin-right: 70px;
      }

      #GC_forum.thread .article .nav:hover .innapropriate a,
      #GC_forum.thread .article .nav:hover .spam a {
        display: block;
        width: auto;
        background: none;
        text-indent: 0;
        text-transform: capitalize;
      }

  #GC_forum.thread .article:hover .nav { opacity: 1; }

.section.contests .title,
.section.contest .title,
.section.campaigns .title,
.section.campaign .title { display: block; }

.section.contest .header .nav {
  display: block;
  margin: 0;
}

  .section.contest .nav ul,
  .section.contest .nav li,
  .section.contest .nav form { margin: 0; }

.section.comments { margin-top: -41px; }

  .section.comments > .header { display: none !important; }

  .section.comments .item.no-comment { display: none; }

  .section.comments .item .nav {
    position: absolute;
    right: 0; top: 0;
    margin: 15px;

    opacity: 0;

       -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
         -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
  }

    .section.comments .item .nav li {
      display: inline;
    }

      .section.comments .item .nav a {
        float: right;
        margin-left: 15px;
        width: 20px; height: 20px;

        background: center no-repeat;

        text-indent: -9999px;
      }

      .section.comments .item .nav .reply a { background-image: url(../img/icon-reply.png); }
      .section.comments .item .nav .message a { background-image: url(../img/icon-message.png); }

  .section.comments .item:hover .footer .nav { opacity: 1; }

  .section.comments .item > .moderation {
    display: block;
    right: 70px; top: 0; bottom: auto;
    margin: 15px;

    opacity: 0;

       -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
         -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
  }

  .section.comments .item:hover > .moderation { opacity: 1; }

  #main.full .section.comments .avatar,
  #main.full .section.comments .avatar img {
    width: 50px;
  }

  #main.full .section.comments .bubble { margin-left: 70px; }

.section.comments.add { margin-top: 0; }

  .section.comments.add > .header { display: block !important; }

  .section.comments label { display: none; }

  .section.comments textarea {
    width: 100%;

    background: #eee;
    border: 1px solid #ddd;
  }

  .section.comments .article { position: static !important; }

  .section.comments .avatar {
    margin: 20px;
    width: 60px;
  }

  .section.comments .item .meta p {
    padding: 0;

    font-size: 0.8em;
    color: #999;
  }

body.news {
  background: #fff url(../img/backgrounds/news.jpg) center top no-repeat;
}

body.events {
  background: #fff url(../img/backgrounds/events-light.jpg) center top no-repeat fixed;
}

  body.events #main .section > .header { display: block; }

  body.events #aside { margin-top: 64px; }

body.media .section > .header { display: block;}

body.media.gallery {
  background: #191919;

  color: #fff;
}

  body.media.gallery #main { text-align: center; }

  body.media.gallery #footer { display: none; }

  body.media.gallery .section.viewer {
    position: relative;
    display: inline-block !important;
    min-width: 50%;
  }

    body.media.gallery .section.viewer .header { height: 30px; }

      body.media.gallery .section.viewer .title {
        position: absolute;
        left: 0; right: 0; top: 0;
        height: 30px;
        overflow: hidden;
        z-index: 2;

        font-size: 24px !important;
      }

      body.media.gallery .section.viewer .nav { display: block;}

      body.media.gallery .section.viewer .prev,
      body.media.gallery .section.viewer .next {
        position: absolute;
        left: 50%; margin-left: -480px;
        top: 50%; margin-top: -75px;
        width: 65px; height: 150px;
        z-index: 2;

        background: url(../img/media-navigation.png) left center no-repeat;

        text-indent: -9999em;
      }

      body.media.gallery .section.viewer .next {
        margin-left: 415px;
        background-position: right center;
      }
    body.media.gallery .section.viewer .content {
      position: relative;
    }

      body.media.gallery .section.viewer .comments {
        position: absolute;
        right: 0; bottom: 0;
        margin: 10px;
        width: 42px; height: 36px;

        background: url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-comments.png) center no-repeat;

        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 36px;
        text-decoration: none;
      }

      body.media.gallery .section.viewer .description {
        position: absolute;
        left: 0; bottom: 0; right: 0;
        padding: 20px 60px; padding-top: 80px;

        background: #000;
        background:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
        background:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
        background:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
        background:         linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));

        background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(rgba(0,0,0,0)),
          to(rgba(0,0,0,1))
        );
        opacity: 0;

           -moz-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
            -ms-transition: opacity 0.2s ease;
             -o-transition: opacity 0.2s ease;
                transition: opacity 0.2s ease;
      }

      body.media.gallery .section.viewer.has-description .description { opacity: 1; }

  body.media.gallery .section.gallery {
    position: fixed;
    left: 0; bottom: 0; right: 0;
    margin: 0 auto; padding: 20px;
    width: 920px;

    background: #000;
       -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
         -o-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            box-shadow: 0 1px 5px rgba(0,0,0,0.1);

    text-align: center;
  }

    body.media.gallery .section.gallery > .header {
      display: none;
    }

    body.media.gallery .section.gallery .assets {
      position: relative;
      display: inline-block;
      overflow: hidden;

         -moz-transition: height 0.2s ease;
      -webkit-transition: height 0.2s ease;
          -ms-transition: height 0.2s ease;
           -o-transition: height 0.2s ease;
              transition: height 0.2s ease;
    }

    body.media.gallery .section.gallery .item {
      position: relative;
      margin: 0;
      width: 50px; height: 50px;

      background: none;
         -moz-box-shadow: none;
      -webkit-box-shadow: none;
          -ms-box-shadow: none;
           -o-box-shadow: none;
              box-shadow: none;

      line-height: 50px;
    }

    body.media.gallery .section.gallery .active { opacity: 0.2; }

body.releases {
  background: #fff url(../img/backgrounds/releases.jpg) center top no-repeat;
}

  body.releases .section.releases > .header { display: block; }

  body.contests #aside,
  body.campaigns #aside { margin-top: 16px; }

  body.contests .section > .header,
  body.campaigns .section > .header { display: block; }

    body.campaigns .section > .header .nav,
    body.campaigns .section > .footer .nav { display: none; }

body.users {}

  /*body.users .section > .header { display: block; }*/

  body.users .filter { margin-bottom: -1px; }

  body.users #aside .section {
    margin: 0; padding: 0;

    background: none;
    border: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
  }

  body.users .profile > .header { display: block; }

    body.users .profile > .header .nav { display: inline; }

  body.users .profile > .footer,
  body.users .user.details > .header { display: none !important; }


  body.users .profile.about #twitter {
    position: relative;
    margin-bottom: -1px;
    padding-left: 100px !important;
    padding-bottom: 20px !important;
    min-height: 48px;
    z-index: 2;

    background: #5dd7fc url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-twitter.png) 20px center no-repeat !important;
    border-color: #389dbc !important;

    font-size: 16px;
    color: #383838;
  }

    body.users .profile.about #twitter a {
      color: #fff;
      text-decoration: none;
    }

    body.users .profile.about #twitter .misc {
      display: block;

      font-size: 12px;
      font-style: italic;
      color: #437d8e;
    }

  body.users .user.details .content { margin-bottom: -1px; }

  body.users .social.controls .article {
    padding: 0;

    border: none;
  }

    body.users .social.controls .article ul {
      padding: 0;
      overflow: hidden;
    }

      body.users .social.controls .article li {
        float: left;
        width: 50%;
      }

        body.users .social.controls .article a {
          display: block;
          padding: 15px;

          background: #eee;
          border: 1px solid #ddd;

          text-align: center;
          text-decoration: none;
        }

        body.users .social.controls .article a:hover {
          position: relative;
          z-index: 2;

          background: #92b6bb;
          border-color: #6d959b;

          color: #fff;
        }

      body.users .social.controls .article li + li a {
        margin-left: -1px;
      }

body.forum .section > .header { display: block; }

  body.forum .section > .header .nav { display: inline; }

body.store .section.categories { margin-top: 40px; }

body.store #main .category.products .listing .item,
body.store #main .shop .listing .item { background: #000; }

body.store #main .category.products .listing .item .figure,
body.store #main .shop .listing .item .figure { line-height: 211px; }

body.store #main .featured .listing .item { background: #000; }

body.store #main .featured .listing .item .figure { line-height: 322px; }

body.fromleann {
  padding-top: 130px;

  background: #fff url(../img/backgrounds/from-leann.jpg) center top no-repeat;
  background-size: cover;
}

  /*body.fromleann #container { max-height: 1740px; }*/

  body.fromleann .from-leann > .header { display: block; }

    body.fromleann .from-leann > .header .title {
      font-size: 180px;
      color: #303030;
      line-height: 160px;
    }

  body.fromleann .item.tweet {
    padding-left: 100px !important;
    padding-bottom: 20px !important;
    min-height: 48px;

    background: #5dd7fc url(http://www.leannrimesworld.com/clients/leann_rimes/img/icon-twitter.png) 20px center no-repeat !important;
    border-color: #389dbc !important;

    font-size: 16px;
    color: #383838;
  }

    body.fromleann .item.tweet a {
      color: #fff;
      text-decoration: none;
    }

    body.fromleann .item.tweet .misc {
      display: block;

      font-size: 12px;
      font-style: italic;
      color: #437d8e;
    }

body.about .section > .header { display: block; }

  body.about .gallery .content {
    position: relative;
    height: 176px;
    overflow: hidden;
  }

    body.about .gallery .assets {
      position: absolute;
      width: 500000px;
    }

      body.about .gallery .group {
        float: left;
      }

        body.about .gallery .item:nth-child(5n) { margin-right: 20px; }

    body.about .gallery .prev,
    body.about .gallery .next {
      position: absolute;
      right: 100%; top: 50%;
      margin-top: -20px;
      width: 65px; height: 40px;

      background: url(../img/media-navigation.png) left center no-repeat;

      text-indent: -9999px;
    }

    body.about .gallery .next {
      right: auto; left: 100%;

      background-position: right center;
    }