/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/*Carrega la font d'ubuntu*/
@font-face {
	font-family: Ubuntu;
	src: url('/tipus/Ubuntu-R.ttf');
}

@font-face {
	font-family: Ubuntu;
	font-weight: bold;
	src: url('/tipus/Ubuntu-B.ttf');
}

@font-face {
	font-family: Ubuntu;
	font-style: italic;
	src: url('/tipus/Ubuntu-I.ttf');
}

@font-face {
	font-family: Ubuntu;
	font-style: italic;
	font-weight: bold;
	src: url('/tipus/Ubuntu-BI.ttf');
}

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	
}
body {
	background-color:#F1EBD7;
	color:#333333;
	font-family:Ubuntu,Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Ubuntu,Arial,sans-serif;
	font-weight:normal;
	margin:0 0 10px;
}
h2 {
	font-size:21px;
	line-height:25px;
}
h4 {
	border-bottom:1px solid #F5F5F5;
	font-size:1.5em;
	margin:10px 0 0.5em;
	padding:0 0 0.2em;
}
br.p { margin-bottom: 2px; clear: both; }
ul {
	list-style: none;
}

.entry-content ul {
	list-style-type:disc;
	margin-left: 20px;
}

.entry-content ul li {
	margin-top: 10px;
}

.ocult {
	display: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


.negre { color: #000 !important;}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container1 {
	float: left;
	margin:0px -250px 0 0;
	width: 100%;	
}

#container {
	float: left;
	margin:14px -250px 0 0;
	width: 100%;
	
}
#content {
	margin:0 280px 0 0;
	padding-top:0px;
}

#content_pagina {
	margin:0 0px 0 0;
	padding-top:0px;
}
#primary,
#secondary {
	float: right;
	width: 250px;
	padding-top: 25px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Ubuntu,Arial,Verdana,sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
input[type=submit]
{
	font-family: Ubuntu,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: Ubuntu,"Courier 10 Pitch", Courier, monospace;
	white-space:normal;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1020px;
}
#wrapper {
	margin-top: 0px;
	background: #fff;
	padding: 0 50px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #F1EBD7;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}

dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
    background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #DCDCDC;
    color: #666666;
    font-style: italic;
    margin: 1.5em;
    padding: 1em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
blockquote p {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

blockquote li { font-size: 13px; font-weight: normal;  }

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
input[type="password"], textarea {
-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1) inset;
background:none repeat scroll 0 0 #F9F9F9;
border:1px solid #CCCCCC;
padding:2px;
}
a { text-decoration: none;}
a:link {
	color:#F58426;
}
a:visited {
	color:#F58426;
}
a:active,
a:hover {
	color: #444;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	background-color:#F1EBD7;
	height:60px;
	margin:0px -50px 0;
	padding:6px 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

div#cap_logo {
	float:left;
	margin:7px 0 0 50px;
	width:340px;
}

div#cap_menu {
	display:block;
	float:right;
	font-family:Ubuntu,Arial,Verdana,sans-serif;
	font-size:14px;
	margin:0 24px 0 0;
	width:425px; /* 5. Guillem>canvi de 393 a 400px perquè amb lletra Sans se'm desquadra tot el text 4. Guillem>Canvi de nom de Desnevolupament a Projectes (455px a 393px) 3. Canviat pel Guillem per ajustar a la lletra genèrica Sans 2. Canviat pel Pau per afegir «Desenvolupament» 1. Canviat pel Guillem per ajustar-ho a la lletra sans-serif (abans era: width:292px;) */
}

div#cap_menu ul li a {
	color:#3E3E3E;
	display:block;
	float:left;
	list-style:none outside none;
	margin-top:-6px;
	padding:28px 10px 26px;
	text-decoration:none;
}

div#cap_menu ul li a:hover {
	background:none repeat scroll 0 0 #fff;
}

div#cap_menu ul li.actiu a {
	background:none repeat scroll 0 0 #fff;
	font-weight: bold;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
	margin-left:-57px;
	overflow:hidden;
	padding:0px 72px 49px 59px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 12px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}

/*Afegit Guillem per l'apartat de la guia */
.entry-content ol {
list-style: decimal;
margin-left: 20px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content strong,
#content b,
#content dt {
color: #333;
}
#content th {
	color: #fff;
}
#content th strong{
	color: #fff;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
