/************* COLORES *************/
/*
/*	#d4d2c8;			/* Gris de fondo */
/*	#6D6D6D;			/* Gris del texto */
/*	#edbe00;			/* Amarillo  */
/*	#de8410;			/* Ocre  */
/*	#333300;			/* Marron de texto */


/************************************************/
/***************** PRINCIPAL ********************/
/************************************************/


body {
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#wrapper {
	width: 768px;
	margin: 0 auto;
	border-top:4px solid;
	color: #de8410;
}


#header p, #header h1, #header h2 {
display: none;
}

#header {
	background: url('images/logo.jpg') no-repeat top center;
	}  

#headerimg 	{
    margin: 7px 9px 7px 9px;
	height: 50px;
	width: 410px;
	}

#content {
	background-color: #FFFFFF;
	font-size: 12px;
	color:#6D6D6D;        /* gris de texto */
	text-align: left;

}

#content a{
	color:#BB4D37;        /* roig anlés */
	text-decoration:none;
	font-weight: bold;
}


#entry-title {
	font-size: 12px;

	
}

#entry-title a{
	
	color:#6D6D6D;        /* gris de texto */
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-decoration:none;
	
}

#entry-title a:hover{
		color: #edbe00;            /* Amarillo  */
}


#txt {
	font-size: 12px;

	
}

#txt a{
	
	color:#6D6D6D;        /* gris de texto */
	font-weight: bold;
	text-decoration:none;
	
}

#txt a:hover{
		color: #edbe00;            /* Amarillo  */
}

.hackadelic-sliderPanel{
	font-size: 12px;

	
}

a.hackadelic-sliderButton{
	
	color:#BB4D37;        /* roig anlés */
	font-weight: bold;
	text-decoration:none;
	
}

a.hackadelic-sliderButton:hover{
		color: #edbe00;            /* Amarillo  */
}

.flickr-image img{
	border:none;
}


hr {
	border: 1px dotted #edbe00;
	margin-top: 20px;
	margin-bottom:20px;
	/*display: none;*/

	}


#both {
	clear: both;
}


/************************************************/
/***************** MENU SUP *********************/
/************************************************/


#mainNav {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #6D6D6D;
	padding: 0 0px 0 10px;
	text-decoration: none;
	
}
#mainNav li {
	display: inline;
	margin-left: 20px;
	padding-right: 20px;
	list-style:none;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
}

#mainNav a:hover {
	color: #edbe00;            /* Amarillo  */
}


#mainNav li a {
	color: #6D6D6D;            /* gris  */
	text-decoration: none;
}

#mainNav li.current_page_item a{
	color: #edbe00;            /* Amarillo  */
	text-decoration: none;
}

#mainNav li.page_item a{
	color: #6D6D6D           /*  Gris del texto  */
	text-decoration: none;
}

/* Footer
-------------------------------------------------------------------- */
#lic{
  font-family: Arial, Helvetica, sans-serif;
  color: #CCCCCC;	
  position: relative;
  top: -10px;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: normal;
  border-bottom: none;
}

#lic a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer{
  font-family: Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  text-transform: uppercase;	
  position: relative;
  top: -10px;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: normal;
  border-bottom: none;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}


.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

/* Imatges
-------------------------------------------------------------------- */
.dreta {
	padding-left: 30px;
	text-align: right;
	border: 0px;
}

.dreta a:hover {
	border: 1px solid #edbe00;
}


.centre {
	text-align: center;
	border: 0px;
}

.centre a:hover {
	border: 1px solid #edbe00;
}

.image-right {
	float:right;
}	
