/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  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: 15px 0 0 0;
	margin-right:-20px;}
	
#footer .separator .moduletable {
	position:relative;}
	
	#footer .moduletable {
		margin-right:10px;
		padding-right:10px;}
		 
		#footer .moduletable .moduletable-header{}
			
			
			#footer .moduletable h3.mod-title {
				font-size: 1.6em;
				color: #366566;
				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 -20px 0 0}

#promo .moduletable {
	margin-right:10px;
	padding-right:10px;}
	
	#promo .separator .moduletable {}
		
	#promo .moduletable .moduletable-header {}
	
		#promo .moduletable h3.mod-title {
			color: #366566;
			font-size: 1.6em;
			margin-bottom: 7px;
			padding: 0;}
			
			#promo .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 {
					 margin-bottom:1em}		



				 
					
/* 
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. 
---------------------------------------------------------------- */

/* on the "left" position */
.col-module {
	position:relative;
	margin:0 0 20px;}	
	 
	.col-module .col-module-suffix- {}
		  
	
	    /* with no suffix */
		.col-module .col-module-header {
			background:url(../images/col-module.png) no-repeat 0 0 ;
			height:45px;
			margin-left:-25px;
			padding-left:25px; }
			
				
			 .col-module .col-module-header h3.mod-title {
				color: #fff;
				font-size: 1.6em;
				text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
				padding: 3px 0 0;}
				
			

				.col-module .col-module-content {
					clear:both;
					position:relative;
					margin: 0;
					padding: 0 10px  0 0}	
				
					
				/* with "style1" suffix */
				.col-module .col-module-suffix-style1  .col-module-header {
					background-position: 0 -45px ;}
						
				
				/* with "style2" suffix */
				.col-module .col-module-suffix-style2  .col-module-header {
					background-position: 0 -90px ;}
					
					
				/* on the "right" column */
				#right-column .col-module .col-module-header {
					margin-left:0;
					padding-left:0;
					margin-right:-25px;
					padding-right:25px;
					padding-left:10px; 
					background-position: 100% -135px;}
					
				#right-column .col-module .col-module-suffix-style1  .col-module-header {
					background-position: 100% -180px;}	
				
				#right-column .col-module .col-module-suffix-style2  .col-module-header {
					background-position: 100% -225px;}	
						
					
					#right-column .col-module .col-module-content {
						padding-left:10px;
						padding-right:0}	
					
				
				

/* -----------------
 Ice Modules
 used for IceTheme Extensions like IceCaption, IceTabs etc
----------------- */
.ice-module {} 
		
	.ice-module h3.mod-title {
		text-align:center;
		color:#777;
		padding-bottom:2px;}
	
		.ice-module h3.mod-title span {} 
			
