/* $Id: style.css,v 1.3 2005/09/02 19:18:14 dries Exp $ */

/*
** HTML elements
*/
a, a:link, a:active, a:visited {
  color: #939;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #930;
}
body {
  color: #333;
  padding: 0em 0 0 3em;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
}
ul {
  list-style-type: disc;
}
h2 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  }
/*
** Page layout blocks / IDs
*/
#main {
  width: 450px;
}
#sidebar-left {
  border-right: 1px dotted gray;
}
#sidebar-right {
  border-left: 1px dotted gray;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 3em;
  font-weight: bold;
  line-height: 110%;
  position: absolute;
  top: 130px;
  left: 45px;
  
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color:#aaa;
}
#header .title a:hover {
  color: #930;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 0.8em;
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  color: #930;
  text-decoration: none;
}
.links {
  margin: 1em 0 3em 0;
  text-align: right;
 }
.comment .content, .block .content {
  font-size: 0.8em;
}
.menu {
  font-size: 1em;
}
.block {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}
