/*---------------------------------------------------------------- 
  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:960px; margin:0 auto;}
	

/* Main wrapper 
----------------*/
#main_wrapper {
	background:url(../images/header_effect.png) repeat-x top}


/* TopBar
------------*/	
#topbar {
	height:45px;
	clear:both;}
	
	#topbar .wrapper {
		position:relative}
	
	

/* Header
------------*/	
#header {
	z-index:99;
	background:#f1f6e0;
	background: url(../images/header_inside_effect.png) no-repeat bottom left, -webkit-linear-gradient(top, #fff, #f1f6e0);
	background: url(../images/header_inside_effect.png) no-repeat bottom left, -moz-linear-gradient(top, #fff, #f1f6e0);
	background: url(../images/header_inside_effect.png) no-repeat bottom left, -ms-linear-gradient(top, #fff, #f1f6e0);
	background: url(../images/header_inside_effect.png) no-repeat bottom left, -o-linear-gradient(top, #fff, #f1f6e0);
	background: url(../images/header_inside_effect.png) no-repeat bottom left, linear-gradient(top, #fff, #f1f6e0);
	border-bottom:1px solid #fff;
	height:104px;
	box-shadow:0 7px 7px rgba(26,135,188,.3);
	border-radius:15px;
	margin-bottom:45px;
	position:relative;}
	
	


/* Logo
------------*/
#logo {
	padding:22px 0 0 20px;
	margin:0 auto;}
	
	#logo p {
		margin:0;}
		
		#logo a {
			font-size:3em;}
		
	#logo img {
		float:none;
		margin:0;
		display:block;}



					
	
/* Promo & Bottom Modules
contain the CSS for the promo & bottom module positions
------------*/		
#promo,
#bottom,
#content {
	clear:both;
	position:relative;
	overflow:hidden;
	background:#deded1;
	border-radius:15px;
	margin:0 0 45px;
	box-shadow:0 0 15px #1A87BC;}
	
	#promo #promo_inner,
	#bottom #bottom_inner {
		margin:15px;
		padding:10px;
		background:#fff;
		border-radius:10px;}
	
	

#bottom {
	margin-top:45px;}
 

	
	


/* -- Content --
Contain the CSS for the main and important part of the template
------------*/
#content { }

	#content #content_inner {
		margin:15px;
		background: -moz-linear-gradient(left, #DEDED1 236px, #fff 236px);
		background: -webkit-linear-gradient(left, #DEDED1 236px, #fff 236px);
		background: -o-linear-gradient(left, #DEDED1 236px, #fff 236px);
		background: -ms-linear-gradient(left, #DEDED1 236px, #fff 236px);
		background: linear-gradient(left, #DEDED1 236px, #fff 236px);
		border-radius:10px;
		} 
	

#content_main {
	background:#fff;
	float:right;
	width:695px;
	border-radius:10px;}		

#middle-column{
	width:auto;
	padding:10px;
	min-height:500px;}			   
	
#left-column {
	background:#DEDED1;
	color:#54543D;
	float:left;
	margin:0 0 0 -5px;}
	
	
#right-column{
	margin:10px 0 0;
	float:right;}
	
	.inside { margin:0; padding:0; }
	

				
	

/* 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 {
	margin:-10px;
	padding:0;}



	
/* -- Footer --
this wrap the footer module position plus the copyright and 
other elements that you may find on the footer
------------*/
#footer {
	margin:-10px 0 0;
	color:#fff;
	padding:0 0 20px}
	
	
	
	

/*  -- Copyright -- 
this contains the codes for the footer module position and 
icetheme copyright logo or also the "go to top" link 
---------------*/
#copyright {
	clear:both;
	background:url(../images/copyright.png) no-repeat center top;
	color:#fff;
	margin:15px 0 0;
	padding:0 0 20px;
	position:relative;
	overflow:hidden;}
	
	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;}

/* Jsocial plugin */
.jsc-bar {
	margin-top:10px!important;
	margin-bottom:20px!important;}
	
	
	.jsc-bar .jsc-plusone div {
		width:60px!important}
		
	.jsc-bar .jsc-facebook {
		width:100px;}
	
	.jsc-bar .jsc-twitter {
		width:85px;}	


/* Social Media Icon Links Extension  */
#social {
	position:fixed;
	top:0;
	right:0;
	opacity:.4;
	background:rgba(21,142,215,.7);
	border-left:1px solid rgba(30,255,255,.5);
	border-bottom:1px solid rgba(30,255,255,.5);
	border-bottom-left-radius:5px;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out; 
	transition:all .4s ease-out;}
	
	#social:hover {
		opacity:1;}
	
			
			
			#social a {
				display:block;
				margin:5px 7px!important;
				-webkit-transition:all .5s ease-out;
				-moz-transition:all .5s ease-out;
				-o-transition:all .5s ease-out; 
				transition:all .5s ease-out;}
				
				#social a:hover {
					-moz-transform: translate(-2px, 0);
					-webkit-transform: translate( -2px, 0);
					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;}
	
	


/* JomSocial statistics mod
-----------------------------*/
#statistics {
	position:absolute;
	right:15px;
	bottom:6px;}
	
	
		
		



/* JomSocial Login Module */
form#form-login {
	padding-top:.75em;
	margin-top:0;}
	
	
	form#form-login fieldset {
		border:none;
		padding:0;
		margin:0 0 12px}
	
		form#form-login fieldset label {
			width:auto}
			
		form#form-login fieldset p {
			margin-bottom:1.1em;}

		form#form-login p .inputbox {
			width:80%;}
		
			form#form-login p .inputbox:hover,
			form#form-login p .inputbox:focus {} 	
			
			form#form-login  .button {
				margin-bottom:1em;}			
				
	
	
	