/* Enllaços */

a { text-decoration: none; color: #704E43; cursor: pointer; }

a:visited { text-decoration: none; color: #704E43; }

a:hover, a:active { color: #A52525; }

a.gris {color:#87888A;}

img {  text-decoration: none; border: none; vertical-align: middle; }

img.centrat { border:1px solid #E4E4E4; margin-left: 18px; margin-bottom: 10px; padding: 5px 5px; }

img.cap {float: left; margin-top:55px;}

br.p {clear: both;}


/* Capçaleres */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}


h2 { font-size: 28px; }

h3 { font-size: 24px; }
h3.gal {text-decoration: none; font-size:22; border-bottom: 1px solid #E4E4E4;}

h4, h5, h6 { font-size: 20px; }

h5.titol_seccio { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(/img/fons/fons_separacio.gif) repeat-x scroll 0 0; color:#900312; padding:20px 0 0 10px; }
h6.vermell { font-size: 13px; color: #C8503D !important; margin:7px 0 10px !important; }
h6.gris { font-size: 11px; color: #87888A !important; margin:7px 0 10px !important; }
.ocult { display: none; }

/* Colors */
.gris, .gris a { color: #87888A !important  }
a.gris { color: #87888A !important  }
.negre, .negre a { color: #000 !important  }
.blau, .blau a { color: #006EB5 !important  }
.marro, .marro a { color: #5A4229 !important  }
.vermell, .vermell a { color: #C8503D !important  }
.lila, .lila a { color: #9D5F94 !important  }
.gran {font-size: 16px;}


/* Altres elements HTML */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none; color:#704E43; font-weight: bold;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: bold;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(/img/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Estructura */

body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#wrapper2 {
width: 980px;
margin-left: auto;
margin-right: auto;

}


#navigation
{
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#headerbg {
/*background-image: url(/img/header.jpg);*/
/*background-repeat: no-repeat;*/
background-position: center;
width: 980px;
height: 175px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: -15px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
	margin-top:29px;
}

#content-wrapper
{
	width: 60%;
	float: left;
}

#content
{
	float: left;
	padding: 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 35%;
	float: right;
}

#sidebar
{
	float: right;
	padding: 0px 15px 10px 10px;
	width: 250px;
	margin-right: 15px;
	margin-top: 11px;
}

#footer
{
	float: left;
	background-image: url(/img/peu.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	width:100%;
}

#footer a {
	color: #704E43;
	font-size: 11px;
	}

#footer a: visited {
	color: #704E43;
	}
#footer a:hover {
	color: #A52525;
	border-bottom: 1px dashed #A52525;
	}
#extras
{
	float: left;
	width: 780px;
	color: #C7AA92;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Capçalera */

#navigation h1 { margin-left: 210px; padding-top: 85px; float: left;}
#navigation h1 a { color: #FFFFFF;}

/* Navegació */

#navigation ul { list-style-type: none; list-style-image: none; margin-top: 65px; padding: 0 0px 0 0; }

#navigation li { float: left; }
#navigation li.cerca { float: right; margin-right: 73px; }

#navigation li a:link,
#navigation li a:visited
{
	color: #FFFFFF;
	display: block;
	padding: 0px 10px;
	margin-right:13px;
	height: 18px;
	font-size: 16px;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #C8CCCF;
	font-size: 16px;
	background-image: url(/img/nav-bg.gif);
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Contingut */

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
}

/* Barra lateral */

.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background: url(/img/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: top;

}

.post-wrapper {
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
width: 626px;
background-image: url(/img/post-bg.jpg);
background-repeat: no-repeat;
margin-left: -20px;
}

.post {
	line-height: 1.45em;
	margin-right: 10px;
}


.sideblock ul { }

.sideblock h3 { margin-top: 5px; font-size: 14px; color: #7B7B7B; font-weight: bold; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comentaris */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 626px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 567px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #ae, #commentform #nom, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 185px;
}
#commentform #ae:hover, #commentform #nom:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 185px;
}
#commentform #ae:focus, #commentform #nom:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 185px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(/img/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #E27877;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}

.titol {
	float: right;
	width: 540px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 5px;
}

.titol_llibre {
	float: right;
	width: 410px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 5px;
}

.titol_llibre_estret {
	float: right;
	width: 340px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 5px;
}

.titol_gal {
	width: 330px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 5px;
	border-bottom: 1px solid #E4E4E4;
}

.titol_con {
	width: 200px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 5px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 1.2em;
}

.titol_fot {
	width: 245px;
	margin-top: 24px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 5px;
	border-bottom: 1px solid #E4E4E4;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 16px;
color: #C7AA92;
text-transform: lowercase;
margin-left:3px;
margin-bottom: 2px;
float: left;

}

form					{margin: 5px;}
#formulari-contacte		{width:400px; float:left; min-height: 400px; margin-top:5px; }
fieldset				{border:0px; padding:5px 0;  }
input, textarea			{font-family:Arial, Helvetica, sans-serif; font-size:1em;  }
input.comentari-error, textarea.comentari-error			{font-family:Arial, Helvetica, sans-serif; font-size:1em; border:1px solid #EAD2D2; background-color: #EAD2D2; }
input[type=text], textarea 	{width:135px; border: 1px solid #B02926;  margin-right:8px;}
input:focus, textarea:focus {background-color: #FFF; }
label					{display:block; font-size: 0.9em;}
input.comentari-error, input.cerca-error {
	background-color: #FFBABA;
}

input.comentari {
	border: 1px solid #E3E9EB;
	background-color: #E3E9EB;
	width: 615px;
	color: #333;
}
textarea.comentari {
	border: 1px solid #E3E9EB;
	background-color: #E3E9EB;
	width: 615px;
	height: 160px;
	color: #333;
}
select.comentari {
	border: 1px solid #E3E9EB;
	background-color: #E3E9EB;
	width: auto;
	color: #333;
}

textarea.comentari:focus, input.comentari:focus {
	background-color: #FFF;
	color: #333;
}


input.comentari-error, input.cerca-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 580px;
}
textarea.comentari-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 580px;
	height: 160px;
}




.paginacio_comentaris { float: right; margin-right:54px; }
.paginacio_comentaris a, .paginacio_comentaris span, .limitacio a, .limitacio span {
	display: block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
.paginacio_comentaris a:hover, .limitacio a:hover { color: #666666; }
.paginacio_comentaris span.actual, .limitacio span.actual { font-weight: bold; border: 0; }
.limitacio { float: left; margin-top:5px;}

.paginacio { float: right; margin-top: 20px; margin-right:-21px; }
.paginacio a, .paginacio span {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 9px;
	padding: 0px 4px;
	border: 1px solid #C61C1C;
	background-color: #C61C1C;
	color: #fff;
}
.paginacio a:hover {
	color: #FFF;
	background-color: #EED5D4;
	border: 1px solid #EED5D4;
}
.paginacio span.actual {
	font-weight: bold;
	background-color: #7C1919;
	border: 1px solid #7C1919;
	color: #FFF;
}

div.article_g div.comentari_blanc, div.article_v div.comentari_blanc {
	float: left;
	background-color: #FFF;
	width: 550px;
	padding: 10px;
}
div.article_g div.comentari_esquerra, div.article_v div.comentari_esquerra {
	float: left;
	width: 150px;
	font-size: 11px;
	line-height: 16px;
	border-right: 1px solid #242626;
}
div.article_g div.comentari_dreta, div.article_v div.comentari_dreta {
	float: right;
	width: 375px;
}

div.article_v div.comentari {
	float: left;
	background-color: #F8F7F6;
	width: 550px;
	padding: 10px;
	margin-top:-7px;
}

div.article_g div.comentari {
	float: left;
	background-color: #F8F7F6;
	width: 550px;
	padding: 10px;
}

#socials {
	text-align: right;
	margin-right: 10px;
	border-top: 1px solid #E7E7E7;
	margin-left: 496px;
	padding-top: 5px;
}

.article_imatge {
	float: left;
	border: 5px solid #F6F6F6;
	margin-right: 10px;
	margin-bottom: 3px;
}

.article_imatge1 {
	float: left;
	border: 5px solid #F6F6F6;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 10px;
}

.actiu {
	color: #C8CCCF;
}

.post-info4 {
color: #292929;
padding: 4px 28px;
display: block;
float: left;
background-color: #F8F7F6;
width: 504px;
}

.subtitol_esquerra {
	float: left;
	color: #F8F7F6;
}

.subtitol_dreta {
	float: right;
	margin-right: 10px;
}

.cap_esq {
	float:left;
	margin-left:9px;
	width: 213px;
}

.cap_dreta {
	float:right;
	margin-right:297px;
	margin-top:64px;
	width: 453px;
}

.cap_dreta h1 { float: left;}
.cap_dreta h1 a { color: #FFFFFF;}
