﻿
.news_entry
{
	font-size: 10px;
	padding: 17px 0;
}

.news_entry_hr
{
	border-bottom: solid 2px #c7dc27;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.news_entry .textbox
{
	width: 400px;
}

.news_entry textarea.textbox
{
	height: 80px;
}

.news_entry h2
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.news_entry small.date
{
	padding: 0 0 20px 0;
	display: block;
	text-align: right;
	font-size: 8px;
	color: #666666;
}

span.align_right
{
	text-align: right;
}

/* Add new entry */

.news_entry .menu_add
{
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(Images/Icons/add_icon.gif) no-repeat right top;
	padding: 0 20px 0 0;
	cursor: pointer;
	z-index: 10;
	height: 16px;
	line-height: 16px;
	color: #99a731;
	text-decoration: none;
}

.news_entry .news_thumb
{
	float: left;
	margin-right: 10px;
	width: 120px;
}

.news_entry .news_more_thumb
{
	float: right;
	margin: 0 0 10px 10px;
}

.news_entry .news_lead
{
	float: left;
}

.news_entry .news_lead_with_img
{
	width: 350px;
}

.news_entry .news_lead p
{
	margin: 0;
	padding: 0 0 10px 0;
}