/* Homepage Styles
=========================================== */
.homepage .content_container { width: 100%; }

.stage_container {
  height: 500px;
  margin-bottom: 30px;
}

/* Slider
------------------------------------ */
.stage {
  height: 500px;
  overflow: hidden;
  padding: 0 80px;
  width: 940px;
}
.slider {
  height:500px;
  left: 80px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 940px;
  z-index: 1;
}
.slider .slider_panels {
  left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: 47000px;
}
.slider .slider_panels > li,
.slider .slider_panels > li > a.hit {
display: block;
height: 500px;
width: 940px;
}
.slider .slider_panels > li {
float: left;
margin: 0;
padding: 0;
position: relative;
}
.stage .arrow {
background: url(../imgs/home/arrows_etc.png) no-repeat 0 0; 
display: block;
height: 80px;
position: absolute;
text-indent: -999em;
top: 210px;
width: 80px;
z-index: 1000;
}
.stage .forward { background-position: 0 -80px; right: 0; }
.stage .back { left: 0; }
.stage .arrow:hover { cursor: pointer; }
.stage .back:hover { background-position: 0 -160px; }
.stage .forward:hover { background-position: 0 -240px; }

/* Dots Nav ----------------------- */
.thumb_nav {
display: none;
left: 95px;
position: absolute;
top: 570px;
z-index: 99;
}
.thumb_nav li { display: inline; }

.thumb_nav a {
background: url(../imgs/home/arrows_etc.png) no-repeat 0 -422px;
display: inline;
float: left;
height: 30px;
width: 13px;
margin: 0;
padding: 0;
text-indent: -999em;
outline: none;
}
.thumb_nav .cur { background-position: 0 -453px; }
.thumb_nav a:hover { background-position: 0 -482px; }
.start-stop { display: none; }

/* Feature Text/Links ------------- */
.feature figcaption {
right: 11px;
position: absolute;
text-align: right;
top: 268px;
}
.feature h2 a {
color: #ffff00;
float: right;
font-family: "kulturista-web-1", "kulturista-web-2", helvetica, arial;
font-size: 90px;
font-weight: 400;
margin-bottom: 19px;
width: auto;
}
.feature span { display: block; line-height: 80px; text-transform: none; }
.feature span:nth-of-type(1) { font-weight: 700; }
.feature span:nth-of-type(2) { font-weight: 400; }
.feature span:nth-of-type(3) { font-weight: 100; }

