/* base submission styles */
@import url('submissions.css');

/* Structure
====================================================== */
/* (borrowed from catalog.css - changes/differences are commented) */
.main_container {
    overflow: hidden; /* expand height for stickysidebar hit detection */
}
.ie6 .main_container,
.ie7 .main_container { padding-top: 55px; }

.main_content {
  background: #eee;
  float: right;
  width: 780px;
  min-height: 900px;
}
/* END borrowed structure section */
.thumbs .main_content {
  background: none;
}

/* styling for empty page notice
====================================================== */
.list_notice {
  margin: 75px auto 0;
  padding: 25px 25px 18px 25px;
  width: 400px;
  background-color: #e5e5e5;
}
.list_notice p {
  margin-bottom: 7px;
}

.main_container.thumbs h5.theme {
  padding: 20px;
  background: #282828;
  color: #fff;
  text-align: center;
  font-family: 'kulturista-web-1', 'kulturista-web-2', Georgia, serif;
  font-weight: 300;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
}

/* headers
====================================================== */

.thumbs_options h2.pick {
  float: left;
  font-size: 26px;
  text-transform: uppercase;
}
.thumbs_options h2.pick small {
  color: #7d7d7d;
  font-size: 13px;
  margin-right: 6px;
}

/* Thumbs options
====================================================== */

/* could be added to threadless.css (.catalog_options) */
.thumbs_options h2, .thumbs_options h2 small,
.thumbs_options .order li a,
.sidebar h3 {
  font-family: "futura-pt-1","futura-pt-2", sans-serif;
  font-weight: 800;
}

/* Sidebar
-------------------------------------------------- */
.sidebar { width: 308px; }
.sidebar.right { margin-left: 20px; }

/* (based on .catalog_options in catalog.css) */
.thumbs_options {
float: left;
padding-bottom: 12px;    
width: 100%;
}
.thumbs_options .order {
color: #7d7d7d;
font-size: 13px;
padding-top: 11px;
text-transform: uppercase;
}
.thumbs_options li {
display: inline;
}
.thumbs_options .view {
float: right;
}
.order li {
  margin-right: 1px;
}
.order a {
  margin-right: 3px;
}
.order a.selected {
  color: #f39;
}
.order li:after {
  content: '/';
}
.order li:last-child:after {
  content: '';
}
.main_container.thumbs .layout {
  float: right;
  margin-top: 7px;
}
.main_container.thumbs .layout div {
  float: left;
  color: #777;
  margin-right: 4px;
}
.main_container.thumbs .layout a {
  float: left;
  display: block;
  margin-left: 3px;
  width: 15px;
  height: 15px;
  background-image: url(../images/sprites_layout.gif)
}
.main_container.thumbs .layout a.two {
  background-position: 0 0;
}
.main_container.thumbs .layout a.two.selected {
  background-position: -15px 0;
}
.main_content .banner {
  padding-bottom: 26px;
  margin-bottom: 26px;
  width: 780px;
  height: 191px;
  border-bottom: 5px solid #e5e5e5;
}
#challenges .challenge p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #555;
}
.main_content .pagination {
  text-align: center;
  clear: both;
}
.main_content .pagination .button {
  display: inline-block;
  float: none;
}


/* .sidebar
====================================================== */
/* (borrowed from catalog.css - changes/differences are commented) */

.sidebar {
float: left;
width: 140px;
}
.sidebar section {
border-top: solid 5px #e5e5e5;
float: left;
margin: 0 0 20px;
overflow: hidden;
padding: 12px 0 0;
width: 140px;
}
.sidebar h3 {
text-transform: uppercase;
margin-bottom: 5px;
}
.sidebar .category ul {
max-height: 185px;
overflow: auto;
width: 120px;
}
.sidebar li {
line-height: 18px;
width: 140px;
}
.sidebar p, .sidebar span {
color: #7d7d7d;
font-size: 12px;
}
.sidebar em {
font-style: normal;
}
.sidebar a {
text-decoration: none;
position: relative;
}
.sidebar a:hover,
.sidebar a.active,
.sidebar .active .count {
color: #ff3399;
text-decoration: none;
}
.sidebar a .remove {
background: url(../imgs/catalog/sheet.gif) right top no-repeat #ff3399;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: none;
height: 9px;
margin: 0 0 0 0;
position: relative;
text-indent: -999em;
width: 9px;
}
.sidebar .active .remove {
display: inline-block;
}

/* Colors */
.sidebar .color ul {
clear: none;
float: left;
width: 100%;
}
.sidebar .color li {
float: left;
padding: 0 0 3px;
width: 50%;
}
.sidebar .color a {
float: left;
line-height: 20px;    
}
.color em {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
float: left;
height: 15px;
text-indent: -999em;
width: 15px;
margin-right: 5px;
}
.filter_item_grey em   { background-color: #cccccc; }
.filter_item_blue em   { background-color: #3c89c8; }
.filter_item_cream em  { background-color: #edebbb; }
.filter_item_green em  { background-color: #048844; }
.filter_item_pins em   { background-color: #ff98c8; }
.filter_item_orange em { background-color: #ff7722; }
.filter_item_black em   { background-color: #000000; }
.filter_item_white em  { background-color: #ffffff; border: solid 1px #cccccc; width: 13px; height: 13px; }
.filter_item_red em    { background-color: #cc242a; }
.filter_item_yellow em { background-color: #faef2f; }
.filter_item_brown em  { background-color: #885533; }
.filter_item_purple em { background-color: #662d90; }
.filter_item_pink em { background-color: #ff3399; }

/* END borrowed */

.sidebar h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 13px;
  line-height: 18px;
}

.sidebar .challenges {
  margin-top: 8px;
}
.sidebar .challenges.scrollpane {
  width: 140px;
  max-height: 150px;
  overflow: auto;
}
.sidebar .challenges.scrollpane::-webkit-scrollbar,
.sidebar .challenges.scrollpane::-webkit-scrollbar-track,
.sidebar .challenges.scrollpane::scrollbar,
.sidebar .challenges.scrollpane::scrollbar-track {
  width: 12px;
  background-color: #e5e5e5;
}
.sidebar .challenges.scrollpane::-webkit-scrollbar-thumb,
.sidebar .challenges.scrollpane::scrollbar-thumb {
  background-color: #999;
}

.sidebar .challenges.scrollpane li {
  line-height: 14px;
  margin-bottom: 4px;
  width: 125px;
}
.sidebar h5 + ul {
  margin: 8px 0 12px 0;
}
.sidebar li a.selected {
  color: #282828;
}
.sidebar li a em {
  color: #777;
}

.sidebar label.search {
  display: none;
}
.sidebar input.search {
  margin-top: 12px;
  width: 84px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.sidebar .search input[type="text"] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.sidebar .search input[type="submit"] {
  background: url(../imgs/global/sheet.png) left -18px #0099ff;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  clear: none;
  display: block;
  height: 31px;
  margin-top: 12px;
  padding: 0;
  text-indent: -999em;
  width: 35px;
}

#loader {
  position: fixed;
  top: 7px;
  left: 7px;
  height: 16px;
  width: 16px;
  z-index: 5000;
}
.loading {
    background: url(../images/loading.gif) no-repeat center center;
    min-height: 16px;
}