/*
 * ------------------------------------------------------------------------
 * JA Erica template for joomla 1.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

#ja-newslight h3 {
	font-size: 250%;
	font-weight: bold;
	color: #4F4F4F;
}

.ja-newsblock {
	margin: 0;
	padding: 10px 0;
}

.ja-newsitem,
.ja-newsitem-left,
.ja-newsitem-right,
.ja-newsitem-center {
	float: left;
	padding: 0;
	text-align: center;
}

.ja-newsitem-left div.ja-newsitem-inner,
.ja-newsitem-center div.ja-newsitem-inner,
.ja-newsitem-right div.ja-newsitem-inner,
.ja-newsitem div.ja-newsitem-inner {
	text-align: left;
	float: left;
}

.ja-newsitem-center div.ja-newsitem-inner {
	float: none;
	margin: 0 auto;
}

.ja-newsitem-right div.ja-newsitem-inner {
	float: right;
}

.ja-newstitle {
	display: block;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px; 
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif 
}

.ja-newscontent {
	padding: 0;
}

.ja-newscontent img {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}

.ja-newscontent p {
	margin: 5px 0;
}

.ja-newsitem ul {
	margin: 10px 0 0;
	padding: 0;
}

ul.ja-newslinks {
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}

ul.ja-newslinks a {
	color: #333333;
	text-decoration: underline;
}

#ja-newslight .article_seperator {
	display: none;
}
