div.newsitem_admin
{
  float: right;
}

.newsitem
{
	clear: both;
  padding-bottom: 40px;
}

.newsitem_title
{
  font-weight: bold;
  font-size: 1.2em;
}

.newsitem_author
{
	clear: both;
  float: left;
  font-size: 0.9em;
}

.newsitem_date
{
  float: right;
  font-size: 0.9em;
}

.newsitem_not_published
{
	border: 1px solid orange;
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: 5px;
}

.newsitem_content
{
  clear: both;
  padding-top: 10px;
  border: 0px solid #DDDDDD;
  border-width: 1px 0px 0px 0px;
}

.newsmore
{
  margin-top: 10px;
}

.newsshowall
{
  margin-top: 30px;
}

.news_add
{
  margin-top: 30px;
}

.news_image
{
	float: left;
	cursor: pointer;
	_cursor: default;
	margin: 0px 10px 0px 0px;
}

.news_socialicons, .news_fblikes
{
	clear: both;
	padding: 10px 0px 10px 0px;
}