@charset "utf-8";
/* 
Theme Name: a.css bn
Theme URI: http://css.artnau.com/themes/acss/
Description: The a.css theme.
Version: 7.0
Author: Arnau Siches
Author URI: http://css.artnau.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html, body {
	background: #EFEFEF;
	color: #000;
	font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
}
*::-moz-selection {
	background: #000;
	color: #FFF;
}
*::selection {
	background: #000;
	color: #FFF;
}
hr { display: none; }

a:link {
	color: #168;
}
a:visited {
	color: #0d4E68;
}
a:hover, a:active, a:focus {
	background: #FFE862;
	color: #000;
	outline: 0;
}
#page {
	margin: auto;
	max-width: 60em;
	width: 80%;
}
/* Header
-----------------------------------------------------------------------------*/
h1 {
	font-size: 1em;
	margin: 0.8em 0;
	padding: 0;
}
h1 a {
	vertical-align: bottom;
}
h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}
h1 a:hover, h1 a:active, h1 a:focus {
	color: #000;
}
h1 object {
	height: 1.3em;
	margin: 0 0.5em 0 -0.3em;
	width: 1.8em;
	vertical-align: top;
}
#header form {
	float: right;
}
#header label {
	position: absolute;
	top: -3000em;
}
/* Menu
-----------------------------------------------------------------------------*/
#menu {
	border: 3px solid #000;
	border-width: 3px 0;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 0.5em;
}
#menu h2 {
	display: none;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
}
#menu li:before {
	content: " · ";
	font-size: 1em;
	font-weight: bold;
}
#menu li:first-child:before {
	content: "";
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
	padding-top: 1em;
}
#content ol,
#content ul {
	margin: 1em 0 0 1em;
	line-height: 1.3em;
	padding: 0;
}
#content ol {
	list-style: decimal-leading-zero inside;
	margin-left: 0;
}
#content dt {
	display: list-item;
	list-style: square;
	margin-left: 1em;
}
#content dt + dt {
	display: block;
	list-style: none;
	margin-left: 1em;
}
#content ul ul {
	margin: 0.5em 1em;
}
#content a:after {
	font-size: 0.7em;
}
#content a:visited:after {
	content: "\00A0\2713";
}
#content * a[hreflang]:link:after {
	content: " ("attr(hreflang)")";
}
#content * a[hreflang]:visited:after {
	content: " ("attr(hreflang)")\00A0\2713";
}
#content img {
	border: 1px solid #eee;
	padding: 0.3em;
	margin: auto;
}
#content p.imatgeIlustrativa {
	text-align: center;
}
#content p.imatgeIlustrativa img,
#content object {
	display: block;
	margin: auto;
}
#content img.imgpost {
	clear: left;
	float: left;
	margin: 0 0.7em 0.7em;
}
#content img.sensepeu {
	display: inline;
	margin: 0;
}
#content img.sensepeu + img {
	margin-left: 0.7em;
}
h3, h4, h5, h6 {
	margin-top: 2em;
}
h5, h6 {
	font-size: 1em; font-style: italic;
}
h6 {
	font-weight: normal;
}
form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
abbr, acronym, dfn {
	border-bottom: 1px dashed #555;
	cursor: help;
}
code, kbd, samp {
	color: #456;
	font-size: 1.1em;
}
.element, .attribute {
	color: #456;
	font-size: 0.9em;
}
code strong, kbd strong, samp strong {
	color: #345;
}
pre code, pre kbd,
pre samp {
	background: #f9f9f9;
	display: block;
	overflow: auto;
	padding: 0 1em 1em;
}
pre .codillarg {
	height: 25em;
}
p {
	line-height: 1.3em;
}
ins {
	text-decoration: none;
}
ins:before {
	content: "["attr(datetime)"] Actualització: ";
	font-weight: bold;
	color: #555;
}
ins.correccio:before {
	content: "";
}
blockquote {
	margin: 1em 4em;
	padding: 0.5em;
}
blockquote p {
	margin: 0;
	padding: 0;
}
blockquote .citacio {
	border-top: 3px solid #000;
	margin: 1em 0 0 0;
	padding: 0.2em;
}
q {
	quotes: "\00AB" "\00BB";
}
p.advertencia {
	border: 3px solid #000;
	border-width: 3px 0;
	padding: 1em;
}
.argot {
	font-style: italic;
}

