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

#wrapper {
	margin: 0;
	width: 100%;
	padding: 0;
}
h1 {
	font-family: "Avenir Next Ultra Light", "Century Gothic", sans-serif;
	font-size: 1em;
	padding-top: 2%px;
	font-style: normal;
	font-weight: lighter;
	color: black;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#image {padding: none;}
thumbs {padding-left: 2%;}
table.thumbpics#mobile {
	width: auto;
	height: auto;
	border-spacing: 0;
	border-collapse: collapse;
	display: block;
	clear: left;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin-top: 2%;
}

table.thumbpics#screen {
	display: none;
}
#wrapper nav {
	float: left;
	margin: 0;
	font-family: "Avenir Next Ultra Light", "Century Gothic", sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-left: 0;
	clear: left;
	font-size: .9em;
	color: black;
}
h5 {
	font-family: "Avenir Next Ultra Light", "Century Gothic", sans-serif;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #473c3c;
	max-width:inherit;
}
.clear {
	clear: none;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #FFF;
}
#bigpic {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 2%;
}
#image {
	margin-bottom: none;
	margin-right: none;
	margin-left: none;
	clear: both;
	float: none;
	display: block;
	width: 100%;
}
#title {
	text-align: center;
	font-family: "Avenir Next Ultra Light", "Century Gothic", sans-serif;
	width: auto;
}
#bigholder {
	margin-bottom: none;
	margin-right: none;
	margin-left: none;
	clear: both;
	float: none;
	display: block;
	width: 100%;
}
a:link img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.content {
	position: absolute;
	bottom: -50px;
	background: rgba(0, 0, 0, 0);
	color: ;
	width: 100%;
	height: auto;
	right: 0;
	left: 0px;
	text-align: left;
	background: #CCCCCCcfcaca;
	opacity:50%;
	background-clip: content-box;
	padding-left: 0px;
	z-index: 90;
	padding-bottom:0;
	line-height:1.2;
	
}
.content1 {
  position: fixed;
  top: 10;
  background: rgba(0, 0, 0, 0);
  color:#5a5454;
  max-width: 100%;
  height: auto;
  padding: 0px;
text-align: center;
z-index:100;
}
.responsive {
	max-width: 100%;
	height: auto;
	text-align:center;
}


