/*---------------------------------------------------------------- 
  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 the 960px width which is the easiest way to separate the 
content because of its ability to be splited in many ways. 
Please be careful when you decide to change the value because 
some of the images used for decoration are meant to be used with
this width so you need to change them to.
---------------------------------------------------------------- */
.wrapper  { width:960px; margin:0 auto;}
	



/* TopBar
------------*/	
#topbar {
	position:relative;
	overflow:hidden;}
	
	

/* Header
------------*/	
#header {
	overflow:hidden;
	position:relative;}
	
	#header .wrapper {
		position:relative;}


#slogan {
	position:absolute;
	top:50px;
	right:20px}	
	
	
	#slogan p {
		margin:0;
		font-size:1.75em;
		color:#999;
		font-style:italic;
		text-shadow:1px 1px 1px #fff;
		-webkit-transition:all .5s ease-out;
		-moz-transition:all .5s ease-out;
		-o-transition:all .5s ease-out; 
		transition:all .5s ease-out;}

		#header:hover #slogan p {
			color:#444}
			
			
			#slogan p a.button {
				background:#584F52;
				padding:1px 14px 3px;
				margin-left:20px;
				font-size:.7em}

	

/* Logo
------------*/
#logo {
	padding:30px 0;
	float:left}
	
	#logo p {
		margin:0;}
		
	#logo img {
		float:none;
		margin:0; }





/* -- Content --
Contain the CSS for the main and important part of the template
------------*/
#content {
	background: url(../images/content.jpg) repeat center;
	background-color:#CDC6B4;
	border-top:1px solid #fff;
	width:960px;
	margin:-15px auto 0;
	position:relative;
	z-index:9;
	padding:0;}
		
		
		#content_inside {
			background:#fff ;
			margin-bottom:-70px;
			width:720px;
			z-index:9;
			position:relative;
			border-top-left-radius:30px;
			padding:15px 0;
			float:right;
		}
		#content_t {
			z-index:99;
			position:relative;
			height:0px;}

	
			

/* 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:600px;}
		
		#inner-column-container {
			border-right:1px dotted transparent;
			width: 100%;}
									   
			#source-order-container{
				float: left;
				min-height:360px;
				margin:0;
				width: 100%;}


					#middle-column{
						float: right;
						width: 100%;}			   
						
					
					#right-column{
						float: left;}
						
						.clear-columns { clear: both;}
						
						#middle-column .inside { margin-left:15px; margin-right:15px; padding-bottom:10px }
						
								
				
				
				#left-column {
					position:relative;
					z-index:999;
					width:240px;
					float: left;}
						
						
						
						
	
/* Promo & Bottom Modules
contain the CSS for the promo & bottom module positions
------------*/		
#promo {
	position:relative;
	background:#584f52 url(../images/promo_pattern.png) repeat-y;
	padding:0 15px 0 130px;
	margin:0 0 20px;}
	
	#promo:before {
		content:"";
		right:-15px;
		position:absolute;
		width:15px;
		height:100%;
		background: url(../images/promo_effect_r.png) no-repeat top;}
	
	#promo_effect {
		right:-15px;
		bottom:-29px;
		position:absolute;
		width:15px;
		height:30px;
		background: url(../images/promo_effect_b.png) no-repeat center;}
		
				


#bottom {
	background:#FFFFFF url(../images/bottom.png) repeat-x top;
	width:930px;
	position:relative;
	margin:0 auto 0;
	padding:80px 15px 0
}
			
#mod_online {
	position:absolute;
	top:12px;
	color:#fff;
	color:rgba(255,255,255,.4);
	font-size:1.4em;
	font-style:italic;
	letter-spacing:0.02em;
	font-family:Georgia, "Times New Roman", Times, serif;
	max-width:220px;
	line-height:1.45em;
	left:15px;}
	

/* -- IceTabs --
 contain the CSS to wrap the IceTabs module.
------------*/	
#icetabs {
	overflow:hidden;
	margin:0 0 15px;
	padding:0;}
	


	
	
	
	
/* -- Footer --
this wrap the footer module position plus the copyright and 
other elements that you may find on the footer
------------*/
#footer {
	clear:both;
	margin:35px 0 0;}
	
	#footer .wrapper {
		border-bottom:1px solid rgba(0,0,0,.1);
		box-shadow:0 1px 0 #fff;}
	
	
	
	
		


