@CHARSET "UTF-8";
/* $Id: style.css,v 1.3 2008/10/07 20:11:29 robby Exp $ */
/*  beginning Web 2.0 drupal 6.x theme, 
created by robin / biboo[dot]net / nekodesign[dot]net */
@import "admin.css";
@import "layout.css";
@import "header.css";
@import "footer.css";
* {
	margin: 0; /* zero out everything ! */
	padding: 0;
}

ul.tips li {
	padding: 0 0 0 15px!important;
	/* when select an input format */
	background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
	list-style-type: none;
}

/*            general styles
**************************************************
**************************************************/
body {
	color: #31363e;
/*	font: normal normal 0.9em/1.6em Arial, Helvetica, sans-serif;*/
	font: normal normal 0.8em/1.6em "Lucida Grande","Lucida Sans Unicode",helvetica,verdana,arial,sans-serif;
	}
#master {
	width:100%;
	background-image:url(images/degradat_verd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#006600;
}	


h1 {
	font-size: 2em;
	line-height:1.1em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active, li a.active {
	color: #333333;
	text-decoration: underline;
}

img, a img {
	border: none;
}

/*****************************/
blockquote {
	padding: 18px;
}

blockquote p {
	margin: 10px 20px;
	padding-left: 18px;
	width: 400px;
	background: url('images/close-quote.gif') no-repeat right bottom;
	color: #30457e;
	font: 1.5em "Times New Roman", Times, serif;
	text-indent: -10px;
}

blockquote p:first-letter {
	padding: 18px 0 0 18px;
	background: url('images/open-quote.gif') no-repeat left top;
}

/*******************/
input {
	padding: .2em 0;
	color: #000000;
	font: 12px/100% Verdana, sans-serif;
}

textarea, select {
	color: #494949;
	font: 12px/160% Verdana, sans-serif;
}

/*            general list styles
***********************************************/
ul.menu, div.item-list ul {
	margin: 0.35em 0 0 -0.5em;
	line-height: 1.2em;
	padding:0 0 0 10px;
}

ul.menu li, div.item-list ul li, li.leaf {
	padding: 0 0.5em 0.2em 1em;
	margin: 0.15em 0 0.1em 0.01em;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ul li.expanded {
	background: transparent url(images/menu-expanded_green.gif) no-repeat 1px .35em;
}

ul li.collapsed {
	background: transparent url(images/menu-collapsed_verd.gif) no-repeat 0px .35em;
}

ul.menu li.leaf,{
	background: transparent url(images/menu-leaf_verd.gif) no-repeat 1px .35em !important;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}

/*  ul , ol  */
.content ul, .content ol {
	line-height: 1.9em;
}

.content ol {
	margin: 1em 3em 1em 3em;
}

.content ul {
	margin: 1em 3em 1em 0;
	list-style: none;
}

.content ul li {
	padding: 0 0 0 3em;
	background: url('images/custombullet.gif') 20px 8px no-repeat;
}

/*  div#featured (Featured region + site mission )
*****************************************************/
#featured {
	background-color: #ececec;
	min-width: 4px; /* used if Featured region and site mission are desabled */
}

#featured #mission {
	font-style: italic;
}

#featured .block {
	border: 1px dashed #aeaeae;
	margin: .3em .2em;
	padding: .3em;
}
/*     div#featured 2 / Notícies destacades
*********************************************************/
#featured2, #pilar{
margin:5px 0 0 0;
width: 420px;
}

.one-sidebar #pilar{
width: 230px;
_width: 200px;
}

/*     div#breadcrumb-wrapper / div.breadcrumb
*********************************************************/
#breadcrumb-wrapper .breadcrumb {
	margin: .2em 0;
	font-style: italic;
	color:#FFFFFF;
}
#breadcrumb-wrapper .breadcrumb a {
	color:#FFFFFF;
}

/********/
#content {
	padding-bottom: 1em;
}

.content p {
	margin: .5em 0;
	line-height: 1.5em;
	text-align: left;
	padding:0 5px;
}


/*        titles (page.tpl.php / node.tpl.php)
********************************************************/
h2.nodetitle, h1.pagetitle {
	clear: both; /* h2.nodetitle = node title as links in front page (node.tpl.php) / 
	h1.pagetitle = node title (page.tpl.php) */
	font: normal 1.4em/25px Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif*/
	letter-spacing: -1px;

}


.node .content{
	background-color:#FFFFFF;

}
/*            in node.tpl.php
************************************************
************************************************/
.node, .node-sticky {
	margin-bottom: 1.7em;
}

h2.nodetitle {
	margin-top: .4em;
}

h2.nodetitle a {
	background-color:#139732;
	color:#FFFFFF;
}

h2.nodetitle a:hover {
	border-bottom: 1px dotted #1d6285;
	color: #FFFFFF;
	text-decoration: none;
}

/*   submitted (node.tpl.php)
**********************************************/
.submitted {
	border-bottom: 1px solid #d8d8d8;
	color: #ababab;
	font-size: 83%;
	background-color:#FFFFCC;
	padding:0 5px;
}

/*  linkswrap / postlinks / taxonomy  (node.tpl.php)
*******************************************************/
.linkswrap {
	padding: .2em 0;
	background: #f2f2f2;
	font-size:0.8em;
}

.linkswrap a {
	color: #139732;
	text-decoration: underline;
}

.linkwrap a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}

.postlinks a {
	text-decoration: none;
}

.postlinks li.comment_new_comments a {
	color: #e30000;
	text-decoration: underline;
}

