/**
 * ------------------------------------------------------------------------
 * JA T3 System Plugin for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */
/* 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: 5px;
}

.main .main-inner1 {
/* We use liquid layout, so we need to insert a div which will create margin if need */
  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: 5px;
  margin-right: 5px;
}
.item .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div  */
  padding-left: 5px;
  padding-right: 5x;
}
.items-row {
/* minus the spacing of the article row to macth with the Gutter & global grid */
  margin-left: -5px;
  margin-right: -5px; 
}