background:url("/imatges/degradat1.png") repeat scroll 0 0 transparent;
color:#FFF;
font-size:15px;
font-weight:bold;
line-height:18px;
padding:9px 24px;
}

#content tr:nth-child(odd) { background-color:#eee; }
#content tr:nth-child(even) { background-color:#fff; }

#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
/*#content tr.odd td {
	background: #F2F7FC;
}*/
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	border-bottom:1px solid #E7E7E7;
	margin:24px 0 36px;
	padding-bottom:26px;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	color: #444444;
	font-size: 21px;
	font-weight: bold;
	margin-bottom:-3px;
	padding-top:4px;
}
.entry-title a:link,
.entry-title a:visited {
	color:#444444;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	margin-bottom:4px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.meta_esq {
	background: url(/imatges/comentari.png) no-repeat left center;
	padding-left: 20px;
	float: left;
	width: 460px;
}

.meta_dreta {
	float: right;
	width: 150px;
}

.meta_dreta ul {
	margin: 0px !important;
}

.meta_dreta ul li {
	display: inline;
	margin-right: 10px;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	font-size: 13.5px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #444444;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
	padding:5px 10px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F1EBD7;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	padding: 10px;
	background: #F1EBD7 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #444444;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color:#333333;
	padding:4px 8px;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	padding:5px 10px;
	width:140px;
}
.widget_search label {
	display:none;
}
.widget-container {
	background:none repeat scroll 0 0 #F1EBD7;
	margin:0 0 18px;
	padding:0;
}
.widget-title {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
	background:url(/imatges/degradat1.png) repeat-x;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:5px 10px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #FFF;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}
.widget_rss { margin-top: -20px; }

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding:0 10px 10px;
	list-style: none;
}
#main .widget-area ul ul li {
	border-bottom:1px dashed #DDDDDD;
	line-height:16px;
	list-style-type:none;
	margin:0;
	padding:7px 0;
}

#main .widget-area ul ul li a {
	color: #333333;
}

#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}


/* Portada */
.separador {
	background:url("/imatges/degradat1.png") repeat-x scroll 0 0 transparent;
	height:46px;
	margin-left:-52px;
	margin-right:-48px;
}

.separador1 {
	background:url("/imatges/degradat1.png") repeat-x scroll 0 0 transparent;
	height:46px;
	margin-left:-50px;
	margin-right:-50px;
	overflow: hidden;
	width: 1120px; /*1020 + 100 del margin negatiu*/
}

#presentacio h2 {
	font-size: 19px;
	line-height: 23px;
}

.presentacio_esquerra {
	float: left;
	margin-top:15px;
	width:610px;
	margin-bottom:20px;
	border: 8px solid #FFFFFF;
    box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
}

.agenda {
	float: right;
	width:303px;
	margin-top:6px;
}

.agenda h2 {
	margin-bottom:-3px;
}

hr.agenda {
	border-bottom: 4px solid #F58324;
	margin-top: 1px;
	background: transparent;
}

.subtitol {
	font-size: 12px;
}

.acte {
	border-bottom:1px solid #EEEEEE;
	list-style-image:none;
	list-style-type:none;
	background-color:#F1EBD7;
	padding:10px 10px 10px 0;
	margin:11px 0 11px;
	min-height: 30px;
}

.acte_data {
	float:left;
	text-align:center;
	width:39%;
}

.acte_dreta {
	float:right;
	width:60%;
	font-size: 14px;
	font-weight:bold;
}

.acte_dreta a {
	color: #666666;
}

.pagina_inici {
	text-align: center;
	margin: 0 auto;
	margin-top: 300px;
}

/*Ja no està al sidebar*/
/*
li#search, li#search-2 {
	background:transparent;
	margin-bottom:27px;
	margin-top:-41px;
	padding:3px;
}
li#search_article, li#search-2_article {
	background:none repeat scroll 0 0 transparent;
	margin-bottom:27px;
	margin-top:-41px;
	padding:3px;
}*/

.imatge_autor {
	border-right:1px solid #F1EBD7;
	float:left;
	margin-right:12px;
	margin-top:10px;
	padding-right:10px;
}

