/* $Id: layout.css,v 1.6 2009/05/13 11:14:06 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo.net / gazwal.com  */
/*  clear support => currently for span.clear !important! */
.clear {
	clear: both;
	display: block;
}

span.clear {
	line-height: 0px;
	height: 0;
	visibility: hidden;
}

/*  styles for all div.region-content */
#header .region-content, #top-bar .region-content,
#featured .region-content, #breadcrumb-wrapper .region-content,
#content-bottom .region-content, #footer .region-content {
	margin: 0 auto;
	width: 1000px;
}

#mainOut {

}

#mainIn {
	width: 1000px;
	min-height: 350px;
	margin: 0 auto;
	background-image: url(images/bg-mainIn.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#squeeze {
	margin: 0 7px;
}

/* float left for all blocks */
#sidebar-left, #sidebar-right, #content {
	float: left;
}

/* 200 px fixed width for all sidebars */
#sidebar-left {
	width: /*198px*/200px;
	margin-left: 1px;
}

#sidebar-right {
	width: /*258px*/260px;
	margin-left: 1px;
}

/*  sidebars : if one or two sidebars  */
body.sidebar-left #sidebar-left, body.two-sidebars #sidebar-left {
	margin-right: -260px;
}

body.sidebar-right #sidebar-right, body.two-sidebars #sidebar-right {
	margin-left: 740px;
	margin-right: -1000px;
}

/*  content : if two sidebars (left+content+right)  */
body.two-sidebars #content {
	width: 540px;
	margin-left: 200px;
	margin-right: -740px;
}

/* content : if sidebarleft (left+content)  */
body.sidebar-left #content {
	width: 740px;
	margin-left: 200px;
	margin-right: -1000px;
}

/* content : if sidebar right (content+right)  */
body.sidebar-right #content {
	/*width: 800px;*/
	margin-right: -800px;
}
#content {
	width: 540px;
	margin-left: 200px;
}
