
/* Layout */

html, body { min-height:100%; height:100%; }
body, #branding, #content {background: url('../img/bg.png') repeat !important; }


#branding { width:130px; position:fixed; left:0; top:0; height: 100%; z-index:10; }
#branding-shadow { width:10px; position:fixed; left:130px; top:0; height: 100%; background: url('../img/bg-shadow.png') repeat-y; z-index:5; }
  #logo { position:absolute; top:20px; }

.poster { left:130px; width:544px; top:0; position:absolute; height:100%; background:#222; z-index:-10;}
  .poster img {  left:130px; position:fixed; width:544px; }

#content-shadow { width:10px; position:fixed; left: 664px; min-height:100%; background: url('../img/bg-shadow-right.png') repeat-y; }
#content { margin-left:674px;  min-width:300px; min-height:100%;  }
.content-inner { padding:20px; }

/* on detail pages */
.node-type-page #content-shadow { left:364px; }
.node-type-page #content {margin-left:374px;}



