/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  GNU General Public License version 2
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

/* ---------------------- modules.css --------------------------
This CSS file contain the codes that Joomla uses to output its 
modules. Normally the module positons found here are: left, right,
bottom, promo, showcase etc.

- Feel free to make changes to suit the needs to your website
project
---------------------------------------------------------------- */

/* general styles for the modules */
.width100 		{ width:100%}
.width50		{ width:50%}
.width33		{ width:33.33%}
.width25		{ width:25%}
.width20		{ width:20%}



			
/* -----------------
 Footer Modules
 used module positions are 
 footer1, footer2, footer3 and footer4, and footer5
---------------------------------------------------------------- */
#footer .modules-wrap {
	padding: 25px 0 10px 0;
	margin-right:-20px;}
	
#footer .separator .moduletable {
	position:relative;}
	
	#footer .moduletable {
		margin-right:10px;
		padding-right:10px;}
		 
		#footer .moduletable .moduletable-header{
			border-bottom:1px dashed #ccc;
			margin-bottom:10px}
			
			
			#footer .moduletable h3.mod-title {
				font-size: 1.6em;
				color: #555;
				margin-bottom: 7px;
				padding: 0;}
			
				#footer .moduletable h3.mod-title span  {
					color:#999;
					letter-spacing:0;
					text-transform:none;
					font-family:Arial, Helvetica, sans-serif;
					display:block;
					font-size:13px;
					line-height:1.6em;
					margin-bottom:8px;
					margin-top:-3px;} 
	
				
		
	
			
						 
					 
 /* -- Promo  -- 
used on the "promo" module positions
---------------------------------------------------------------- */
#promo .modules-wrap {
	position:relative;
	margin:0 -30px 0 0}

#bottom .modules-wrap {	
	position:relative;
	margin:0 -30px 0 0}
	
	#promo .separator .moduletable,
	#bottom .separator .moduletable {
		border-right:1px dotted #dcdcdc}
	

#promo .moduletable,
#bottom .moduletable  {
	margin-right:15px;
	padding-right:15px;}


	
	#promo .separator .moduletable {}
		
	#promo .moduletable .moduletable-header {}
	
		#promo .moduletable h3.mod-title,
		#bottom .moduletable h3.mod-title {
			font-size: 1.6em;
			margin-bottom: 7px;
			padding: 0;}
			
			#promo .moduletable h3.mod-title span,
			#bottom .moduletable h3.mod-title span   {
				color:#999;
				letter-spacing:0;
				text-transform:none;
				font-family:Arial, Helvetica, sans-serif;
				display:block;
				font-size:13px;
				line-height:1.6em;
				margin-bottom:8px;
				margin-top:-3px;} 
				
				#promo .moduletable p:last-child,
				#bottom .moduletable p:last-child {
					 margin-bottom:0}		



				 
					
/* 
Col Modules
--------------
The columns modules are used on the "left" and "right" positions.
Normally they may contain suffixes which you may add through each 
module on their paramenters so that you may have different module
styles. 
---------------------------------------------------------------- */

.col-module {
	position:relative;
	margin:0 0 20px;}
	
	.col-module:last-child {
		margin-bottom:0}	
	 
	.col-module .col-module-suffix- {
		margin-right:15px;}
		  
	
	    /* with no suffix */
		.col-module .col-module-header {
			padding-bottom:6px;
			border-bottom:1px solid #dcdcdc;
			margin-bottom:10px; }
			
				
			 .col-module .col-module-header h3.mod-title {
				font-size: 1.6em;
				padding:0 ;}
				
				.col-module-header h3.mod-title span {
					color: #999;
					display: block;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 13px;
					font-style: italic;
					letter-spacing: 0;
					line-height: 1.6em;
					margin-bottom: 0;
					margin-top: -3px;
					text-shadow: none;
					text-transform: none;} 
				
			

				.col-module .col-module-content {
					clear:both;
					position:relative;
					margin: 0;
					padding: 0}	
				
					
				/* with "style1" suffix */
				.col-module .col-module-suffix-style1 {
					color:#ccc;
					padding:10px;
					margin-right:15px;
					background:#555;}
						  
					.col-module .col-module-suffix-style1 .col-module-header {
						border-bottom-color:#777;}
						
						
					.col-module .col-module-suffix-style1 .col-module-header h3 {
						color: #fff;}	
						
					.col-module .col-module-suffix-style1 .col-module-header h3 span {
						color: #999;}	
							
							
				/* with "style2" suffix */
				.col-module .col-module-suffix-style2 {
					color:#ccc;
					padding:10px;
					margin-right:15px;
					background:#292929;}
						  
					.col-module .col-module-suffix-style2 .col-module-header {
						border-bottom-color:#666;}
					
					.col-module .col-module-suffix-style2 .col-module-header h3 {
						color: #fff;}		
					
					.col-module .col-module-suffix-style2 .col-module-header h3 span {
						color: #999;}				
									
					
							
				/* on the right column */
				#right-column .col-module .col-module-suffix-,
				#right-column .col-module .col-module-suffix-style1,
				#right-column .col-module .col-module-suffix-style2 {
					margin-right:0;
					margin-left:15px}
				
				
				

/* -----------------
 Ice Modules
 used for IceTheme Extensions like IceCaption, IceTabs etc
----------------- */
.ice-module {} 
		
	.ice-module h3.mod-title {
		text-align:center;
		padding-bottom:2px;}
	
		.ice-module h3.mod-title span {} 
		
		#icecarousel .ice-module h3.mod-title {
			margin-top:-45px;
			margin-bottom:10px;
			display:block;
			text-align:center;
			font-size:1.85em;}
			
			#icecarousel .ice-module h3.mod-title span {
				display:inline-block;
				padding:0 10px;
				background:#fff;}
			

/*
     FILE ARCHIVED ON 23:50:27 Mar 01, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:03:13 May 11, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 129.29
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.053
  cdx.remote: 0.05
  esindex: 0.007
  LoadShardBlock: 101.498 (3)
  PetaboxLoader3.datanode: 89.645 (4)
  PetaboxLoader3.resolve: 78.16 (2)
  load_resource: 81.531
*/