* {
  margin: 0;
}
html, body {
  height: 100%;
  background:#000 url(../images/sitebg.gif) top center repeat-y;
  color:#FFF;
}
#site-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -72px; /* the bottom margin is the negative value of the footer's height */
  width:894px;
}
#site-foot, #site-push {
  height: 72px; /* .push must be the same height as .footer */
}
#site-foot {
  width:894px;
  margin:0 auto;
}

#site-head a {
  display:block;
  width:894px;
  height:174px;
  text-indent:-99999px;
  background:transparent url(../images/sitehead.jpg) left top no-repeat;
}

#site-content {
  width:100%;
  overflow:hidden;
}

.site-column {
  float:left;
  overflow:hidden;
}

#site-nav     {width:200px;}
#site-entries {width:406px;}
#site-store   {width:272px;margin:16px 16px 0 0;}

#site-nav {
  background:transparent url(../images/sitenav.jpg) -30px -15px no-repeat;
  padding-top:20px;
}

#site-nav ul,
#site-nav li {
  padding:0;
  list-style-type:none;
}

#site-nav ul a {
  display:block;
  text-align:center;
  margin:0 6px 0 20px;
  text-indent:-99999px;
}

#site-nav-store a {height:46px;}
#site-nav-family a {height:32px;}
#site-nav-media a {height:36px;}
#site-nav-links a {height:30px;}
#site-nav-contact  a {height:36px;}

#site-nav-alt {
  margin-top:100px;
}

#site-nav-alt a {
  display:block;
  padding:10px 16px;
  color:#FFF;
  font-family:monospace;
  text-decoration:none;
  text-align:center;
}

#site-nav-alt a:hover {
  background:red;
}

#site-entries {
  position:relative;
  padding-top:16px;
}

#site-entries h2 {
  font-family:Georgia, serif;
  font-weight:normal;
  padding-bottom:1px;
  margin-bottom:4px;
  border-bottom:2px solid red;
}

#site-entries .entry-date {
  padding:4px 6px;
  background:red;
  float:right;
  font:11px/13px normal Lucida, Arial, sans-serif;
  position:relative;
  top:9px;
}

#site-entries .entry-wrap {
  font:13px/18px normal Helvetica, sans-serif;
  color:#FFF;
}

#site-entries .entry-wrap a {
  color:#FFF;
}

#site-entries .entry-wrap a:hover {
  background:red;
}

#site-store ul,
#site-store li {
  list-style-type:none;
  padding:0;
}

#site-store li {
  float:left;
  margin:0 0 16px 16px;
}

#site-store a {
  display:block;
  height:120px;
  width:120px;
  overflow:hidden;
  text-decoration:none;
  font:11px/13px normal Lucida, Arial, sans-serif;
  color:#FFF;
}

#site-store .text {
  position:absolute;
  display:block;
  padding:4px 6px;
  background:red;
  max-width:108px;
  white-space:nowrap;
  overflow:hidden;
}

#site-store .name {
  margin-top:99px;
  overflow:hidden;
}

#site-store .img-wrap {
  display:block;
  width:800px;
  height:800px;
}

#site-store img {
  border:none;
  height:20%;
  width:20%;
}

#site-foot {
  font-family:monospace;
}

#site-foot-links {
  margin-bottom:12px;
  padding-top:12px;
}

#site-foot-links ul,
#site-foot-links li {
  padding:0;
  list-style-type:none;
}

#site-foot-links li {
  display:inline;
}

#site-foot-links ul {
  text-align:center;
}

#site-foot-links li {
  margin-right:10px;
}

#site-foot-links a {
  text-decoration:none;
  color:#FFF;
}

#site-foot-links a:hover {
  background:red;
}

#site-foot-copyright {
  text-align:center;
}