.feature ul {
clear: right;
float: right;
width: 420px;
}
.feature li {
display: inline;
width: 205px;   
}
.feature li a {
background: #ffff00;
border-radius: 5px;
color: #282828;
display: inline-block;
font-family: "kulturista-web-1", "kulturista-web-2", helvetica, arial;
font-size: 20px;
padding: 8px 21px;
text-align: center;
text-transform: uppercase;
width: 163px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.feature a:hover { text-decoration: none; }

/* Feature Styles */
.feature.style2 h2 a { color: #ff3399; } 
.feature.style2 li a { background: #ff3399; }
.feature.style3 h2 a { color: #09f; }
.feature.style3 li a { background: #09f; }

.feature img { width: 100%; }

/*
 *  SALE STYLES
 */



.secondary-sale-slide ul {background:rgb(255,255,255);background:rgba(255,255,255,0);filter: alpha(opacity = 0);position: absolute;top:0;z-index: 2;}

.secondary-sale-slide li {
  float: left;
  height: 600px;
  position: relative;
  top: 0px;
  width: 470px;
}
.secondary-sale-slide li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Main Content
------------------------------------------- */
.homepage section  h2 a:hover {
    color:#E53190;
    text-decoration:none;
}

.out .recommendations section,
.main_container section {
  border-top: 5px solid #e5e5e5;
  float: left;
  margin-right: 20px;
  padding-top: 12px;
  width: 300px;
}
.main_container .start { margin-right: 0; }

.main_container h2 {
float: left;
font-size: 16px; 
margin-bottom: 13px;
width: auto;
}

.main_container .teev h2 {
margin:0 0 6px;
}

.main_container h2 + a {
background: url(../imgs/home/arrows_etc.png) no-repeat right -396px;
float: right;
padding-right: 8px;
}
.main_container ul { clear: left; }

.shop_links {
float: right;
width: auto;
}
.recommendations aside { height: 271px; }
aside input[type="button"],
aside button {
  background: #f39;
  padding: 0;
  text-align: center;
  width: 130px;
}

aside input[type="button"]:hover,
aside button:hover { background: #e53190; }

aside input[type="button"]:active,
aside button:active { 
background: #e53190; -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.6);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.6);
  box-shadow: inner 0 0 5px rgba(0,0,0,.6);
  -webkit-transition: all 100ms cubic-bezier(1.000, 0, 0.265, 1); /* older webkit */
  -webkit-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
     -moz-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
      -ms-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
       -o-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
          transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); /* custom */
}

.ie .start aside {
padding-bottom: 12px;
}

/* Logged out 
=========================================== */
.out section { 
border: none; 
padding-top: 0;
}
.out h2 { 
font-size: 21px; 
margin-bottom: 15px; 
width: 100%; 
}
.out .meet { 
width: 620px; 
}
.out .meet iframe {
float: left;
}

/* Start Aside */
.start aside {
min-height: 272px;
padding: 38px 58px;
width: 184px;
}
.start dt { font-size: 29px; }

.start button {
font-size: 20px;
height: 40px;
width: 180px;
}

/* Logged in 
=========================================== */
.full,
.ie .recommendations.big,
.ie .score {
margin-right: 0;
width: 940px;
}
section > div {
clear: left;
}
.recommendations {
margin-bottom: 20px;
}

.out .last,
.in .last { margin-right: 0; }

.forum a {
line-height: 17px;
width: 257px;
}
.forum img { margin-right: 9px; }

.forum span {
color: #7d7d7d;
float: left;
font-size: 11px;
line-height: 15px;
width: 257px;
}

.in .full,
.out .full {
  width:940px;
}

/* Filter 
------------------------------------ */
.filter {
clear: right;
float: right;
}
.ie .filter {
margin-top: 20px;
}
.filter h3 {
color: #afafaf;
font-size: 10.5px;
margin-bottom: 13px;
}

/* Shop Links ------------------------------------ */
.shoptitle { color:white;}
.shoplinks li {
    height:26px;
    display: inline-block;
    margin:0 0 17px 0;
    width: 125px;
    background: #FFF url(../imgs/global/right_arrow_trans.png) no-repeat 110px;
}

.shoplinks li:hover {
    background: url(../imgs/global/right_arrow_trans.png) no-repeat 110px #f39;
}

.shoplinks li a {
    display:block;
    text-decoration:none;
}

.shoplinks li a:hover h2{
    color:#fff;
}

.shoplinks li{
-webkit-transition: all 300ms cubic-bezier(1.000, 0, 0.265, 1); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
   -moz-transition: all 300ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
    -ms-transition: all 300ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
     -o-transition: all 300ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
        transition: all 300ms cubic-bezier(1.000, -0.260, 0.265, 1.525); /* custom */
}

.shoplinks li h2 {
-webkit-transition: all 400ms cubic-bezier(1.000, 0, 0.265, 1); /* older webkit */
-webkit-transition: all 400ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
   -moz-transition: all 400ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
    -ms-transition: all 400ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
     -o-transition: all 400ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
        transition: all 400ms cubic-bezier(1.000, -0.260, 0.265, 1.525); /* custom */
}

.shoplinks li h2 {
    color:black;
    padding: 7px 5px 5px 8px;
    font-size:13px;
    width:105px;
    margin-bottom:0px;
}

.shoplinks li:active {
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.6);
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.6);
box-shadow: inner 0 0 5px rgba(0,0,0,.6);
-webkit-transition: all 100ms cubic-bezier(1.000, 0, 0.265, 1); /* older webkit */
-webkit-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
   -moz-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
    -ms-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
     -o-transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); 
        transition: all 100ms cubic-bezier(1.000, -0.260, 0.265, 1.525); /* custom */
}

/* Fancy Select ------------------- */
.selection {
height: 20px;
display: inline-block;
position: relative;
margin: 0 0 15px 0;
width: 120px;
}
.selection h2, .selection li {
font-family: "Futura Extra Bold", "Futura Bold", "Futura", Helvetica, Arial, Sans-serif;   
font-size: 10.5px;
font-weight: 600;
text-transform: uppercase;
}
.selection h2 {
background: #FFF url(../imgs/product/product_sprite.png) no-repeat 90% -329px;
color: #282828;
cursor: pointer;
margin: 0;
padding: 6px 7px 4px 7px;
position: absolute;
width: 106px;
}
.selection .active {
background-color: #ff3399;
background-position: 90% -300px; 
border: none;
color: #FFF;
padding: 11px 12px 10px 12px;
}
.selection h2 + ul {
background: #FFF;
color: #282828;
width: 120px;
}
.selection .active + ul {
background: #ff3399;
border: none;
color: #FFF;
}
.selection .drop {
left: 0;
list-style: none;
position: absolute;
top: 22px;
z-index: 1000;
}
.selection .expanded {
border-bottom: none;
padding-bottom: 10px;
}
.selection li {
color: #282828;
cursor: pointer;
float: none;
padding: 6px 7px 5px 7px;
text-align: left;
}
.selection .active + ul li {
color: #FFF;
padding:  6px 12px 5px 12px;
}
.disabled h2 {
background-position: 96% -354px;
color: #E5E5E5;
}
.disabled h2:hover { cursor: default; }

/* Score Slider
------------------------------------- */
.score_slider,
.score_slider li {
float: left;
width: auto;
}
.score_slider ul {
overflow: hidden;
}
.score_slider ul {
height: 205px;  
width: 770px; 
}
.score_slider li {
width: 385px;
}

/* Pick Designs ---------------------- */
.score { margin-bottom: 40px; }
.score li { clear: none; position: relative; }
.score li div {
clear: none;
}

.score li img {width:385px;}

/* Aside */
.score aside { clear: right; float: right; padding: 25px 20px 0; height: 180px; }
.score aside dl { float: left; margin-bottom: 1px; width: 100%; }
.score aside dt { font-size: 30px; }
.score aside dd { margin-bottom: 16px; }

#designs_to_score_counter {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#designs_to_score_counter.flash { color: #ff0; }

.ie .score aside {
    margin-top: 15px;
}

#two_left {
    display: none;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 10;
    height: 205px;
    width: 770px;
}

#two_left p {
    font-family: "kulturista-web-1", "kulturista-web-2", helvetica, arial;
    font-weight: bold;
    font-size: 16px;
    background: #000;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    margin: 75px auto 0;
    height: 50px;
    width: 110px;
}


