/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* --------------------------- Reset CSS ---------------------------- */

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, font, 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:0px; padding:0px; border:0px; outline:0px; }

a {
	color:#FF6600;
	text-decoration:underline;
	outline:none;
	font-weight: bold;
}
a:hover {
	color:#FF0000;
	font-weight: bold;
	text-decoration: underline;
}

a img, :link img, :visited img { border:0px; }

table { border-collapse:collapse; border-spacing:0px; }

ol, ul { list-style:none; }

:focus { outline:none; }

img { margin:0px; vertical-align:top; }

html { overflow-y:scroll; }

/* --------------------------- Grid Columns ---------------------------- */

/* A container should group all your columns. */

.container {
  width: 950px;
  margin: 0 auto;
}

/* Columnns */

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-7-mig, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
	float:left;
	margin-right: 10px;
}

div.last {
	margin-right: 0;
}

.span-1  { width: 70px;}
.span-2  { width: 150px;}
.span-3  { width: 230px;}
.span-4  { width: 310px;}
.span-5  { width: 390px;}
.span-6  { width: 470px;}
.span-7  { width: 550px;}
.span-7-mig  { width: 590px;}
.span-8  { width: 630px;}
.span-9  { width: 710px;}
.span-10 { width: 790px;}
.span-11 { width: 870px;}
.span-12, div.span-12 { width: 950px;}

/* Add these to a column to append empty cols. */
.append-mig  { padding-right: 40px;}
.append-1  { padding-right: 80px;}
.append-2  { padding-right: 160px;}
.append-3  { padding-right: 240px;}
.append-4  { padding-right: 320px;}
.append-5  { padding-right: 400px;}
.append-6  { padding-right: 480px;}
.append-7  { padding-right: 560px;}
.append-8  { padding-right: 640px;}
.append-9  { padding-right: 720px;}
.append-10 { padding-right: 800px;}
.append-11 { padding-right: 880px;}

/* Add these to a column to prepend empty cols. */
.prepend-mig  { padding-left: 40px;}
.prepend-1  { padding-left: 80px;}
.prepend-2  { padding-left: 160px;}
.prepend-3  { padding-left: 240px;}
.prepend-4  { padding-left: 320px;}
.prepend-5  { padding-left: 400px;}
.prepend-6  { padding-left: 480px;}
.prepend-7  { padding-left: 560px;}
.prepend-8  { padding-left: 640px;}
.prepend-9  { padding-left: 720px;}
.prepend-10 { padding-left: 800px;}
.prepend-11 { padding-left: 880px;}

/* Classes to push it into the next column, or to pull it into the previous column.  */
.pull-1 { margin-left: -80px;}
.pull-2 { margin-left: -160px;}
.pull-3 { margin-left: -240px;}
.pull-4 { margin-left: -320px;}
.pull-5 { margin-left: -400px;}
.pull-6 { margin-left: -480px;}
.pull-7 { margin-left: -560px;}
.pull-8 { margin-left: -640px;}
.pull-9 { margin-left: -720px;}
.pull-10 { margin-left: -800px;}
.pull-11 { margin-left: -880px;}
.pull-12 { margin-left: -960px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {float:left;position:relative;}

.push-1 { margin: 0 -80px 1.5em 80px;}
.push-2 { margin: 0 -160px 1.5em 160px;}
.push-3 { margin: 0 -240px 1.5em 240px;}
.push-4 { margin: 0 -320px 1.5em 320px;}
.push-5 { margin: 0 -400px 1.5em 400px;}
.push-6 { margin: 0 -480px 1.5em 480px;}
.push-7 { margin: 0 -560px 1.5em 560px;}
.push-8 { margin: 0 -640px 1.5em 640px;}
.push-9 { margin: 0 -720px 1.5em 720px;}
.push-10 { margin: 0 -800px 1.5em 800px;}
.push-11 { margin: 0 -880px 1.5em 880px;}
.push-12 { margin: 0 -960px 1.5em 960px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {float:right;position:relative;}

/* Clearing floats without extra markup */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

.spacing { height:15px; }
.top_margin { margin:15px 0px 0px; }
.relative { position:relative; }

/* Regular clearing */

.clear { clear:both; }

/* --------------------------- Estructura General ---------------------------- */

html,body {
	margin:0 auto;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	background:#EC9127 url(../img/line2.png) repeat left top;
	text-align: left;
}

#pagina {
	position:relative;
	margin:0 auto;
	width:970px;
	height:auto !important; /* For Modern Browsers */
	height:100%; /* For IE */
	min-height:100%; /* For Modern Browsers */
	overflow:visible;
	background: url(../img/background.jpg) repeat left top;
}

#header { 
  position:relative;
  height:200px;
  overflow:visible;
}

#contingut {
  margin:0px 10px;
  padding:0px 0px 175px;
  overflow:visible;
  background:url('../image/cos_inici.jpg') left top repeat-x; 
}

#footer {
	margin:0 auto;
	position:relative;
	clear:both;
	float:none;
	margin:-145px auto 0px;
	width:100%;
	height:145px;
}

/* --------------------------- Header ---------------------------- */

#header a#top {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:470px;
	height:200px;
	background: url(../img/festa_bolet_titol.png) no-repeat left top;
}

 .menu_header {
	left:15px;
	height:30px;
	margin-top: 20px;
}

