/*#------------------------------------------------------------------------# postnote - June 2010 (for Joomla 1.5)## Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.# License: Copyrighted Commercial Software# Website: http://www.gavick.com# Support: support@gavick.com   #------------------------------------------------------------------------ # Based on T3 Framework#------------------------------------------------------------------------# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html# Author: J.O.O.M Solutions Co., Ltd# Websites: http://www.joomlart.com - http://www.joomlancers.com#------------------------------------------------------------------------*//* MAIN LAYOUT DIVS--------------------------------------------------------- */.wrap { width: 100%; clear: both; }.main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative;}.static { position: static; }.column { overflow: hidden; float: left; }.cufar-mass { clear: both; margin-bottom:8px; }/* Gutter ---*/.main .inner {/* We use liquid layout, so we need to insert a div which will create margin if need */ padding:20px; }.main .inner.ctop{padding-top:0; }.main .inner.cbottom{ padding-bottom:0; }.main .inner.cleft{	padding-left:0; }.main .inner.cright{ padding-right:0; }/* for side columns and spotlight, we only need to add margin or padding to Module.column div.cufar-moduletable, .column div.moduletable, .column div.cufar-module, .column div.module { 	margin-left: 10px;	margin-right: 10px;}.cufar-inset2 div.cufar-moduletable, .cufar-inset2 .div.moduletable, .cufar-inset2 div.cufar-module, .cufar-inset2 div.module {	margin-right: 0;	margin-left: 20px;}.cufar-inset1 div.cufar-moduletable, .cufar-inset1 .div.moduletable, .cufar-inset1 div.cufar-module, .cufar-inset1 div.module {	margin-right: 20px;	margin-left: 0;}*/.article_column .contentpaneopen { /* for article columns, we only need to add margin or padding to this div  */ padding-left: 16px; padding-right: 16px; }.leading { }.article_row { /* minus the spacing of the article row to macth with the Gutter & global grid */  }/* MAIN COLUMN--------------------------------------------------------- */#cufar-mainbody { float: left; }#cufar-current-content, #cufar-main { float: right; }/* SIDE COLUMNS--------------------------------------------------------- */.cufar-colswrap {}.cufar-col {}/* Left Column ---*/#cufar-left .cufar-l2 .cufar-left1, #cufar-left .cufar-l2 .cufar-left2 { width: 50%; }#cufar-left .cufar-l1 .cufar-col { width: 100%; }/* Right Column ---*/#cufar-right { float: right; }#cufar-right .cufar-r2 .cufar-right1, #cufar-right .cufar-r2 .cufar-right2 { width: 50%; }#cufar-right .cufar-r1 .cufar-col { width: 100%; }.cufar-mass-bottom{margin-bottom:0!important;}/* HEADER--------------------------------------------------------- */#cufar-header {}/* FOOTER--------------------------------------------------------- */#cufar-footer { clear: both; }/* CONTENT'S GRIDS--------------------------------------------------------- */.article_column { float: left; position: relative; }.cols1 .article_column { width: 100%; }.cols2 .article_column { width: 50%; }.cols3 .article_column { width: 33.33%; }.cols4 .article_column { width: 25%; }.cols5 .article_column { width: 20%; }/* SPOTLIGHT--------------------------------------------------------- */#cufar-topsl {}#cufar-botsl {}.cufar-box { float: left; overflow: hidden; }
