/*  
Theme Name: GeoStudi
Description: GeoStudi theme.
Version: 1.0
Author: xavier gonzalez
Author URI: .
*/
/*

Elements generals
Estructura de pagina
Header
Links
Capaleras
Peu
Formularis
altres

/* =General
----------------------------------------------- */ 
@import url(/c/navegacio.css);

* {
	padding:0; 
	margin:0;
	}
img {
	border: 0;
	display:block;
}
p {
	margin: .5em 0;
	}
/* =Estructura
----------------------------------------------- */ 
body,
html{
	/*height: 100%;*/
	background:#fff;
	}
body {
	font:76%/150% "Lucida Grande","Microsoft Sans Serif",Geneva,Verdana,Arial,Helvetica,sans-serif;
	color:#000;
	border-top: 7px solid #f2efcc;
	text-align:center;
}
#wrap {
	margin: 0;
	width: 100%;
	padding: 0;
	position: relative;
	}
#pagina {
	/*min-height: 100%;*/
	margin:0 auto;
	position:relative;
	max-width:70em;
	text-align:left;
	}
	
#contenidor {
	position:relative;
	width:100%;
	height: 98%;
	padding: 1em 0;
	border-top: 2px solid #f2efcc;
	}
#c1-c2 {
	float:left;
	width: 48%;
	margin:0 0 0 2%;
	}
#c2-c2 {
	float:right;
	width: 45%;
	margin:0 2% 0 0;
	}
#c1-c1 {
	float:left;
	width: 85%;
	margin: 0 5% 0 5%;
	}
	
/* =Header
----------------------------------------------- */
#cap {
	height: 125px;
	background-color:#fff;
	color: #fff;
	}
	
	#cap h1 {
		float:left;
		margin:0;
		padding: 0;
		height: 119px;
		width: 400px;
		background: url(/i/gs2.png) no-repeat 0 100%;
		display:block;
		}

	#cap h1 span {
		position: absolute;
		left: -5000px;
		}
		
/* =Capaleras
----------------------------------------------- */  
h1,h2,h3,h4,h5,h6 {
	font-family:Helvetica,Arial,Geneva,sans-serif;
	font-weight:normal;
	color:#993333;
	background-color: #fff;
	margin: .5em 0;
	}
h1 {
	font-size:1.6em;
	line-height:1.3;
	}
h2 {
	font-size: 1.4em;
	line-height: 1.3;
	font-weight:bold;
	}
h3 {
	font-size: 1.2em;
	line-height: 1.3;
	font-weight:bold;
	}
	
/* =Links
----------------------------------------------- */  
a:link,
a:visited {
	color: #993333;
	background-color:#fff;
	border-bottom: 1px dotted #993333;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #4d3c3c;
	text-decoration: none;
	border-bottom: 1px dotted #993333;
	background: #f2efcc;
	font-weight: bold;
	}
.pdf{
width:20px;
padding:0 20px 0 0;
}
.pdf{
background: url("/i/pdf.png") no-repeat right;
}

/* =Peu
----------------------------------------------- */  
#peu {
	position:relative;
	margin:0 auto;
	padding: 1em 0;
	clear:both;
	width:100%;
	color:#dfe0e5;
	background-color:#333;
	border-top:3px ridge #a2a5a7;
	border-bottom: 3px ridge #a2a5a7;
	}
#peu ul{
	list-style-type:none;
	}
#peu li{
	display:inline;
	}
#peu a:link, #peu a:visited {
	color: #fff;
	background:#333;
	border-bottom: 1px dotted #fff;
	}
	
/* =Formularis
----------------------------------------------- */  
#cform {
	margin:0;
	padding:0;
	border-top: 1px solid #fff;
	width:100%;
	}
#cform strong {
	background-color:#fff;
	color:#f00;
	font-weight: bold;
	}
#cform form {
	border-top: 1px solid #89A4C0;
	border-bottom: 1px solid #89A4C0;
	}
#cform input:focus, #cform textarea:focus, #eform textarea:focus, #eform input:focus{
	background-color: #c6d3d9;
	color: #000
}

#cform textArea {
	width: 300px;
	height: 200px;
}

fieldset {
	margin : 0;
	padding : 1em;
	border : 1px solid #999;
}

	fieldset div br {
	display : none;
	}

fieldset div {
margin : 0;
padding : 0;
}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input, fieldset div textarea {
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div select {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	border : 1px solid #900;
	padding : 1px;
	}
						
	#fm-required div label:before {
	content: "* ";
	}

		#fm-optional label:before {
		content: "";
		}
		
#fm-submit {
clear : both;
padding-top : 1em;
text-align : center;
}

	#fm-submit input {
	border: 1px solid #333;
	padding: 2px 4px;
	background: #fff;
	color: #333;
	font-size: 100%;
	}	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;
}

/*============================================= */
legend {
font-weight : bold;
background-color:#fff;
color : #333;
margin : 0;
padding : 0.5em;
}

/* Combo Label + Input Field ================== */
form .inlineSection .oneField {
	float: left;	
	padding: 0;
	margin-right: 4px;
}

.inlineSection {
	overflow: auto;
	width: 100%;
}
.inlineSection .oneField .inlineLabel {
	display: block;	
	padding: 0 3px;
	margin: 0.4em 4px 0 0;
}


/* =altres
----------------------------------------------- */  

#banner-image {
	border-top: 1px solid #fff;
	margin: 3% 3%;
	height: 361px;
	overflow:hidden;
	}
body#home #banner-image {
	background: url("/i/img1.jpg") no-repeat center;
	}
body#geostudi #banner-image {
	background: url("/i/img2.jpg") no-repeat center;
	}
body#acces #banner-image {
	background: url("/i/img3.jpg") no-repeat center;
	}
.clear{
	clear:both;
	height:0px
}
abbr,
acronym {border:none;}

abbr[title],
acronym[title] {
	border-bottom:1px dotted #666;
	cursor:help;
	font-style:italic;
}
p a[hreflang]:after, dd a[hreflang]:after {
	content: " ["attr(hreflang)"]";
	font-weight: normal;
	}