/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  GNU General Public License version 2
  
  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:960px; margin:0 auto;}



		
/* Header 
----------------*/
#header {
	border-bottom:1px solid #dedede;}


	
/* Logo
------------*/	
#logo {
	float:left;
	padding:40px 0 25px;}

		
	
	
/* Promo
contain the CSS for the promo module positions
------------*/	
#promo{
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	clear:both;}
	


/* Bottom
contain the CSS for the bottom module positions
------------*/	
#bottom {
	border-top: 1px dashed #ccc;
	padding-top:15px;
	margin-bottom:0;
	clear:both;}



	
/* social icons */	
div#social {
	position:relative;}
	
	div#social ul {
		list-style:none;
		margin:0;
		float:left;
		padding:0}
		
		div#social ul li {
			padding:0;
			float:left;
			margin:0}
			
			div#social ul li a {
				height:40px;
				width:39px;
				float:left;
				display:block;
				margin:0 4px 0 0;
				margin-bottom:7px;
				background:url(../images/social.jpg) no-repeat;
				text-indent:-9999em;}
				
					div#social ul li:last-child a {
						margin-bottom:0}
					
					div#social ul li a span {
						background:url(../images/social.jpg) no-repeat;
						height:40px;
						width:39px;
						display:block;
						-webkit-transition:all .5s ease-out;
						-moz-transition:all .5s ease-out;
						-o-transition:all .5s ease-out; 
						transition:all .5s ease-out;}
						
						div#social ul li a:hover span {
							opacity:0;}
						
				
				div#social ul li.social-facebook a {
					background-position:0 -200px}
					div#social ul li.social-facebook a span{
						background-position:0 0}	
						
				div#social ul li.social-twitter a {
					background-position:0 -240px}
					div#social ul li.social-twitter a span {
						background-position:0 -40px}
				
				div#social ul li.social-youtube a {
					background-position:0 -280px}
					div#social ul li.social-youtube a span {
						background-position:0 -80px}

				div#social ul li.social-linkedin a {
					background-position:0 -320px}
					div#social ul li.social-linkedin a span {
						background-position:0 -120px}
						
				div#social ul li.social-google a {
					background-position:0 -360px}
					div#social ul li.social-google a span {
						background-position:0 -160px}
								
								
								
								

		
/* Blockquote */
#blockquote	{
	float:right;
	max-width:540px;
	clear:right;
	margin:20px 0 0}
	
	#blockquote  blockquote:before,
	#blockquote  blockquote:after {
		  font-size:60px;}
		  
		#blockquote blockquote:before {
			 top:17px;
			 left:0; }
		 
		#blockquote blockquote:after { 
			 content: close-quote;
			 right:0;
			 bottom:-12px;}
		 
	
		#blockquote blockquote p {
			font-size:1.25em;
			padding:0 50px;
			color:#888;
			text-align:center;
			line-height:1.7em;
			font-style:normal}
		
	
		

/* Bottom
contain the CSS for the bottom module positions
------------*/	
#bottom {}
	
		

#icecarousel {
	border-top: 1px dashed #ccc;
	padding-top:25px;
	margin:35px 0 10px;}
	
	


/* -- Content --
Contain the CSS for the main and important part of the template
------------*/
#content {
	background:#fff;
	clear:both;
	padding:15px 0;}	

		
		/* 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;
				padding-bottom:15px;
				border-style:solid;
				border-color:transparent;
				margin:0;}
				
				#inner-column-container{
					width: 100%;
					position:relative;
					border-right:1px solid transparent;
					border-left:1px solid transparent;
					margin-left:-1px;}
											   
					#source-order-container{
						min-height:450px;
						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;  }
							
							
								#middle-column .inside {}	
								
		   
			

	

/* Banner position */
#banner{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:25px;
	display:block;}
	
	/* on the colusmns*/
	#left-column .bannergroup,
	#right-column .bannergroup {
		padding:10px 0}
	


/* -- IceSlideshow --
 contain the CSS to wrap the IceSlideshow module.
------------*/	
#iceslideshow {
	padding:0 20px;
	margin:0 -20px 25px;}




/* -- Footer --
this wrap the footer module position plus the copyright and 
other elements that you may find on the footer
------------*/
#footer {
	position:relative;
	border-top:1px solid #DEDEDE;
	overflow:hidden;
	clear:both;}
	
	
	
	

/*  -- Copyright -- 
this contains the codes for the footer module position and 
icetheme copyright logo or also the "go to top" link 
---------------*/
#copyright {
    clear: both;
    margin:0 0 10px;
	border-top:1px solid #ccc}
	
			
	div#copytext {
		float:left;
		font-size:.9em;
		padding-top:15px; }
		
		div#copytext .footer2 { display:none; }
	
	
		
	div#icelogo { 
		padding:4px 18px 0 0;
		float:left;
		clear:both;}
		div#icelogo p { margin:0;}
			div#icelogo p a {
				display:block;
				background:url(../images/icetheme.png) no-repeat center center;
				width:122px;
				height:40px;
				margin:0 auto;
				-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 {
					-webkit-transform: rotate(360deg);}
					
					div#icelogo p a span { display:none}



	/* Go to Top */
	a#go2top {
		background:url(../images/go2top.png) no-repeat top;
		bottom: 9px;
		right:12px;
		width: 41px;
		height: 34px;
		padding:0;
		position: absolute;
		-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 {
			background-position:bottom;}
			
		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;}
	
	
/* Tweet Display Back Module */
.twtr-widget .twtr-tweet {
	border-color:#666!important}	
		
		