#cap_sup {
	background:url("/imatges/degradat1.png") repeat-x scroll 0 0 transparent;
	margin:-20px -50px 0;
	padding:17px 50px;
}

div.social {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background:none repeat scroll 0 0 #F1EBD7;
	height:66px;
	margin:10px auto 16px;
	padding-top:5px;
	text-align:center;
}

div.social li {
	display:inline;
	list-style-image:none;
	margin-right:7px;
}

div.social ul li a:hover {
	opacity: 0.7;
}

/**Cerca**/
input#searchsubmit {
	background: url("images/bt_cerca.png") no-repeat scroll 0 0 transparent;
	border: none;
	height: 30px;
	width: 65px;
	outline: none;
}
input#searchsubmit:hover, input#searchsubmit:focus {
	background: url("images/bt_cerca_p.png") no-repeat scroll 0 0 transparent;
}
input::-moz-focus-inner { border: 0; } /**Firefox hack: evita la linia de punts al fer clic al botó**/

input#wp-submit {
	background: url("images/bt_cerca.png") no-repeat scroll 0 0 transparent;
	border: none;
	height: 23px;
	width: 65px;
	outline: none;
}
input#wp-submit:hover, input#wp-submit:focus {
	background: url("images/bt_cerca_p.png") no-repeat scroll 0 0 transparent;
}

/* -- Pàgina de l'agenda -- */

.agenda1 {
}

.acte1 {
	background: #F1EBD7;
	margin-top: 10px;
	padding:10px 15px 10px 0;
}

.acte1_blanc {
	background: #FFF;
	margin-bottom: 10px;
	padding:10px 15px 10px 0;
}

.agenda1_esq {
	float: left;
	width: 170px;
	text-align: center;
}

.agenda1_mig {
	float:left;
	font-size:15px;
	width:250px;
	margin-right: 10px;
}

.agenda1_dreta {
	float: left;
	width:490px;
}

.lloc {
	font-size: 14px;
	font-weight: bold;
}

.margin {
	margin-left: 10px;
}

/* Peu */

div.logo_peu {
	width: 135px;
	float: left;
}

div.logo_peu ul li {
	font-size: 12px;
	color: #666666;
}

div.logo_peu ul li a {
	font-size: 12px;
	color: #666666 !important;
	font-weight: normal;
}

div.logo_peu ul li a:hover {
	color: #F58324 !important;
}

div.logo_peu1 {
	width: 288px;
	float: left;
}

