/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
  
---------------------------------------------------------------- */


/* ---------------------- layout.css --------------------------
This CSS file contains the stylesheets that are needed to 
style the layout and the overwall design of the template.
You will find here all the styles to edit the header, columns,
etc. 
* This is the file that you need mostly to edit to change the look
of your website.
* Also, notice that to make different colors variations for the 
template a part of the styles found here need be changed 
through the styleX.css file (where "X" is the style number that 
you have chossen through the teplate paramters.


/* Note 
--------
Also remember you dont need to worry about the size of this 
CSS file when you see all this comments. The IceSpeed plugin 
that we provide inside the template package will strip all 
of this comments plus it will comprees all the CSS in you
site. For more information on how to use IceSpeed please view 
the Installation Guide in PDF inside the template package.
---------------------------------------------------------------- */



/* 
Accessibility Feature
----------------------
Used in case if the user hase disabled the stylesheets and wants
to skip to the main parts of the website
---------------------------------------------------------------- */
#accessibility{
	display:none;}
	
	
	
/* 
Site Main Wrapping
------------------
We use media queries technology to make your website looks great 
on almost all screen resolutions. Below its the widest width 
(1200px).
Please notice that the queries.css stylesheet the width for the 
wrapper changes according to the screen resolution of your users.

PLEASE BE CAREFUL WHEN WORKING WITH THE .wrapper property.
---------------------------------------------------------------- */
.wrapper  { width:1200px; margin:0 auto;}
	


/* TopBar
------------*/	
#topbar {
	border-bottom:3px solid #333;
	clear:both;
	font-size:.9em;
	height:45px;}
	
	#topbar .wrapper {
		position:relative}
	
	

/* Header
------------*/	
#header {
	position:relative;}
	


/* Logo
------------*/
#logo {
	padding:39px 0 31px;
	margin:0 auto;}
	
	#logo p {
		margin:0;}
		
		#logo a {
			font-size:3em;}
		
	#logo img {
		float:none;
		margin:0;
		display:block;}


/* weather
-----------*/
#weather {
	float:left;
	padding:8px 0 7px ;
	max-width:320px}



/* -- Content --
Contain the CSS for the main and important part of the template
------------*/
#content {	
	padding:15px 0;
	border-bottom:3px solid #333;}
		


/* Main Column Separator 
 This code separate the "left" and "right" module position from the content. */	
#columns-container {
	clear:both;
	position:relative;
	margin:0;}
	
	#outer-column-container {
		position:relative;
		z-index:99;
		border-style:solid;
		border-color:transparent;
		margin:0;
		min-height:350px;
		margin0:0;}
		
		#inner-column-container{
			width: 100%;
			border-right:1px solid transparent;
			border-left:1px solid transparent;}
									   
			#source-order-container{
				float: left;
				margin:0;
				width: 100%;}


					#middle-column{
						float: right;
						width: 100%;}			   
						
					#left-column{
						float: left;}
						
					#right-column{
						float: left;}
						
						.clear-columns { clear: both;}
						
						.inside { margin:0; padding:0; }
						
						
						#left-column .inside { padding-right:15px;}	
						
						#right-column .inside { padding-left:15px;}	
								
				
								

/* -- Content Bar --
--------------------*/		
#content_bar {
	background:#ebebeb url(../images/content_bar.png) repeat-x top;
	border-bottom:1px solid #D1D1D1;
	clear:both;
	height:44px;
	margin:0;
	padding:0 10px;}

	
	
							
	
/* Promo & Bottom Modules
contain the CSS for the promo & bottom module positions
------------*/		
#promo {
	border-bottom:1px solid #DEDEDE;
	padding-bottom:15px;
	margin:0 0 15px}
	

#bottom {
	clear:both;
	border-top:1px solid #333;
	padding-top:15px;
	margin:15px 0 0}
 


/* Content Important
wraps the icetabs, reccomended and banner 
------------------------------------------*/
#content_important {
	border-bottom:1px solid #DEDEDE;
	padding-bottom:15px;
	margin-bottom:15px;}
	
	

/* Content Top and Content Bottom Modules
wraps the content1, content2, content3
content4, content5 and content6 modules.
-------------------------------------------*/		
#content_top {
	border-bottom:1px solid #DEDEDE;
	padding-bottom:15px;
	margin:0 0 15px}


#content_bottom {
	border-top:1px solid #DEDEDE;
	padding-top:15px;
	margin:0}




/* -- IceTabs --
 contain the CSS to wrap the IceTabs module.
------------*/	
#icetabs {
	float:left;
	margin:0;
	padding:0;}



/* 'Recoomeded' module position
-------------------------------*/	
#reccomended {
	float:left;
	border-left:1px solid #DEDEDE;
	padding-left:14px;
	margin-left:15px;
	min-height:340px;
	width:225px;}
	
	#reccomended .moduletable {
		margin:0}
		
		#reccomended .moduletable p {
			margin-bottom:1.5em;}	
			
			#reccomended .moduletable li:last-child p {
				margin-bottom:0}
			
		#reccomended h3.mod-title {
			font-size:1.25em!important;
			text-transform:uppercase;
			color:#666;
			letter-spacing:0.04em;
			padding:0 0 2px!important;
			margin-bottom:5px;
			border-bottom:1px dotted #ccc;}