.postlinks ul, .taxonomy ul {
	background: none;
}

/*******/
.taxonomy {
	padding: 1px 0 0 22px;
	margin: .4em 0 .4em 0;
	position: relative;
}

.taxonomy a {
	color: #145e84;
	text-decoration: underline;
}

.taxonomy a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}

.taxonomy ul.links {
	margin: 0!important;
	list-style-type: none;
}

.taxonomy ul.links li {
	margin: 0 .2em;
	padding: 0; /* important */
	display: inline;
	background: none;
}

.taxonomy a.active {
	text-decoration: none;
}

/*          comments    (comment.tpl.php)
*************************************************/
div#comments {
	padding-top: 1em; /* see function phptemplate_comment_wrapper in template.php */
}

.comment {
	padding: 6px .7em 0 .7em;
	margin: 1em 0;
	background: url(images/comment_line.gif) #f3f3f3 no-repeat 0 -2px;
	min-height: 85px; /* for 85*85 pixels user pictures */
}

.comment .picture {
	width: 114px; /* depends on user picture width, drupal core default values: 85px*85px */
	float: right;
	margin: 3px;
}

.comment span.new {
	float: right;
	margin: .4em;
	color: #ff0000;
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.comment .signature {
	clear: both;
	border-top: 1px dashed #c0c0c0;
}

.comment .commentlinks {
	clear: both;
	padding-bottom: .2em;
}

.comment .commentlinks ul li {
	border: 1px solid #b0b0b0;
	padding: .2em;
	margin-right: 4px;
	background: #ffffff;
}

/* comment submission  */
#comment-form div.form-item {
	padding: 10px 20px;
	border: 1px solid #ebe8db;
	background: #FFFFFF;
}

* html #comment-form div.form-item {
	height: 1px;
}

/*      sidebars
*****************************/
.sidebar .block {
	margin: .7em 0;
	padding: 0;
	/*border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;*/
	background-color: #FFFEFB;
}

/*       special blocks  
*********************************************/
/* user-login-form  */
#user-login-form {
	padding: 0 0 0 10px;
	text-align: left;
}

.form-item {
	text-align: left;
}

/*   box => box.tpl.php   */
.box {
	padding-top: 1em;
}

/*  estils afegits 
*************************************************/

.block h2{
	background-color:#139732;
	color:#FFFFFF;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding:0 5px;
}
.block-aggregator .blockcontent{
	background-color:#FFFFFF;
}

#block-user-1 h2{
	background-color:#FFFFFF;
	color:#139732;
}

#block-user-1 .blockcontent, .pagetitle{
	background-color:#139732;
	color:#FFFFFF;
}
#block-user-1 .blockcontent a{
	color:#FFFFFF;
	font-weight:600;
	font-size:0.9em;
}
.view-content, #contact-mail-page, #forum, .node-type-list, #node-form, .view-content, .view {
	background-color:#FFFFFF;
	padding:0 5px;
}
.primary-links a{

	padding:0;
}
#footer .primary-links a{
	background-color:#FFFFFF;
	padding:0;
}
.field-label, .field-items{
	padding:0 5px;
}
#block-user-3 .blockcontent, #contact-mail-page{
	padding:0 5px;
}
.credit{
	padding:0 5px;
	color:#139732;
	font-size:12px;
}

.credit a{
	color:#139732;
}
.subject a{
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 15px;
}
.avis{
width:100%;
background-color:#919F2B;
font-size:10px;
padding:0 0 0 10px;
}
.avis a{
color:#FFFFFF;}

.block-comment{
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.block-comment li{
	width:161px !important;
	border-top:1px solid #E0E0E0 !important;
	background-image:url(images/rc_peu_177.png) !important;
	background-repeat:no-repeat !important;
	background-position:bottom !important;
	padding:5px 8px 16px 8px !important;
	list-style:none !important;
	color:#999999 !important;
	margin-bottom:10px !important;
	/*height:40px;*/
}

/*noticiesBTT*/
#block-aggregator-feed-5 {
padding:0 0 4px 0;
}

#block-aggregator-feed-5 h2{
background-image:url(/sites/all/themes/sortidesbtt2/images/noticiesbtt_tit.gif);
text-indent:-9999px;
height:50px;
background-color:#FFFFFF;
}
#block-aggregator-feed-5 .blockcontent{
background-image:url(/sites/all/themes/sortidesbtt2/images/noticies_bck_bott.gif);
background-position:bottom;
background-color:#039AE0;
background-repeat:no-repeat;
margin:0;
padding:0;
color:#FFFFFF;
height:200px;
position:relative;
top:-4px;
top:0px\9 !important;
}

#block-aggregator-feed-5 a:link{
    color: #FFFFFF;
}

#block-aggregator-feed-5 li {
    background: url("/sites/all/themes/sortidesbtt2/images/li_noticies.gif") no-repeat scroll 1px 0.35em transparent; !important;
}
#block-aggregator-feed-5 ul {
	line-height: 1.4em;
}


#block-aggregator-feed-5 .more-link {
    background-image: url("/sites/all/themes/sortidesbtt2/images/mes.gif");
    background-position: 0px 3px;
    background-repeat: no-repeat;
    left: 330px;
    position: absolute;
    top: 163px;
    width: 50px;
	}
#block-aggregator-feed-5 .more-link a{
position:relative;
left:-3px;
}

/*fi noticies BTT*/

/*xat*/
#chatroom-user-list-wrapper {
    background-image: url("/sites/all/themes/sortidesbtt2/images/xat.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
	height:62px;
}


