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

/* Photo Gallery 
--------------------------------------------------------------------------------------------------- */

#photo-gallery {
	width: 800px;
	padding: 15px;
	background-color: #343434;
	border: 1px solid #000000;
	border-top: 2px solid #000000;
	margin: 0 auto;
}

#photo-gallery h4, #photo-gallery h4 a, #photo-gallery h4 a:link, #photo-gallery h4 a:visited {
	font-size: 12px;
	color: #c2c19b;
	text-decoration: none;
	margin-bottom: 10px;
}

#photo-gallery h4 a:hover {text-decoration: underline;}

#photo-gallery p {
  margin: 0 0 12px 0;
	font-size: 12px;
	color: #c2c19b;
}

div.albumWrapper {
	width: 385px;
	float: left;
	margin-bottom: 20px;
}

div.even {padding-left: 30px;}

div.odd {clear: both;}

div.albumWrapper div {
	width: 250px;
	padding-left: 15px;
	float: left;
}

div.albumWrapper img {float:left;}

div.photoWrapper {
	float: left;
	width: 120px;
	padding-right: 16px;
	padding-bottom: 10px;
}

div.photoWrapper.one {clear:both;}
div.photoWrapper.six {padding-right: 0;}

#container2 p.photoMore {
	text-align: right;
	padding: 4px 8px 4px 0;
	background-color: #666666;
	color: #c2c19b;
	font-size: 13px;
	font-style: italic;
	width: 822px;
	margin: 0 auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

p.photoMore a {
	text-decoration: none;
	color: #c2c19b;
}

#photo-gallery p span, #container2 p.photoMore span {font-size:8px; letter-spacing: -2px;}
	
#gallery-instructions {
	width: 600px;
	margin: 0 auto 20px auto;
	padding: 10px;
	background-color: #666666;
	border: 1px solid #000000;
	color: #c2c19b;
}