/**
 * ------------------------------------------------------------------------
 * JA University Template for J25 & J32
 * ------------------------------------------------------------------------
 * 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-slidenews-item {
  border-bottom: 1px solid #EFECE1;
  padding: 15px 0;
  float: left;
  clear: both;
  width: 100%;
}
.ja-slidenews-item:first-child {
  padding-top: 0;
}
.ja-slidenews-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.ja-slidenews-item .ja-title {
	color: #003;
	display: block;
	font-weight: normal;
	font-size: 1.20em;
	margin-bottom: 3px;
	line-height: 1.3;
}
.ja-slidenews-item .ja-title:hover {
  color: #d42b1e;
}
.ja-slidenews-item .ja-createdate {
	color: #999;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0px;
}
.ja-sidenews-title {
  font-weight: bold;
}
.ja-sidenews-postdate {
  font-size: 85%;
}
/*****STYLE FOR SIDENEWS LAYOUT******/
.ja-sidenews {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ja-sidenews-display {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.ja-sidenews-desc {
  padding: 0px 3px 0px 3px;
}
.ja-slidenews-cover {
  float: left;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  left: 0;
  bottom: 0;
}
.ja-slidenews-item img {
  border: 0;
  margin-right: 20px;
  margin-top: 5px;
}
.ja-slidenews-item img[align="left"] {
  float: left;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.ja-slidenews-item img[align="right"] {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}