/**
 * ------------------------------------------------------------------------
 * JA Tiris template for Joomla 1.5.x
 * ------------------------------------------------------------------------
 * 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-zinwrap.tiris {background: url("../images/bg-line.gif") repeat-x scroll 0 0; padding-top: 6px;}

.tiris .ja-zin { padding: 12px 0 0; }

.tiris .ja-zin .items-row {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.tiris .ja-zin .ja-box .ja-box-inner { margin: 0; padding: 0 15px; }

.tiris .ja-zin .col-last .ja-box-inner { border-right: 0; }

/* HEADING
--------------------------------------------- */
/* Section --- */
.tiris .ja-zinsec { border-left: 1px dotted #C3C3C3; }

.tiris .items-row:first-child .ja-zinsec { border-left: none;}

.tiris .items-row {border: none;}

.tiris .items-row:hover .ja-zinsec a {}

.tiris .ja-zinsec h2 {
	background: none;
	font-size: 140%;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-bottom: 5px !important;
}

.tiris .ja-zinsec h2 a {
	color: #333;
}

.tiris .ja-zinsec h2 a:hover, .tiris .ja-zinsec h2 a:active, .tiris .ja-zinsec h2 a:focus {
	color: #CF1F18;
}

/* Category --- */
.tiris .ja-zincat h3 {
	margin: 0 0 5px !important;
	padding: 0 !important;
	font-size: 85%;
}

.tiris .ja-zincat h3 a { }

/* News Title --- */
.tiris .ja-zin h4.ja-zintitle {
	margin: 0 0 5px !important;
	padding: 0 !important;
	font-size: 110%;
	font-weight: 700; 
	text-transform: none;
}

.tiris .ja-zin h4.ja-zintitle a {
	color: #333;
}

.tiris .ja-zin h4.ja-zintitle a:hover,
.tiris .ja-zin h4.ja-zintitle a:active,
.tiris .ja-zin h4.ja-zintitle a:focus {
	color: #CF1F18;
}

/* CONTENT
--------------------------------------------- */
.tiris .ja-zincontent p { margin: 5px 0 !important; }

/* Image ---*/
.tiris .ja-zincontent img {
	margin: 5px 10px 5px 0;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border: none;
	padding: 0;
	background: none;
}

/* Meta ---*/
.tiris .ja-zinmeta {
	line-height: normal;
	background: none;
	margin: 2px 0px 8px 0px;
	color: #999;
	text-transform: none !important; 
	font-size: 92%;
	padding: 2px;
}

.tiris .ja-zinmeta .createdate {
	text-transform: none;
}

/* More Links ---*/
.tiris .ja-zinlinks { padding-top: 5px; font-size: 92%; }

.tiris .ja-zinlinks strong {}

.tiris .ja-zinlinks ul { padding: 0 !important; margin: 0 !important; }

.tiris .ja-zinlinks ul li {
	padding: 0 0 0 10px;
	background: url(../images/arrow.png) no-repeat -3px 3px;
	line-height: 1.6;
    margin: 0;
}

.ja-zincontent p.readmore a {
	color: #313131;
    display: inline-block;
    font-size: 95%;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    background: none;
    text-transform: none;
}

.ja-zincontent p.readmore a:hover, .ja-zincontent p.readmore a:active, .ja-zincontent p.readmore a:focus {
	color: #CF1F18;
    background: none;
}

.tip-wrap {
    background: none repeat scroll 0 0 #FFEA97;
    border: 0 none;
    max-width: 300px;
}

/* MISC.
------------------------------------------------*/
/* 1st & last row/column style ---*/
.tiris .row-last { border-bottom: 0 !important; }

.tiris .ja-mod-inner { position: relative; }