/* Start of CMSMS style sheet 'CGBlog' */
.CGBlogPostdate {
  display:block;
  width:46px;
  height:49px;
  background:url(uploads/themes/cgblog/calendar.gif) no-repeat;
  text-align:center;
  font-weight:bold;
  padding-top:4px;
  float:left;
  margin-right:24px;
  overflow:hidden;
}

.CGBlogPostdate .month {
  color:white;
  text-transform:uppercase;
  display:inline-block;
  width:46px;
  line-height:14px;
}

.CGBlogPostdate .day {
  display:inline-block;
  font-size:20px; 
  line-height:21px;
  width:46px;
}

.CGBlogPostdate .year {
  font-size:8px;
  line-height:9px;
  font-weight:light;
}

.CGBlog h3 {
  padding-top:4px;
}

.CGBlogSummarySummary p {
  margin-bottom:0;
}

.CGBlogSummarySummary .readmore {
  margin-bottom:24px;
}

/* CGFeedback */
/******************************************/

.feedback_summary_item {
  margin-bottom:24px;
}

.feedback_item_data {
  padding:12px;
  background:#E6F0F4;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

.feedback_item_poster {
  font-size:10px;
  background: url(uploads/themes/cgblog/comment_balloon.gif) 3px -5px no-repeat;
  padding-left:42px;
  color:#909090;
}

.cgfeedback_addcoment textarea {
  width:434px;
  height:80px;
}

.cgfeedback_addcoment input {
  margin-bottom:12px;
}

.cgfeedback {
  clear:both;
}

/* FESubmit stuff 
********************************************/

.fesubmit .mceLayout,
.fesubmit textarea {
  width:600px;
}
/* End of 'CGBlog' */

