/*
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
*/


/* 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 {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: 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; }



/* cubells modifications */

body {
	background-color: #f6f6f6;
	font-family: "Times New Roman", Courier, Garamond, serif;
	font-size: 12px;
	height: 100%;
}

div#content {
	position: absolute;
	width: 1024px;
	min-height: 100%;
	height:100%;
	background-color: #fff;
	padding-left: 72px;	
	padding-bottom: 300px;
}
div#main {
	min-height:100%;
}

#site-title {
	font-family: "Times New Roman", Courier, Garamond, serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 24px;
	font-style: italic;
}
#site-title a{
	color: #000;
}

#access {
	width: 450px;
	padding-bottom: 72px;
}
#access ul {
	font-style: italic;
}
#access ul li {
	display: inline;
}
#access ul li a{
	text-decoration:none;
	color: #000;
}
#access ul li a:hover {
	text-decoration: underline;
}

#access .categoria {
	font-weight: bold;
}
#contingut {
	padding-bottom: 50px;
}

#icones_socials {
	padding-top: 36px;
}

#icones_socials ul{
	float: right;
	padding-right: 72px;
}
#icones_socials ul li {
	display: inline;
	padding-right: 3px;
}

.entry-content {
	padding-bottom: 72px;
	width:630px;
}

.foto {
	position: relative;
	float: left;
}

#per_navegar {
	position:relative;
	width: 18px;
	font-size: 14px;
	padding-left: 10px;
	bottom: 0;
	float: right;
	height: 100%;
}

#per_navegar a {
	text-decoration:none;
	color: #000;
}

.esquerra, .dreta{
	position: absolute;
	bottom:0px;
}


.separador {
	position: relative;
	height: 142px;
	width: 600px;
	top: 72px;
	border-top: 1px dotted black;
}

div#info {
	position:relative;
	min-height: 450px;
}

.informa, .dades {
	padding:24px 0 24px 0;
}

#info .dades {
	font-style: italic;
}

.invisible {
	display:none;
}

.esquerra:hover, .dreta:hover, .foto:hover{
	cursor: pointer;
}
#explica { 
	position: relative;
	color: #fff; 
	margin-top: 10px; 
	float: left;
}


