/*
# ------------------------------------------------------------------------
# JA Social Template
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing,
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full,
# is bound by the License applied.
# ------------------------------------------------------------------------
*/

/* 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;
}

.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 {
/* for side columns and spotlight, we only need to add margin or padding to Module */
	margin-left: 0px;
	margin-right: 0px;
}

.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;
}

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

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


/* FORUM'S MODULE STYLE
--------------------------------------------*/
.agora_latest_subjectB { font-weight: bold; }

.agora_latest_subjectB a { color: #666; }

.agora_latest_avatar_leftB { margin: 5px 8px 0 0; }

.agora_latest_avatar_leftB img { border: 1px solid #E8EDF0; }

.agora_latest_authorB { }

.agora_latest_datetimeB, .agora_latest_datetimeB { color: #999; font-size: 92%; line-height: 1; }

.agora_latest_clearB {
	border-top: 1px solid #E8EDF0;
	margin: 7px 0 2px 0;
	width: 100%;
	overflow: hidden;
	float: left;
}

.agoralatestB .small { color: #666; }
