/* $Id: layout.css,v 1.1.2.11.2.2 2009/12/29 18:17:20 psynaptic Exp $ */

html, body { height: 100%; }

body,
body#tinymce {
  background-color: #FFF;
  background: url('/sites/all/themes/hexspace/img/b-meta.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#hexcube {
  width: 960px;
  margin: 0 auto 60px auto;
  padding: 0;
}

#holecube {
  width: 960px;
  height: 400px;
  background-image: url('/sites/all/themes/hexspace/img/holespan.png');
  background-repeat: no-repeat;
  background-position: center center;
}

#holebar {
  width: 520px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
}

.homelinks {
  width: 300px; margin: 0 auto; padding: 0;
}

#logo {
  margin: 0 auto;
  padding: 0 0 5px 0;
}

#head {
  padding: 12px 0 45px 0;
  text-align: center;
  background-image: url('/sites/all/themes/hexspace/img/hexspace-t.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}

table.nav { width: auto; margin: 0 auto; padding: 0; }
#nav td { margin: 0; padding: 0; line-height: 1; vertical-align: middle; }

#sitename { padding-bottom: 7px; }

.limiter {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

#navigation {
  margin: 0 auto; padding: 0;
  text-align: center;
}

#page {
  width: 960px; margin: 0; padding: 0;
  background-image: url('/sites/all/themes/hexspace/img/hexspace-m.png');
  background-repeat: repeat-y;
}

.page-segment {
  width: 960px; margin: 0; padding: 0;
  background-image: url('/sites/all/themes/hexspace/img/hexspace-filled-m.png');
  background-repeat: repeat-y;
}


#content-home {
  margin: 0 auto;
  padding-top: 20px;
  width: 520px;
  text-align: left;
}

.sidebar-home {
  width: 180px;
  margin: -460px 20px;
}

.sidebar {
  width: 180px;
  margin: 0 0;
}

#left {
  margin-right: 0px;
  float: left;
}

#right {
  margin-left: 20px;
  float: right;
}

.one-sidebar #content {
  width: 730px;
}

.two-sidebars #content {
  width: 530px;
  margin-left: 20px;
}

.no-sidebars #content {
  float: none;
}

.sidebar-right #content,
.two-sidebars #content {
  float: left;
}

.sidebar-left #content {
  float: right;
}

#content {
  margin: 0 0;
  padding: 0 15px;
}

#footer {
  clear: both;
  margin: 0;
  padding-top: 45px;
  font-size: smaller;
  text-align: center;
  min-height: 365px;
  background-image: url('/sites/all/themes/hexspace/img/hexspace-b.png');
  background-position: center top;
  background-repeat: no-repeat;
}
