/* $Id: layout.css,v 1.1.2.9 2009/10/26 11:41:28 psynaptic Exp $ */

/* Layout */

#page {
  width: 960px;
  margin: 0 auto;
}

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

#header-wrapper,
#footer,
#footer-message {
  margin: 0 10px;
}

#header {
  padding: 2em 0 1em;
}

#header-right {
  float: right;
}

.sidebar,
#content {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.sidebar {
  width: 220px;
}

#left {
  clear: left;
}

#content {
  margin-bottom: 1em;
  width: 940px;
}

.two-sidebars #content {
  width: 460px;
}

.sidebar-left #content,
.sidebar-right #content {
  width: 700px;
}

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

