/**
 * ------------------------------------------------------------------------
 * JA News Pro Module
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

.ja-zinwrap.default {}

.default .ja-zin {}

.default .ja-zin .items-row { margin: 0; padding: 0; background: none; float: left; }

.default .ja-zin .ja-box .ja-box-inner { margin: 0; padding: 0px 5px 0px; } /*margin: 0; padding: 8px 12px 5px; */

.default .ja-zin .ja-box-first .ja-box-inner {}

.default .ja-zin .col-last .ja-box-inner { border-right: 0; }

/* HEADING
--------------------------------------------- */
/* Section --- */
.default .ja-zinsec { padding: 0px 0 0; position: relative; } /* padding: 12px 0 0; position: relative; */

.default .items-row:hover .ja-zinsec {}

.default .items-row:hover .ja-zinsec a {}

.default .ja-zinsec h2 {
	margin: 0 !important;
	padding: 0 3px !important;
	font-size: 120%;
	background-image: url(/images/BGJD/title_b.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

.default .ja-zinsec h2 a, .default .ja-zinsec h2 a:link {
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	color: white;

	/* fix */
	margin: 1em 0 0.5em 0;
	font-weight: bold;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 15px;
	line-height: 40px;
	/* background: #355681;*/
	padding: 5px 13px; 
	/*background: rgba(53,86,129, 0.8);
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif; */
}

.default .ja-zinsec h2 a:hover {
	color: #FFFC3F;
}

/* Category --- */
.default .ja-zincat h3 {
	margin: 0 0 5px !important;
	padding: 0 !important;
	font-size: 85%;
}

.default .ja-zincat h3 a { }

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

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

/* Image ---*/
.default .ja-zincontent img { margin: 1px 0; }

/* Meta ---*/
.default .ja-zinmeta { line-height: normal; }

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

.default .ja-zinlinks strong {}

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

.default .ja-zinlinks ul li {
	padding: 0 0 0 10px;
	background: url(images/arrow.png) no-repeat 1px 6px;
	margin: 3px 0 5px;
	line-height: normal;
}

.default .ja-zinlinks ul li:hover, .default .ja-zinlinks ul li a:hover {
	background-color: #ADBED5;
	color: #1D5A8B;
}

.default .ja-zinlinks ul li a:link {
	line-height: 1.5;
}

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

.default .ja-mod-inner { position: relative; }