/* -- Banner --
----------------*/	
#banner-top {
	position:absolute;
	top:15px;
	right:0;}
	
#banner {
	float:right;
	border-left:1px solid #DEDEDE;
	padding-left:14px;
	margin-left:15px;
	min-height:340px;
	width:225px;}



	
/* -- Footer --
this wrap the footer module position plus the copyright and 
other elements that you may find on the footer
------------*/
#footer {
	border-bottom:1px solid #333;
	margin:0;
	padding:0 0 20px}
	
	#footer .wrapper .padding {
		margin:0 -10px;}
	
	
	

/*  -- Copyright -- 
this contains the codes for the footer module position and 
icetheme copyright logo or also the "go to top" link 
---------------*/
#copyright {
	clear:both;
	padding:0 0 18px;
	position:relative;
	overflow:hidden;
	font-size:.9em;}
	
	div#copytext { float:left; padding-top:22px; }
	
		div#copytext .footer2 { display:none; }
	
		

	div#icelogo { float:left; padding:20px 20px 0 0;}
		div#icelogo p { margin:0;}
			div#icelogo p a {
				display:block;
				float:left;
				background:url(../images/icetheme.png) no-repeat;
				width:120px;
				height:20px;
				margin:0 auto;
				opacity:.4;
				-webkit-transition:all .5s ease-out;
				-moz-transition:all .5s ease-out;
				-o-transition:all .5s ease-out; 
				transition:all .5s ease-out;}
				div#icelogo p a:hover {
					opacity:1;}
					div#icelogo p a span { display:none}



	/* Go to Top */
	a#go2top {
		background: url(../images/go2top.png) no-repeat;
		top: 24px;
		height: 16px;
		width: 16px;
		position: absolute;
		right: 0;
		opacity:.3;
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-0-transform: scale(.8);
		transform: scale(.8);
		-webkit-transition:all .5s ease-out;
		-moz-transition:all .5s ease-out;
		-o-transition:all .5s ease-out; 
		transition:all .5s ease-out;}
		a#go2top:hover {
			opacity:1;}
			
		a#go2top span {
			display:none}





/* Miscellaneous CSS
------------------------------
List of CSS codes that can not be categorized above but they may
be need by Joomla to operate normally. This codes may be used 
rarely but we reccomend to keep them and to be careful when you
try to change them
---------------------------------------------------------------- */
		
/* Template Styles custom code */
ul.ice-template-style {
	margin:0;
	padding:0;
	float:left}
	ul.ice-template-style li {
		float:left;
		margin:0 .5em .5em!important;
		padding:0!important;
		list-style-type:none;}
		
	ul.ice-template-style li span {
		display:block;
		padding:0 0 .3em;
		font-size:1.4em}	



/* Articles category module on the "right" position */
#right-column ul.category-module li {
	margin-bottom:1em}
	
	#right-column ul.category-module li h4 {
		font-size:1.1em;
		line-height:1.7em}
		
		#right-column ul.category-module li span.mod-articles-category-category {
			float:left;
			padding-right:10px;}


/* 
Extensions Overwrites
----------------------
Below you will find the CSS codes for the extensions that we
provide along with this template. Note that almost all the
extensions found here have their own CSS file on their 
respective folders. Also note that all the CSS codes here
overwrite the CSS code on the module folders. That's why we have
userd the !important feature many times below.
---------------------------------------------------------------- */

/* IceScroller Mod */
#icescroller {
	float:left;
	padding-top:14px;}


/* Social Media Icon Links Extension  */
#social {
	padding-top:9px;
	float:right;}
	
	#social .moduletable .moduletable-header {
		float:left;		padding:8px 8px 0 0}
	
		#social .moduletable h3.mod-title {
			color:#777;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;}
	
	#social .moduletable .moduletable_content	{
		float:right;}	
		
			
			#social .moduletable .moduletable_content a {
				-webkit-transition:all .5s ease-out;
				-moz-transition:all .5s ease-out;
				-o-transition:all .5s ease-out; 
				transition:all .5s ease-out;}
				
				#social .moduletable .moduletable_content a:hover {
					-moz-transform: translate(0, -2px);
					-webkit-transform: translate(0, -2px);
					transform: translate(0, -2px);}
	
	

/* Facebook like Button on the footer */
#fb-like {
	padding-top:14px;
	float:left}


/* Tweet Display Back Module */
.twtr-widget {
	margin-top:10px!important;}
	
.twtr-widget .twtr-tweet {
	border-bottom-color:#555!important;}
	
	
	
/* Last Update Mod	
--------------------*/
#last-update {
	float:left;
	margin:12px 35px 0 0;}
	
	#last-update br { display:none}



/* JSocial Comments
--------------------*/
.jsc-bar .jsc-facebook {
	padding-top:14px;
	clear:both;
	float:left;}


/* GF World Markets
--------------------*/
.finance_worldmarkets table{
	font-size:.9em;
	margin-bottom:0}
	
	.finance_worldmarkets td {
		padding:7px 0}
		
	.finance_worldmarkets tr td:last-child {
		color:#999;
		display:none;}	
