/*---------------------------------------------------------------- 
  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 {
	position:relative;
	margin-right:20px}

#promo .moduletable,
#bottom .moduletable{
	margin:0}

	#promo .moduletable h3.mod-title,
	#bottom .moduletable h3.mod-title{
		font-size:1.5em;
		padding:0;
		margin-bottom:7px}
		
		#promo .moduletable h3.mod-title span,
		#bottom .moduletable h3.mod-title span  {
			color:#999;
			font-family:Verdana, Geneva, sans-serif;
			display:block;
			font-size:12px;
			line-height:1.6em;
			margin-bottom:10px;
			margin-top:-3px;} 
						
		
		#promo .moduletable img,
		#bottom .moduletable img{
			float:left;
			margin:5px 10px 10px 0}
	
		
		 .moduletable p:last-child {
			 margin-bottom:0}		
			
	
		
		/* width for the modules */
		#promo .width33 { width:31.2%}
		#promo .width50 { width:48.5%}
		#promo .width100 { width:100%}
		
		#bottom .width25 { width:23.3%}
		#bottom .width33 { width:31.9%}
		#bottom .width50 { width:48.9%}
		#bottom .width100 { width: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. 
---------------------------------------------------------------- */


/* on the "left" position */
 .col-module {
	position:relative;
	margin:0 0 20px 0;}	
	

	.col-module .col-module-header {
		background-color: #F1F1F1;
		position:relative;
		border-bottom:0px solid #fff;
		margin-bottom:0px}
		#left-column > .col-module:first-child .col-module-header,
		#right-column > .col-module:first-child .col-module-header  {
		}
	
	
		.col-module h3.mod-title {
		    text-align:center;
			font-family: 'SF UI Display';
            font-weight: bold;
			font-size:1.3em;
			margin:0;
			padding:10px 10px 10px;
			color: #000;}
		
			/* subtitles */
			.col-module h3.mod-title span {
				color:#ccc;
				font-family: calibri, Verdana, Geneva, sans-serif;
				display:block;
				font-size:14px;
				line-height:1.6em;
				margin-bottom:0;
				margin-top:-4px;} 
					
			
			/* arrow triangle down with css only */
			.col-module .col-module-header .col-module-header-arrow {
				position:absolute;
				bottom:-8px;
				left:10px;
				width: 0;
				height: 0;
				border-top: 8px solid #222;}


			.col-module .col-module-content{
				padding:0px;
				color:#444;
				position:relative;
				clear:both;}	
				
				
			/* -- 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 .col-module-style1 .col-module-header  {
				background-color:#A44322;

				box-shadow:0 5px 5px rgba(164,67,34,0.3);}

			.col-module .col-module-style1 .col-module-header-arrow {
				border-top-color:#A44322}
				
			.col-module .col-module-style1 h3.mod-title span {
				color:#DEB094;
				text-shadow:none;}
					
			
			/* -- Style 2 --
		   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 .col-module-style2 .col-module-header  {
				background-color:#1D588A;
				box-shadow:0 5px 5px rgba(29,88,138,0.3);}

			.col-module .col-module-style2 .col-module-header-arrow {
				border-top-color:#1D588A}
				
			.col-module .col-module-style2 h3.mod-title span {
				color:#8AA8CF;
				text-shadow:none;}
					
			
		   		
				
		

			

/* -----------------
 Footer Modules
 used module positions are footer1, footer2, footer3 and footer4, and footer5
----------------- */
#footer .separator {
	padding-right:25px;}
	
	#footer .moduletable {
		text-shadow:1px 1px 1px #fff;
		margin:0 0 20px;
		color:#555;} 
			
			
		#footer .moduletable h3.mod-title {
			color:#fff;
			background:#2E2E2E;
			box-shadow:0 5px 5px #B2B2B2;
			border:1px solid #eee;
			padding:0;
			font-size:1.25em;
			display:inline-block;
			padding:2px 10px 3px;
			position:relative;
			text-shadow:1px 1px 1px #000;
			margin:0 0 14px}
			#footer .moduletable h3.mod-title span {
				color:#ccc;
				font-family: calibri, Verdana, Geneva, sans-serif;
				display:block;
				font-size:11px;
				line-height:1.6em;
				margin-top:-4px;} 
				
			
			/* arrow triangle down with css only */
			#footer .moduletable h3.mod-title .col-module-header-arrow {
				position:absolute;
				bottom:-8px;
				left:10px;
				width: 0;
				height: 0;
				border-left: 9px solid transparent;
				border-right: 9px solid transparent;
				border-top: 8px solid #2E2E2E;}		
				
				
				
			/* -- 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   */	
		   	#footer .moduletable-style1 h3.mod-title {
				background-color:#A44322;}

			#footer .moduletable-style1 h3.mod-title .col-module-header-arrow {
				border-top-color:#A44322}
				
			#footer .moduletable-style1 h3.mod-title span  {
				color:#DEB094;
				text-shadow:none;}
					
			
			/* -- Style 2 --
		   This is when you put a suffix on the module class sufixx parameter "-style1"
		   so that you may have a different styled module   */	
		    #footer .moduletable-style2 h3.mod-title {
				background-color:#1D588A;}

			#footer .moduletable-style2 h3.mod-title .col-module-header-arrow {
				border-top-color:#1D588A}
				
			#footer .moduletable-style2 h3.mod-title span  {
				color:#8AA8CF;
				text-shadow:none;}
					
					
				
			
						

		/* width for the modules */
		#footer .width20 { width:17.9%}
		#footer .width25 { width:23%}
		#footer .width33 { width:31.5%}
		#footer .width50 { width:48.6%}
		#footer .width100 { width:100%}
		
		
		
	


/* -----------------
 Ice Modules
 used for IceTheme Extensions like IceCaption, IceTabs etc
----------------- */
.ice-module {} 
		
	.ice-module h3.mod-title {
		text-align:center;
		padding-bottom:2px;
		color: #000;
		font-size: 1.7em;}
	
		.ice-module h3.mod-title mspan {} 
			
						
			
			

/* JoomShopping Modules */
#jshopping-mods .moduletable {
	margin-bottom:25px}
	
#jshopping-mods .moduletable h3.mod-title {
    font-size: 2em;
	color: #000;
    text-align: center;
	    font-size: 1.7em;
}		

#form-login
 {padding:20px; font-family: 'SF UI Display';
font-size: 13px; }

 
#modlgn_remember  {margin-left: -75px;}
