/* $Id: style.css,v 1.4 2009/11/24 13:56:06 mverbaar Exp $ */

a {
  color: #54616a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.node .content p,
.comment .content p {
  margin-bottom: 1em;
}

/**
* Skip link
*/
#skip-link a:link, #skip-link a:visited {
  font-weight: bold; 
  background: #fff; 
  padding: 0px 5px;
  text-decoration: none;
  font-size: 80%;
  text-align: right;
  height: 0;
  overflow: hidden;
  position: absolute;
}

#skip-link a:active, #skip-link a:focus, #skip-link a:hover {
  height: auto;
  width: auto;
  overflow: visible;
  position: fixed;
  z-index: 1000;
}

/**
 * Nodes
 */
.node {
  padding-left: 90px;
  margin-left: -90px;
  position: relative;
}
.node h2 {
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: #fff 0 1px 0;
  padding: 9px 0 0;
}
.node div.links {
  background: #fff;
  padding: 0 4px;
  font-size: 0.857em;
  font-weight: bold;
  text-align: right;
  margin-bottom: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* Calendar */
.date {
  color: #ccc;
  font-weight: normal;
  font-size: 0.785em;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 60px;
}
.date .day {
  font-weight: bold;
  font-size: 2.727em;
  line-height: 1.5;
  margin: 0 6px;
  display: block;
  background: #989898 url(images/date-bg.png) repeat-x left top;
  color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  padding: 2px 0px 1px;
}

/**
 * Pages that display a single full node
 */
body.object-node #content .date {
  left: 10px;
  top: 20px;
}
body.object-node #content .node {
  padding-left: 0;
  margin-left: 0;
}
