/*
 * ------------------------------------------------------------------------
 * JA Droid Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * 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-header {
	padding: 9px 0;
	margin-bottom: 14px;
	text-align: center;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#233053), color-stop(3%, #233053), color-stop(97%, #243154),to(#243154));
}

h1.logo a {
	background: url(../../images/logo-ip.png) no-repeat center;
	display: block;
	height: 34px;
	width: 200px;
}

#ja-contentwrap {
	padding: 0 10px 10px;
}

h1.componentheading span{
	margin-left:-8px;
}

img.left {
	padding-right: 10px;
}

.article-tools {
	padding:3px 20px;
}

body.com_content #ja-container .article_row
{
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: #878787 solid 1px;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px;
}

body.com_content #ja-container .article_column {
	padding:9px;
	overflow: hidden;
}

table.category {
	width: 100%;
}

table.category td, table.category th {
	padding: 5px;
	text-align: left;
}