/* Tee V ----------------------------- */
.teev .thread_player .player_wrap {margin:0 0 9px;}
.teev > a {
float: left;
margin: 6px 0;
width: auto;
}
.teev > div {
clear: both;
/*border-top: 1px solid #e5e5e5; removed 6/6 +++NH */ 
float: left;
padding-top: 7px;
width: 100%;
}
.teev .carousel li {
margin-right: 4px;
width: 61px;
}
.teev button {
background: url(../imgs/home/arrows_etc.png) no-repeat 0 -320px;
border: none;
border-radius: 0;
clear: none;
display: block;
height: 34px;
line-height: 0;
padding: 0;
text-indent: -999em;
width: 18px;
}
.teev .prev { margin-right: 4px; }
.teev .next { background-position: 0 -354px; }
.teev button:hover { cursor: pointer; }

/*scored_all_small and its flipped horizontal counterpart-------------------- */

.score_slider .scored_all_subs_container { width: 100%; }

#scored_all_small, #scored_all_small_flipped_horz {
  position: relative;
  width: 385px;
  height: 205px;
  background: #fff;
  float: left;
}
.alert_small {
  position: absolute;
  top: 25px;
}

#scored_all_small .alert_small {
  right: 40px;
}

#scored_all_small_flipped_horz .alert_small {
  left: 40px;
}

.score li .alert_small {
  height: 176px;
  width: 73px;
}

.alert_text p {
  font-family: kulturista-web-1, kulturista-web-2, Georgia, serif;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 15px;
  width: 220px;
}

#scored_all_small .alert_text p {
  left: 40px;
}

#scored_all_small_flipped_horz .alert_text p {
  right: 40px;
}

#scored_all_small ul,
#scored_all_small_flipped_horz ul {
  position: absolute;
  width: 150px;
  height: 112px;
  top: 72px;
}

#scored_all_small ul {
  left: 72px;
}

#scored_all_small_flipped_horz ul {
  right: 72px;
}

#scored_all_small li,
#scored_all_small_flipped_horz li {
  height:  31px;
  width: 150px;
  margin-bottom: 10px;
}

#scored_all_small li:last-child,
#scored_all_small_flipped_horz li:last-child {
    margin-bottom: 0;
}

#scored_all_small li a,
#scored_all_small_flipped_horz li a {
  float: none;
  padding: 0px 0px;
}

#scored_all_small .button.bright,
#scored_all_small_flipped_horz .button.bright {
  display:  block;
  text-align: center;
}

/* *****
////////********** Daily Slider *******************************/

.daily_slider {
  font-family: "kulturista-web-1","kulturista-web-2",helvetica,arial;
  position: relative;
}

.daily_slider ul li {
  float:left;
  height:600px;
  overflow:hidden;
  position:relative;
  width:470px;
  z-index:2;
}

.daily_slider dt {
  float:left;
  font-family: "kulturista-web-1","kulturista-web-2",helvetica,arial;
  font-size:15px;
}

