/* $Id: style.css,v 1.8 2005-03-27 18:55:35 unconed Exp $ */

/*
** HTML elements
*/
body  {
  color: #000;
  background-color: #FFF7E6;
  margin: 0;
  padding: 0;
}
body, p, td, li, ul, ol  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin:auto}
h1 {
  color: #369;
  font-size: 1.2em;
  border-bottom: 1px solid #808080;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #001FCD;
  /**color: #ff8c00;**/
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #001FCD;
}
a:hover, a:active {
  font-weight: bold;
/*  background-color: #f2f2f2;*/
  text-decoration: underline;
/**  margin: 2px; 2px; 2px; 2px;
  padding: 2px; 2px; 2px; 2px;
**/
}

/*Added for lang*/
a[hreflang]:after {
	font-size: 65%;
	content: " [" attr(hreflang) "]";
}

.flickr {
    border: 2px solid #333;
    padding: 4px;
    margin: 6px;
}

/*Added for Service Links*/


.service-links{

    display:none;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #69c;
    text-align: right;

}

 /*acronym*/
abbr, acronym   { font-variant: small-caps; letter-spacing: 0.1em }
:focus          { outline: thin dotted invert }


.left {
text-align: left;
 }

.right {
text-align: right;
}

.languages {

text-align: right;
border-bottom: 1px solid #ddd;
}


fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
blockquote {
  font-style: italic;
  display: block;
  background-color: #eeeeee;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  -moz-border-radius: 2%;

  text-align:justify;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
blockquote.code {
   font-style: normal;
   font-family: monospace;
   text-align: left;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  color: #930;
}
.item-list .title {
  color: #930;
  font-size: 0.85em;
}

/*Make links inside*/
.item-list ul {

	margin-left: -1.5em;
}
/*
** Page layout blocks / IDs
*/
#primary-menu  {
  border-collapse: separate;
  background-color: #E64400;
  /**background-color: #e0edfb;**/
  border-bottom: 1px solid #E64400;
}


#primary-menu tr {
/**  background: transparent url(header-a.jpg) left bottom repeat;
**/
background-color: #E64400;

}


td#home {
  /**background: transparent url(logo-background.jpg) left top repeat;
**/
background-color: #E64400;
}



td#home a:link img, td#home a:visited img {
/**  background: transparent url(logo-active.jpg) repeat;**/
  background-color: #E64400;
  /**width: 144px;
  height: 63px;**/
  margin-left: 2em;
}

td#home a:hover img {
  /**background: transparent url(logo-hover.jpg) repeat;**/
  /**width: 144px;
  height: 63px;**/
margin-left: 2em;
}
**/
.primary-links, .primary-links a:link, .primary-links a:visited {
  /**color: #369;**/
  color:white;
  background-color: #E64400;
}
.primary-links a {

	color: white;
	background-color:#E64400;
}

.primary-links a:hover {

        text-decoration:none;
	background-color: #E64400;
}

#primary-menu .primary-links   {
/**  background: transparent url(header-b.jpg) left top no-repeat;**/
background-color: #E64400;  
font-size: 0.79em;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 1.3em;
  color: #930;
  /**color: #369;**/
}
#secondary-menu {
  border-collapse: separate;
  border-bottom: 3px solid #69c;
}
.secondary-links, .secondary-links a:link, .secondary-links a:visited  {
  color: #e4e9eb;
}
.secondary-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#secondary-menu .secondary-links {
  font-size: 0.85em;
}
.tabs {
  margin: 15px 0 15px 0;
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 0 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #336699;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px 3px 10px;
  background: #fff url(tabs-off.png) left top no-repeat;
  border-color: #001FCD;
  border-width: 2px;
  border-style: none solid none none;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a {
  background: #336699 url(tabs-on.png) left top no-repeat;
  border-right: 2px solid #336699;
  color: #fff;
}
.tabs ul.primary li a:hover {
  background-color: #fffaf0;
  color: #ff4500;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 10px 0 10px 0px;
  margin: 0 0 0 0;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px;
  text-decoration: none;
  border-right: none;
}
.tabs ul.secondary li a {
  background: #fff url(tabs-option-off.png) left center no-repeat;
  padding: 10px 0 10px 25px;
  margin: 0 0 0 0;
}
.tabs ul.secondary li a.active {
  background: #fff url(tabs-option-on.png) left center no-repeat;
  color: #369;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: #fff url(tabs-option-hover.png) left center no-repeat;
  color: #FF4500
}
#content {
  background-color: #FFF7E6;
}
#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 0.85em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #fff;
  color: #696969;
  border-top: 0px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 10px 10px 10px;
  margin: 20px 35px 0px 35px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
