/**
 * @project     Need 2 Review (v2)
 * @file        /css/content.css 
 * @author		Matthijs de Ridder, Christiaan de Ridder
 * @copyright	(c) 2008 - De Ridder Server
 */

/****************************************************************************/
/* Content                                                                  */
/****************************************************************************/
#content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

#content span.time,
#content span.poster,
#content span.time a,
#content span.poster a {
  font-size: 10px;
  color: #999;
}

#content span.title {
  font-size: 12px;
}

#content img.avatar {
  margin-right: 5px;
  float: left;
  border: 1px solid #afafaf;
}

#content .review_img,
#content .news_img {
  margin: 5px;
  border: 1px solid #ccc;
}

#comment_content {
  margin: 5px 9px;
  width: 730px;
  height: 150px;
  border: 1px solid #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

#content h1 {
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

#content h2 {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

#content h3 {
  padding: 2px 5px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background: #afafaf;
}

#content p {
  text-align: justify;
}

#content ul {
  margin-left: 20px;
  list-style-type: disc;
}

#content ul li {
  display: block;
  margin-left: 20px;
}

#content a {
  text-decoration: none;
  color: #000;
}