/****** PROJECTS INDEX ******/
#projects-gallery-wrapper {
  position: relative;
  overflow: hidden; }

.design-bg {
  background: url("/designsquad/static/images/_bg/project-bg.jpg") repeat; }

#projects-title h1 {
  background-image: url("/designsquad/static/images/design-title.png");
  height: 117px;
  width: 298px; }

#projects-callouts {
  position: relative;
  margin-top: -25px;
  margin-left: 95px;
  width: 779px;
  height: 260px;
  background: url("/designsquad/static/images/design-invitation.png") no-repeat; }

#projects-callouts h2 {
  text-indent: -999999px; }

#submit-your-idea-button {
  position: absolute;
  top: 158px;
  left: 116px; }

#design_remix_bt {
  position: absolute;
  display: block;
  top: 227px;
  left: 235px;
  width: 152px;
  height: 87px;
  border: 6px solid #fff;
  background: url("/designsquad/static/images/design_remix_highlight.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer; }

#design_remix_bt:hover, #design_remix_bt:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.callouts-sidebtns {
  position: absolute;
  top: 0px;
  right: 0px; }

.callouts-sidebtns a {
  position: relative;
  display: block;
  width: 267px;
  height: 117px;
  margin-bottom: 16px; }

.callouts-sidebtns a.tc_spacer {
  height: 155px; }

.callouts-sidebtns a p {
  position: absolute;
  text-indent: -999999px; }

.callouts-sidebtns a img {
  border: 6px solid #fff; }

.callouts-sidebtns a:hover img, .callouts-sidebtns a:hover img,
.callouts-sidebtns a:focus img, .callouts-sidebtns a:focus img {
  border-color: rgba(255, 255, 255, 0.7); }

.tc_spacer {
  margin-top: 50px; }

#your-ideas-filter {
  width: 724.5px;
  float: left; }

.your-ideas-filter ul {
  margin-top: 16px;
  margin-left: 16px; }

#your-ideas-nav .active {
  background: #fff;
  cursor: default; }

.results-filter-nav {
  float: left;
  padding: 14px;
  margin-left: 14px;
  background-color: #81a9d2;
  height: 70px; }

.results-filter-nav ul {
  list-style-type: none; }

.results-filter-nav li {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 78px;
  height: 28px;
  line-height: 28px;
  cursor: pointer; }

.results-filter-nav li.active {
  background-color: #fff;
  cursor: default; }

/*
#challenge-area {
    width: 790px;
    height: 310px;
    margin: 0 0 0 10px;
    background-image: url('/designsquad/static/images/challenge-back.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

#challenge-sticker {
    float: left;
    margin: 110px 0 0 17px;
}

#challenge-people {
    float: left;
    text-align: center;
    line-height: 100%;
    color: black;
    background-image: url('/designsquad/static/images/challenge-people.png');
    background-repeat: no-repeat;
    margin: 125px 0 0 30px;
    padding: 37px 0 0 0;
    width: 170px;
}

#challenge-people-left {
    color: #f16624;
    margin-bottom: -10px;
}

#challenge-calendar {
    background-image: url('/designsquad/static/images/challenge-cal.png');
    background-repeat: no-repeat;
    text-align: center;
    color: black;
    margin: 125px 0 0 26px;
    float: left;
    height: 90px;
    width: 96px;
    padding: 5px 0 0 0;
}

#challenge-calendar-inner {
    margin: 0 0 0 -5px;
}

#challenge-days-left {
    margin: -5px 0 0 0;
    font-size: 2em;
}

#join-challenge {
    float: left;
    height: 45px;
    width: 165px;
    margin: 230px 0 0 -165px;
    background-color: #f16624;
    cursor: pointer;
}

#join-challenge:hover {
    background-color: white;
}

#join-challenge a img {
    margin: 8px 0 0 8px;
    float: left;
}

#join-challenge a span {
    color: #333;
    float: left;
    font-size: 1.375em;
    margin: 10px 0 0 5px;
    text-decoration: underline;
}

#challenge-project {
    float: left;
    border: 10px solid #a5ce39;
    margin: 0 0 0 30px;
}

#past-challenges {
    float: left;
    margin: 268px 0 0 -178px;
}

#past-challenges a {
    color: #333333;
    font-weight: bold;
}

#your-ideas {
    width: 790px;
    height: 240px;
    background-image: url('/designsquad/static/images/project-ideas-bg.png');
    overflow: hidden;
}

#your-ideas ul {
    margin-top: 95px;
    margin-left: 10px;
}

#your-ideas-nav {
    width: 765px;
}
    /*margin: 95px 0 0 10px;*/
