/*
 * ------------------------------------------------------------------------
 * JA Social 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
--------------------------------------------------------- */
/* Gutter ---*/
.main .inner {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	padding-left: 10px;
	padding-right: 10px;
}
.ja-r1 .inner {
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
}
.main .main-inner1 {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	margin-left: 10px;
	margin-right: 10px;
}
.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#ja-right .ja-moduletable.moduletable_blank,
#ja-right  .moduletable_blank {
	padding-left:24px !important;
}
.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
	margin-right: 0;
	margin-left: 20px;
}
#ja-right .ja-moduletable,#ja-right .moduletable{
    -webkit-box-shadow: 0 8px 6px -6px #c8c8c8;
	-moz-box-shadow: 0 8px 6px -6px #c8c8c8;
	box-shadow: 0 8px 6px -6px #c8c8c8;
	margin-bottom: 15px;
	background:#FFFFFF;
	padding: 15px 20px;
	margin:0px 0px 20px 21px;
	overflow:hidden;
}
.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
	margin-right: 20px;
	margin-left: 0;
}
.item .contentpaneopen,
.items-leading .contentpaneopen  {
/* for article columns, we only need to add margin or padding to this div  */
	padding-left: 0px;
	padding-right: 0px;
}
.blog .item .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div  */
	padding-left: 0px;
	padding-right: 0px;
}
.items-row,
.items-leading {
/* minus the spacing of the article row to macth with the Gutter & global grid */
	margin-left: 0px;
	margin-right: 0px; 
}
.items-leading {
	padding-bottom: 15px;
	padding-top: 15px;
}
.blog .items-leading .leading {
	float: left;
}