/*
# ------------------------------------------------------------------------
# JA Kyanite II - Version 1.1 - Licence Owner JA49652
# ------------------------------------------------------------------------
# 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.
# ------------------------------------------------------------------------

MAIN LAYOUT DIVS
---------------------------------------------------------*/
.main
{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.column
{
	overflow: hidden;
	float: none !important;
	width: 100% !important;
}
/*Gutter ---*/
.main .inner
{
/*We use liquid layout, so we need to insert a div which will create margin if need*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#ja-footer .inner
{
/*We use liquid layout, so we need to insert a div which will create margin if need*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}
DIV.moduletable, DIV.moduletable_default, DIV.moduletable_menu, DIV.moduletable_text, DIV.moduletable_hilite, DIV.module, DIV.module_default, DIV.module_menu, DIV.module_text, DIV.module_hilite
{
/*for side columns and spotlight, we only need to add margin or padding to Module*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.article_column .contentpaneopen
{
/*for article columns, we only need to add margin or padding to this div*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.ja-content-main
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.leading
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.leading, .article_row
{
/*minus the spacing of the article row to macth with the Gutter & global grid*/
	margin-left: -0.5em;
	margin-right: -0.5em;
}
/*MAIN COLUMN
---------------------------------------------------------*/
#ja-mainbody
{
	float: none !important;
}
#ja-current-content, #ja-main
{
	float: none !important;
}
/*HEADER
---------------------------------------------------------*/
#ja-header
{
}
/*FOOTER
---------------------------------------------------------*/
#ja-footer
{
	clear: both;
	background-color: #F5F5F5;
}
/*CONTENT'S GRIDS
---------------------------------------------------------*/
.article_column
{
	float: none;
	position: relative;
}
.cols1 .article_column, .cols2 .article_column, .cols3 .article_column, .cols4 .article_column, .cols5 .article_column
{
	width: 100%;
}
/*SPOTLIGHT
---------------------------------------------------------*/
#ja-topsl
{
}
#ja-botsl
{
}
.ja-box
{
	float: none;
	overflow: hidden;
}
