body {
  background-color: #b0ad8e;
  background-position: -20px 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/pogo/skins/GirlOnLeft/background.jpg");
  color: #000;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: .83em;
  text-align: left;
  width: 640px;
  padding: 0px 20px 20px 20px;
  margin: 0px 20px 20px 20px;
}

#column1 {
  width: 420px;
  float: right;
  overflow: hidden;
}

#column2 {
  width: 180px;
  float: left;
  margin-top: 170px;
  overflow: hidden;
}

a {
  background-color: inherit;
  color: #000;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  background-color: inherit;
  color: #ffc;
}

a img {
  border: 1px solid;
}
a:hover img {
  border: 1px solid white;
}

#column1 h1 {
  font-size: x-large;
  background-color: inherit;
  color: black;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#column1 h1 img {
  border: 0px;
}

#column1 p#menu {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

#column1 div.entry {
  border: solid 4px #633;
  padding: .5em;
  margin-bottom: 20px;
}

#column1 div.entry h3.entry-title {
  padding: 0px;
  margin-top: 0em;
  margin-bottom: 1.5em;
}
#column1 div.entry p.entry-postinfo {
  clear: both;
  font-size: smaller;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
#column1 div.entry div.entry-body blockquote {
  padding-left: 10px;
  margin-left: 20px;
  border-left-color: #ccc;
  border-width: 0px 0px 0px 1px;
  border-style: none none none dashed;
}

#column1 p.toarchives {
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 0px;
}

#column1 h3.comments-header, #column1 h3.comments-add-header {
  background-color: inherit;
  color: inherit;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 10px;
  padding: 1px 0px 0px 5px;
}

#column1 #comments div.comment div.comment-body {
  padding: 5px 5px 5px 20px;
}

#column1 #comments div.comment h4.comment-postedby {
  margin: 0px;
  padding: 0px;
}

#column1 h3.archives-header {
  margin: 0px;
  padding: 0px 0px 3px 0px;
  text-transform: uppercase;
}

#column2 h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 3px;
  padding-bottom: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

#column2 ul, #column2 ul ul {
  list-style: none;
  text-indent: -1em;
  padding-left: 0px;
  padding-top: 0px;
  margin-left: 1em;
  margin-top: 0px;
  line-height: 110%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#column2 ul ul {
  font-size: smaller;
}

#column2 a {
  text-decoration: none;
  background-color: inherit;
  color: black;
}

#column2 a:hover {
  text-decoration: underline;
}

#footer {
  clear: both;
  margin: 0px 20px;
  padding: 3px 0px 15px 0px;
  border-top: 1px solid #000;
  text-align: left;
}

/*
 * Without these header font-sizes, IE doesn't pay attention to the 
 * (possibly) dynamic font-size in the body
 */
h1 {
  font-size: 1.73em;
}

h2 {
  font-size: 1.44em;
}

h3 {
  font-size: 1.20em;
}

h4 {
  font-size: 1.00em;
}
/*
 */

p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.hidden {
  display: none;
}
