/*
# ------------------------------------------------------------------------
# JA Zeolite 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: sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #fff;
	color: #000;
	font-size: 14px;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	line-height: 1.2;
	font-family: sans-serif;
	font-weight: normal;
}

h2.contentheading, .contentheading {
	font-size: 150%;
}

#ja-main {
	padding-top: 10px;
	padding-bottom: 10px;
	float: none;
}

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p, p.site-slogan {
	font-size: 70%;
}

#ja-footer .ja-breadcrums, #ja-footer .ja-copyright {
	clear: both;
	float: none !important;
	margin: 0 10px 10px 10px;
}

#ja-footer .ja-breadcrums {
	direction: ltr;
	color: #fff;
}

.ja-breadcrums * {
	float: none !important;
}
.ja-breadcrums strong {
	color: #666;
}

#ja-footer a {
	background: none;
	padding-left: 0px;
}

#ja-footer a strong {
	color: #fff !important;
}

#ja-footer  small {
	color: #666;
}

#ja-poweredby {
	display: none;
}


/* 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-image: none;
	position: inherit;
	z-index: 1;
	background: #54992f;
}

h1.logo, div.logo-text { float: none !important; margin: 0 auto; position: inherit; left: auto; top: auto;}

h1.logo a {
	margin: 0 auto;
	position: inherit;
	width: 310px;
	overflow: hidden;
	background-position: left top;
}

/* 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%;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	border-top: 3px solid #04A504;
	font-size: 100%;
	padding-top: 5px;
	background-color: #34383B;
}

#ja-footer .inner {
	width: 100%;
	float: none;
	padding: 0px;
	margin: 0px;
}

#ja-footer small {
	padding: 0px;
}

#ja-footer a:hover {
	text-decoration: underline;
}

#ja-footer span.breadcrumbs * {
	display: none;
}

#ja-footer * {
	font-size: 11px;
}

#ja-footer ul {
	float: none !important;
	clear: both;
}

#ja-footer li.ja-firstitem a {
	padding-left: 0px;
}

.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; }

.article-meta {
	width: 100%;
	clear: both;
	float: none;
}

#ja-current-content {
	background-image: none;
	padding: 0px;
}