.daily_slider dl {
  color:#fff;
  left:25px;
  position: relative;
  top:-158px;
  z-index:3;
}

.daily_slider .daily_title a {
  color:#fff;
  display: inline-block;
  font-family: "kulturista-web-1","kulturista-web-2",helvetica,arial;
  font-size: 18px;
  font-weight: 500;
  height: 16px;
  margin: 0 0 3px;
  overflow: hidden;
  text-transform: uppercase;
  width: 440px;
}

.daily_slider .daily_designer a {
  color:#fff;
  font-family: "kulturista-web-1","kulturista-web-2",helvetica,arial;
  font-size:15px;
  margin:0 0 0 3px;
}

.daily_screen {
  opacity:0;
  height:600px;
  left:0;
  position: absolute;
  top:0;
  width:470px;
  z-index:1;
  -webkit-transition: all 400ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -moz-transition: all 400ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
      -ms-transition: all 400ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
       -o-transition: all 400ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
          transition: all 400ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

.daily_screen span {
  color:#fff;
  display:block;
  font-family: "kulturista-web-1","kulturista-web-2",helvetica,arial;
  font-size:23px;
  left:-200px;
  position:relative;
  text-transform: uppercase;
  top:260px;
  opacity:0;
  overflow: hidden;
  width:470px;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.lt-ie9 .daily_screen,
.lt-ie9 .daily_screen span {filter: alpha(opacity=0); /* IE6-IE8 */}

.daily_release:hover > .daily_screen span {
  left:20px;
  opacity:1;
}

.lt-ie9 .daily_release:hover > .daily_screen span {filter: alpha(opacity=100); /* IE6-IE8 */}

.daily_screen span em {
  display: block;
  font-size:67px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -2px;
  top:-10px;
  position: inherit;
}

.daily_release:hover > .daily_screen {
  background: url(../imgs/global/blk_trans_50.png) repeat 0 0 transparent;
  background:rgba(0,0,0,.5);
  display:block;
  opacity:1;
  text-decoration: none;
}

.daily_screen:active {
  -moz-box-shadow: inset 0 0 16px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,.5);
      box-shadow: inner 0 0 16px rgba(0,0,0,.5);
  -webkit-transition: all 100ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
  -webkit-transition: all 100ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -moz-transition: all 100ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
      -ms-transition: all 100ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
       -o-transition: all 100ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
          transition: all 100ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

/*
 *  Merch Panels
 */ 

.main_container .out .merchandising {
  margin:-30px 0 30px;
}

.main_container .merchandising {
  border-top: none;
  margin:-42px 0 35px;
}

.merchandising ul {margin:20px 0 0;}

.merchandising li {
  float:left;
  height:177px;
  margin:0 20px 0 0;
  position: relative;
  overflow: hidden;
  width:300px;
}

.merchandising li.list {
  margin:0;
}

.merchandising span {
  display: block;
}

.merchandising li img {position:relative;width:100%;}


.merchandising li a {
  color: #fff;
  display:block;
  float: left;
  font-family: "kulturista-web-1","kulturista-web-2",helvetica,arial;
  font-weight: 600;
  font-size: 16px;
  height: 100%;
  position: relative;
  top:-180px;
  width: 100%;
}

.merchandising li.single a {
  width:300px;
}

.merchandising li.single span {
  padding: 148px 0 0 20px;
}

.merchandising li.combo a{
  width:150px;
}

.merchandising li.combo span {
  padding: 148px 0 0 20px;
}

/*
 * Daily Slides
 */

.featured-sale-slide {
  height:500px;
  width:940px;
}
.featured-sale-slide div { height: 100%; width: 100%; }

/* Reprints */
 
.reprints {
  background: url('https://s3.amazonaws.com/threadless-media/imgs/home/slider/0506_new_bg.jpg') left top no-repeat #fff;
  position: relative;
}
 
    .reprints li { position: absolute; top: 351px; }
    
    .reprints li a {
        display: block;
        background-image: url('https://s3.amazonaws.com/threadless-media/imgs/home/slider/0506_new_sprite.png'); 
        width: 100%;
        height: 100%;
    }
 
    .reprints li.guys {
        left:   592px;
        height: 42px;
        width:  148px;
    }
 
    .reprints li.girly {
        left:   763px;
        height: 42px;
        width:  148px;
    } 
 
    .reprints li.guys a        { background-position: 0px 0px; }
    .reprints li.girly a       { background-position: right 0px; }
    .reprints li.guys a:hover  { background-position: 0px -60px; }
    .reprints li.girly a:hover { background-position: right -60px; }