/*
# ------------------------------------------------------------------------
# Ja Kyanite II template for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.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.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/


body {
	background: #fff;
	color: #000;
	font-family: tahoma, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #fff;
	color: #000;
	font-size: 10pt;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	line-height: 1.2;
	font-family: tahoma, sans-serif;
	font-weight: normal;
}

#ja-main {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_row { padding: 0; border-bottom: 0; }

.article_column { border-bottom: 1px solid #ddd; padding-top: 10px; padding-bottom: 10px; overflow: hidden; }

.blog_more { border-top: 0; }

/* HEADER
--------------------------------------------------------- */
#ja-header {
	padding: 10px 0;
	border-bottom: 3px solid #666;
	text-align: center;
	background: #f6f6f6;
}

h1.logo, div.logo-text { float: none !important; margin: 0 auto !important;}

/* NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	padding: 10px 0;
	border-bottom: 3px solid #666;
	text-align: center;
	position: relative;
	background-image: none;
}

#ja-mainnav select {
	float: left;
	margin-left: .5em;
	width: 65%;
}

span.has-image {
	padding-left: 0;
	padding-top: 0;
	display: block;
	overflow: hidden;
	background: none !important;
}

span.menu-title { 
	padding-top: 0;
}

#ja-search {
	float: right;
	width: 30%;
	text-align: right;
	margin: 1px .5em 0 0;
	padding: 0;
	background: none;
	position: relative;
	bottom: auto;
	right: auto;
}

#ja-search .inputbox { padding: 4px 0 4px .5em; width: 75%; border: 1px solid #ddd; margin: 0; height: auto; }
#ja-search .inputbox:focus { width: 90%; background-color: #fff; }

#ja-search .button { display: none; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-content { background: none ; }
#ja-current-content { background: none; }

/* Content Main ---*/
.ja-content-main { padding: 0 .5em; }


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	border-top: 3px solid #666;
	font-size: 100%;
	padding-top: 5px;
}

#ja-footer .inner { float: none; }

.ja-breadcrums {
	margin: 0;
	text-transform: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #ddd;
}

.ja-breadcrums a { text-decoration: none; }

.ja-breadcrums a strong, .ja-breadcrums a span { margin: 0 2px; font-weight: bold; }

.ja-copyright { padding-left: 5px; }

/* MISC.
--------------------------------------------------------- */
.img_caption, .ja-thumbnailwrap {width: auto !important;}

ul.pagination { float: none; width: 99%; }
.counter { float: none; text-align: left; width: 99%; }
.counter span { float: none; }

/* Hide un-necessary elements ---*/
.buttonheading, a.ja-usersetting-loadform { display: none; }