/* index */
.date-category
{
  font-size: 11pt;
  padding-top: 10px;
}
.date-category-name
{
  font-weight: bold;
  font-size: 11pt;
  color: #993300;
}
.date-category-name a
{
  text-decoration: none;
  color: #993300;
}

/* category */
.categrory-creative-date
{
  margin-bottom: 20px;
}

/* date */
.creative-date
{
  margin-top: 20px;
  padding: 0px;
}
.creative-date-title
{
  font-size: 14pt;
  font-weight: bold;
  color: #800000;
}
.creative-date-title a
{
  text-decoration:none;
  color: #800000;
}
.creative-date-title a:hover
{
  text-decoration:underline;
}
.creative-date-author
{
  font-style: italic;
  font-size: 10pt;
}
.creative-date-label
{
  color: #800000;
  font-weight: bold;
}
.creative-date-idea,.creative-date-desc
{
  font-size: 10pt;
}

/* all */
.date-links
{
  padding: 5px;
  font-size: 8pt;
  font-weight: bold;
  text-transform: lowercase;
  background-color: #458CCC;
  color: #fff;
}
.date-link
{
  display: inline;
}
.date-link a
{
  color: #fff;
  text-decoration: none;
}
.date-link a:hover
{
  border-bottom: 1px dashed #fff;
}
.creative-date-thumb
{
  padding: 5px;
}
.creative-date-image
{
  padding: 5px;
  padding-top: 10px;
  float: right;
}

