/*---------------------------------------------------------------- 
  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%}



/* -- Promo and Bottom -- 
used on the "promo" and "bottom" module positions */
#promo .separator,
#bottom .separator {
	position:relative;
	border-right:1px dotted #ccc;
	margin-right:10px;}

#promo .moduletable,
#bottom .moduletable{
	margin-right:10px;}

	#promo .moduletable h3.mod-title,
	#bottom .moduletable h3.mod-title{
		font-size:1.5em;
		padding:0;
		padding:0;
		margin-bottom:7px}
		
		#promo .moduletable h3.mod-title span,
		#bottom .moduletable h3.mod-title span  {
			color:#999;
			font-family:Arial, Helvetica, sans-serif;
			display:block;
			font-size:13px;
			line-height:1.6em;
			margin-bottom:8px;
			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 .width25,
		#bottom .width25 	{ width:24%}
		
		#promo .width33,
		#bottom .width33	{ width:32.6%}
		
		#promo .width50,
		#bottom .width50	{ width:49.4%}
	
	
	
								
/* 
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,
 #community-wrap .cModule {
	position:relative;
	 margin:0 0 20px}	
	 
	  .col-module:last-child,
	  .col-module:last-child .col-module-suffix-style2  {
		  margin-bottom:0}
	
	
	/* with no suffix */
		.col-module .col-module-header,
		#community-wrap .cModule .cModule-header {
			background:#8db600;
			height:35px;
			background: -webkit-linear-gradient(top, #9bbf00, #8db600);
			background: -moz-linear-gradient(top, #9bbf00, #8db600);
			background: -ms-linear-gradient(top, #9bbf00, #8db600);
			background: -o-linear-gradient(top, #9bbf00, #8db600);
			background: linear-gradient(top, #9bbf00, #8db600);
			border-top-left-radius:10px;
			border-bottom-left-radius:10px;
			margin-bottom:8px;}
		
				.col-module .col-module-effect,
				#community-wrap .cModule .cModule-header-effect {
					background:url(../images/col-module-left.png) no-repeat;
					width:65px;
					height:35px;
					position:absolute;
					top:35px;
					right:0}
			
		
			 .col-module .col-module-header h3.mod-title,
			 #community-wrap .cModule .cModule-header h3 {
				font-size:1.3em;
				color:#fff;
				margin:0;
				padding:6px 10px;}
								
				
		
			/* subtitles */
			.col-module-header  h3.mod-title span {
				display:none;
				color:#999;
				font-family:Arial, Helvetica, sans-serif;
				text-shadow:none;
				font-size:13px;
				line-height:1.6em;
				margin-bottom:0;
				margin-top:-3px;} 
				

			.col-module .col-module-content,
			#community-wrap .cModule .cModule-content {
				padding:0 10px 0 5px;
				clear:both;}	
				
				.col-module .col-module-content p:last-child {
					margin-bottom:0}
				
				
			/* on the "right" position */
			#right-column .col-module .col-module-header{
				margin-right:-10px;} 	
				
				#right-column .col-module .col-module-effect,
				#community-wrap .cModule .cModule-header-effect {
					background:url(../images/col-module-right.png) no-repeat;
					width:66px;
					height:28px;
					position:absolute;
					top:35px;
					right:-10px}
					
					#community-wrap .cModule .cModule-content {
						padding-left:10px;
						padding-right:0}
					
					#community-wrap .cModule .cModule-header {
						margin-right:-20px;}
						#community-wrap .cModule .cModule-header-effect {
							right:-20px;}
					
					
					
				
			/* style 1 */
			.col-module .col-module-suffix-style1 .col-module-header,
			#community-wrap .cModule .cModule-style1 .cModule-header {
				background:#1383b1;
				background: -webkit-linear-gradient(top, #1f91bb, #1383b1);
				background: -moz-linear-gradient(top, #1f91bb, #1383b1);
				background: -ms-linear-gradient(top, #1f91bb, #1383b1);
				background: -o-linear-gradient(top, #1f91bb, #1383b1);
				background: linear-gradient(top, #1f91bb, #1383b1);}

			
			#right-column .col-module-suffix-style1 .col-module-effect,
			#community-wrap .cModule .cModule-style1 .cModule-header-effect {
				background-image:url(../images/col-module-right-style1.png)}
 				
				
				
			/* style 2 */
			.col-module .col-module-suffix-style2 {
				border:1px solid #d7d8cb;
				box-shadow:inset -1px -1px 0 rgba(255,255,255,1), inset 1px 1px 0 rgba(255,255,255,1);
				background:#f0f1e5;
				border-radius:5px;
				margin:0 15px 25px 5px;
				padding:8px;}
				
			.col-module .col-module-suffix-style2 .col-module-header {
				background:none;
				margin-bottom:0;
				height:auto;}
				
			.col-module .col-module-suffix-style2 .col-module-effect  {
				display:none;
				background:none}
				
			.col-module .col-module-suffix-style2 .col-module-header h3.mod-title {
				color:#515248;
				padding-left:0;}
				
			.col-module .col-module-suffix-style2 .col-module-content {
				padding:0}
			
				
				

/* -----------------
 Footer Modules
 used module positions are footer1, footer2, footer3 and footer4, and footer5
----------------- */
#footer .separator {
	position:relative;
	margin-right:14px;}
	
	#footer .moduletable {
		margin-right:14px;}
		 
		#footer .moduletable .moduletable-header {}

		 
				#footer .moduletable h3.mod-title {
					font-size:1.5em;
					color:#FFFB00;
					padding:0 10px 0 0;
					margin:0 0 7px}
					
				
				#footer .moduletable h3.mod-title span {
					color:#A0F0FF;
					font-family:Arial, Helvetica, sans-serif;
					display:block;
					font-size:13px;
					line-height:1.6em;
					margin-bottom:0;
					margin-top:-3px;} 
								
				
				#footer .moduletable img {
					float:left;
					margin:5px 10px 10px 0}
							
				
					#footer .moduletable span.dropcap {
						color:#8EC0E2}

				
				#footer .moduletable a {
					color:#FFFB00}
					#footer .moduletable a:hover {
						color:#fff}
						

		/* width for the modules */
		#footer .width20 { width:18.5%}
		#footer .width25 { width:23.5%}
		#footer .width33 { width:32.2%}
		#footer .width50 { width:48.4%}
		#footer .width100 { width:100%}
		
				
				
				#footer > div:last-child .moduletable-header {
					border:none}
		
		
	

/* -----------------
 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 {} 
			