#site-info {
  background-color: #E64400;
  /**background-image: url('header-c.png');**/
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
.site-name {
 color: #E64400; 
 font-size: 1.8em;
 padding-left: 10px;
}
.site-name a:link, .site-name a:visited {
  color: #E64400;
}
.site-name a:hover {
  color: #ff8c00;
  text-decoration: none;
}
.site-slogan {
  font-size: 0.8em;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 15px 20px 15px;
  /* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: relative;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#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;
}
.nav {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#sidebar-left, #sidebar-right {
  font-size: 0.75em;
  width: 200px;
  max-width: 200px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 15px 5px 35px 5px;
  vertical-align: top;
  background: #FFCC67;
}
#sidebar-left {
  border-right: 1px solid #FF6600;
}
#sidebar-right {
  border-left: 1px solid #FF6600;
}
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}
.node .content {
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: justify;
  font-size: 0.85em;
  line-height: 1.3;
}


.node .content img.intro {
 
       margin: 10px;
       float: left;
}

.node .content img.intro-right {

       margin: 10px;
       float: right;
}



.node .content td, .node .content th {

	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.node .content img.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.node .content div.centralfooter {

        display: block;
        text-align: center;
        font-size: 75%;
        font-style: italic;
}

.node .content p.centralfooter {

        display: block;
        text-align: center;
        font-size: 75%;
        font-style: italic;
        margin-left: auto;
        margin-right: auto;
}



.comment .content {
  text-align: left;
  font-size: 0.85em;
  line-height: 1.3;
}
#footer-message {
  padding: 15px 100px 30px 100px;
  font-size: 0.85em;
  text-align: center;
  color: #aaa;
}
table#footer-menu {
  border-top: 0px solid #6699cc;
  border-bottom: 0px solid #6699cc;
  background-color:#FF6600;
/** background-color: #369;**/
  color: #e4e9eb;
}
#footer-menu td {
  padding: 5px;
  font-size: 0.85em;
}
#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited  {
  color: #white;
}
#footer-menu a:hover  {
  color: #fff;
  text-decoration: none;
}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: 1em;
  color: #e4e9eb;
}
/*
** 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.
*/
#content .title, #content .title a {
  /**color: #369;**/
  color: #930;
}

#content .title a:hover {

color: #ffffff;
background-color: #930;
text-decoration:none;
}
.content h1 {
  color: #369;
  font-size: 1.3em;
}
.content h2 {
  color: #58b;
  font-size: 1em;
}
.content h3 {
  color: #69c;
  font-size: 1.1em;
}
.content h4 {
  color: #8be;
  font-size: 1.0em;
}
.content h5 {
  color: #96c6f6;
  font-size: 0.9em;
}
.submitted {
  padding-left: 0.5em;
  color: #999;
  font-size: 0.79em;
}
.links {
  /**color: #ff8c00;**/
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.links img {
  width:12px;
}

.links a:link {
  text-decoration: none;
  font-weight: bold;
  /**color: #930;**/
  /**color: #ff8c00;**/
}
.links a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #960;
}
.links a:hover, a:active {
  font-weight: bold;
  background-color: #f2f2f2;
  text-decoration: underline;
}


.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.box h2 {
  font-size: 9px;
}
.block .title h3 {
  border-bottom: 1px solid #FF6600;
  color: #930;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 2px 2px 5px;
  margin-bottom: .25em;
}
.block .content {
  padding: 5px 5px 5px 5px;
}
.block {
  margin-bottom: 1.5em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 3em 0;
}

.node .title {


}

.node .content, .comment .content {
  margin: 1.5em 0 1.5em 0;

}

.links a:link:hover {

color: white;
background-color: #930;
text-decoration: none;
margin: 2px; 2px; 2px; 2px;
padding: 2px; 2px; 2px; 2px;
}


.links a:visited:hover {
 
color: white; 
background-color: #960;
text-decoration: none;
margin: 2px; 2px; 2px; 2px;
padding: 2px; 2px; 2px; 2px;
} 

.node .links .service_links_delicious a:hover,
.node .links .service_links_digg a:hover,
.node .links .service_links_technorati a:hover,
.node .links .service_links_facebook a:hover,
.node .links .service_links_meneame a:hover,
.node .links .service_links_latafanera a:hover
{
background-color:transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


.node .picture {
  border: 1px solid #fff;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-left: .5em;
  margin-rifht: .5em;
  margin-top: .5em;
  margin-bottom: 1em;
  -moz-border-radius: 2%;
}
.comment .title {
  font-size: 1em;
  padding: 10px 0px 12px 19px;
  background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {
  font-weight: bold;
  font-size: 1em;
  margin-left: 2px;
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right;
  margin: 10px;
}
.links {
  font-size: 0.75em;
}
.links .prev, .links .next, .links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next  {
  font-size: 0.85em;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next.png) right center no-repeat;
}
.nav .links .next a:visited {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-visited.png) right center no-repeat;
}
.nav .links .next a:hover {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-hover.png) right center no-repeat;
}
.nav .links .prev a:link {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev.png) left center no-repeat;
}
.nav .links .prev a:visited {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-visited.png) left center no-repeat;
}
.nav .links .prev a:hover {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-hover.png) left center no-repeat;
}
.nav .links .up a:link {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:visited {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-visited.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-hover.png) center top no-repeat;
}