/*border-bottom: 10px solid #fff;*/
/*    line-height: 1em;
    overflow: hidden;
    list-style-type: none;
}

#your-ideas-nav li {
    float: left;
    padding: 0px 5px 5px 5px;
    text-align: center;
    margin-right: 10px;
    background: #aaacae;
    background: rgba(255, 255, 255, .5);
    text-decoration: underline;
    font-weight: bold;
    color: #64599e;
    cursor: pointer;
}

#your-ideas-nav li:hover {
    background: #fff;
    background: rgba(255, 255, 255, 1);
}

#your-ideas-nav .active {
    padding-bottom: 15px;
    margin-bottom: 0;
    background: #fff;
    text-decoration: none;
    cursor: default;
}

#your-ideas-bar {
    width: 765px;
    height: 52px;
    padding: 4px 0 4px 0;
    margin: 0 0 0 10px;
    background: #fff;
}


#submit-your-idea-image {
    margin-left: 10px;
    float: left;
}

#submit-your-idea-button {
    display: block;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 4px 0 0 10px;
    float:left;
    background: #f16625;
}

#submit-your-idea-button:hover {
    background: white;
}

#submit-your-idea-button img {
    display: block;
    float: left;
}

#submit-your-idea-button span {
    display: block;
    float: left;
    margin: 5px 0 0 5px;
    text-decoration: underline;
    font-size: 1.25em;
    color: #333;
}

  */
#project-submission-popup {
  background: #a5ce39;
  padding: 15px;
  line-height: 160%; }

#project-submission-popup-header {
  margin-bottom: 10px;
  overflow: hidden; }

#project-submission-popup-header img {
  display: block;
  float: left;
  margin-right: 10px; }

#project-submission-popup-header h2 {
  display: block;
  float: left;
  font-size: 2.5em;
  color: #000;
  padding-bottom: 14px; }

#add-project label {
  display: inline; }

#add-project textarea {
  font-size: 1.5em;
  width: 550px; }

#add-project h2 {
  font-weight: normal;
  padding-bottom: 0.5em; }

.add-project-tags {
  list-display: inline;
  height: 57px; }

.add-project-tags :last-child {
  margin-right: 0 !important; }

.add-project-tags li {
  list-style-type: none;
  float: left;
  width: 66px;
  padding: 1px 3px;
  background: rgba(255, 255, 255, 0.5) !important;
  margin-right: 11px;
  cursor: pointer; }

.add-project-tags li.active,
.add-project-tags li.active p,
.add-project-tags li:hover,
.add-project-tags li:hover p {
  /* TODO add purple here */
  background: #fff !important; }

.add-project-tags li img {
  display: block;
  margin: 0 auto; }

.add-project-tags li p {
  text-align: center;
  background: rgba(255, 255, 255, 0) !important;
  padding: 0; }

#add-project input[type=submit] {
  -webkit-appearance: none;
  display: block;
  margin-top: 22px;
  clear: both;
  font-size: 30px;
  font-weight: bold;
  background: #f16724;
  color: black;
  text-decoration: none;
  cursor: pointer; }

#add-project input[type=submit]:hover {
  background: #fff; }

/*
.filter-text {
    float:left;
}

.filter-nav {
    margin-left: 50px;
    float: left;
    overflow: hidden;
    list-style-type: none;
}

.filter-nav li {
    float: left;
    margin-right: 20px;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.filter-nav .active {
    text-decoration: none;
    cursor: default;
}
*/
#projects-gal {
  clear: both;
  margin: 10px 0 0 30px;
  width: 864px; }

/**** generic project box module
 *    (project with 2 most recent subs)
 */
.project-box {
  width: 268px;
  height: 242px;
  padding: 9px 0;
  color: #999;
  font-weight: bold;
  cursor: pointer; }

.project-box a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0; }

.project-box .wish {
  overflow: hidden;
  margin: 0 12px 0 12px;
  font-size: 1.45em;
  line-height: 1em;
  color: black;
  padding: 0; }

.project-box .author {
  font-size: 0.64em;
  color: #666;
  margin-bottom: 1px;
  display: block; }

.project-box h4 {
  display: inline-block;
  margin: 0 12px;
  height: 3.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.project-box .lastest-sub-par {
  margin-left: 4px; }

.project-box .latest-sub {
  float: left;
  width: 118px;
  height: 151px;
  margin: 9px 0px 0px 8px;
  line-height: 0.75em;
  text-align: right;
  color: #666; }

.latest-sub span {
  line-height: 120%; }

.project-box img {
  width: 120px;
  height: 120px;
  margin-bottom: 4px; }

/****** END PROJECTS INDEX ******/

/*# sourceMappingURL=projects-index-page.css.map */
