body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
  background: #1f1f1f url('http://paranormalpuzzlesociety.com/imgs/bg.jpg');
  font-size: 0.8em;
  font-family: verdana, arial, sans-serif;
  color: #333;
}

a {
  text-decoration: none;
  color: #51a79d;
}
a:hover {
  color: #1a7a80;
}
h1, h2, h3, h4 { 
  letter-spacing: -1;
}
small {
  font-size: 10px;
  color: #aaa; 
  padding:10px 8px 5px 0px;
  float:left;
  text-transform: uppercase;
  font-weight: bold;
}


.center { margin: 0 auto; text-align: center; }

#top {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 102px;
  margin: 0;
  padding: 0;
  background: url('http://paranormalpuzzlesociety.com/imgs/wrapper.png') repeat-x;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 1080px;
}


#header {
  margin-top: 40px;
}

#logo a {
  position: absolute;
  display: block;
  top: -28px;
  height: 144px;
  width: 223px;
  background: url('http://paranormalpuzzlesociety.com/imgs/logo.png') no-repeat;
}


#nav {
  position: relative;
  top: -18px;
  left: 220px;
  width: 844px;
  height: 43px;
  font-family: arial, verdana, sans-serif;
  font-size: 1.8em;
  z-index: 1;
}
#nav ul {
  list-style: none;
}
#nav ul li {
  float: left;
  margin-left: 10px;
  padding-top: 15px;
  list-style-type: none;
}
#nav ul li a {
  padding: 8px 4px 4px;
  font-weight: bold;
  text-decoration: none;
  color: #91d0c9;
  background: #000;
}

#nav ul li a:hover {
  color: #00a9b4;
  background: #2d3232;
}


#login-bar {
  position: relative;
  float: right;
  top: -37px;
  right: 45px;
  width: 275px;
  height: 1px;
  color: #fff;
  text-align: right;
  z-index: 1;
}


#main {
  float: right;
  position: relative;
  top: -37px;
  left: -5px;
  width: 844px;
}


.content-top {
  padding: 15px 50px 0;
  height: 48px;
  width: 744px;
  background: url('http://paranormalpuzzlesociety.com/imgs/content-top.png') no-repeat;
  text-align: right;
  color: #67293a;
}
.content-bottom {
  padding: 7px 100px 0;
  height: 46px;
  width: 644px;
  background: url('http://paranormalpuzzlesociety.com/imgs/content-bottom.png') no-repeat;
  text-align: right;
}
.content {
  padding: 10px 40px 15px;
  height: auto;
  width: 764px;
  background: url('http://paranormalpuzzlesociety.com/imgs/content-shadow.png') repeat-y;
}


.post {
  clear: both;
  padding-bottom: 30px;
}
.post h2 {
  margin: 0 0 30px 20px;
  padding-top: 8px;
  font-size: 24px;
  text-align: left;
  color:#000
}
.date {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.8;
  color: #00a9b4;
}
.postmetadata {
  font-size: 12px;
  color: #bbb;
  height:1%
}


#game-top {
  height: 42px;
  width: 844px;
  background: url('http://paranormalpuzzlesociety.com/imgs/game-top.png') no-repeat;
}
#game {
  padding: 10px 0 15px;
  height: auto;
  width: 844px;
  background: url('http://paranormalpuzzlesociety.com/imgs/game-shadow.png') repeat-y;
  text-align: center;
}

#embed {
  margin: 0 auto;
  padding: 0;
  height: 480px;
  width: 640px;
  border: 5px solid #000;
  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}


#login, #register {
  border: 1px solid #ddd;
  margin: 15px auto 10px;
  padding: 0 20px 5px;
  width: 350px;
  text-align: left;
  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.error {
  border: 1px solid #aa3232;
  padding: 5px;
  width: 335px;
  background: #ffe1e1;
  color: #641414;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#login label, #register label {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: bold;
}
#login input, #register input {
  margin: 3px 0 10px;
  padding: 5px;
  width: 335px;
  font-size: 18px;
  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#login input#submit, #register input#submit {
  width: 175px;
}


#sidebar {
  float: left;
  position: relative;
  top: 55px;
  left: -5px;
  width: 234px;
}

.widget-top {
  padding: 7px 45px 0;
  height: 37px;
  width: 144px;
  background: url('http://paranormalpuzzlesociety.com/imgs/widget-top.png') no-repeat;
  text-align: right;
  color: #67293a;
}
.widget-bottom {
  height: 43px;
  width: 234px;
  background: url('http://paranormalpuzzlesociety.com/imgs/widget-bottom.png') no-repeat;
  text-align: right;
}
.widget {
  padding: 10px 30px 8px;
  height: auto;
  width: 174px;
  background: url('http://paranormalpuzzlesociety.com/imgs/widget-shadow.png') repeat-y;
}


#footer {
  clear: both;
  position: relative;
  top: -35px;
  padding-left: 234px;
  text-align: center;
  color: #efefef;
}