/*
** Module specific styles
*/
.content .active {
  color: #001FCD;
}
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fafafa;
}
#tracker th img {
  float: right;
}
#tracker tr.even, #tracker tr.odd {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum {
  margin: 15px 0 15px 0;
  background-color: #fff;
}
#forum table {
  width: 100%;
  border: 2px solid #69c;
}
#forum table tr th {
  text-align: center;
  background: #69c;
  color: #fff;
  font-size: 0.75em;
  border-bottom: 1px solid #aaa;
}
#forum table tr th a  {
  color: #fff;
  text-decoration: underline;
}
#forum table tr th img  {
  margin: 0;
}
#forum tr.odd {
  background: #e0edfb;
}
#forum tr.even {
  background: #fff;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.container {
  color: #000;
  background: #001FCD url(forum-container.jpg) right top no-repeat;
  border: 2px solid #69c;
}
#forum td.container a {
  color: #e4e9eb;
  padding: 20px 0 20px 35px;
  background: transparent url(forum-link.png) left center no-repeat;
}
#forum td.container a:visited {
  color: #e4e9eb;
}
#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;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}


/**#Firefox**/
#tooCoolD {
position: fixed;
right: 0px;
bottom: 0px;
z-index: 10;
}


#tooCoolD:hover {opacity:0.9;}


#estatpropi {

	position: fixed; right: 0px; bottom: 0px;
}


#estatpropi img {

	border: 0;
	position: absolute; right: 0px; bottom: 0px;
	z-index:10;
}





.personal{

font-size: 90%;

}

.personal a:hover {

font-size: 130%;
}

#reading-table {
 
       font-size: 75%;
}
 
td.read {
 
       padding-left: 2em;
       padding-right: 2em;
       margin-left: auto;
       margin-right: auto;
       text-align: center;
       vertical-align: bottom;
}
 

.block .detail {
 
   text-align: center;
   font-size: 75%;
}
 
.block .detail table {
 
       margin-left: auto;
       margin-right: auto;
       text-align: center;
}

.recomlinks{

	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#node_language {

	position: absolute;
	top: 0.5em;
	right: 1em;
	color: white;	
	font-size: 70%;
}

#node_language a{

        color: white;
}



.node .taxonomy {
  color: #999;
  font-size: 0.83em;
  padding: 1.5em;
}

.node .taxonomy a {
  color: #2f9500;
}

.node .taxonomy a:hover {

 color: white;
 background-color: #2f9500;
 text-decoration: none;
 margin: 2px; 2px; 2px; 2px;
 padding: 2px; 2px; 2px; 2px;

}

#mylinks table, #mylinks tr, #mylinks td, #mylinks tbody{

border: none;

}

#search_box table, #search_box tr, #search_box td, #search_box tbody{

border: none;

}

#cse-search-results {

	margin-left: auto;
	margin-right: auto;

}

/*Remove username blog*/

.blog_usernames_blog {

	display:none;

}

.node .comment_comments a:hover, .node .comment_add a:hover, .node .blog_usernames_blog a:hover,
.node .comment_delete a:hover, .node .comment_reply a:hover, .node .comment_edit a:hover {
background-color: blue;
color: white;
}

/** Node portada **/
#node_portada {
width:590px;
background-color:#FFCC67;
border: 1px solid #FF6600;
-moz-border-radius: 2%;
float:left;
display:block;
}
#node_portada p{
font-size:12px;
}

#node_esquerra{
width:220px;
float:left;
padding:10px 15px 5px 5px;
}
#node_dreta{
width:350px;
float:right;
}
#node_dreta iframe {
margin-right:0px;
float:right;
text-align:right;
}

#node_portada .cursiva {
font-style:italic;
}
#node_portada h2{
font-size:17px;
color: #FF6600;
text-align:center;
font-weight:bold;
padding-bottom:5px;
}

#destacat{
display:block;
}
#main_content{
margin-top:10px;
float:left;
clear:both;
}

/** Traduccio **/
ul.links li.node_translation_ca, ul.links li.node_translation_en, ul.links li.node_translation_es{
color: #FF6600;
padding:5px;
}

.node_translation_ca a, .node_translation_en a, .node_translation_es a{
color: #FF6600;
font-size: 14px;
}
.node_translation_ca a:visited, .node_translation_en a:visited, .node_translation_es a:visited{
color: #FF6600;
}

.node_translation_ca a:visited:hover, .node_translation_en a:visited:hover, .node_translation_es a:visited:hover{
color: #FF6600;
margin:0px;
padding:5px;
}

.personal p{
border-bottom: 1px solid #808080;
}

.identica {
font-family:sans-serif;
font-size:13px;
margin: 0 25px;
text-align: justify;
}

.identica ul li 
{
list-style-image: url('identica.gif');
}

.identica-footer {
text-align: right;
}

.identica-footer img {
width:35px;
}

div.panel-pane div.node {
margin-bottom: 25px;
}
