/* fun stuff to shift the real page left */

#content {
	display: none;
}

#sidebar {
	left: -75px;
}


/* the gallery */

#gallery {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 10px 0;

	width: 700px;
	min-height: 100%;
	background-color: #5b5140;
}

#rinviare a {
	position: absolute;
	left: -65px;
	top: 467px;
	
	width: 83px;
	height: 29px;
	
	background: url("../images/rinviare.gif") no-repeat;
}

#rinviare a:hover {
	background-image: url("../images/rinviare_selected.gif")
}

#photo {
	position: relative;
	
	height: 480px;
	width: 700px;
}

#photo p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
}

#description {
	background-color: #f3efe4;
	padding: 15px 30px 15px 30px;
}

#description h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}


#album {
	background-color: #f3efe4;
	border-top: 1px #c7b18b dotted;
	padding: 10px 4px 10px 4px;
	text-align: middle;
}

#album ul {
	margin-left: 37px;

}

#album li {
	display: inline;
	padding: 4px 4px 4px 0;
}

#other_albums {
	padding: 15px 30px 15px 30px;
	color: #f3efe4;
}

#other_albums h2 {
	margin-bottom: 1em;

}

#other_albums li {
	color: #5b5140;
	display: inline;
	font-size: 0.8em;
	margin: 0.2em 0.5em 0.2em 0;
	background-color: #f3efe4;
	padding: 0.2em;
}

