@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FCFBFC;
	font-size: 15px;
}
.page_photos { 
	position: relative;
	max-width: 580px;
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	font-family: "Century Gothic";
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #333333;
	z-index: 100;
	border: 2px none red;
}
.navigation {  
	position: relative;
	width: 99%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 20px 0 0 0;
	font-size: 1em;
	line-height: 100%;
	text-align: left;
	background-color: #ffffff;
	z-index: 200;
	border: 3px none blue;
}
.photo_panel {
	position: relative;
	width: 99%;
	height: auto;
	margin-top: 20px;
	background-color: transparent;
	text-align: center;
	cursor: none;
	z-index: 200;
	border: 2px none blue;
}
.photo_panel_img {
	width: 100%;
	height: auto;
}
.foot {  
	width: 100%;
	margin-top: 50px;
	border-top: 1.8px dotted #FF4F00;
	z-index: 300;
}

/* LINKS */

a:link, a:visited, a:active
{
	font-size: 1em;
	font-weight: normal;
	color: #15703C;
	text-align: left;
	text-decoration: none;
}
a:hover
{
	font-size: 1em;
	font-weight: normal;
	color: #E36400;
	text-align: left;
	text-decoration: none;
}
.arrows { /*--------- Photos -------*/
	font-size: 1em;
	font-weight: normal;
}
.arrow_up {
	font-size: 2.2em;
	font-weight: normal;
	color: #FF4F00;
}


/* END OF LINKS */


/* MISC */

img{
	width: 100%;
  	height: auto;
	border: 0px;
}
img.addBorder{
	width: 100%;
  	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}

/* MEDIA QUERIES */

@media (max-width: 2000px) and (min-width: 601px) {

}


@media (max-width: 600px) and (min-width: 461px) {


}

@media (max-width: 460px) and (min-width: 321px) {

}

@media (max-width: 320px) {
  	
	a:link, a:visited, a:active {
		font-size: 0.9em;
		}
	a:hover	{
		font-size: 0.9em;
		}
	}

/* END OF MEDIA QUERIES */

