/*
# ------------------------------------------------------------------------
# JA Methys Template for Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/


.ja-slidenews-item { border-bottom: 1px dotted #ccc; padding: 8px 0; }

.ja-slidenews-item .ja-title {
	color: #111;
	display: block;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.3;
}

.ja-slidenews-item .ja-title:hover {
	color: #f06;
}

.ja-slidenews-item .ja-createdate {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: normal;
	padding: 2px 5px 2px 0;
}

.ja-slidenews-item p { margin: 10px 0; }

.ja-sidenews-title { font-weight: bold; }

.ja-sidenews-postdate { font-size: 85%; }

/*****STYLE FOR SIDENEWS LAYOUT******/
.ja-sidenews {
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.ja-sidenews-display {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.ja-sidenews-desc { padding: 0 3px 0 3px; }

.ja-slidenews-cover {
	bottom: 0;
	float: left;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.ja-slidenews-item img {
	border: 1px solid #21211C;
	margin-right: 10px;
	margin-top: 3px;
}