* {
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: "VerdanaEnantena";
	src: url(/static/fonts/verdana.ttf) format("truetype");
}

img {
	/* Per IE :D */
	border: none;
}

audio {
	display: none;
}

body {
	/* Background Gradient inici */
	background: #595a5c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' - fet al HTML */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NWE1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzk0OTU5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzk0OTU5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTVhNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #595a5c 0%, #949599 37%, #949599 65%, #595a5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #595a5c), color-stop(37%, #949599), color-stop(65%, #949599), color-stop(100%, #595a5c) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #595a5c 0%, #949599 37%, #949599 65%, #595a5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #595a5c 0%, #949599 37%, #949599 65%, #595a5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #595a5c 0%, #949599 37%, #949599 65%, #595a5c 100%); /* IE10+ */
	background: linear-gradient(left, #595a5c 0%, #949599 37%, #949599 65%, #595a5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#595a5c', endColorstr='#595a5c', GradientType=1 ); /* IE6-8 */
	/* Background Gradient fi */
	font-family: VerdanaEnantena, verdana;
	
	position: relative;
}

a {
	text-decoration: none;
	color: black;
}

.loading {
	background: url('../images/loading.gif') no-repeat center;
}

.loading div {
	opacity: 0.2;
}

#loading2 {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
}

.insetText, .noInsetText {
	font-family: Lucida Grande;
	font-size: 25pt;
}

.noInsetText {
	color: rgba(0,0,0,0.5);
	text-shadow: 2px 2px 3px rgba(255,255,255,0.8),
	0px 0px 1px rgba(0,0,0,.7);
}

.insetText {
        /* font-weight: bold; */
        background-color: #666666;
        -webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
        color: transparent;
        text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

.insetTextHeader, .noInsetTextHeader{
	font-family: Lucida Grande;
	font-size: 29pt;
}

.noInsetTextHeader {
	color: rgba(0,0,0,0.5);
	text-shadow: 2px 2px 3px rgba(255,255,255,0.8),
	0px 0px 1px rgba(0,0,0,.7);
}

.insetTextHeader {
        background-color: #363636;
        -webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
        color: transparent;
        text-shadow: rgba(148, 149, 153, 0.85) 0px 3px 3px;
}

/* HEADER */

#header {
	height: 130px;
	-webkit-box-shadow: inset 0 -5px 8px -5px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0 -5px 8px -5px rgba(0,0,0,0.65);
	box-shadow: inset 0 -5px 8px -5px rgba(0,0,0,0.65);
	position: relative;
}

div#iconapodcast {
	position: absolute;
	left: 10px;
	top: 10px;
}

div#logoenantena {
	position: absolute;
	top: 43px;
	left: 45px;
}

div#logoradio {
	margin-right: 75px;
	text-align: right;
	padding-top: 20px;
}

div#logoradio img {
	max-height: 80px;
}

div#menu {
	position: absolute;
	top: 45px;
	height: 70px;
	text-align: center;
	width: 100%;
}

img.separador {
	margin-left: 25px;
	margin-right: 25px;
}

/* HEADER FI */

/* CONTENT */

div#content {
	background-color: white;
	min-height: 600px;
    text-align: center;
    padding: 2% 5% 30px;
    z-index: 2;
}

div#titolseccio {
	margin-bottom: 3%;
}

div#controls {
	padding-bottom: 10px;
}

/* CONTENT FI */

/* HISTORIC */
div#resultats_filtrat {
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

div#parametres_filtrat {
	display: inline-block;
	width: 49%;
	text-align: center;
}

div.bloc_filtre {
	background-color: #a5a6a8;
	margin: 10px;
	display: inline-block;
	text-align: left;
}

div.llista_bloc_filtre {
	color: #414143;
	padding: 5px;
	-moz-box-shadow: 0px 0px 6px 1px #888;
	-webkit-box-shadow: 0px 0px 6px 1px #888;
	box-shadow: 0px 0px 6px 1px #888;
}

div.titol_bloc_filtre {
	min-width: 300px;
	height: 27px;
	background-color: #01aad3;
	color: white;
	-moz-box-shadow: 0px 0px 6px 1px #888;
	-webkit-box-shadow: 0px 0px 6px 1px #888;
	box-shadow: 0px 0px 6px 1px #888;
	padding-left: 10px;
	padding-top: 3px;
}

span.podcasttitle {
	font-size: 11pt;
	cursor: pointer;
}

div#resultats_filtrat div.reproductor {
	min-width: 500px;
}

div.iframe div.reproductor {
	min-width: 500px;
}

/* HISTORIC FI */

/* FOOTER */
div#footer_shadow {
	height: 6px; /* Espai per el shadow */
	-webkit-box-shadow: inset 0 5px 8px -5px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0 5px 8px -5px rgba(0,0,0,0.65);
	box-shadow: inset 0 5px 8px -5px rgba(0,0,0,0.65);
}

div#footer {
	color: black;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.2em white;
	padding-top: 10px;
	padding-bottom: 20px;
}
/* FOOTER FI */
