.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
  font-size: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
  height: 1%;
}

* { font-family: Verdana; }

body {
  background: url(/images/header_background.png) #FFFFFF top left no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

a {
  color: #000000;
}

#page-wrapper {
  background: url(/images/background.png) repeat;
  width: 100%;
}

#page {
  margin: 0 auto;
  padding-top: 40px;
  text-align: left;
  width: 802px;
}

#header {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  background: url(/images/header.png) #FFFFFF top left no-repeat;
  height: 102px;
}

#navigation-wrapper {
  float: left;
  width: 199px;
}

#navigation-top {
  background: url(/images/nav_top.png) left no-repeat;
  height: 184px;
}

#navigation {
  background: url(/images/nav_background.png) left repeat-y;
  padding: 5px 0;
  padding-right: 26px;
}

#navigation ul, #navigation li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#navigation li {
  display: block;
  margin: 3px 8px;
  padding: 1px 4px;
  border: solid 1px black;
  background: #FFFFFF;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

#navigation a {
  text-decoration: none;
  color: black;
}

#nav-ad-divider {
  background: url(/images/nav_ad_divider.png) left no-repeat;
  height: 163px;
}

#ad {
  padding: 10px;
  background: url(/images/ad_background.png) left repeat-y;
}

#ad-bottom {
  background: url(/images/ad_bottom.png) left no-repeat;
  height: 174px;
}

#content {
  margin-top: 3px;
  margin-left: 208px;
}

.error {
  margin-bottom: 20px;
  border: solid 1px #D52022;
  background: #FFFFFF;
  font-size: 14px;
  padding: 15px;
}

.notice {
  margin-bottom: 20px;
  border: solid 1px #000000;
  background: #FFFFFF;
  font-size: 14px;
  padding: 15px;
}

.post {
  border: solid 1px black;
  background: #FFFFFF;
  margin-bottom: 40px;
  width: 590px;
/*  width: 100%;*/
}

.post h1 {
  background: url(/images/post_header.png) bottom left no-repeat;
  margin: 0;
  padding: 3px 140px 8px 17px;
  font-size: 16px;
  font-style: italic;
}

.post h1 a {
  text-decoration: none;
}

.post-content {
  padding: 20 20 17;
  width: 550px;
  font-size: 14px;
}

.post-date {
  clear: both;
  text-align: right;
  color: #464646;
  font-size: 12px;
}

.post img {
  float: left;
  border: solid 1px black;
  margin: 10px 10px 10px 0;
}

.post-links {
  background: #FFFFFF;
  border: solid 1px black;
  padding: 17px 20px;
}

.post-editor textarea, .post-editor input {
  width: 100%;
}

.vimate-commands dt {
  float: left;
  width: 80px;
  margin-left: 30px;
  font-weight: bold;
}

.vimate-commands dd {
}

.post-gallery {
  border: solid 1px white;
  margin-bottom: 30px;
}

.pwi_photo {
  width: 150px;
  padding: 15px;
}

.pwi_photo_border img {
  float: none;
  border: solid 4px #fff;
  text-align: center;
}