/*
 *  CSS STYLESHEET
 *  Il fondaco
 *  v 1.0
 *
 */

/* Common tags definitions */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
}

body {
	
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #fff;
}

p {
	text-align: justify;
}

em, i {
	color: #fff;
}


/* Divs by id */

#logo {
	position: absolute;
	display: block;
	width: 81px;
	height: 81px;
	background: url(../_img/logo.png) no-repeat top left;
	z-index: 100;
}

#title {
	position: absolute;
	margin-left: 81px;
	margin-top: 150px;
}

#navigation {
	position: absolute;
	margin-left: 81px;
	margin-top: 253px;
	width: 400px;
	color: #fff;
}

#page {
	position: absolute;
	width: 520px;
	margin-left: 380px;
	margin-top: 260px;
	background: #d92892;
	padding: 30px 50px 50px 50px;
	color: #fff;
}

#who, #where {
	width: 270px;
	padding-top: 10px;
	text-align: left;
}

#who p {
	text-align: left;
}

#home {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

#credits {
	margin-top: 140px;
}

	#credits p, #credits a {
		font-size: 9px;
	}

	#navigation p, #page p, #credits p {
		color: #fff;
	}
	
	#navigation a {
		color:#d92892;
	}
	
/* CLASSES */

.drawer {
	padding-bottom: 15px;
}

.imglink {
	margin: 5px 5px 0px 0px;
	border: 5px solid #fff;
}

.imglink:hover {
	border: 5px solid #000;
}

.gallery {
	margin: 15px 0px 25px 0px;
}