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

   CSS    Gelabert Azzopardi
   www.gelabertazzopardi.com

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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #1c181c;
	/*background: #1a171b;*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-top: 20px;
}
a {
	color: #000;
	text-decoration: none;
	border: 0px;
}
img {
	border: 0px;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
	height: 0;
}

/* ------------------------------------------------------------------------------ IMAGE */
#wrap_index {
	width: 865px;
	margin: 0 auto;
	overflow: hidden;
}
#img {
	float: left;
	padding-left: 75px;
	width: 725px;
	height: 563px;
	margin: 0 auto;
	text-align: center;
	background: #1a171b url(../img/index/background.jpg) no-repeat right top;
}
#text {
	width: 725px;
	overflow: hidden;
	padding-top: 390px;
}
	#text h1 {
		font-size: 30px !important;
		padding-bottom: 10px;
		/*border-bottom: 1px solid #fff;*/
	}
	#text #txt_h2 {
		width: 310px;
		overflow: hidden;
		margin: 0 auto;
	}
	#text h2 {
		float: left;
		margin-top: 10px;
		width: 150px;
		font-size: 26px;
		padding-left: 0;
		text-align: left;
	}
		#text h2 a.conquassabit {
			float: right;
		}
#lang {
	/*width: 750px;*/
	width: 485px;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 240px;
}
	#lang h2 {
		float: left;
	}
	#lang a {
		font-size: 13px;
		height: 13px;
	}
	#lang a.cat {
		padding: 0 25px;
	}
ul#new_production {
	width: 585px;
	border-top: 1px solid #ccc;
	padding-left: 140px;
	padding-top: 15px;
	margin-top: 15px;
}
	ul#new_production li {
		float: left;
		padding-left: 25px;
	}

#menu {
	float: right;
	width: 55px;
}
	#menu li.op_dashed {
		margin-top: 8px;
		padding-top: 10px;
		border-top: 1px dashed #cf181f;
	}
	#menu a {
		display: block;
		height: 17px;
		text-indent: -9999px;
	}
	#menu a#m_es {
		background: transparent url(../img/index/menu/es.gif) no-repeat 0 0;
	}
	#menu a#m_ca {
		background: transparent url(../img/index/menu/ca.gif) no-repeat 0 0;
	}
	#menu a#m_en {
		background: transparent url(../img/index/menu/en.gif) no-repeat 0 0;
	}
	#menu a#m_festival {
		height: 29px;
		background: transparent url(../img/index/menu/edinburgh_festival.gif) no-repeat 0 0;
	}
	
	#menu a#m_es:hover, #menu a#m_ca:hover, #menu a#m_en:hover {
		background-position: 0 -17px;
	}
	#menu a#m_festival:hover {
		background-position: 0 -29px;
	}

ul#follow_us {
  text-align: left;
  float: right;
  width: 55px;
  /*padding-top: 380px;*/
  padding-top: 420px;
}
  ul#follow_us li {
    margin-bottom: 5px;
  }
    ul#follow_us li.f_title {
      margin-bottom: 12px;
    }
  ul#follow_us a {
    text-indent: 0;
  }

#logos {
	clear: both;
	font-size: 10px;
	padding: 5px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#logos_content {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
	#logos_content p {
		padding-bottom: 5px;
	}
	#subsidize, #resident {
		float: left;
	}
	#subsidize {
		width: 420px;
	}
		#subsidize img {
			margin: 0 5px;
			/*margin: 0 15px;*/
		}
	#collaborate {
		float: left;
		padding-left: 20px;
		width: 125px;
	}
	#resident {
		float: right;
		width: 175px;
		padding-left: 10px;
	}

#copyrigth {
	margin: 15px 0;
}



/* ------------------------------------------------------------------------------ SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}