/*---------------------------------------------------------------- 
  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
---------------------------------------------------------------- */


/* -- Promo and Bottom -- 
used on the "promo" and "bottom" module positions */
#promo .separator,
#bottom .separator {
	margin-right:25px}

#promo .moduletable,
#bottom .moduletable{
	padding-bottom:0;}

	#promo .moduletable h3.mod-title,
	#bottom .moduletable h3.mod-title{
		font-size:1.5em;
		color:#fff;
		text-shadow:1px 1px 1px #000;
		padding:0;
		margin-bottom:2px}
		
		#promo .moduletable h3.mod-title span,
		#bottom .moduletable h3.mod-title span  {
			color:#777;
			font-style:italic;
			font-family:Verdana, Geneva, sans-serif;
			display:block;
			font-size:.55em;
			line-height:1.6em;
			margin-bottom:10px;
			margin-top:-2px;} 
			
			

				


/* -- Showcase --  
used on the "showcase" module positions */
#showcase .separator {
	margin-right:25px}

#showcase .moduletable  {
	color:#999;
	color:rgba(255,255,255,.5)}

	#showcase .moduletable h3.mod-title {
		text-shadow:1px 1px 1px rgba(0,0,0,.9);
		font-size:1.7em;
		padding:0;
		color:#fff;
		margin-bottom:2px}
		#showcase .moduletable h3.mod-title span{
			color:#973C40;
			font-style:italic;
			font-family:Verdana, Geneva, sans-serif;
			display:block;
			font-size:.55em;
			margin-bottom:10px;
			line-height:1.6em;
			margin-top:-2px}
				
				
		/* -- Headline  --
		   This is when you put a suffix on the module class sufixx parameter "-headline"
		   so that you may have a different styled module */	
		#showcase .moduletable-headline {
			margin:-10px 0 10px;
			float:right;
			color:#666;
			color:rgba(255,255,255,.4);
			text-align:right}			
								
			#showcase .moduletable-headline h3.mod-title {
				color:#fff;
				line-height:1.5em;
				text-shadow:1px 1px 1px rgba(0,0,0,1);
				font-size:2.5em;}	

			#showcase .moduletable-headline .moduletable_content {
				font-size:1.15em;
				font-style:italic;}
				
				#showcase .moduletable-headline .moduletable_content p:last-child{
					margin:0 0 .25em}
				

/* Experimental Feature 
used currently to display a nice effect in webkit based browsers for the showcase 
module with suffix -headline .
You may remove it if you wish */
#showcase .moduletable-headline {
	-webkit-animation: moduletable 2s ease-out 1;}
@-webkit-keyframes moduletable {
	0%		{ opacity:0}
	100%	{}
}

	
	
					
/* 
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,
.col-module-style1, 
.col-module-style2 {
	position:relative;
	margin:0 0 15px;}	
	
	.col-module-header {
		float:left;
		height:80px;
		padding-right:24px;
		width:100%;
		background:url(../images/col-module-header.png) no-repeat 0 0}
	
	.col-module-header-r {
		background:url(../images/col-module-header.png) no-repeat 100% 0;
		position:absolute;
		width:20px;
		height:80px;
		top:0;
		right:-44px;}	
	
	.col-module h3.mod-title,
	.col-module-style1 h3.mod-title, 
	.col-module-style2 h3.mod-title {
		font-size:1.5em;
		margin:35px 0 2px 25px;
		padding:0;
		text-shadow:1px 1px 1px rgba(0,0,0,.7);
		color:#fff;}
		.col-module h3 span,
		.col-module-style1 h3 span, 
		.col-module-style2 h3 span {
			color:#7D2D2D;
			display:block;
			font-style:italic;
			font-size:.6em;
			line-height:1.6em;
			font-family:Verdana, Geneva, sans-serif;
			margin:-3px 0 12px} 
			
		.col-module .col-module-content,
		.col-module-style1 .col-module-content, 
		.col-module-style2 .col-module-content  {
			padding:12px 0 0 25px;
			clear:both;}	
			
			.col-module .col-module-content a {
				color:#fff}	
				
				
				/* when you add a subtitle */
				.has-subtitle h3.mod-title,
				.has-subtitle h3.mod-title, 
				.has-subtitle h3.mod-title {
					margin-top:29px}
	
	
	
		/* -- On the Left Col -- */
		#left-column .col-module-header {
		float:right;
		padding-right:0;
		padding-left:24px;
		background-position: 100% -240px}
		
		#left-column .col-module-header-r {
			background-position:0 -240px;
			left:-44px;}	
			
			#left-column .col-module h3,
			#left-column .col-module-style1 h3, 
			#left-column .col-module-style2 h3 {
				margin-right:15px;
				margin-left:0;}
	
			#left-column .col-module .col-module-content,
			#left-column .col-module-style1 .col-module-content, 
			#left-column .col-module-style2 .col-module-content  {
				padding-left:0;
				padding-right:25px;}
		
	
	
		
		/* -- Style 1 --
		   This is when you put a suffix on the module class sufixx parameter "-style1"
		   so that you may have a different styled module */	
		.col-module-style1 .col-module-header {
			background-position:0 -80px; }
		.col-module-style1 .col-module-header-r {	
			background-position:100% -80px; }
			.col-module-style1 h3 span {
				color:#275C6D;}
				
				/* -- On the Left Col -- */
				#left-column .col-module-style1 .col-module-header {
					background-position:100% -320px; }
				#left-column .col-module-style1 .col-module-header-r {
					background-position:0 -320px; }	
			
		
		/* -- Style 1 --
		   This is when you put a suffix on the module class sufixx parameter "-style2"
		   so that you may have a different styled module */	
		.col-module-style2 .col-module-header {
			background-position:0 -160px; }
		.col-module-style2 .col-module-header-r {	
			background-position:100% -160px; }
			.col-module-style2 h3 span {
				color:#444;}
				
				/* -- On the Left Col -- */
				#left-column .col-module-style2 .col-module-header {
					background-position:100% -400px; }
				#left-column .col-module-style2 .col-module-header-r {
					background-position:0 -400px; }	
			
			
			
					


			

/* -----------------
 Footer Modules
 used module positions are footer1, footer2, footer3 and footer4, and footer5
----------------- */
#footer .separator {
	padding-right:25px;}
	
	#footer .moduletable {
		margin:10px 0 30px;
		color:#999;
		color:rgba(255,255,255,.4);} 
			
			
		#footer .moduletable h3.mod-title {
			color:#fff;
			font-size:1.7em;
			padding:0;
			margin:0 0 2px}
			#footer .moduletable h3.mod-title span {
				color:#2C6E6F;
				font-style:italic;
				font-family:Verdana, Geneva, sans-serif;
				display:block;
				font-size:.55em;
				line-height:1.6em;
				margin-bottom:12px;
				margin-top:-2px;} 
			
						


/* -----------------
 Ice Modules
 used for IceTheme Extensions like IceCaption, IceTabs etc
----------------- */
	
.ice-module {} 
		
	.ice-module h3.mod-title {}
	
		.ice-module h3.mod-title mspan {} 
			
						
			
			 