/* HOMEPAGE STUFFS */
.mainindx-bg {
  background: url("/designsquad/static/images/_bg/homepage-bg.jpg") repeat; }

.home-nav #logo {
  display: none; }

.home-nav #main-nav-green {
  left: 192px; }

.home-nav #main-nav-orange {
  left: 736px; }

.home-nav #main-nav-info-div {
  left: 816px; }

#homepage-wrapper {
  width: 1200px; }

#homepage-center {
  position: relative;
  width: 100%;
  height: 732px;
  overflow: hidden; }

#home-btmedge {
  position: absolute;
  bottom: 0;
  left: 0; }

#featured-grid li {
  display: block;
  position: absolute;
  width: 271px;
  color: #000; }

#featured-top {
  margin-left: 14px; }

#featured-top .featured-icon {
  float: left;
  background-color: #fff;
  padding-top: 1px;
  /* Added when highlight header text was increased */
  padding-bottom: 1px;
  /* Added when highlight header text was increased */ }

#featured-grid li h3 {
  display: inline-block;
  float: left;
  height: 26px;
  /* was 24px, increased for highlight header increase */
  padding: 6px 8px 4px 4px;
  background-color: #fff;
  color: #000;
  line-height: 22px;
  font-size: 2em;
  /* Increasing highlight header text on this page only */ }

/*
#featured-grid h3.homeicon-Watch {
	background:#fff url('/designsquad/static/images/homepage-ic-watch.png') no-repeat 1px 1px;
}

#featured-grid h3.homeicon-Build {
	background:#fff url('/designsquad/static/images/homepage-ic-build.png') no-repeat 1px 1px;
}

#featured-grid h3.homeicon-Draw {
	background:#fff url('/designsquad/static/images/homepage-ic-design.png') no-repeat 1px 1px;
}

#featured-grid h3.homeicon-Play {
	background:#fff url('/designsquad/static/images/homepage-ic-everyone.png') no-repeat 8px 10px;
}

#featured-grid h3.homeicon-Blog {
	background:#fff url('/designsquad/static/images/homepage-ic-me.png') no-repeat 12px 9px;
}

#featured-grid h3.homeicon-Everyone {
	background:#fff url('/designsquad/static/images/homepage-ic-everyone.png') no-repeat 8px 10px;
}

#featured-grid h3.homeicon-Me {
	background:#fff url('/designsquad/static/images/homepage-ic-me.png') no-repeat 12px 9px;
}
*/
.featured-1 {
  top: 42px;
  left: 30px; }

.featured-2 {
  top: 344px;
  left: 30px; }

.featured-3 {
  top: 344px;
  right: 30px; }

.featured-4 {
  top: 42px;
  right: 30px; }

.feature-btm {
  width: 100%;
  height: 36px;
  background-repeat: no-repeat; }

.featured-1 .feature-btm {
  background-image: url("/designsquad/static/images/home-box-3.png"); }

.featured-2 .feature-btm {
  background-image: url("/designsquad/static/images/home-box-1.png"); }

.featured-3 .feature-btm {
  background-image: url("/designsquad/static/images/home-box-2.png"); }

.featured-4 .feature-btm {
  background-image: url("/designsquad/static/images/home-box-3.png"); }

.feature-box {
  clear: both;
  position: relative;
  width: 255px;
  max-height: 224px;
  padding: 8px 8px 0 8px;
  background-color: #fff;
  overflow: hidden; }

#featured-grid a {
  text-decoration: none; }

.feature-box h4 {
  color: #000; }

.silly-spacer {
  width: 5px;
  overflow: hidden;
  display: block;
  float: left; }

.feature-text {
  color: black;
  padding-left: 5px;
  font-size: 1.20em; }

/* END HOMEPAGE STUFFS */

/*# sourceMappingURL=homepage.css.map */