div.logo_peu1 ul li {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

div.logo_peu1 ul li a {
	font-size: 12px;
	color: #666666 !important;
	font-weight: normal;
}

code {
	padding: 10px 30px 10px 30px;
	display: block;
	background: #737373;
	border: 1px solid #BBBBBB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color: #fff;
	margin: 5px 0px 10px;
}


/* Documentacio */

div.documentacio { width:710px; float: left; }
div.doc_dreta { float: right; width: 200px; }
div.doc_dreta ul { margin-top: 10px; padding-left: 15px; border-left: 1px solid #F1EBD7;}
div.doc_dreta ul li { border-bottom:1px dashed #DDDDDD; line-height:16px; list-style-type:none; margin:0; padding:7px 0; }
div.doc_dreta ul li ul { display: none; }
div.doc_dreta ul li.current_page_item { font-weight: bold; }

div.dues_columnes { border: 1px solid #F1F1F1; clear:both; }
div.c_esq { float: left; width: 100px; padding:14px 10px 10px; }
div.c_dreta { float: left; width: 550px; padding: 10px; }
div.c_dreta a { font-size: 18px; font-weight: bold; }
div.c_dreta { color: #8F8F8F}


/*Altres*/

.sym { margin-right: 5px; }
.caixa_info { background: #DD4814; padding: 10px; color: #fff !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-bottom: 20px; border-left: 4px solid #454546;  }
.caixa_info ul li a { color: #fff }
/*.llengues { margin-top: 3px; }*/

/*Formulari capçalera*/
.login { float: left; width: 630px; } /*Guillem> 530px a 630px*/
.entrada { float:left; font-size:10px; margin-right:20px; margin-top:18px; width:150px;  }
.entrada1 { float:left; font-size:10px; margin-right:10px; margin-top:16px; width:75px;  }
.entrada2 { float:left; font-size:10px; margin-right:10px; margin-top:19px; width:75px; }
.entrada2 a { color:#D0CECE; }
.form_cap { margin-top: -20px; color: #D0CECE;}
.avatar_container { float:left; height:28px; margin-right:10px; margin-top:-7px; padding:1px; width:28px;} /*Guillem> elimino:  border-left:3px solid #D0CECE;   */
ul.pagenav { display: inline; }
ul.pagenav li { display: inline; margin-right: 10px; color: #D0CECE !important; }
ul.pagenav li a { color: #D0CECE;}
ul.pagenav li a:hover { color: #F58426;}

div#cap_menu  ul li {
       float:left;
}

#extended-categories-3 li {font-weight: bold; }
#extended-categories-3 li ul li { font-weight: normal; }

a.wordpressa { background: url("images/wordpress.png") no-repeat scroll left center transparent; padding-left: 20px;}

ol li { margin-top: 13px; }

div.articles_esquerra { float: left;
    margin-right: 15px;
    margin-top: 21px;
    padding: 12px;
    width: 331px; }
    
div.articles_esquerra img { 
max-width: 300px;
width: expression(this.width > 300 ? 300: true);
}

div.articles_esquerra .entry-content { overflow: hidden;}

h2.columna { color: #666666; border-bottom: 4px solid #F58324; }



/*Adminbar*/
#wpbaradmin * {
    height: auto;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: static;
    text-transform: none;
    width: auto;
}
#wpbaradmin *:before, #wpbaradmin *:after {
    content: normal;
}
#wpbaradmin a, #wpbaradmin a:hover, #wpbaradmin a img, #wpbaradmin a img:hover {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
#wpbaradmin {
    background-color: #777777;
    background-image: -moz-linear-gradient(center bottom , #666666, #7F7F7F);
    color: #DDDDDD;
    direction: ltr;
    font: 12px/28px Arial,Helvetica,sans-serif;
    height: 28px;
    left: 0;
    min-width: 960px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#wpbaradmin ul, #wpbaradmin ul li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99999;
}
#wpbaradmin .quicklinks ul {
    text-align: left;
}
#wpbaradmin .quicklinks ul li {
    float: left;
}
#wpbaradmin .quicklinks > ul > li > a {
    border-left: 1px solid #808080;
    border-right: 1px solid #686868;
}
#wpbaradmin .quicklinks > ul > li:last-child > a {
    border-right: medium none;
}
#wpbaradmin .quicklinks > ul > li:hover > a {
    border-left-color: #707070;
}
#wpbaradmin .quicklinks a, #wpbaradmin .shortlink-input {
    color: #DDDDDD;
    display: block;
    font: 13px/28px Arial,Helvetica,sans-serif;
    height: 28px;
    margin: 0;
    padding: 0 0.85em;
    text-shadow: 0 -1px 0 #555555;
}
#wpbaradmin .quicklinks a > span {
    line-height: 28px;
}
#wpbaradmin .quicklinks .menupop ul, #wpbaradmin .shortlink-input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    border-color: -moz-use-text-color #DFDFDF #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    float: none;
    position: absolute;
}
#wpbaradmin .selected .shortlink-input {
    display: block;
}
#wpbaradmin .quicklinks .menupop ul li {
    float: none;
}
#wpbaradmin .quicklinks .menupop ul li a, #wpbaradmin .shortlink-input {
    color: #555555;
    min-width: 140px;
    text-shadow: none;
    white-space: nowrap;
}
#wpbaradmin .shortlink-input {
    width: 200px;
}
#wpbaradmin .quicklinks .menupop ul li:hover > a {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #666666;
}
#wpbaradmin .quicklinks li:hover > ul, #wpbaradmin .quicklinks li.hover > ul {
    display: block;
}
#wpbaradmin .quicklinks .menupop li:hover > ul, #wpbaradmin .quicklinks .menupop li.hover > ul {
    margin-left: 100%;
    margin-top: -28px;
}
#wpbaradmin .quicklinks li:hover, #wpbaradmin .quicklinks .selected {
    background: -moz-linear-gradient(center bottom , #555555, #3E3E3E) repeat scroll 0 0 transparent;
}
#wpbaradmin .quicklinks .menupop li:hover {
    background: -moz-linear-gradient(center bottom , #888888, #9D9D9D) repeat scroll 0 0 transparent;
}
#wpbaradmin .quicklinks .menupop a > span {
    background: url("../images/admin-bar-sprite.png?d=11122010") no-repeat scroll right -58px transparent;
    display: inline;
    padding-right: 0.8em;
}
#wpbaradmin .quicklinks .menupop ul li a > span {
    background: url("../images/admin-bar-sprite.png?d=11122010") no-repeat scroll right -29px transparent;
    display: block;
    padding-right: 1.5em;
}
#wpbaradmin .quicklinks a span#ab-awaiting-mod, #wpbaradmin .quicklinks a span#ab-updates {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    color: #333333;
    display: inline;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    text-shadow: none;
}
#wpbaradmin .quicklinks a:hover span#ab-awaiting-mod, #wpbaradmin .quicklinks a:hover span#ab-updates {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
#wpbaradmin .quicklinks li#wp-admin-bar-my-account > a {
    border-left: medium none;
}
#wpbaradmin .quicklinks li#wp-admin-bar-my-account-with-avatar > a {
    background: url("../images/admin-bar-sprite.png?d=11122010") no-repeat scroll left top transparent;
    border-left: medium none;
}
#wpbaradmin .quicklinks li#wp-admin-bar-my-account-with-avatar > a img {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #999999;
    display: inline;
    float: none;
    margin: -2px 23px 0 -5px;
    padding: 0;
    vertical-align: middle;
}
#wpbaradmin .quicklinks li#wp-admin-bar-my-account-with-avatar ul {
    left: 30px;
}
#wpbaradmin .quicklinks .menupop li a img.blavatar {
    margin: 0 8px 0 0;
    padding: 0;
    vertical-align: middle;
}
#wpbaradmin #baradminsearch {
    float: left;
    height: 18px;
    margin: 0;
    padding: 3px;
}
#wpbaradmin #adminbarsearch {
    float: right;
    height: 18px;
    margin: 0;
    padding: 3px;
}

