/* offsets end */
/* image styles begin ============================================== */

img, a img {
  text-decoration : none;
  text-align : center;
  border : 0;
}

img.center { 
  display : block;
  margin : auto;
}

img.right, .right { 
  margin : 0 0 12px 4px;
  float : right; 
}

img.left, .left { 
  margin : 0 12px 0 4px;
  float : left; 
}

a img.border { 
  border : 2px solid #d3d3a7; 
  margin-bottom : 5px;
}

a:hover img.border, a:focus img.border, a:active img.border { 
  border: 2px solid #9e9e55; 
}

img.author_pic { 
  margin : 5px;
  float : right; 
}


/* image styles end */
/* page stuff begin ======================================================== */

.older {
  width : 60%;
  padding : 20px;
  margin : 30px auto;
  text-align : center;
  font-size : 0.9em;
}

.older a {
  padding : 2px 20px 2px 20px;
  border : 2px outset #999;
  text-decoration : none;
  background-color : #d3d3a7;
  color : #222;
  white-space : nowrap;
}

.older a:hover, .older a:focus, .older a:active {
  color : #fff;
  background-color : #669900;
}

.older a:focus, .older a:active {
  background-color : #666;
  border : 2px inset #333;
}

p.continue, .nocomments, .postmetadata, p.edit {
  color : #669900;
  font-style : italic; 
  font-size : 0.85em;
  margin : 10px;
}

p.continue {
  font-weight : bold;
}

p.author {
  margin : 0 0 0 10px;
}

p.edit {
  font-style : normal;
}
