/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/style.css);
@import url(global/thickbox.css);
/*
@import url(pages/realestate.css);
@import url(pages/articles.css);
@import url(pages/ajax_articles.css);
@import url(pages/realestate.css);
@import url(pages/tabs.css);
*/
@import url(pages/calendar.css);
@import url(nav/nav_horiz.css);

/* BODY 
----------------------------------------------------------------*/

body {
	background: #efefef url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat right 0;
	text-align: left;
	width: 100%;
}
#branding {
	height: 96px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {

	
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left;
  width: 468px;
  margin-top: 30px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  background: #fff;
  float: right; /* Creates a left sidebar */
  width: 260px;
  display: inline;
  overflow: hidden;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	width: 100%; height: 100px;
	text-align: center;
	clear: both;
	margin-top: 3em;
	border-top: 1px solid #ccc;
}
#copy {

}