#social{
	float: left;
}

#social ul {
	margin: 3px 0 0 25px;
}

#social li {
	margin-right: 10px;
	display: inline;
}

#social a:hover {
	color: #fff;
}

#wpbaradmin .baradmin-input {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #626262;
    border-radius: 0 0 0 0;
    box-shadow: 2px 2px 1px #CDCDCD inset;
    color: #555555;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 3px 0 0;
    outline: medium none;
    padding: 2px 3px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 140px;
}
#wpbaradmin .baradmin-button {
    background: -moz-linear-gradient(center bottom , #AAAAAA, #CECECE) repeat scroll 0 0 transparent;
    border: 1px solid #626262;
    border-radius: 10px 10px 10px 10px;
    color: #444444;
    cursor: pointer;
    float: left;
    font: bold 12px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0;
    padding: 2px 13px;
    text-shadow: 0 1px 0 #EEEEEE;
    width: auto;
}
#wpbaradmin #baradminsearch .baradmin-button:active {
    background: -moz-linear-gradient(center bottom , #A0A0A0, #C1C1C1) repeat scroll 0 0 transparent;
    box-shadow: 1px 1px 1px #9B9B9B inset;
}
#wpbaradmin #baradminsearch .baradmin-button:hover {
    color: #000000;
}
#wpbaradmin #baradminsearch .baradmin-button::-moz-focus-inner {
    border: medium none;
}

#wpbaradmin .baradmin-radio {
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 3px 0 0;
    padding: 2px 3px;
}

* html #wpbaradmin {
    overflow: hidden;
    position: absolute;
}
* html #wpbaradmin .quicklinks ul li a {
    float: left;
}
* html #wpbaradmin .menupop a span {
    background-image: none;
}