/*  -- 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;
	color:#666;
	text-shadow:1px 1px 1px #fff;
	padding:8px 0 20px;}
	
	#copyright .wrapper {
		position:relative; 
		overflow:hidden}

	
	div#copytext { float:left; padding-top:15px;}
	
		div#copytext .footer2 { display:none; }
	
		

	div#icelogo { float:left; padding:14px 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: 18px;
		height: 16px;
		width: 16px;
		position: absolute;
		right: 0;
		opacity:.4;
		-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}	



/* contact number */
#contact_nr {
	float:right;
	color:#888;
	font-size:1.1em;
	text-shadow:1px 0 1px #fff;
	border-right:1px dotted #ccc;
	padding:0 14px 0 0;
	margin:5px 12px 0 0 }
	
	#contact_nr p {
		margin:0}
	
	

/* 
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.
---------------------------------------------------------------- */

/* Tweet Display Back */ 
.TDB-header {
	font-size:.9em!important;
	background:#111!important;
	background:rgba(0,0,0,.3)!important;
	border-color:#333!important;
	border-radius:0!important;}
	
	.TDB-header-user {
		font-size:1.1em!important;
		background:#222!important;
		background:rgba(255,255,255,.2)!important;
		margin:-2px -10px 10px!important;
		padding:2px 0!important;}
		
	span.TDB-header-avatar-left {
		margin-top:5px!important;
		padding-right:10px!important;}	
		
	.TDB-header-location {
		border-top:1px dotted rgba(255,255,255,.15);
		padding-top:5px;
		margin-top:15px;}
	
	.TDB-header-web {
		font-size:1em!important;
		padding-top:0!important;
		padding-bottom:5px!important;}	
			
	
.TDB-tweet-left {
	font-size:.9em!important;
	background:#111!important;
	background:rgba(0,0,0,.3)!important;
	border-color:#333!important;
	border-radius:0!important;
	margin-bottom:10px!important;
	padding:5px 10px!important;
	margin-left:55px!important;}
	.TDB-tweet-left:before {
		border-top-color: #333!important;
		border-color: transparent #333!important;}
	.TDB-tweet-left:after {
		border-top-color: #111!important;
		border-color: transparent #111!important;}
	
	
	.TDB-tweet-left .TDB-tweet-time {
		font-size:.9em!important;
		border-top:1px dotted rgba(255,255,255,.15);
		margin-top:10px;
		padding-top:1px}


.TDB-tweet-left-noavatar {
	background:none!important;
	border:none!important;
	padding-left:0!important;
	padding-right:0!important;
	border-radius:none!important;}
	



/* IceAccordion Module */ 
.iceaccordion-theme-black {
   color:inherit!important}

.iceaccordion h4.toggler {
	background-color:transparent!important;
	background-image: url(../images/iceaccordion_arrow_closed.png)!important;
	padding:.5em 0 .5em!important;
	font-size:1.1em;!important;
	border-bottom:1px solid rgba(0,0,0,.3)!important;
	box-shadow:0 1px 0 rgba(255,255,255,.65);}
	.iceaccordion h4.open {
		background-image: url(../images/iceaccordion_arrow_open.png)!important;}
	
.iceaccordion div.accordion_content {
	background-color:transparent!important;
	color:inherit!important}
	
.iceaccordion-loading {
    background-image: url(../images/loading.gif)!important;}

.iceaccordion div.accordion_content img {
	margin-top:0!important;
	margin-bottom:0.5em!important;}
	
.iceaccordion div.accordion_content p.readmore {
	padding-top:10px;
	padding-bottom:5px}
	
.iceaccordion-paging .iceaccordion-prev,
.iceaccordion-paging .iceaccordion-next {
    background-image: url(../images/iceaccordion_arrows.png)!important;
	opacity:.25!important;
	top:13px!important;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out;}
	.iceaccordion-paging .iceaccordion-prev:hover,
	.iceaccordion-paging .iceaccordion-next:hover {
		opacity:.8!important;}




/* date module */
#date {
	float:right;
	color:#888;
	text-shadow:1px 0 1px #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-right:1px dotted #ccc;
	padding:0 11px;
	margin:5px 14px 0 0 }


	

/* Experimental Feature 
used currently to display a nice effect in webkit based browsers for the logo.
You may remove it if you wish */
body.homepage #site_wrapper { -webkit-animation: effect 2s ease-out 1;}
body.homepage #logo { -webkit-animation: logo 4s ease-out 1;}

@-webkit-keyframes effect {
	0%		{ opacity:0}
	100%	{ opacity:1}
}

@-webkit-keyframes logo {
	0%		{ opacity:0}
	50%		{ opacity:0}
	100%	{ opacity:1}
}

	
	