/*
# ------------------------------------------------------------------------
# JA News2 module for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 GDExam.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.gdexam.com/terms_of_use.html.
# Author: GDExam.com
# Websites:  http://www.gdexam.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

#ja-zinwrap {}

#ja-zin {}

#ja-zin .article_row {
	margin: 10px 0 0;
	padding: 0;
}

/* HEADING
--------------------------------------------- */
/* Section --- */
.ja-zinsec {
	background: #f7f7f7;
	border-bottom: 1px solid #ddd;
	color: #000;
	padding: 0 15px;
	position: relative;
}

.article_row:hover .ja-zinsec {
	background: #333; 
	color: #fff;
}

.article_row:hover .ja-zinsec a {
	color: #fff;
}

.ja-zinsec h2 {
	margin: 0 !important;
	padding: 5px 0 !important;
	font-size: 110%;
	text-transform: uppercase;
}

.ja-zinsec h2 a {
	color: #000;
}

/* Category --- */
.ja-zincat h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-family: Arial, sans-serif;
	font-size: 92%;
	text-transform: uppercase;
	float: left;
	padding-right: 12px !important;
	background: url(images/arrow-1.gif) no-repeat right center;
	font-weight: normal;
}

.ja-zincat h3 a {
	color: #000;
}

/* News Title --- */
h4.ja-zintitle {
	margin: 0 0 5px !important;
	padding: 0 !important;
	font-weight: bold;
	font-size: 125%;
}

/* CONTENT
--------------------------------------------- */
.ja-zincontent p {
	margin: 5px 0 !important;
}

/* Image ---*/
.ja-zinimg {
	margin: 5px 0;
}

/* Meta ---*/
.ja-zinmeta {
	color: #999999;
	line-height: normal;
}

/* More Links ---*/
.ja-zinlinks {
	padding-top: 5px;
	font-size: 92%;
}

.ja-zinlinks strong {
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
}

.ja-zinlinks ul {
	padding: 0 !important;
	margin: 0 !important;
}

.ja-zinlinks ul li {
	padding: 0 0 0 10px !important;
	background-position: 1px 5px !important;
	margin: 3px 0 5px !important;
	line-height: normal !important;
}

/*THEMES
------------------------------------------------*/
/* red ---*/
.ja-zintheme-red:hover .ja-zinsec {
	background: #9c162e;
}

.ja-zintheme-red:hover .ja-zincat h3,
.ja-zintheme-red:hover .ja-zincat h3 a {
	color: #9c162e;
}

/* orange ---*/
.ja-zintheme-orange:hover .ja-zinsec {
	background: #a15e1b;
}

.ja-zintheme-orange:hover .ja-zincat h3,
.ja-zintheme-orange:hover .ja-zincat h3 a {
	color: #a15e1b;
}

/* pink ---*/
.ja-zintheme-pink:hover .ja-zinsec {
	background: #ab1479;
}

.ja-zintheme-pink:hover .ja-zincat h3,
.ja-zintheme-pink:hover .ja-zincat h3 a {
	color: #ab1479;
}

/* green ---*/
.ja-zintheme-green:hover .ja-zinsec {
	background: #3f7e15;
}

.ja-zintheme-green:hover .ja-zincat h3,
.ja-zintheme-green:hover .ja-zincat h3 a {
	color: #3f7e15;
}

/* lime ---*/
.ja-zintheme-lime:hover .ja-zinsec {
	background: #808a17;
}

.ja-zintheme-lime:hover .ja-zincat h3,
.ja-zintheme-lime:hover .ja-zincat h3 a {
	color: #808a17;
}

/* cyan ---*/
.ja-zintheme-cyan:hover .ja-zinsec {
	background: #1a8489;
}

.ja-zintheme-cyan:hover .ja-zincat h3,
.ja-zintheme-cyan:hover .ja-zincat h3 a {
	color: #1a8489;
}

/* deepblue ---*/
.ja-zintheme-deepblue:hover .ja-zinsec {
	background: #145077;
}

.ja-zintheme-deepblue:hover .ja-zincat h3,
.ja-zintheme-deepblue:hover .ja-zincat h3 a {
	color: #145077;
}

/* MISC.
------------------------------------------------*/
/* Ghost container when moving ---*/
.ja-ghost .article_row {
	border: 2px solid #ddd;
	background: #EBF2F7;
	padding: 0;
}

.ja-ghost .inner {
	padding-left: 15px;
	padding-right: 15px;
}

.move {
	border: 2px dotted #999 !important;
}

.move-wrap .article_row:hover .ja-zinsec {
	background: #f7f7f7!important; 
	color: #000!important;
}

/* 1st & last row/column style ---*/
.row-last {
	border-bottom: 0 !important;
}

.ja-mod-inner {
	position: relative;
}
#ja-zin .ja-box {
	padding-bottom:10px;
	padding-top:10px;
	float:left;
	overflow:hidden;
}
.article_column { float: left; position: relative; }

.cols1 .article_column { width: 100%; }
.cols2 .article_column { width: 50%; }
.cols3 .article_column { width: 33.33%; }
.cols4 .article_column { width: 25%; }
.cols5 .article_column { width: 20%; }
#ja-zin .ja-zintheme{
	min-height: 100px !important;
}