
#header {
  display: none;
}

#rightcol {
  display: none;
}

#footer {
  display: none;
}

.post img {
  border: none !important;
  width: auto;
  height: 200px;
  margin: auto;
  display: block;
}

.wine {
  font-family: sans-serif;
  color: #111111;
}

/* no links have styling on print */
a {
  font-family: sans-serif;
  color: #111111 !important;
  text-decoration: none;
}

.wsingle .wine dl {
  width: 100%;
}

.wsingle .wine dl dt {
  width: 100px;
  float: left;
  font-weight: bold;
  font-size: 13px;
}

.wsingle .wine .wtop dl dd {
  margin-bottom: 8px;
}

.wsingle .wine dl dd {
  margin-bottom: 15px;
}

.wsingle .wleft {
  width: 100%;
}

.wsingle .wtop .wleft {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}

.wsingle .wine .wcontent2 dd {
  margin-left: 120px;
}

.wsingle .wright {
  width: 100%;

}

.wdetails {
  float: left;
  display: block;
  margin-bottom: 30px;
}

.wsingle .wine .wdetails dd {
  margin-left: 120px;
}

dl.worganization, dl.wcontent2, dl.wdetails {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

dl.worganization dd {
  margin-left: 120px;
}


