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



/* Site Wrapper
----------------*/
#site_wrapper {
	backgroun: url(../images/bg_footer.png) repeat-x bottom}



/* TopBar
------------*/
#topbar {
	clear:both;
	height:0px;}

	#topbar .wrapper {
		position:relative}



/* Header
------------*/
#header {
	height:105px;
	margin-left:-60px;
	background:url(../images/header.png) no-repeat center;}

	#header .wrapper {
		position:relative;}


/* Logo
------------*/
#logo {
	padding:0px 0px 0px 40px;
	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_shadow.png) no-repeat center top;
	padding:0;}


	#content .wrapper {
		padding:0 15px;
		width:930px;
		margin-bottom:-150px;
		backgroun:#fff;}


		#content_inside {
			position:relative;}


		#content_b {
			background:url(../images/content_b.png) no-repeat center center;
			height:140px;}


/* Main Column Separator
 This code separate the "left" and "right" module position from the content. */
#left-column {
	float: left;}

#middle-column {
	min-height:540px;
	padding-bottom: 15px;}

#right-column{
	float: right;}



/* Promo & Bottom Modules
contain the CSS for the promo & bottom module positions
------------*/
#promo {
	border-botto:1px dotted #BBDBEF;
	padding-bottom:15px;
	margin:0 -10px 15px}



#bottom {
	clear:both;
	border-to:1px dotted #BBDBEF;
	padding-top:0px;
	margin:0 -10px 0;
	position: relative;
    top: -20px;}



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




/* -- Notice --
------------*/
#notice .success {
	background-image:url(../images/notice.pg);
	background-position:5px center;
	padding:10px;
	padding-left:10px;
	border-radius: 10px;}

	#notice .success p {
		margin:0;
		text-shadow:1px 0 1px #fff;
		line-height:1.8em;
		font-size:1.2em;}

#notice .technology div {
  width: 872px;
}



/* -- Content Bar --
--------------------*/
#content_bar {
	background:url(../images/content_bar.png) no-repeat center;
	height:11px;
	margin:0 -15px 5px;
	padding:0 10px;}






/* -- Footer --
this wrap the footer module position plus the copyright and
other elements that you may find on the footer
------------*/
#footer {
	background:url(../images/footer.jpg) no-repeat center bottom;
	margin:0;
	padding:0 0 35px}

	#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:0px 0 0;
	borde-top: 3px inset #0074a4;
}

	#copyright .wrapper {
		position:relative;
		overflow:hidden}


	div#copytext { float:left; padding-top:24px; color: #7798AA; text-shado:1px 1px 1px #fff; -webkit-user-select: none;}

div#copytext td {
  float: left;
}

		div#copytext .footer2 { display:none; }



	div#icelogo { float:left; padding:22px 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}



/*
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:12px;
	float:left}


/* Tweet Display Back Module */
.twtr-widget {
	margin-top:10px!important;}

.twtr-widget .twtr-tweet {
	border-bottom-color:#555!important;}



/* Intellectual Property (IP) styles
-------------------------------------*/

/* Featured Property module */
.ip_featuredmod_holder table {
	margin:0}

	.ip_featuredmod_holder table tr {}




	.ip_featuredmod_holder h4 {
		text-align:center;
		margin:4px 0;}

	.ip_featuredmod_holder  p.ip_featured_price {
		color: #50A029;
		display: block;
		text-align:center;
		font-family: Verdana,Geneva,sans-serif;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.5em;
		margin-bottom:8px}

		.ip_featuredmod_holder  p.ip_featured_price .ip_slashprice {
			text-decoration:line-through;
			display:block;
			color:#999}


	.ip_featured_thumb {
		position:relative;
		overflow:hidden;
		background:#EAF1F7;
		padding:5px;
		border:1px solid #C6D9E9;}


		.ip_featured_thumb img {}