/*anarres*/
#wrapper {
  	
  max-width: 95%;/* removed from barlow */
  width: 600px; /* barlow */
  /*width: 800px; anarres */
  margin: 0 auto 0 auto;
}
.one-sidebar #wrapper {
 width: 750px;
 /*width: 800px; anarres */
}
.two-sidebars #wrapper {
    width: 1015px;
   /*width: 800px; anarres */
}
#header #logo, #branding, #main, .sidebar {
  float: left;
}
#branding {
  text-align: center;
}
#search {
  float: right;
}
 #header-additional {
 width: 100%;
 text-align:center;
 margin: 0;
 padding: 0;
}
#menu, #content, #footer {
  clear: both;
}
#main {
  width: 500px;
  padding: 2em 35px 1.5em 35px;
}
.sidebar {
}
#sidebar-left {
  margin-right: -1px;
  width: 170px;
}
#sidebar-right {
  margin-left: -1px;
  width: 275px;
}
#footer {
  width: 100%;
}
#footer .block-menu h2 {
  display: none;
}
#footer .block-menu ul {
  text-align: center;
}
#footer .block-menu li {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer .block-menu li:before { content: "| "; }
#footer .block-menu li:first-child:before { content: ""; }
.comment .picture img { float: right; }
.dev-timer, .dev-memory-usage { text-align: center; font-size: 85%; color: #999999 }
.dev-memory-usage h3 { display: none }
