body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 960px;
  margin: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.header img {
  border: 0;
}

.header .logo {
  margin-left: 32px;
}

.header .navigation {
  position: absolute;
  top: 32px;
  left: 448px;
  width: 512px;
  height: 64px;
  text-align: right;
}

.header .navigation a {
  color: #FFF;
  text-decoration: none;
}

.header .navigation .item {
  padding: 0 0.35em;
}

.header .navigation .primary,
.header .navigation .secondary {
  width: 512px;
}

.header .navigation .primary {
  height: 32px;
  background-color: #555;
  font-size: 1.15em;
  line-height: 1.6em;
}

.header .navigation .secondary {
  height: 32px;
  background-color: #222;
  line-height: 2em;
}

.photos {
  position: relative;
  float: right;
  width: 480px;
  overflow: hidden;
  height: 64px;
  z-index: 0;
}

.photos.full {
  height: 320px;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
}

.photo.hidden {
  display: none;
}

.template_body {
  margin-left: 32px;
  padding-top: 128px;
}

.half {
  width: 416px;
  padding: 0 32px 0 0;
}

.half.second {
  position: absolute;
  top: 320px;
  left: 480px;
}

.half.second h1{
 text-align: center;
 font-size: 1.4em;
 margin: 1em 0.5em 1em 0.5em;
}

p {
  margin: 0 0 1em 0;
}

.footer{
 text-align: center;
 margin: 3em 2em 0 4em ;
 border-top: solid 1px #999;
 font-size: .8em;
 color: #AAA;
}

.blog_entry{
 margin: 2em 1em 3em 1em;
 font-size: .9em;
}
.blog_entry h1{
 margin: 1em 0 0 0;
 font-size: 1.5em;
}
body.editable {
  margin-bottom: 1.5em;
}

.pagesettings {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EEE;
  font-size: 0.75em;
  border-top: solid 1px #000;
}

.settings {
  height: 30em;
  overflow: auto;
}

.minimized .settings {
  display: none;
}

.pagesettings h1 {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
  background-color: #999;
  border-bottom: solid 1px #000;
  cursor: pointer;
}

.pagesettings h1 img {
  vertical-align: middle;
}

.pagesettings ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagesettings li {
  font-weight: bold;
}

.pagesettings div {
  font-weight: normal;
}

.pagesettings .cms_subject {
  font-family: monospace;
  font-size: 1.25em;
}.preformatted .cms_body {
  white-space: pre;
  font-family: monospace;
}.date {
 font-size: .75em;
}ul.demo.tabs {
  list-style: none;
  padding: 0;
  text-align: center;
}

ul.demo.tabs li {
  display: inline;
  padding: 0.25em;
  background-color: #555;
  border: solid 1px #AAA;
}

ul.demo.tabs li,
ul.demo.tabs li a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

ul.demo.tabs li a:hover {
  text-decoration: underline;
  font-weight: bold;
}