/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  color: #3366FF;
}
a:visited {
  color: #3366FF;
}
body {
  background-color: lightgrey;
  font-family: arial, sans-serif;
  border-top: 0px solid gray;
  padding: 2em 0 0 3em;
}
ul {
  list-style-type: disc;
}
tbody {
  border-top: none;
}

/*
** Page layout blocks / IDs
*/
#main {
  background-color: white;
}
#sidebar-left {
  background-color: white;
  border-right: 0px solid gray; /* LTR */
}
#sidebar-right {
  background-color: white;
  border-left: 0px solid gray; /* LTR */
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 2em;
  font-weight: bold;
  font-family: arial, sans-serif;
  padding-top: .75em;
  /*font-variant: small-caps;*/
  text-transform: uppercase;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #3366FF;
}
#header .title a:hover {
  color: #3366FF;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 0.8em;
}
#subnavlist {
  font-size: 0.8em;
}
ul.links li {
  border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  border-left: none; /* LTR */
}
.item-list .pager li {
  margin: 0;
}
.item-list .pager li a.active {
  color: #3366FF;
}
.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: bold;
  /*font-variant: small-caps;*/
  text-transform: uppercase;
}
.node .title a:hover {
  text-decoration: underline;
}
#main-content h2 {
  text-decoration: none;
  font-weight: bold;
  /*font-variant: small-caps;*/
  text-transform: uppercase;
}
div.links {
  margin: 0em 0 17px 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}
.block {
  margin-bottom: 0em;
}
.block .title {
  font-size: 1em;
}
#block-block-1 {
  padding: 0em 0.5em 0.1em 0.5em;
  /*background-color: #cfffcf;*/
  background-color: #ddeeff;
}
.node_read_more {
  font-style: italic;
}

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

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}