/*---------------------------------------------------------------- 

  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 {

	width: 100%;
	float: left;
}
#footer .moduletable {

}
#footer .moduletable .moduletable-header {
}
#footer .moduletable h3.mod-title {
	font-size: 1.5em;
	color: #fff;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .5);
	margin-bottom: 7px;
	padding: 0;
}
#footer .moduletable h3.mod-title span {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	color: #7F7655;
	font-size: 12px;
	line-height:1.6em;
	margin-bottom:6px;
}
/* -- Promo  -- 

used on the "promo" module positions

---------------------------------------------------------------- */

#promo .modules-wrap,  #bottom .modules-wrap {
	position:relative;
	    /*background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #97785C;
    border-radius: 8px 8px 8px 8px;
	padding:10px;*/
}
#promo .moduletable,  #bottom .moduletable {
	position:relative;

}
#promo .moduletable .moduletable-header,  #bottom .moduletable .moduletable-header {
	padding:0;
	position:relative;
	margin-bottom:12px;
}
#promo .moduletable h3.mod-title,  #bottom .moduletable h3.mod-title {
	color: #252219;
	font-size: 2em;
	padding:0;
	margin:0
}
#promo .moduletable-header h3.mod-title span,  #bottom .moduletable-header h3.mod-title span {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	color: #7F7655;
	font-size: 12px;
	line-height:1.6em;
	margin-bottom:6px;
}
.moduletable_content {
}
/* 

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 {
	position:relative;
	margin:0 0 25px 0;
}
.col-module:last-child {
	margin-bottom:0
}
.col-module .col-module-suffix-,  .col-module .col-module-suffix-style1,  .col-module .col-module-suffix-style2,  .col-module .col-module-suffix-style3 {
	padding:10px;
	border-radius: 8px 8px 8px 8px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #97785C;
	margin:0
}
/* with no suffix */

		.col-module .col-module-header {
	background:#4F0E07;
	padding:0;
	position:relative;
	margin:-20px 6px 10px;
	padding:0 12px;
	height:40px;
	border-radius:0 0 6px 6px;
}
.col-module .col-module-header:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	width: 10px;
	height: 10px;
	background-image:url(../images/module-triangels.png);
	background-position: -3px -98px;
	background-repeat:no-repeat
}
.col-module .col-module-header:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image:url(../images/module-triangels.png);
	background-position: -3px -109px;
	background-repeat:no-repeat
}
.col-module .col-module-header h3.mod-title {
	color:#fff;
	line-height:38px;
	font-size:1.6em;
}
.col-module .col-module-content {
	margin: 0;
	padding: 0
}
/* with "style1" suffix */	

			.col-module .col-module-suffix-style1 .col-module-header {
	background:#4f0e07;
	background: -webkit-linear-gradient(top, #671b0e, #4f0e07);
	background: -moz-linear-gradient(top, #671b0e, #4f0e07);
	background: -ms-linear-gradient(top, #671b0e, #4f0e07);
	background: -o-linear-gradient(top, #671b0e, #4f0e07);
	background: linear-gradient(top, #671b0e, #4f0e07);
}
.col-module .col-module-suffix-style1 .col-module-header:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	width: 10px;
	height: 10px;
	background-image:url(../images/module-triangels.png);
	background-position: -3px -120px;
	background-repeat:no-repeat
}
.col-module .col-module-suffix-style1 .col-module-header:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image:url(../images/module-triangels.png);
	background-position: -3px -131px;
	background-repeat:no-repeat
}
/* with "style2" suffix */	

			.col-module .col-module-suffix-style2 .col-module-header {
	background:url(../images/col-module-style2.png) no-repeat center top;
	margin: -27px 0 0;
	padding: 40px 0 0;
}
.col-module .col-module-suffix-style2 .col-module-header h3 {
	background:url(../images/col-module-style2-header.png) no-repeat center bottom;
	color:#343023;
	display:inline-block;
	padding-bottom:5px;
}
.col-module .col-module-suffix-style2 .col-module-header:before,  .col-module .col-module-suffix-style2 .col-module-header:after {
	display:none
}
.col-module .col-module-suffix-style2 .customstyle2 {
	padding-top:12px
}
/* -----------------

 Ice Modules

 used for IceTheme Extensions like IceCaption, IceTabs etc

----------------- */

.ice-module {
}
.ice-module h3.mod-title {
	text-align:center;
	padding-bottom:2px;
}
.ice-module h3.mod-title span {
}
#icecarousel .ice-module h3.mod-title {
	position:absolute;
	top:12px;
	left:0;
	width:100%;
	z-index:99;
	margin-bottom:0;
	display:block;
	text-align:center;
	font-size:1.65em;
}
#icecarousel .ice-module h3.mod-title span {
	background:url(../images/icecarousel_title.png) no-repeat;
	width:201px;
	height:48px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	padding:0;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .5);
}
.ice-module .ice-module-content {
	clear:both
}
