/*-------------- Especifics biblioteca interior --------------*/

/* desactivem columnes igual alçada */
.component {
	border: none;
}
#content-header {
	background: #FFF;
}
.wrap-columnes {
	overflow: visible;
	background: url(/resources/images/bg-wrap-cols-forums.png) repeat-y 0 1.5em;
}
	.wrap-columnes .comp-menu {
		margin-bottom: 0;
		padding-bottom: 0;
	}

/* -------------------- */


#placa-principal .component {
height: auto;
}

#content-header {
height: 3.1em
}
	#content-header h2 {
font-size: 1.1em;
line-height: 1.25;
padding: 0.1em 0 0.25em;
text-align: center;
width: 13em;
background: #F60;
color: #FFF;
}


#form-login-forum {}
	#form-login-forum p {
		font-weight: normal;
		margin-bottom: .2em;
	}
	#form-login-forum label {
		color: #F60;
	}
	#form-login-forum .inp-remember-pwd {}
	#form-login-forum .input-submit {
		font-weight: bold;
		color: #F60;
		background: none;
		cursor: pointer;
		margin-bottom: 0;
	}
	#form-login-forum .bt-recover-pwd {}
	#form-login-forum .bt-join {
		display: block;
		padding-top: 1em;
	}

.comp-forums {}
	.comp-forums h2 {
color: #999;
font-size: 1.1em;
line-height: 1.25;
margin-bottom: .4em;
}
	.comp-forums li {
margin: 0 0 1em 0;
}
	.comp-forums li .info {
float: left;
width: 6.7em;
overflow: hidden;
}
	.comp-forums li.actual a, .comp-forums li.actual {
color: #F60;
}
	
	.comp-forums li h4 {
font-size: 1.2em !important;
line-height: 1.2;
margin-bottom: 0;
}
		.comp-forums li h4 a {
color: #999;
}
		.comp-forums li h4 a:hover {
color: #F60;
}
	.comp-forums li img {
float: left;
margin: 0 1.2em 0 0;
width: 6.3em;
border: none;
}
	.comp-forums li p.detalls {
color: #BBB;
font-size: 1.2em;
line-height: 1.2;
margin: 0;
}
	.comp-forums .paginacio {
position: static;
margin: 0 auto;
width: 6em;
height: 1em;
}
	
	.placa-container .comp-forums li {
margin: 0 0 0em 0;
}

	.inactiu {
opacity: 0.5;
}
	.inactiu h3 a {
color: #999;
}
 #content-main {}
	#content-main #missatges {
		position: relative;
		margin: 0 0 3.8em;
		padding: 0 0 1.6em;
	}
	#missatges .paginacio span {
		width:auto ;
	}

	#content-main h1 {
        color: #F63;
        font-size: 2em;
        padding: 0 0 .6em 7.7em;
    }
		#content-main h1 span {
            color: #CCC;
        }
		#content-main h1 span.error {
            color: #F63;
            font-size: 0.7em;
        }

#content-main .aportar {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.1em;
	font-weight: bold;
}
	#content-main .post {
margin: 0 0 2em 0;
overflow: hidden;
}
		#content-main .post .detalls {
float: left;
width: 14.2em;
overflow: hidden;
padding: .8em 0 0;
}
			#content-main .post .detalls p {
font-weight: bold;
margin: 0;
}
			#content-main .post .detalls p.data {
font-weight: normal;
color: #BBB;
}
			
		#content-main .post .text {
			position: relative;
float: right;
width: 46.1em;
padding: .8em 0 0;
color: #666;
}

		#content-main .post .text p{
		line-height:1.32;
		
		}
		#content-main img {
border: none;
}
		#content-main .post h4 {
			width: 34.7em;
			font-size: 1.2em;
			line-height: 1.2;
			color: #ff6600;
			margin-bottom: .1em;
		}

	#content-main .post blockquote {
		margin: 1.2em 0;
		padding: 1em 1.1em .2em;
		background: #f0f0f0;
	}
		#content-main .post blockquote h5, #content-main .post blockquote p {
			color: #909090;
		}
		#content-main .post blockquote h5 {
			font-size: 12px;
		}

		#content-main .post .respondre, #content-main .post .abus {
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			text-indent: -500em;
			width: 18px;
			height: 18px;
			cursor: pointer;
			outline: none;
		}
		#content-main .post .respondre {
			right: 25px;
			background: url(/resources/images/ico-resposta.png) no-repeat;
		}
		#content-main .post .abus {
			background: url(/resources/images/ico-admiracio.png) no-repeat;
		}
		
	#content-main #sidebar {
float: left;
width: 14.4em
}
		#content-main #sidebar p {
font-size: 1.1em;
line-height: 1.25;
color: #333;
}


.columna li p {
color: #999;
}


#central .paginacio {
float: none;
margin: 0 auto;
position: relative;
	width: 7em;
}


/*-------------- clearfix --------------*/
.wrap-columnes:after, .comp-forums li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
