/* $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 {
	padding-top:15px;
}
.logo {
	margin: 0 0 0 20px;
	width: 255px;
}
#container {
	margin: 0px auto;
	width: 960px;
}
#center {
	width: 960px;
	padding: 30px 0 10px 0;
}

#footer {
	width: 960px;
}

#content {

}

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

/* 200 px fixed width for all sidebars */
#sidebar-left {
	width: 210px;
}
#sidebar-right {
	width: 270px;
	float:right;
	padding: 0 30px;
}

/*  sidebars : if one or two sidebars  */
body.sidebar-left #sidebar-left, body.two-sidebars #sidebar-left {

}

body.sidebar-right #sidebar-right, body.two-sidebars #sidebar-right {
}

/*  content : if two sidebars (left+content+right)  */
body.two-sidebars #content {
	width: 320px;
	margin: 0 50px;
}

/* content : if sidebarleft (left+content)  */
body.sidebar-left #content {
	width: 700px;
	margin-left: 50px;
}

/* content : if sidebar right (content+right)  */
body.sidebar-right #content {
	width: 570px;
	margin: 0 30px 0 29px;
}

