
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/* body { background-color:#f8f8f8; margin: 0px 0px 0px 0px; } */

#page {
	position:relative;
	top:0;
	left:0;
	width:850px;
 	height:auto;
	/* overflow:scroll; */
  background-color:#e9e9e9;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; 
  color:#666;
  margin:0;
  padding:0 0 50px 0;
  border:none;
  list-style:none;
}

/* html {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; background-color: #f8f8f8; color:#666;
} */

#photoGrid ul {
  position: absolute;
  padding:0;
  margin:0;
  list-style:none;
  width:186px;
}

#photoGrid img {
  position: relative;
  left:0;
  top:0;
  padding:0;
  margin:0;
  border:3px solid #fff;
}

#photoGrid p {
	margin:10px 0px;
	color:#666;
}

#photoGrid li a {
	margin-bottom:10px;
}

#photoGrid li {
width: 186px;
height: auto;
padding:0;
margin:0;
background-color: #fff;
border:10px solid #fff;
-moz-box-shadow: 0 0 1em rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 1em rgba(0,0,0,.2);
box-shadow: 0 0 1em rgba(0,0,0,.2);
}

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  /* margin: 20px 0; */
  margin: 0; /* aligns top row to TOP */
}

.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow a img {
  background:none;
}

.imageRow a img:hover {
	opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}

#photoGrid li a:hover {

	color: #999;

	text-decoration: none;

	border-bottom: none;

}

.imageRow .set {
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set .single a {
  background: none;
}

.imageRow .set .single.first a {
  background: none;
}

.imageRow .set .single.last a {
  background: none;
}