body {
	font-family: Arial, Helvetica, sans-serif;
}

.photo-title {
	text-align: center;
	margin-top: -10px; /* Adjusting CSS cause by other plugin */
}

.p1 {
	border: black solid 1px;
	margin: 10px 12px 0 0;
	width: 220px;
	display: inline-block;
}

.thumb {
	width: 230px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	background: rgb(200,200,200);
	display: table-cell;
}

.thumb img {
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border: none;
}

.credit {
	font-family: sans-serif;
	font-size: 86%;
	text-align: center;
}

.links {
	font-family: sans-serif;
	text-align: center;
	font-size: 76%;
	padding-bottom: 5px;
}

h2 {
	clear: both;
	margin: 1em 12px 0 0;
	border: black solid 1px;
	padding: .2em;
}

P.bottomnav {
	clear: left;
	padding-top: 1.5em;
}

.photo-list {
	overflow: hidden;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 1220px;
	text-align: center;
}

@media screen and (max-width: 782px) {

	.photo-title {
		margin-top: -25px; /* Adjusting CSS cause by other plugin */
	}
}

@media only screen and (max-width : 600px) {

	.photo-list p {
		text-align: left;
	}
}
