/*
 * ------------------------------------------------------------------------
 * JA Ironis Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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
--------------------------------------------------------- */
.wrap {
  z-index: 2;
  position: relative;
}
/* Gutter ---*/

.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: 20px;
  margin-right: 20px;
}

/* MAIN COLUMN
--------------------------------------------------------- */
.main .main-inner1  {
  margin-left: 0px;
  margin-right: 0px;
}

#ja-container .main .inner {
  padding-left: 0px !important; 
  padding-right: 20px !important; 
}

#ja-right, #ja-left {
  padding-top: 20px;
}

/* SIDE COLUMNS
--------------------------------------------------------- */

.item .contentpaneopen {
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
  position: relative;
  border-bottom: solid 1px #e6e7e8;
}

.blog-featured {
  background: none !important;
}

.items-row {
  padding-top: 0px;
  padding-bottom: 0px;
}

