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

/*
** HTML elements
*/

a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
  color: #070;
}
a:visited {
  color: #070;
}
a:hover {
	color: #0d0;
	text-decoration: none;
}

html {
}

body {
  margin: 0;
  padding: 0;
  background-color: #fc6;
  font-family: georgia, tahoma, verdana, arial, helvetica;
  height: 100%;
}

ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/

#content {
  width: 100%;
}

#main {
  text-align: left;
}

#sidebar-left {
  width: 280px;
  padding-left: 10px;
}

#sidebar-right {
  width: 110px;
  padding-right: 10px;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/

.header {
  background: url(img/top1_bg.gif);
  background-repeat: repeat-x;
  text-align: center;
  padding: 0; margin: 0;
}

#header-first {
  background-image: url(img/top_bg.gif);
  background-repeat: x-repeat;
  background-color: #fc6;
}

.header img {
  padding: 0;
  margin: 0;
  float: none;
}

#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: #000;
}
#header .title a:hover {
  color: #fc0;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 0.8em;
}

#footer {
  background: url(img/bottom_bg.gif);
  background-repeat: repeat-x;
  font-family: "trebuchets ms", verdana, sans-serif;
  font-size: 15px;
  padding-bottom: 10px;
}

.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 {
  text-decoration: none;
}
.links {
  margin: 2em 0 0em 0;
  text-align: right;
 }
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}
.block {
  margin-bottom: 16px;
  font-family: Georgia;
  border: solid #990e04;
  border-width: 3px 2px 0 0;
}
.block h2 {
  font-size: 1.2em;
  margin:0;
  padding: 6px 0;
}
.block .content {
  padding: 5px;
}
.block .content h2 {
  font-size: 1em;
  padding:0;
  margin: 0;
}
.block .content .more-link {
  display: none;
}

.block .tree .expanded {
  font-size: 1.2em;
  list-style: none;
  margin-left: -10px;
}


.block .tree ul ul {
margin: 3px 0 10px -5px;
list-style: none;
}

.block .tree .leaf {
margin-left : -12px;
list-style: none;
border-left: 1px solid #000;
padding-left: 4px;
line-height: 110%;
padding-top: 4px;
padding-bottom: 2px;
}

.block .tree .expanded a {
  color: #000;
}
.block .tree .leaf a {
  color: #070;
}
.block .tree .leaf a:hover {
  color: #0d0;
}
/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

#aggregator .source {
  color: gray;
  font-style: italic;
  font-size: 0.9em;
  }

/* +++ Prima +++ */

#prima {
	text-align: center;
	margin: 20px;
  }

/* +++ Button +++ */

#buttons {
	text-align: center;
	width: 100%;
  }

#buttons a:hover img {
	border-color: #eee;
  }

.button_img {
	border: 12px solid yellow;
	margin: 0px 20px;
	margin-top: 20px;
  }

.taxonomy_tree ul {
  list-style-type: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  }


#maindiv {
  padding: 10px;
  }

.breadcrumb {
  padding: 0px 0 4px;
  }

h2 {
  font-size: 30px;
  margin: 10px 0 18px 0;
  line-height: normal;
  }


.node .menu ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: Times;
  line-height: normal;
}

.node .menu li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
text-align: center;
}
