/*
# ------------------------------------------------------------------------
# JA Kyanite II - Version 1.0 - Licence Owner jSharing.COM
# ------------------------------------------------------------------------
# Copyright (C) Lifetime Joomla Just for Sharing, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Joomla Just for Sharing
# Websites:  http://jsharing.com -  http://jsharing.net
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------

MAIN LAYOUT DIVS
---------------------------------------------------------*/
.wrap
{
	width: 100%;
	clear: both;
}
#ja-container
{
	margin-left: -3px;
}
#ja-mainnav
{
	margin-left: -2px;
}
#ja-mainnav.main SELECT#handheld-nav
{
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
}
#ja-top
{
	margin-left: -2px;
}
.main
{
	width: 980px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.column
{
	overflow: hidden;
	float: left;
}
BODY#bd.fs3.IE7 DIV#ja-wrapper DIV#ja-container.wrap.ja-r1 DIV.main.clearfix
{
	background-color: transparent;
}
.ja-mass
{
	clear: both;
}
/*Gutter ---*/
.main .inner
{
/*We use liquid layout, so we need to insert a div which will create margin if need*/
	padding-left: 5px;
	padding-right: 3px;
}
#ja-main .inner
{
	padding: 0 !important;
	margin-left: 5px;
	margin-right: 5px;
}
#ja-mainnav .inner
{
	padding: 0 !important;
	margin-left: 5px;
	margin-right: 5px;
}
.column DIV.ja-moduletable, .column DIV.moduletable, .column DIV.ja-module, .column DIV.module
{
/*for side columns and spotlight, we only need to add margin or padding to Module*/
	margin-left: 4px;
	margin-right: 5px;
}
.ja-inset2 DIV.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 DIV.ja-module, .ja-inset2 DIV.module
{
	margin-right: 0;
	margin-left: 10px;
}
.ja-inset1 DIV.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 DIV.ja-module, .ja-inset1 DIV.module
{
	margin-right: 10px;
	margin-left: 0;
}
.article_column .contentpaneopen
{
/*for article columns, we only need to add margin or padding to this div*/
	padding-left: 5px;
	padding-right: 5px;
}
.leading
{
}
.article_row
{
/*minus the spacing of the article row to macth with the Gutter & global grid*/
	margin-left: -5px;
	margin-right: -5px;
}
/*MAIN COLUMN
---------------------------------------------------------*/
#ja-mainbody
{
	float: left;
}
#ja-current-content, #ja-main
{
	float: right;
}
/*SIDE COLUMNS
---------------------------------------------------------*/
.ja-colswrap
{
}
.ja-col
{
}
/*Left Column ---*/
#ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2
{
	width: 50%;
}
#ja-left .ja-l1 .ja-col
{
	width: 100%;
}
/*Right Column ---*/
#ja-right
{
	float: right;
}
#ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2
{
	width: 50%;
}
#ja-right .ja-r1 .ja-col
{
	width: 100%;
}
/*HEADER
---------------------------------------------------------*/
#ja-header
{
}
/*FOOTER
---------------------------------------------------------*/
#ja-footer
{
	clear: both;
}
/*CONTENT'S GRIDS
---------------------------------------------------------*/
.article_column
{
	float: left;
	position: relative;
}
.cols1 .article_column
{
	width: 100%;
}
.cols2 .article_column
{
	width: 50%;
}
.cols3 .article_column
{
	width: 33.33%;
}
.cols4 .article_column
{
	width: 25%;
}
.cols5 .article_column
{
	width: 20%;
}
/*SPOTLIGHT
---------------------------------------------------------*/
#ja-topsl
{
	padding-left: 0px;
	margin-left: -4px;
}
#ja-botsl
{
}
.ja-box
{
	float: left;
	overflow: hidden;
}
/*MODULES BEFORE AND AFTER BODY*/
#beforebody .beforebody-class
{
	padding-right: 5px;
	padding-left: 5px;
}
#afterbody .afterbody-class
{
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 5px;
}
