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


#main-container {
	width:980px;
	min-height:300px;
	text-align:center;
	margin:0px auto;
	padding:0px;
}

.inner-container h2, h4 {
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	color:white;
}


.credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	font: 120% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}
.credits a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.credits a:hover {
	color: #000;
}

img {
	border: none;
}

.footer {
	clear: both;
	margin-bottom: 30px;
	border-top: solid 1px #ccc;
	padding-top: 5px;
	text-align: center;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #000;
}

/* ---------- gallery styles start here ----------------------- */
.photo {
	padding: 10px 0px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:180px;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}

.sample6 span {
	display: block;
	top: -5px;
	left: -5px;
}

.sample8 span {
	width: 150px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	background: url(images/round-corner.png) no-repeat;
}
.sample8 img {
	border: none;
	padding: 5px 6px 6px;
	background: url(images/round-bg.gif) no-repeat;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 20px;
	
}
.gallery li {
	padding: 15px;
	width: 140px; 
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.gallery li img {
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.5);
	padding:4px;
	border:solid 1px #3c5899;
}
.gallery span {
	background: url(images/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#AlbumCovers {
	width:197px; 
	overflow:auto;
	height:580px;
	float:left;
	text-align:center;
	border:solid 1px;
	padding: 0px 0px;
	margin:20px 0px;
}

#photoList {
	width:900px;
	overflow:auto;
	height:580px;
	float:left;
	border:solid 1px;
}

.impContainer {
	margin: auto;	
}

.mybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000000;
	box-shadow:inset 0px 1px 0px 0px #000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e271), color-stop(1, #78a809) );
	background:-moz-linear-gradient( center top, #a4e271 5%, #78a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4e271', endColorstr='#78a809');
	background-color:#a4e271;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3b5999;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.mybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #78a809), color-stop(1, #a4e271) );
	background:-moz-linear-gradient( center top, #78a809 5%, #a4e271 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78a809', endColorstr='#a4e271');
	background-color:#78a809;
}.mybutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

#instagram-container {display:none;}
#facebook-container {display:none;}
