body {
  min-width: 30em;
  max-width: 50em;
  width: expression("40em");
}

#section {
  float: left;
  clear: left;
}

div.article {
  padding-bottom: 1.5em;
}

div.widecolumn {
  width: 100%;
}

div.narrowcolumn {
  width: 75%;
}

#aside {
  margin-top: 0em;
  width: 20%;
  float: right;
  clear: right;
  padding: 0em 1em 0em 1em;
}

#nav {
  margin-bottom: 3.5em;
}

div.widecolumn img {
  max-width: 100%;
  overflow: auto;
}

div.narrowcolumn img {
  max-width: 142%;
  overflow: auto;
}

#aside {
  font-size: 0.857142857143em;
  line-height: 1.75em;
}

#aside ul {
  font-size: 1em;
  line-height: 1.75em;
  margin-bottom: 1.75em;
  margin-top: 1.75em;
  list-style: none;
}

#aside ul li ul {
  padding-left: 1em;
  margin-top: 0;
}

li.current_page_item:before {
  content: "\21D0\0020";
}

#searchbutton,
#searchfield {
  font-size: 0.75em;
  line-height: 2em;
}

form#searchform {
  opacity: 0.5;
}

form#searchform:hover {
  opacity: 1;
}

img {
  max-width: 100%;
}

pre,
code {
  overflow-x: auto;
}

/* Just iPhone */
@media only screen and (max-device-width: 480px) {
}

/* layouts smaller than 728px, iPhone and mobiles */
@media handheld and (max-device-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 728px) {
  #section, #aside {
    float: none;
    clear: both;
  }
  div.narrowcolumn {
    width: 100%;
  }
}

/* layouts smaller than 588px */
@media screen and (max-width: 588px) {
  h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/*iPad styles*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* layouts larger than 920px */
@media screen and (min-width: 920px) {
}

/* layouts larger than 1350px */
@media screen and (min-width: 1350px) {
}

/* layouts larger than 1500px */
@media screen and (min-width: 1500px) {
}
