/*---------------------------------------------------------------- 
  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:20px}

#promo .moduletable,
#bottom .moduletable,
#promo .moduletable-style1,
#bottom .moduletable-stylel,
#promo .moduletable-style2,
#bottom .moduletable-style2 {
	padding-bottom:0;}

	#promo .moduletable h3.mod-title,
	#bottom .moduletable h3.mod-title,
	#promo .moduletable-style1 h3.mod-title,
	#bottom .moduletable-style1 h3.mod-title,
	#promo .moduletable-style2 h3.mod-title,
	#bottom .moduletable-style2 h3.mod-title {
		font-size:1.85em;
		border-bottom:5px solid #6D1212;
		color:#570E0E;
		padding:0;
		margin-bottom:10px}
		
		#promo .moduletable h3.mod-title span,
		#bottom .moduletable h3.mod-title span,
		#promo .moduletable-style1 h3.mod-title span,
		#bottom .moduletable-style1 h3.mod-title span,
		#promo .moduletable-style2 h3.mod-title span,
		#bottom .moduletable-style2 h3.mod-title span  {
			color:#999;
			font-family:Verdana, Geneva, sans-serif;
			display:block;
			font-size:.55em;
			margin-top:-12px} 
			
			
			
		/* -- 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 */	
		#promo .moduletable-style1 h3.mod-title,
		#bottom .moduletable-style1 h3.mod-title {
			border-bottom-color:#333;
			color:#444;}
			
		/* -- Style 2 --
		   This is when you put a suffix on the module class sufixx parameter "-style2"
		   so that you may have a different styled module */
		#promo .moduletable-style2 h3.mod-title,
		#bottom .moduletable-style2 h3.mod-title {
			border-bottom-color:#6D3612;
			color:#6D3612;}

				


/* -- Showcase --  
used on the "showcase" module positions */
#showcase .separator {
	padding-right:13px;
	margin-right:15px;
	background:url(../images/separator_showcase.png) no-repeat center right}

#showcase .moduletable  {
	color:#fff;
	color:rgba(255,255,255,.7)}

	#showcase .moduletable h3.mod-title {
		color:#fff;
		text-shadow:1px 1px 1px rgba(0,0,0,.9);
		font-size:1.85em;
		padding:0;
		margin-bottom:2px}
		#showcase .moduletable h3.mod-title span{
			color:#D3C392;
			font-family:Verdana, Geneva, sans-serif;
			display:block;
			font-size:.55em;
			margin-top:-9px}
				
				
		/* -- 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 {
			float:right;
			color:#fff;
			color:rgba(255,255,255,.5);
			text-align:right}			
								
			#showcase .moduletable-headline h3.mod-title {
				color:#F0C237;
				line-height:1.3em;
				text-shadow:1px 1px 1px rgba(0,0,0,.9);
				font-size:2.75em;}	
					#showcase .moduletable-headline h3.mod-title span{
						color:#D3C392;
						display:block;
						display:none;
						font-style:italic;
						font-size:.60em;
						margin-top:-8px}				
								
			#showcase .moduletable-headline .moduletable_content {
				font-size:1.3em;}
				
				#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 {
	margin:0 0 15px;
	padding:10px;
	color:#fff;
	color:rgba(255,255,255,.7);
	background:#6D1212;}	

	.col-module h3.mod-title,
	.col-module-style1 h3.mod-title, 
	.col-module-style2 h3.mod-title {
		font-size:1.4em;
		margin:-10px -10px 4px;
		border-bottom:1px solid #931C15;
		background:rgba(0,0,0,.3);
		background: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0,.5), rgba(0,0,0,.2));
  		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.2)), to(rgba(0,0,0,.5)));
		padding:7px 10px 4px;
		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:#D09095;
			display:block;
			font-size:.60em;
			font-family:Verdana, Geneva, sans-serif;
			margin-top:-9px} 
			
		.col-module .col-module-content,
		.col-module-style1 .col-module-content, 
		.col-module-style2 .col-module-content  {
			padding:0}	
			
			.col-module .col-module-content a {
				color:#fff}	
	
		
		/* -- 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 {
			background:#292929;}
			.col-module-style1 h3.mod-title {
				border-bottom-color:#3D3D3D;}
				.col-module-style1 h3 span {
					color:#999}
			
		
		/* -- 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 {
			background:#6D3612;}
			.col-module-style2 h3.mod-title {
				border-bottom-color:#934B15;}
				.col-module-style2 h3 span {
					color:#D3C392}
					


			

/* -----------------
 Footer Modules
 used module positions are footer1, footer2, footer3 and footer4, and footer5
----------------- */
#footer .separator {
	margin-right:0;
	border:none;
	padding-right:20px;}
	
	#footer .moduletable {
		margin:45px 0 30px;
		color:#999;
		text-shadow:1px 1px 1px #000} 
			
			
		#footer .moduletable h3.mod-title {
	color:#0099CC;
	border-bottom:1px dotted #444;
	padding:0 0 2px;
	margin:0 0 8px
}
			#footer .moduletable h3.mod-title span {
				color:#666;
				font-family:Verdana, Geneva, sans-serif;
				display:block;
				font-size:.6em;
				margin-top:-7px} 
			
			
			
			
			
			
			 
