/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Ed Nacional (www.ednacional.com)
* 
* 
* 


*/
* 
/*PER CANVIAR LA DISTANCIA ENTRE EL MENÚ I LES IMATGES QUE APAREIXEN A LA DRETA. */


{
	margin: 0;
	padding: 0;
}

/*PER CANVIAR COLOR DE FONS DE LA DRETA (PANTALLA ON SURTEN ELS TREBALLS I, I LES CARACTERISTIQUES DE LES LLETRES.*/
body {
	font-size: 10px;
	font-family: Helvetica, Arial;
	letter-spacing: normal;
	line-height: 10px;
	background-color: #ffffff;
	color: #d4d4d4;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



/* LINKS */
	
	
	/* colors for all links */
a:link {
	text-decoration: none;
	color: #000000;
	}
a:active {
	text-decoration: none;
	background-color:#;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color:#;
	color: #878587;
}
	/* any img that is a link */
	a img { 
	border: none; 
	}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings PER CANVIAR LES CARACTERÍSTIQUES I EL NOM DE LES DIFERENTS SECCIONS*/
	
	
	.top-section {
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom:8px;
		padding-left: 25px; /* matches padding left in #menu ul */
		font-size: 26px;
		line-height: 48px;
		color: #483551;
		font-style: italic;
		font-family: Georgia, serif;
	}


/* MENU     PER CANVIAR LES PROPORCIONS, EL COLOR, ETC., DEL RECTANGLE DEL MENÚ*/

	#menu {
	
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left:45px;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
	
	
	/* This section controls each section made   PER CONTROLAR EL MENÚ: MARGES, TAMANYS,ETC*/ 
	#menu ul {
	font-size: 11px;
	font-family: Helvetica, Arial;
	font-weight: bold;
		list-style: none;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px; /* sets the space between each section */
		margin-left:50px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 0px;
		padding-left: 0px;
		line-height: 20px;
	}

/*PER TOCAR LA DISTÀNCIA ENTRE SECCIONS DEL MENU*/
	#menu ul li {
		margin-top: 0px;
		margin-bottom: 3px;
	}
	
	/* The following sets the style for the section heading PER TOCAR LES OPCIONS DEL TITOL DE CADA MENÚ*/
#menu ul li.section-title {
	background-color: #ffffff;
	color: #ffffff;
        margin-right: 0px;
        font-family: Helvetica, Arial;
	font-style: normal;
}
	
	/* The following selectors style the "Built with Indexhibit" on the menu */	
		
		#menu ul.built {
			margin-bottom: 0;
		}
	
		#menu ul.built li {
			padding-top: 5px;
			border-top-color: #ffffff;
			border-top-style: solid;
			border-top-width: 1px;
			color: #FFFFFF;
		}
		
		The following changes the link colors for only the "Built with Indexhibit" link 
		#menu ul.built a {
			color: #FFFFFF;
		}
		
		#menu ul.built a:hover {
		 	text-decoration: underline;
			color: #FFFFFF;
		}

	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			font-size: 9px;
			color: #bbbbbb;
			font-family: Georgia, serif;
			font-style: italic;
			margin-top: 5px;
			padding-top: 10px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
		}


/* CONTENT AREA */

	#content {
		height: 100%;
		margin-top: 12px; /* espai blanc superior de les imatges */
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 250px; /* l'espai del contenidor comenï¿½a on acaba el menï¿½ - if you change this also change the width of #menu to match */
	    top: 0;
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 30px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 40px;
	}

	.container {
		padding: 10px 10px 25px 10px;
		margin-bottom: 25px;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
		width: 600px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 11px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 11px; /* use this the change the leading (space between lines) */
	}

	p { /* sets the properties for all paragraphs  */
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 11px;
    	margin-left: 0;
	}

/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/
	
	h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 32px;
	color: #483551; /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
	padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	color: #483551;
	padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
	}
	
	h3 { 
		font-size: 16px;
		color: #0006FF;
	}
	
	h4 { 
		font-size: 12px; 
		color: #0006FF;
	}

/* IMAGES */

	#img-container	{ 
		margin: 0 0 10px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 600px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 1px; 
		border-style:  solid;
	}
	
	#once { clear: left; }
	
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #0b0b0b;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: Georgia, serif;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color: #0b0b0b;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Georgia, serif;
		font-style: italic;
		padding-left: 20px;
	}
	

/* SEGONA COLUMNA */
	
	.taulaDRETA {
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		font-style: italic;
		font-weight: normal;
		color: #000000;
	}

	#long-sandy-beach .one-box {
		float: left;
		padding-right: 35px;
		width: 200px;
	}
	
	#long-sandy-beach .caption-box {
		padding-top: 25px;
	}

	#long-sandy-beach {
		width: 100%;
		height: 100%;
	}