.menu_header {
	display:block;
	height:30px;
	line-height:40px;
}

.menu_header a {
	float:left;
	display:block;
	color:#333;
	height:40px;
	width: 230px;
	font-weight:normal;
}

/* ---------------------------menu ---------------------------- */

.programa {
	background: url(../img/programa.jpg) no-repeat left top;
}

.programa:hover {
	background: url(../img/programa_hover.jpg) no-repeat left top;
}

.actual1 {
	background: url(../img/programa_hover.jpg) no-repeat left top;
}


.gastronomia {
	background: url(../img/gastronomia.jpg) no-repeat left top;
}

.gastronomia:hover {
	background: url(../img/gastronomia_hover.jpg) no-repeat left top;
}

.actual2 {
	background: url(../img/gastronomia_hover.jpg) no-repeat left top;
}


.premis {
	background: url(../img/premis.jpg) no-repeat left top;
}

.premis:hover {
	background: url(../img/premis_hover.jpg) no-repeat left top;
}

.actual3 {
	background: url(../img/premis_hover.jpg) no-repeat left top;
}

.participacio {
	background: url(../img/participacio.jpg) no-repeat left top;
}

.participacio:hover {
	background: url(../img/participacio_hover.jpg) no-repeat left top;
}

.actual4 {
	background: url(../img/participacio_hover.jpg) no-repeat left top;
}

.situacio {
	background: url(../img/situacio.jpg) no-repeat left top;
}

.situacio:hover {
	background: url(../img/situacio_hover.jpg) no-repeat left top;
}
.actual6 {
	background: url(../img/situacio_hover.jpg) no-repeat left top;
}





ul#menu_idioma {
  position:absolute;
  top:0px;
  right:10px;
  z-index:20;
}

ul#menu_idioma li {
  float:left;
  position:relative;
  margin:0px 0px 0px 10px;
  height:20px;
  line-height:20px;
}
ul#menu_idioma li.primer { margin:0px; }

ul#menu_idioma li a {
  float:left;
  display:block;
  padding:2px 10px 0px 10px;
  color:#333;
  height:20px;
  font-size:10px;
  line-height:20px;
  font-weight:bold;
  color:#111;
  text-transform:uppercase;
  font-weight:bold;
  background:#fff;
}
ul#menu_idioma li a:hover { color:#FD0002; }
ul#menu_idioma li a.actual { color:#fff; background:#FD0002; }

/* --------------------------- Footer ---------------------------- */

#footer_content {
	margin:0px auto;
	padding:35px 10px 0px 10px;
	width:950px;
	height:110px;
	overflow:hidden;
	overflow:hidden;
	color: #999999;
	border-top: #FFFFFF;
	background: #FFFFFF;
}

ul#aux_footer {
  position:absolute;
  right:0px;
}

ul#aux_footer li {
  float:left;
  position:relative;
  padding:0px 10px;
  border-right:1px solid #111;
  height:15px; 
  line-height:15px;
}

ul#aux_footer li a {
  float:left;
  display:block;
  color:#444;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  height:15px; 
  line-height:15px;  
}

ul#aux_footer li.last {
  padding:0px 0px 0px 10px;
  border:0px;
}

/* --------------------------- Contingut ---------------------------- */

#contingut p { margin-bottom:10px; }

#contingut p.legal { 
  margin:20px 0px 0px 0px; 
  border-top:1px dotted #666; 
  padding:5px 0px 0px 0px; 
  color:#666; 
  font-size:10px; 
  letter-spacing:-1px; 
}

#contingut p.error {  
  padding:10px; 
  background:#FFBFC8; 
}

#contingut p.success {  
  padding:10px; 
  background:#A4FF9F; 
}


/* --------------------------- Formularis ---------------------------- */

fieldset {
  display:block;
  float:none;
  border:1px solid #e3e3e3;
  padding:10px 20px 15px 15px;
  background:#f5f5f5;
  margin-bottom:10px;
}

label { position:relative; width:100%; overflow:hidden; float:none; }

label span {
  display:block;
  margin-top:5px;
  margin-bottom:1px;  
  font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
  font-size:12px; 
  letter-spacing:1px;
  font-style:italic;
}

input { width:99%; }
input.width_50 { float:left; width:49%; }
textarea { width:99%; height:100px; }

img.captcha { margin:-10px 0px 0px 5px; }
h1 {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 30px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fcbe78;
	margin-bottom: 5px;
}

/* --------------------------- caixes degradat ---------------------------- */

.degradat {
	background: url(../img/fons_trans90.png) repeat left top;
	padding: 15px;
}




h4 {
	font-size: 14px;
	color: #FF9900;
}


.hora {
	font-size: 14px;
	color: #FF3300;
}

.restaurant {
	font-size: 24px;
	color: #EB8009;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

.plats {
	font-size: 14px;
	color: #fcbe78;
	font-weight: bold;
	margin-top: 8px;
}

.base {
	background: #663300;
	padding: 15px;
}

.base0 {
	padding: 15px;
}
.base75 {
	background: url(../img/fons_trans75.png) repeat left top;
	padding: 15px;
}

.base80 {
	background: url(../img/fons_trans80.png) repeat left top;
	padding: 15px;
}

.preu {
	font-size: 14px;
	color: #FFCC66;
}

.adreca {
	color: #CC9966;
}
