/* $Id: layout.css,v 1.1.2.2 2009/03/12 12:25:37 psynaptic Exp $ */

/* Layout */

#page {
  width: 950px;
  margin: 0 auto;
  padding:0 15px;
  position:relative;
}

#site-name {
  font-size: 2em;
}

#slogan {
  display: block;
}

#header {
	min-height:167px;
	position:relative;
	border-bottom:1px solid #ccc;
	margin-bottom:2px;
	padding-bottom:8px;
}

#logo {
	width:323px;
	height:44px;
	display:block;
	position:absolute;
	left:-3px;
	top: 115px;
	clear:both;
}

#header-right {
  float: right;
  margin-top:34px;
  font-size:18px;
}

.sidebar {
  float: left;
  width: 300px;
}

#left {
  margin-right: 25px;
  clear: left;
}

#centre {
  float: left;
  margin-bottom: 1em;
  width: 950px;
}

#right {
  margin-left: 25px;
}

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

.two-sidebars #centre {
  width: 300px;
}

.sidebar-left #centre {
  width: 625px;
  padding-right: 0;
}

.sidebar-right #centre {
  width: 625px;
}

#footer,
#footer-message {
  font-size: 0.9em;
  clear: both;
}