h1 {
	margin-bottom: 0.5em;
}

h2 {
	clear: both;
	font-family: Verdana;
	font-size: 119%;
	font-style: normal;
	position: relative;
}

h3 {
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0.1em;
}

.last_month {
	float: left;
	margin: 0 0 1.5em 0;
	position: relative;
	width: 75%;
}

.last_month h3 {
	font-size: 130%;
}

.rest_months {
	clear: both;
}

.date, .source {
	color: #7a858d;
	float: left;
	font-family: Verdana;
	font-size: 72%;
	margin-bottom: 2em;
}

.last_month .content {
	clear: both;
	padding: 0.5em 0 0 1em;
}

.rest_months li ul {
	clear: right;
	float: left;
	padding: 0 0 1.5em;
	width: 50%;
}

.rest_months li li {
	clear: both;
	float: none;
	margin: 0;
	padding: 0 0 3em;
	width: 90%;
}
.rest_months h3 {
	font-size: 100%;
}

.navigation {
	float: left;
	left: 80%;
	margin: 2.37em -100% 0 0;
	position: relative;
	width: 20%;
}
.navigation .selected {
	font-style: italic;
}

.navigation li {
	margin: 0 0 0.5em;
}

.years {
	font-size: 130%;
	margin: 0 0 200px;
}

cite {
	font-size: 119%;
}

.photo {
	margin: 0 0 0 -85px;
}
.photo .desc {
	color: #5e7687;
	font: 72% Verdana;
	width: 50%;
}

#img_container {
	background: #000;
	margin-bottom: 0.5em;
	//overflow: hidden;
	position: relative;
	width: 0;
	height: 0;
}

#img_container .hidden li {
	visibility: hidden;
}
#img_container .hidden .clone {
	visibility: visible;
}

#img_container .previews {
	height: 100%;
	position: relative;
	overflow: hidden;
}
#img_container .previews li {
	float: left;
	position: relative;
	text-align: center;
}
#img_container .previews li img {
	cursor: pointer;
	top: 5%;
	position: relative;
	vertical-align: bottom;
}
#img_container .hidden li img {
	cursor: auto;
}
#img_container .previews .desc {
	display: none;
}
#img_container .previews .clone {
	float: none;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 100;
}

#img_container .previews .clone img {
	cursor: pointer;
	top: -50%;
	left: -50%;
}

#img_container .previews .clone.hor {
	width: 100% !important;
}
#img_container .previews .clone.vert {
	height: 100% !important;
}
#img_container .previews .clone.hor img {
	height: auto;
	width: 100%;
}
#img_container .previews .clone.vert img {
	height: 100%;
	width: auto;
}

#img_container.vertical li img {
	width: 90%;
}
#img_container.horizontal li img {
	height: 90%;
}

#img_container .photo_corner {
	background: url("/media/html/f/i/photo_corner.png") no-repeat;
	cursor: pointer;
	height: 129px;
	width: 187px;
	margin: -120px 0 0 100%;
	left: -168px;
	position: absolute;
	z-index: 101;
}


.addition {
	color: #5e7687;
	font-family: Verdana;
	font-size: 80%;
	padding: 2em 0 0;
}
.addition p {
	margin: 0 0 0.3em;
}

.addition h4 {
	font-size: 117%;
	margin-bottom: 1em;
}

.last_month .date,
.rest_months .date {
	margin-bottom: 0.4em;
}

#content .cite {
	clear: both;
}
