@charset "utf-8";
/* 
Theme Name: rdfArale
Theme URI: http://www.webposible.com/
Description: The RDFa Arnau theme adapted by Alejandro Gonzalo.
Version: 1.0
Author: Arnau Siches
Author URI: http://blog.esbudellat.net/

Contributor: Alejandro Gonzalo
Contributor URI: http://webposible.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html, body {
	background: #FFF;
	color: #000;
	font-family:Arial, sans-serif;
	margin: 0;
	padding: 0;
}
img{border:0}
*::-moz-selection {
	background: #000;
	color: #FFF;
}
*::selection {
	background: #000;
	color: #FFF;
}
hr { display: none; }

a:link {
	color: #390;
}
a:visited {
	color: #360;
}
a:hover, a:active, a:focus {
	background: #eefaf5;
	color: #360;
	
	outline: 0;
}
#page {
	margin: auto;
	max-width: 60em;
	width: 80%;
}
			/* Header */
h1 {
	font-size: 2.5em;
	margin:.5em 0 0 0;
	padding: 0;
	text-align:center;
}
h1 a {
	vertical-align: bottom;
	display:block;
	padding:.5em;


}
h1 a:link, h1 a:visited {
	color: #390;
	text-decoration: none;
}
h1 a:hover, h1 a:active, h1 a:focus {
	color: #FFF;
	background-color:#390;
	text-decoration:underline;
	-moz-border-radius:0.5ex;
	-khtml-border-radius:0.5ex;
	-webkit-border-radius:0.5ex;
}

.blog-description{
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

#header form {
	float: right;
}
#header label {
	position: absolute;
	top: -3000em;
}
			/* Menu */
#menu {
	border: .5ex solid #390;
	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;
}

#keywords{background:#FFF url(imagenes/icon_post_category.png) no-repeat left;padding-left:1.2em;margin-left:1.2em;}
.created{background:#FFF url(imagenes/icon_post_date.png) no-repeat left;padding-left:1.2em;}
.comentarios{background:#FFF url(imagenes/icon_post_comments.png) no-repeat left;padding-left:1.2em;margin-left:1.2em;}

#content ol,
#content ul, #categorias 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{}
#content .c {
	text-align: center;
}

.postnav{text-align:center}

h2{font-size:1.6em;color:#360;}
h3, h4, h5, h6 {
	margin-top: 2em;
	color:#360;
}
h3{font-size:1.4em}
h4{font-size:1.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;
}

p {
	line-height: 1.3em;
}
ins {
	text-decoration: none;
}
/*
ins:before {
	content: "["attr(datetime)"] Actualizado: ";
	font-weight: bold;
	color: #555;
}
*/

blockquote {
	margin: 1em 4em;
	padding: 0.5em;
	border-left:1px solid #CCC;
}
blockquote p {
	margin: 0;
	padding: 0;
}

q {
	quotes: "\00AB" "\00BB";
}

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: .5ex solid #390;
}
#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 {
margin-top:2em;

}
			/* Recent posts */
#recent {
	border-top: .5ex solid #390;
	margin-top: 3em;
}
			/* Contact */
#contact label {
	display: block;
}
#contact textarea {
	display: block;
	width: 100%;
}
.buttons {
text-align:center;
	margin-left:3em;
}
			/* Footer */
#footer {
	border-top: .5ex solid #390;
	margin-top: 2em;
}
#footer p {
	font-size: 0.8em;
}

