/**
	STYLEZ FOR NEWS
**/

#content #news	{
	text-align: left;
	width: 98%;
	min-height: 50px;
	margin: 5px;
}

#content .entry	{
	/*border: 1px solid black;*/
	text-align: center;
	float: left;
	width: 98%;
	margin: 5px 5px 20px 5px;
}

.newshead {
	width: 100%;
	height: 1.8em;
	float: left;
	border-bottom: 1px solid black;
	color: white;
	background-color: #f1f1f1;
}

.newsheaddetail {
	width: 100%;
	height: 1.8em;
	float: left;
	border-bottom: 1px solid black;
	color: black;
	background-color: #f1f1f1;
}

#content .time {
	float: left;
	width: 10%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	border-right: 1px dotted black;
}

#content .headline {
	float: left;
	width: 63%;
	text-align: left;
	padding: 2px 5px 5px 5px;
	font-weight: 600;
	font-size: 11pt;
}

#content .location	{
	float: right;
	width: 22%;
	padding: 1px;
	text-align: right;
	font-weight: 500;
	font-size: 75%;
}

#content .newshead:hover	{
	font-weight: bold;
}

#content .newshead a:hover	{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#content .entry .newshead a	{
	color: white;
}

#content .body {
	width: 100%;
	min-height: 10px;
	float: right;
	background-color: white;
}

#content .body .text {
	width: 70%;
	float: left;
	text-align: left;
	padding: 5px;
	margin-bottom: 5px;
}

#content .body .fulltext {
	width: 98%;
	float: left;
	text-align: left;
	padding: 5px;
}

#content .body .more	{
	float: left;
	margin: 10px 5px 5px 5px;
	font-style: italic;
	font-weight: lighter;
}

#content .body .mainText {
	width: 98%;
	float: left;
	padding: 5px;
}

#content .body .img {
	padding: 5px;
	width: 27%;
	float: right;
}

#content .body  a:hover {
	text-decoration: underline;
}

#content .entry .admin {
	font-size: 10pt;
	font-weight: bold;
}