/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
 color: #6F6F6F;
*/
body {
  color: #6F6F6F;
  background-color: #fff;
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  width: 860px;
  margin: 15px auto 0 auto;
  padding: 0;
  text-align: left;
}
#contact-mail-page input.form-submit,
#edit-submitbutton {
  color: #FFF;
  background: url(images/enviar.gif) no-repeat 0 0;
  border: 0;
  width: 86px;
  height: 22px;
  font-family: Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
}
#contact-mail-page input.form-text,
#contact-mail-page .form-textarea {
  border: 1px solid #999;
}
ul.grana {
  margin: 10px 20px 0 5px;
  padding: 0;
  line-height: 2em;
  list-style-type: none;
}
ul.grana li {
  background: url(images/dot.gif) no-repeat left 10px;
  padding-left: 10px;
  border-top: 1px dotted #BD1238;
}
ul.grana-noborder {
  margin: 10px 20px 0 5px;
  padding: 0;
  line-height: 2em;
  list-style-type: none;
}
ul.grana-noborder li {
  background: url(images/dot.gif) no-repeat left 10px;
  padding-left: 10px;
}
.text-grana {
  color: #BD1238;
  font-weight: bold;
}
td {
  vertical-align: top;
}
#menu ul.links li {
  background: url(images/dot-gris.gif) no-repeat left 7px;
  padding-left: 10px;
}
#menu ul.links li.first {
  background: #fff;  
}
tbody {
  border: 0;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
/*
hr {
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #BD1238;
}

* html hr {
	border-bottom: none;
	padding: 1px;
	background: url(images/css-dotted.gif) repeat-x bottom;	
}
*/
hr {
  height: 0;
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #BD1238;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 0.8em;
  color: #999;
}
h2
{
	font-size: 1em;
	color: lime;
	margin: 0 0 2em 0;
}
h3 {
  font-size: 1em;
  color: #BD1238;
  margin: 0 0 0 0;
}
h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0em;
  margin-bottom: 0.9em;
  line-height: 1.8em;
  text-align: justify; 
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link
{
	color: #6f6f6f;
}
a:visited
{
	color: #696969;
}
a:hover
{
	color: #ff0000;
	text-decoration: none;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #6F6F6F;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#menu-container {
  background: #F2F2F2;
  width: 860px;
  margin: 15px 0 0 0;
  padding: 0;
  height: 35px;
}
#services-text {
 /*margin-left: 32px;*/
 font-size: 1.04em;
 font-family: Verdana, Arial;
 text-align: right;
 padding: 0;
 padding: 10px 0 0 0; 
 width: 111px;
}
#menu-services {
  float: right;
  text-align: right;
  width: 740px;
}
/*
#menu-services a:link,
#menu-services a:hover,
#menu-services a:visited {
  color: #000;
  background: #F2F2F2;
}
*/

#header, #content {
  width: 100%;
}
#header {
  background-color: #FFF;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0 1em;
  border: 0;
}
img {
	border: 0px solid #999;
}
img.imatge-marc {
  border: 1px solid #666;
  padding: 5px;
  margin: 5px 15px;
}
#menu {
  padding: 0.5em 0 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0.8em 0 0.8em 0;
  color: #FFF;
  width: 100%;
}
#navlist a {
  font-weight: normal;
  color: #6F6F6F;
}
#navlist a.active,
#navlist a:hover {
  color: #BD1238;
}
#menu-services ul.links li a {
  border-left: 1px solid #FFF;
  padding: 1em 0 1em 1.2em;
}
#subnavlist {
  padding: 0.5em 0 0.4em 0;
  font-size: 1.0em;
  color: #999;
}
#subnavlist a {
  font-weight: normal;
  color: #6F6F6F;
}
#subnavlist a.active,
#subnavlist a:hover, .active {
  color: #BD1238;
}
ul.links {
  padding: 1.2em 0.8em 1.2em 0;
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  margin: 0;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  color: #6F6F6F;
  padding: 1em;
  font-size: 0.85em;
  border-top: 1px dotted #6F6F6F;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
/* IDIOMES */
#block-translatable-ui {
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  width: 860px;
}
#block-translatable-ui .content {
  float: right;
  padding-right: 5px;
  font-size: 10px;
}
#block-translatable-ui .content a {
  font-weight: normal;
  color: #777;
}
#block-translatable-ui .content a:hover {
  color: #BD1238;
}
#block-translatable-ui ul li {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#block-translatable-ui ul li a.active,
#block-translatable-ui ul li a:hover {
  color: #BD1238;
}
/* FI IDIOMES */
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
/* Link Formulari de contacte */
a.contact,
a.contact:visited {
  color: #6F6F6F;
  text-decoration: none;
  font-weight: normal;
}
a.contact:hover,
a.contact:active {
  text-decoration: underline;
}
.marker, .form-required {
  color: #BD1238;
}
