/* =========================================================================
  INDEX
========================================================================== */

#features {
  clear: both;
  padding: 20px 0 0 0;
  border-top: 1px solid #E1E1E1;
}

.featureLeft {
  clear: left;
  float: left;
  width: 300px;
}

.featureRight {
  float: right;
  width: 300px;
}

.featureMiddle {
  margin: 0 340px;
}

.featureLeft p, .featureRight p, .featureMiddle p {
  margin-bottom: 20px;
  text-align: justify;
}

#social {
  margin-bottom: 20px;
  clear: both;
  padding: 20px 0 0 0;
  border-top: 1px solid #E1E1E1;
}

#social #community {
  float: left;
  width: 460px;
  height: 283px;
  margin-bottom: 20px;
}

#social #news {
  margin-left: 500px;
}

#social #news ul {
  line-height: 1.8em;
}

#social #news ul li.posted {
  color: #666666;
}

#social #news ul li.article {
  margin-bottom: 20px;
  text-align: justify;
}

#social #news ul li.article a {
  font-weight: normal;
}


/* =========================================================================
  FAQS
========================================================================== */

ul#answers li {
  clear: left;
  float: left;  
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 1.6em 0;
}

ul#answers li .question .number {
  float: left;
  width: 2em;
}

ul#answers li .question {
  font-size: 1.4em;
  color: #666666;
  margin-bottom: .6em;
}

ul#answers li .answer {
  margin-bottom: .6em;
}

ul#answers li .answer, ul#answers li .top {
  margin-left: 2.8em;
}