a.button { margin-left: 20px; margin-bottom: 10px;  }
a.button, button { display: inline-block; padding: 6px 5px 5px 5px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 12px; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #ECECEC url('/imatges/css3buttons_backgrounds.png') 0 0 no-repeat; white-space: nowrap; overflow: visible; cursor: pointer; text-decoration: none; border: 1px solid #CACACA; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; outline: none; position: relative; zoom: 1; line-height: 1.11; *display: inline; *vertical-align: middle; }
button { margin-left: 0; margin-right: 0; *padding: 5px 5px 3px 5px; }
button::-moz-focus-inner { border: 0; padding:0px; }
a.button.primary, button.primary { font-weight: bold }
a.button:focus, button:focus,
a.button:hover, button:hover { color: #FFFFFF; border-color: #C55700; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background: url('/imatges/fons_taronja.png') 0 0 no-repeat; background-color: transparent; }
a.button:active, button:active,
a.button.active, button.active { background-position: 0 -81px; border-color: #347BBA; background-color: #0F5EA2; color: #FFFFFF; text-shadow: none; }
a.button:active, button:active { top: 1px }
a.button.negative:focus, button.negative:focus,
a.button.negative:hover, button.negative:hover { color: #FFFFFF; background-position: 0 -121px; background-color: #D84743; border-color: #911D1B; }
a.button.negative:active, button.negative:active,
a.button.negative.active, button.negative.active { background-position: 0 -161px; background-color: #A5211E; border-color: #911D1B; }
a.button.positive:focus, button.positive:focus,
a.button.positive:hover, button.positive:hover { background-position: 0 -280px; background-color: #96ED89; border-color: #45BF55; }
a.button.positive:active, button.positive:active,
a.button.positive.active, button.positive.active { background-position: 0 -320px; background-color: #45BF55; }
a.button.pill, button.pill { -webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; padding: 5px 10px 4px 10px; *padding: 4px 10px; }
a.button.left, button.left { -webkit-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-topright: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 0px; margin-right: 0px; }
a.button.middle, button.middle { margin-right: 0px; margin-left: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-right: none; border-left: none; }
a.button.right, button.right { -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-left: 0px; }
a.button.left:active, button.left:active,
a.button.middle:active, button.middle:active,
a.button.right:active, button.right:active { top: 0px }
a.button.big, button.big { font-size: 16px; padding-left: 17px; padding-right: 17px; }
button.big { *padding: 4px 17px 2px 17px; }
a.button span.icon, button span.icon { display: inline-block; width: 14px; height: 12px; margin: auto 7px auto auto; position: relative; top: 2px; *top: 0px; background-image: url('/imatges/css3buttons_icons.png'); background-repeat: no-repeat; }
a.big.button span.icon, button.big span.icon, { top: 0px }
a.button span.icon.book, button span.icon.book { background-position: 0 0 }
a.button:hover span.icon.book, button:hover span.icon.book { background-position: 0 -15px }
a.button span.icon.calendar, button span.icon.calendar { background-position: 0 -30px }
a.button:hover span.icon.calendar, button:hover span.icon.calendar { background-position: 0 -45px }
a.button span.icon.chat, button span.icon.chat { background-position: 0 -60px }
a.button:hover span.icon.chat, button:hover span.icon.chat { background-position: 0 -75px }
a.button span.icon.check, button span.icon.check { background-position: 0 -90px }
a.button:hover span.icon.check, button:hover span.icon.check { background-position: 0 -103px }
a.button span.icon.clock, button span.icon.clock { background-position: 0 -116px }
a.button:hover span.icon.clock, button:hover span.icon.clock { background-position: 0 -131px }
a.button span.icon.cog, button span.icon.cog { background-position: 0 -146px }
a.button:hover span.icon.cog, button:hover span.icon.cog { background-position: 0 -161px }
a.button span.icon.comment, button span.icon.comment { background-position: 0 -176px }
a.button:hover span.icon.comment, button:hover span.icon.comment { background-position: 0 -190px }
a.button span.icon.cross, button span.icon.cross { background-position: 0 -204px }
a.button:hover span.icon.cross, button:hover span.icon.cross { background-position: 0 -219px }
a.button span.icon.downarrow, button span.icon.downarrow { background-position: 0 -234px }
a.button:hover span.icon.downarrow, button:hover span.icon.downarrow { background-position: 0 -249px }
a.button span.icon.fork, button span.icon.fork { background-position: 0 -264px }
a.button:hover span.icon.fork, button:hover span.icon.fork { background-position: 0 -279px }
a.button span.icon.heart, button span.icon.heart { background-position: 0 -294px }
a.button:hover span.icon.heart, button:hover span.icon.heart { background-position: 0 -308px }
a.button span.icon.home, button span.icon.home { background-position: 0 -322px }
a.button:hover span.icon.home, button:hover span.icon.home { background-position: 0 -337px }
a.button span.icon.key, button span.icon.key { background-position: 0 -352px }
a.button:hover span.icon.key, button:hover span.icon.key { background-position: 0 -367px }
a.button span.icon.leftarrow, button span.icon.leftarrow { background-position: 0 -382px }
a.button:hover span.icon.leftarrow, button:hover span.icon.leftarrow { background-position: 0 -397px }
a.button span.icon.lock, button span.icon.lock { background-position: 0 -412px }
a.button:hover span.icon.lock, button:hover span.icon.lock { background-position: 0 -427px }
a.button span.icon.loop, button span.icon.loop { background-position: 0 -442px }
a.button:hover span.icon.loop, button:hover span.icon.loop { background-position: 0 -457px }
a.button span.icon.magnifier, button span.icon.magnifier { background-position: 0 -472px }
a.button:hover span.icon.magnifier, button:hover span.icon.magnifier { background-position: 0 -487px }
a.button span.icon.mail, button span.icon.mail { background-position: 0 -502px }
a.button:hover span.icon.mail, button:hover span.icon.mail { background-position: 0 -514px }
a.button span.icon.move, button span.icon.move { background-position: 0 -526px }
a.button:hover span.icon.move, button:hover span.icon.move { background-position: 0 -541px }
a.button span.icon.pen, button span.icon.pen { background-position: 0 -556px }
a.button:hover span.icon.pen, button:hover span.icon.pen { background-position: 0 -571px }
a.button span.icon.pin, button span.icon.pin { background-position: 0 -586px }
a.button:hover span.icon.pin, button:hover span.icon.pin { background-position: 0 -601px }
a.button span.icon.plus, button span.icon.plus { background-position: 0 -616px }
a.button:hover span.icon.plus, button:hover span.icon.plus { background-position: 0 -631px }
a.button span.icon.reload, button span.icon.reload { background-position: 0 -646px }
a.button:hover span.icon.reload, button:hover span.icon.reload { background-position: 0 -660px }
a.button span.icon.rightarrow, button span.icon.rightarrow { background-position: 0 -674px }
a.button:hover span.icon.rightarrow, button:hover span.icon.rightarrow { background-position: 0 -689px }
a.button span.icon.rss, button span.icon.rss { background-position: 0 -704px }
a.button:hover span.icon.rss, button:hover span.icon.rss { background-position: 0 -719px }
a.button span.icon.tag, button span.icon.tag { background-position: 0 -734px }
a.button:hover span.icon.tag, button:hover span.icon.tag { background-position: 0 -749px }
a.button span.icon.trash, button span.icon.trash { background-position: 0 -764px }
a.button:hover span.icon.trash, button:hover span.icon.trash { background-position: 0 -779px }
a.button span.icon.unlock, button span.icon.unlock { background-position: 0 -794px }
a.button:hover span.icon.unlock, button:hover span.icon.unlock { background-position: 0 -809px }
a.button span.icon.uparrow, button span.icon.uparrow { background-position: 0 -824px }
a.button:hover span.icon.uparrow, button:hover span.icon.uparrow { background-position: 0 -839px }
a.button span.icon.user, button span.icon.user { background-position: 0 -854px }
a.button:hover span.icon.user, button:hover span.icon.user { background-position: 0 -869px }


/* -- Entrevistes -- */
.entrevista_resposta {
border-bottom: 1px dotted #DDDDDD;
    color: #6A6A6A;
    margin-left: 42px;
    margin-bottom: 10px;
    margin-top: 7px;
    padding: 10px 0;
}

.entrevista_pregunta {
    color: #6A6A6A;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 7px;
    font-weight: bold;
}


/* -- Imatge destacada -- */
div.quadre_img_dest { padding: 4px; border: 1px solid #fff; background: none repeat scroll 0 0 #FFFFFF; }
div.imatge_destacada { height: 100px; width: 320px; overflow: hidden;}
div.imatge_destacada_gran { height: 150px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
 }
div.imatge_destacada_gran img  { padding: 4px; background: none repeat scroll 0 0 #F1EBD7;  }

div.box_social {background: none repeat scroll 0 0 #EEEEEE;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 9px;
    width: 276px;
float: right;
}