.figura {
	width: 27em;
	height: 12em;
}
h2 + [property="dct:issued"] {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table tbody tr:hover {
	background: #FFE862;
}
table td, table th {
	border-bottom: 1px solid #ddd;
	padding: 0.5em;
}
table th {
	text-align: left;
}
table th:first-child, 
table td:first-child {
	border-right: 3px solid #000;
}
table td:last-child {
	border-right: 0;
}
table thead th {
	border-bottom: 3px solid #000;
}
dl {
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}
/* Comments
-----------------------------------------------------------------------------*/
#commentform fieldset {
	border-top: 3px solid #000;
}
#commentform legend {
	padding: 0 0.5em 0 0;
}
#commentform label {
	display: block;
}
#commentform textarea {
	display: block;
	width: 100%;
}
#commentform .buttons {
	text-align: right;
}
#comments ol {
	list-style: none;
	margin-left: 0;
	margin-bottom: 4em;
}
.about-comment {
	border-top: 3px solid #000;
}
/* Recent posts
-----------------------------------------------------------------------------*/
#recent {
	border-top: 3px solid #000;
	margin-top: 3em;
}
/* Contact
-----------------------------------------------------------------------------*/
#contact label {
	display: block;
}
#contact textarea {
	display: block;
	width: 100%;
}
#contact .buttons {
	text-align: right;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 3px solid #000;
	margin-top: 2em;
}
#footer p {
	font-size: 0.8em;
}


/* Chili
-----------------------------------------------------------------------------*/
.css .comment {
	color: #777;
}
.css .properties,
.css .propertiesBox,
.css .propertiesColor {
	color: #56f;
}
#content .css a,
#content .xml a,
#content .perl a {
	color: #56f;
	text-decoration: none;
}
#content .css a:visited:after,
#content .xml a:visited:after,
#content .perl a:visited:after {
	content: "";
}

.css .hack {
	font-style: italic;
	color: #56f;
}
.css .media {
	color: #027;
	font-weight: bold;
}
.css .selectors {
	color: #569;
	font-weight: bold;
}
.css .idselector {
	color: blue;
}
.css .classelector {
	color: red;
}
.css .important {
	font-weight: bold;
	color: red;
}
.css .value {
	color: #070;
}
#css {
	color: white;
}
.javascript .mlcom    { color: #4040c2; }
.javascript .com      { color: green; }
.javascript .regexp   { color: maroon; }
.javascript .string   { color: teal; }
.javascript .keywords { color: navy; font-weight: bold; }
.javascript .global   { color: blue; }
.javascript .numbers  { color: red; }
#javascript           { color: white; }
.xml {
	color: #000;
}
.xml .comment {
	color: #777;
	font-style: italic;
}
.xml .attribute {
	color: #56f;
	font-style: italic;
}
.xml .string {
	color: #070;
}
.xml .tag,
#content .xml a {
	color: #56f;
	font-weight: bold;
	text-decoration: none;
}
.xml .doctype {
	color: #569;
}
.xml .prolog {
	color: #569;
}
.php .tag {
	color: #56f;
	font-weight: bold;
}
.php .com {
	color: #777;
	font-style: italic;
}
.php .const1,
.php .const2,
.php .global,
.php .number {
	color: red;
}
.php .function {
	color: #e17100;
}
.php .keyword {
	color: #070;
	font-weight: bold;
}
.php .mlcom {
	color: gray;
}
.php .name {
	color: maroon;
}
.php .string1 {
	color: #56f;
}
.php .string2 {
	color: fuchsia;
}
.php .value {
	color: gray;
	font-weight: bold;
}
.php .variable {
	color: #569;
}
#php {
	color: white;
}
.perl {
	color: #000;
}
.perl .comment {
	color: #777;
	font-style: italic;
}
.perl .regexp {
	color: maroon;
}
.perl .keys {
	font-weight: bold;
}
.perl .variable {
	color: #00688B;
}
.perl .string   { color: #CD5555; }
.perl .global   { color: blue; }
.perl .numbers  { color: red; }