body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #76C4E2;
	margin: 0;
	padding: 0;
    font-size: 17px;
    font-weight: 300;
}
h1 {
	text-align: left;
	background-color: #D6EDF6;
	font-size: 2.5rem;
	clear: both;
	margin: 0;
	padding: 20px 0px 20px 20px;
}
.photo_icon {
	background-image: url('../img/photo_icon.png');
	width: 32px;
	height: 32px;
	margin-right: 15px;
	display: inline-block;
	background-repeat: none;
	vertical-align: middle;
}
.header_footer {
	text-align: center;
	padding: 20px;
	clear: both;
}
.bottom_copyright {
	text-align: center;
	clear: both;
	background-color: #5E9DB5;
	padding: 20px 0px 20px 0px;
	display: block;
}
.list_wrapper {
	text-align: center;
	padding-left: 20px;
}
.etg_gallery {
	list-style-type: none;
	display: inline-block;
}
.etg_gallery li {
	float: left;
	margin: 0 15px 11px 0;
}
.etg_gallery .thumb_caption {
	display: none;
}
.thumb_img {
	padding: 5px;
	border: 1px solid #5E9DB5;
	border-radius: 3px;
	height: auto;
	max-width: 250px;
}
@media screen and (max-width: 900px) {
	.thumb_img {max-width: 200px;}	
}
@media screen and (max-width: 520px) {
	.thumb_img {max-width: 150px;}	
}
.thumb_img:hover {
	background-color: #5E9DB5;
}
div.navigation {
	clear: both;
	text-align: center;
}
ul.page-numbers {
	display:inline-block;
	list-style:none;
	color: #000;
	padding: 5px 4px;
	border-radius: 3px;
	border-width: 0
}
ul.page-numbers li {
	display:inline;
	float:left;
	color: #000;
	margin:0 2px;
	text-align:center;
	border-radius:3px;
	white-space: nowrap;
	border: 1px solid #5E9DB5;
}
ul.page-numbers li.current{
	font-weight:bold;
	color: #000;
	background-color: #5E9DB5;
}
ul.page-numbers li.current a {
	font-weight:bold;
	color: #000;
}
ul.page-numbers li.previous {
	width:auto;
	padding:0;
}
ul.page-numbers li.next {
	width:auto;
	padding:0;
}
ul.page-numbers a {
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	font-weight:400;
	cursor:pointer;
	padding:0px 15px;
	text-decoration: none;
	color: #000;
}
ul.page-numbers a:hover, ul.page-numbers a:focus {
	background-color:#5E9DB5;
	color: #000;
}
ul.page-numbers li.current:hover{
	color:#000;
	background-color:#5E9DB5;
	border-radius:3px;
}

