/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */


/* general module seperator */
.separator {
	padding-right:9px;
	border-right:1px solid #E6E6E6;
	margin-right:10px}


/* Moduletable */
.moduletable  {}

	.moduletable h3.mod-title {
		font-size:1.2em;
		text-transform:uppercase;
		padding:0 0 2px;}
		.moduletable h3.mod-title span {
			color:#134679; } 	
				

								

/* 
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,
#right-column .col-module-style1,
#right-column .col-module-style2 {
	margin:10px 10px 25px 10px;
	text-align:right;
	
	}	

	.col-module h3.mod-title,
	#right-column .col-module-style1 h3.mod-title,
	#right-column .col-module-style2 h3.mod-title {
		font-size:1em;
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px solid #D9D9D9;
		padding:0 0 5px;
		margin:0 0 5px}
		.col-module h3 span,
		#right-column .col-module-style1 h3.mod-title span,
		#right-column .col-module-style2 h3.mod-title span{
			color:#134679; } 	
	
	
	
	/* on the "right" position */
	#right-column .col-module {
		background:#fff;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #DEDEDE;
		-moz-box-shadow:0px 0px 7px #ccc;
		-webkit-box-shadow:0px 0px 7px #ccc;
		box-shadow:0px 0px 7px #ccc;}
		
		/* on the "right" position with suffix "style1" */
		#right-column .col-module-style1 {
			background:#242424;
			text-shadow:1px 1px 1px #000;
			margin-bottom:10px;
			padding:10px;
			color:#ccc;
			border:1px solid #fff;
			-moz-box-shadow:0px 0px 7px #555;
			-webkit-box-shadow:0px 0px 7px #555;
			box-shadow:0px 0px 7px #555}
			#right-column .col-module-style1 h3.mod-title {
				color:#fff;
				border-bottom-color:#444;}
				#right-column .col-module-style1 h3.mod-title span {
					color:#ccc!important}
			
		/* on the "right" position with suffix "style2" */
		#right-column .col-module-style2 {
			margin-top:15px;
			text-shadow:1px 1px 1px #fff;}
		
			
					
			

/* -----------------
 Footer Modules
 used module positions are footer1, footer2, footer3 and footer4 
----------------- */
#footer .separator {
	margin-right:0;
	border:none;
	padding-right:20px;}
	
	#footer .moduletable {
		color:#555;
		text-shadow:1px 1px 1px rgba(255,255,255,.8)} 
		
		#footer .moduletable_header {
			margin-bottom:14px;
			border-bottom:1px solid #fff}
		#footer .moduletable_header2 {
			border-bottom:1px solid #ccc}
			
			
		#footer .moduletable h3.mod-title	{
			color:#666;
			background:#E1E4E6;
			display:inline-block;
			padding:0 7px 0 0;
			margin:0 0 -13px}
			#footer .moduletable h3.mod-title span {
				color:#111}
			
			
			
			
			
			
			 