/*
# ------------------------------------------------------------------------
# template anion for Joomla 1.6.x
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 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.
# ------------------------------------------------------------------------
*/
/* Custom iPhone Style for JA Anion */

a { color: #9A2016; }

a:hover, a:focus, a:active { color: #333; }

body.com_content #ja-container .blog-featured .leading,
body.com_content #ja-container .blog-featured .leading .contentpaneopen { padding: 0px; }

body.com_content #ja-container .item-page{ padding: 9px; }

body.com_content #ja-container .item-page,
body.com_content #ja-container .item, 
body.com_content #ja-container .leading {
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: #878787 solid 1px;
	overflow: hidden;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px;
}

body.com_content #ja-container .items-leading .leading { padding: 9px; }

h1.contentheading a, h2.contentheading a, .contentheading a{ color: #333; }

h1.contentheading a:hover, h2.contentheading a:hover, .contentheading a:hover{ color: #9a2016; }

h1.contentheading, h2.contentheading, .contentheading { border-bottom: none; padding: 0px; margin: 0px;}

/* Logo Image ---*/
h1.logo { height: 47px !important; width: 147px !important; }

h1.logo a {
	background: url(../../images/logo.png) no-repeat center center transparent;
	width: 147px !important;
	height: 47px !important;
}

p.readmore a { font-weight: normal; font-size: 92%; }

/* Content */
#ja-container { position: relative; z-index: 1; }

.article-image { left: 5px; position: absolute; top: 9px; }

.article-tools {
	margin: 0 0 9px;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.article-tools .actions { float: right; }

.contentpaneopen img.img {
	border: solid 1px #ddd;
	padding: 4px;
	background-color: #f2f2f2;
	-webkit-border-radius: 4px;
	margin-right: 10px;
}

.haveimage, .article_column .haveimage {
	min-height: 190px;
	padding-left: 145px !important;
	position: relative;
}

.ja-breadcrums { border-top: none; }

.pagination { border: solid 1px #878787; }

.pagination ul { border: none; }

/* JA Comments */
#jac-wrapper { padding: 0 !important; margin: 9px 9px 0 0 !important; }

#ja-login input.inputbox { border: solid 1px #ddd; width: 50% !important; left: 125px !important;}

/* Hide some elements */
#ja-navhelper-top,
#ja-search input.button { display: none; }

img.caption {
	border: solid 1px #ddd;
	padding: 3px;
	-webkit-border-radius: 4px;
}

.img_caption.left {
	margin-right: 15px !important;
}

.pagination ul li {
	padding: 0px !important;
}

#ja-login input#modlgn-remember{
	width: 12px !important;
	height: 12px !important;
}

#ja-search {
	text-align: left;
}

#ja-search input.inputbox_search {
	border: none; 
}

#ja-search input.inputbox_search{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.weblink-category table tr td {
	vertical-align: top;
	padding: 5px;
}

.weblink-category table tr td.hits {
	padding-top: 15px;
}

.item-page .buttonheading{
	float: right;
	width: 65px; 
}
#member-registration legend {
   display: none;
}