/*
Què llegeixes?
Can Antaviana, 2011
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {line-height: 1.25;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* =========== */
/* = GENERAL = */
/* =========== */
/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix { display: inline-block; }
	/* amagar d'IE mac \*/
	.clearfix { display: block; }
body {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}
strong {font-weight: bold;}
em {font-style: italic;}
.ploma a:link {color: #5E4C43;}
.boli a:link {color: #630;}
.llapis a:link {color: #0A591B;}
a:visited {color: #666;}
a:hover {text-decoration: none;}
a:focus {outline: 1px dotted #000;}

/* ========== */
/* = LAYOUT = */
/* ========== */
#container_main {
	width: 780px;
	margin: 0 auto;
}

/* ============ */
/* = MASTHEAD = */
/* ============ */
#masthead {
	border-bottom: 1px dotted #666;
	padding: 28px 0;
	margin-bottom: 63px;
}
	#masthead h1 {
		float: left;
		margin-right: 24px;
	}
	#masthead ul {
		float: left;
		border-left: 1px solid #666;
		padding-left: 24px;
		margin-top: 50px;
/*		width: 23%;*/
	}
		#masthead li {font-size: 1.125em;}
			#masthead em {
				color: #E5F933;
				font-style: normal;
			}
		#masthead li.register {margin-top: 1em;}

/* ========== */
/* = FORUMS = */
/* ========== */
ul#forums {
	border-bottom: 1px dotted #666;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
	ul#forums #ploma,
	ul#forums #boli,
	ul#forums #llapis {
		background: url('img/bg_apartat_preportada.jpg') no-repeat;
		width: 228px;
		height: 316px;
		float: left;
		padding: 18px 10px 0;
		text-align: center;
	}
	ul#forums #boli {
		margin-left: 18px;
		margin-right: 18px;
	}
		ul#forums h2 {margin: 11px 0 20px;}
		ul#forums ul {margin-top: 10px;}
			ul#forums ul li {
				font-size: .75em;
				background: url('img/kland_fletxa.gif') 0 50% no-repeat;
				margin: 0 5px .5em;
				padding-left: 15px;
				text-align: left;
			}
				ul#forums li a {
					color: #fff;
					text-decoration: none;
				}
				ul#forums li a:hover {text-decoration: underline;}

/* ============= */
/* = SITE_INFO = */
/* ============= */
#site_info #copy li {
	float: left;
	font-size: .75em;
}
#site_info #copy li:first-child {
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #fff;
}
	#site_info #copy li a {
		color: #fff;
		text-decoration: none;
	}
	#site_info #copy li a:hover {text-decoration: underline;}
#site_info #copy p {
	font-size: .75em;
	float: right;
}
#site_info #logos {margin: 20px 0;}
	#site_info #logos li {
		float: left;
		margin-right: 20px;
		vertical-align: baseline;
	}
	#site_info #logos li.llegir {
		display: block;
		float: right;
		margin-right: 0;
	}

/*error 404*/
.error404 {
	border-bottom: 1px dotted #666;
	padding: 0 40px 24px 40px;
	margin-bottom: 24px;
}
	.error404 p{
		margin: 10px 0;
	}
	.error404 ul{
		margin: 10px 0 10px 20px;
		padding-left: 15px;
	}
	.error404 ul {margin-bottom: 1.3125em;}
		.error404 li {
		background: url('img/kland.png') 0 .1em no-repeat;
		padding-left: 20px;
		margin-bottom: .5em;
	}
	.error404 h2 {
		color: #fff;
		font-size: 1.375em;
		padding: 11px 0;

	}

