/************************************************************************************
-------------------------------------------------------------------------------------
	
	"ipsa.css"
	@desc	Base layout rules for ips-auction.com
	@author Dave Ashman <public@daveashman.com>
	
-------------------------------------------------------------------------------------
************************************************************************************/

@import "slider.css";
@import "typography.css";
@import "modules.css";
@import "sifr.css";
/*@import "debug.css";*/
@import "nav.css";


/*	-	Global
-----------------------------------------------------------------------------------*/

*{
	margin:  0;
	padding: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul#skip-nav{
	position: absolute;
	top: -999em;
}
html{
	margin-bottom: -50px;
}
body{
	background: #d7d0a9;
	background: #e0d8b6 url('/_img/_common/bg-footer-wrapper.png') repeat-x bottom;
	height: 100%;		
}
body.home{
	background: #dbd7c3;
}

/*	-	Main Layout
-----------------------------------------------------------------------------------*/

/*	Wrapper		-----------------------------------------------------------------*/

#wrapper-outer{
	background: #00112c url('/_img/_common/tile-bg.png') repeat-x;
	padding-bottom: 0;
	position: relative;
	width: 100%;
}
.home #wrapper-outer			{	background: #00112c url('/_img/_common/tile-bg-home.gif') repeat-x;	}
.with-sub-nav #wrapper-outer,
.catalogue #wrapper-outer		{	background: #00112c url('/_img/_common/tile-bg-with-sub-nav.png') repeat-x;	}

.js .with-sub-nav.catalogue-home #wrapper-outer,
.js .previously-sold-entries #wrapper-outer{
	background: #00112c url("/_img/_common/tile-bg-cat-home.png") repeat-x;
}

#wrapper{	
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 960px;
}

/*	Header		-----------------------------------------------------------------*/

#header{
	float: left;
	height: 95px;	
	position: relative;	
	width: 960px;	
}
.home #header			{	height: 95px;	}
.with-sub-nav #header,
.catalogue #header	{	height: 135px;	}

#branding{
	float: left;	
	height: 90px;
	position: relative;	
	width: 250px;
}
#navigation{
	float: right;
	width: 675px;
	height: 90px;	
}

/*	Content		-----------------------------------------------------------------*/

#content{	
	float: left;
	padding: 10px 0 0 0;
	position: relative;
	width: 960px;	
}
.has-secondary #content{
	background: url('/_img/_common/bg-secondary.png') repeat-y right;
}
.home #content	{	background: none;	}

/*	Primary		-----------------------------------------------------------------*/

#primary{	
	float: left;
	padding: 35px 0 0 0px;
	position: relative;	
	width: 605px;
}
.home #primary,
.home #footer{
	border: none;
	float: none;
	margin: 15px auto 0 auto;
	padding: 0 0 30px 0;
	width: 935px;
}
.auction-bookings-tickets-and-more #primary{
	border: none;
	float: none;
	margin: 15px auto 0 auto;
	min-height: 400px;
	padding: 0 0 30px 0;
	position: relative;
	width: 935px;
}
.with-sub-nav.catalogue-home #primary,
#primary.full-width{
	padding-top: 0;
	width: 960px;
}
.previously-sold-entries #primary{
	width: 960px;
}
.pony-detail #primary{
	padding-top: 15px;
}
#primary.not-found{
	height: 300px;
}

/*	Secondary		--------------------------------------------------------------*/

#secondary{	
	float: right;
	padding: 55px 30px;
	margin-top: 0;
	width: 260px;
}
.news-and-press #secondary{
	border-top: 1px solid #223354;
	margin: 78px 30px 0 30px;
	padding: 10px 0 0 0;
}

/*	Footer		------------------------------------------------------------------*/

#footer-wrapper{
	background: #e0d8b6 url('/_img/_common/bg-footer-wrapper.png') repeat-x;
	clear: both;
	float: left;
	padding-bottom: 0;	
	width: 100%;
	margin-bottom: -50px;
}
#footer{
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	width: 960px;
}
#footer-info{
	color: #ABA691;
	font-family: Georgia, Times, Times New Roman, serif;
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}
.home #footer-wrapper{
	padding: 5px 0 25px 0;
	
}



