/*---------------------------------------------------------------- 
  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 {
	height:31px;
	background: url(../images/topbar.png) no-repeat center top;
	position:relative;
	overflow:hidden;}
	
	#topbar_wrapper {
		background: url(../images/topbar_line.png) repeat-x top center;}
	
	

/* Header
------------*/	
#header {}
	
	#header .wrapper {
		position:relative; background: url("../images/header_bg.png") no-repeat scroll center top;}


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


/* IceJShopping Cart
--------------------*/
#cart {
	margin-top:24px;
	margin-right:3px;
	margin-left:40px;
	float:right}
	

/* -- Content --
Contain the CSS for the main and important part of the template
------------*/
#content {
	margin-bottom:30px;
	padding:0;}
		
	
	#content_inside {
		margin-bottom:15px;
		position:relative;}
			
	#content_inside a:link{color:#000 !important;}
			

/* Main Column Separator 
 This code separate the "left" and "right" module position from the content. */	
#left-column {
	position:relative;
	width:240px;
	background:#ccc;
	border-radius:5px;
	box-shadow:0 0 5px #ccc;
	float: left;
	margin-bottom:15px;}
	
#middle-column {
	width:100%;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 5px #ccc;
	float: left;}		
	#middle-column .padding { padding:10px; min-height:400px}		   

#right-column{
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 5px #ccc;
	float: right;
	margin-left:15px;}
	

						
	
/* Promo & Bottom Modules
contain the CSS for the promo & bottom module positions
------------*/		
#promo {
	background:#fff;
	margin-bottom:15px;
	padding:10px;
	border-radius:5px;
	box-shadow:0 0 5px #ccc;}


#bottom {
	clear:both;
	/*background:#fff;
	border-radius:7px;
	box-shadow:0 0 5px #ccc;*/
	position:relative;
	/*padding:10px*/}
			


/* -- IceTabs --
 contain the CSS to wrap the IceTabs module.
------------*/	
#icetabs {
	overflow:hidden;
	margin:0 0 15px;
	padding:0;
	background:#fff;
	border-radius:7px;
	box-shadow:0 0 5px #ccc;}
	


/* -- Notice --
 contain the CSS to wrap the notice module position.
------------*/	
#notice-msg_wrapper {
	padding-top:8px;
	margin:0 0 15px;
	background:url(../images/notice_arrow_t.png) repeat-x top}

#notice-msg_wrapper_2 {
	padding-bottom:8px;
	background:url(../images/notice_arrow_b.png) repeat-x bottom}
	
#notice-msg {
	padding:11px 12px;
	position:relative;
	font-size:1.3em;
	text-shadow:1px 1px 1px rgba(255,255,255,.75);
	color:#514721;
	background:#FFF6BF;
	box-shadow:0;}
	
	#notice-msg:before {
		content:"";
		background: url(../images/notice_sale.png) no-repeat center right;
		width:70px;
		height:70px;
		position:absolute;
		right:-15px;
		top:-15px;}
		
		#notice-msg p {
			margin: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:0;}
	
	#footer .wrapper {}
	
	
	
		


/*  -- Copyright -- 
this contains the codes for the footer module position and 
icetheme copyright logo or also the "go to top" link 
---------------*/
#copyright {
	background:url(../images/copyright.png) no-repeat top center;
	clear:both;
	margin:0;
	color:#fff;
	text-shadow:1px 1px 1px #fff;
	padding:10px 0 22px;}
	
	#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:left;
	color:#ccc;
	font-size:1.1em;
	text-shadow:1px 0 1px #000;
	margin:3px 0 0 0 }
	
	#contact_nr p {
		background:url(../images/contact_nr.png) no-repeat bottom left;
		padding:0 0 0 28px;
		line-height:1.7em;
		margin:0}



/* fix jquery pop up box */
#jquery-overlay { z-index:999999!important}	
	#jquery-lightbox { z-index:9999999!important}		
	

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

/* Facebook like Button on the footer */
#fb-like {
	padding-top:20px;
	clear:both;}


/* JoomShopping Modules Overwrittes */



/* IceJoomShopping Search Module */
#search span {
	display:none}
	
#search input#include_subcat {
	display:none}
	
#search #jshopping_adv_search {
	display:block;
	padding:3px 0 0 1px}


/* JShopping Filter Module */
.jshop_filters {}


	.jshop_filters .filter_price .inputbox {
		width:45px}

	.jshop_filters .button {
		clear:both;
		margin-left:0;
		margin-top:12px;}


.chronoform{display:none;}
	

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

	
	