/* $Id: style.css,v 1.2 2004/08/20 09:34:52 dries Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  color: #498e19;
  /*font-family: serif, georgia, verdana, tahoma, arial, helvetica;*/
  font-family: sans, verdana, arial;
  font-weight:bold;
font-size:1em
}
a:visited {
  color: #498e19;
  /*font-family: serif, georgia, verdana, tahoma, arial, helvetica;*/
  font-family: sans, verdana, arial;
  font-weight:bold;
font-size:1em
}
a.glossary-term {
  font-family: sans, verdana, arial;
/*color: #397e09;*/
color: #000000;
font-weight:normal;
}


ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/




/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 2em;
  font-weight: bold;
  padding-top: .75em;
}
#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.1em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: bold;
}
.node .title a:hover {
  text-decoration: underline;
}

 .links {
  padding: 0.6em 0 0.1em 0;
  text-align: left;
font-size:0.9em;
 }
 
 .links a {
/*color:#d82f20;*/
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}
}
.links a:visited {
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}
.links a:link {
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}
.links a:active {
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}

 .conlinks {

  text-align: left;
font-size:0.9em;
 }
 

 .conlinks a {
/*color:#aa170e;*/
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}
.conlinks a:visited {
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}
.conlinks a:link {
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}
.conlinks a:active {
color:#bf5000;
font-weight:bold;
font-family: sans, verdana, arial;
font-size:1em;
}
 
.comment .content {
font-size: 1em;
}

.block .content {
	}
.menu {
  font-size: 1em;
}
.block {
  padding-bottom: 0.5em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.user-login-block .item-list ul li{
  list-style-type: none;
  padding-left:0px;
  margin-left:0px;
  /*list-style-image: url(../../misc/menu-leaf2.png);*/
}

.item-list ul li {
  list-style: square;
}
#aggregator .source {
  color: gray;
  font-style: italic;
  font-size: 0.9em;
}
.image-preview img{
display:block;
clear:both;
}
.image-preview{
display:block;
clear:both;
}

.googlead1 a {
text-decoration:underline;
color:#336699;
}