#container {
  width: 980px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

h2.pic {
  margin-top: 20px;
  margin-bottom: 5px;
}

h3 {
  margin-top: 2.5em;
  margin-bottom: 0.9em;
}

h4 {
  margin-top: 2em;
  margin-bottom: 1.5em;
}

h5 {
  margin-top: 2em;
  margin-bottom: 1em;
}

h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}

ul, li {
  margin-right: 0px;
}

.description {
  margin-bottom: 4em;
}

#header,
#footer,
.pagetitle,
.posttitle {
  position: relative;
  float: left;
}

#header {
  width: 980px;
  margin: 30px 10px 35px 10px;
}

.pagetitle h2,
.notopmargin {
  margin-top: 0;
}

.post {
  margin-top: 35px;
}

#footer {
  width: 980px;
  margin: 0 10px 0 10px;
}

.firstheader {
  margin-top: 0;
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

#content {
  float: left;
  width: 980px;
  height: 700px;
  overflow: hidden;
  position: relative;
}

#postlistbox {
  float: left;
  width: 960px;
  height: 590px;
  overflow: hidden;
  position: relative;
}

.postlistwrapper, .postwrapper {
  width: 960px;
  height: 590px;
  float: none;
  left: 0px;
  top: 0px;
  position: absolute;
}

#prevwrapper {
  left: 960px;
}

#nextwrapper {
  left: -960px;
}

.page {
  width: 960px;
  height: 670px;
  float: left;
  margin: 0 10px 0 10px;
}

.messages {
  float: left;
  width: 960px;
  height: 60px;
  margin: 10px 0 0 0;
  overflow: visible;
}

.messages ul.categories, .messages ul.categories li {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.postlistpage {
  overflow: hidden;
}

.postlist {
  float: left;
}

.postlist li {
  float: left;
	width: 150px;
  height: 555px;
	margin-right: 5px;
	position: relative;
}

.postmetadatabox {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 470px;
  height: 120px;
  overflow: hidden;
}

.postmetadata {
	position: absolute;
  top: 120px;
  left: 0px;
  width: 470px;
  height: 80px;
}

.entry {
	position: absolute;
  top: 115px;
  left: 0px;
  width: 470px;
  height: 440px;
}

.entry .multiimg {
  margin: 10px;
}

.entry .imgbox {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 450px;
  height: 420px;
  overflow: hidden;
}

.entry img {
  position: absolute;
  left: -100px;
  top: 0;
}

.postwrapper .entry {
  width: 960px;
}

.msg {
  float: left;
  width: 960px;
  margin-top: 10px;
}

/* buttons */

.button, .button span, .button a {
  width: 137px;
  height: 55px;
}

.button {
  position: absolute;
}

.button-small, .button-small span, .button-small a {
  width: 99px;
  height: 41px;
}


.post .button-small {
  position: absolute;
}

.hireme {
  right: 180px;
  top: 8px;
}

.nextimg {
  left: 370px;
  top: 95px;
}

.moreinfo {
  left: 210px;
  top: 95px;
}

.moreinfo a {
  display: none;
}

.older, .newer {
  display: none;
  width: 0;
  float: left;
}

/* end buttons */
