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


/*** Time Filter
-------------------------------------------------------------------------------*/
#filter-pane {
	float: left;
	height: 40px;
	width: 840px;
	margin: 0 0 15px 0;
	overflow: hidden;
	}

#filter-pane ul{
	}

#filter-pane div {
	text-align: center;
	margin: 0;
	}

#filter-pane a {
	display: block;
	height: 40px;
	padding: 0 15px;
	}

#filter-pane div.first a {
	padding-left: 0;
	}

#filter-pane div span {
	display: block;
	cursor: pointer;
	}

#filter-pane .month {
	font-size: 1.286em;
	font-weight: bold;
	color: #666;
	}

#filter-pane a:hover .month {
	color: #000;
	}

#filter-pane a.active .month,
#filter-pane a.active .year {
	color: #000;
	}
	
span.scroll { float:right; }



/*** Photo Elements
-------------------------------------------------------------------------------*/
#photos {
	padding-top: 0;
	border: none;
	}

#photos #desc {
	text-align: right;
	}

#photos #desc span {
	color: #000;
	font-weight: bold;
	}

#photos .photo {
	display: block;
	height: 74px;
	width: 124px;
	border: 3px solid #999;
	background: #C7CCC2 url(../img/photo_missing.png) center center no-repeat;
	}

#photos .photo:hover {
	border-color: #BBD99E;
	}

#photos .taken {
	color: #666;
	text-transform: lowercase;
	}

#photos .taken.dark {
	color: #000;
	}



/*** Show More
-------------------------------------------------------------------------------*/
#more {
	clear: both;
	}

#more a {
	display: block;
	margin: 20px 0;
	padding: 20px;
	color: #C7CCC2;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	background: #999 none;
	border: none;
	cursor: pointer;
	}

#more a:hover {
	color: #000;
	background: #BBD99E none;
	border: none;
	}



/*** Loader Graphic
-------------------------------------------------------------------------------*/
#photos-loading {
	clear: both;
	padding: 100px 0;
	background: transparent url(../img/ajax-loader.gif) center center no-repeat;
	}



/*** Lightbox Overrides
-------------------------------------------------------------------------------*/
#lightbox a {
	border: none;
	cursor: pointer;
	}

#lightbox a:hover {
	background-color: transparent;
	border: none;
	}