style: ledge left sidebar

/*
This stylesheet defines a simple layout with the sidebar at right.
*/

#secondary {
  position: absolute;
  left: 0;   
  width: auto;
  max-width: 230px;
  text-align: right;
  padding-right: 25px;
  border-right: 4px solid #666;
}

/*

#secondary h1,
#secondary h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    padding: 5px 0;}
#secondary a {
  font-size: 1.2em;
}
#secondary p {
  padding: 4px 0;
}
#secondary p strong {
  font-size: 1.8em;
}

#secondary > div > a > .SELF-Xlogo.content-view,
#secondary > div > .SELF-Xcredit.content-view {
  display: block;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #bbb;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#secondary > div > a > .SELF-Xlogo.content-view img,
#secondary > div > .SELF-Xcredit.content-view img {
  max-width: 100%;
}
#secondary > div > a > .SELF-Xlogo.content-view a,
#secondary > div > .SELF-Xcredit.content-view a {
  color: #186886;
}

*/