/**
 * ------------------------------------------------------------------------
 * JA Mendozite Template for J25 & J30
 * ------------------------------------------------------------------------
 * 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
--------------------------------------------------------- */
.main { width: 1000px; }

/* Gutter ---*/
.main .inner {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	padding-left: 30px;
	padding-right: 30px;
}

.main .main-inner1 {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	margin-left: 30px;
	margin-right: 30px;
}

.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: 0;
	margin-right: 30px;
}

.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
	margin-right: 0;
	margin-left: 40px;
}

.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
	margin-right: 40px;
	margin-left: 0;
}

.item .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div  */
	padding-left: 20px;
	padding-right: 20px;
}

.items-leading { margin-top: 10px; margin-bottom: 10px; }

.items-row {
/* minus the spacing of the article row to macth with the Gutter & global grid */
	margin: 10px -20px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

/* MAIN COLUMN
--------------------------------------------------------- */

/* SIDE COLUMNS
--------------------------------------------------------- */


/* Left Column ---*/


/* Right Column ---*/


/* HEADER
--------------------------------------------------------- */


/* FOOTER
--------------------------------------------------------- */


/* CONTENT'S GRIDS
--------------------------------------------------------- */


/* SPOTLIGHT
--------------------------------------------------------- */
