@charset "utf-8";
/* CSS Document */
body {
	background-image:url('images/portfolio.jpg');
	background-repeat:no-repeat;
	background-color:#f3f6a8;
	background-attachment:fixed;
}
.entry {
	width:600px;
	margin-right:100px;
	margin-left:auto;
	background-color:#d47761;
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	padding:10px;
	font-family: tahoma;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 13px;
	color: #553929;
	text-align: justify;
	border-width:1px;
	border-color:#cc725e;
	border-style:solid;
	height:auto;
	margin-bottom:20px;
}
.thumbs {
	width:530px;
	margin:auto;
}
.title {
	width:550px;
	margin-right:100px;
	margin-left:auto;
	line-height: 13px;
	font-family: tahoma;
	font-size: 11px;
	letter-spacing: 0px;
	margin-top:20px;
}
.name {
	width:400px;
	background-color:#d79034;
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	font-family: georgia;
	color: #f3f6a8;
	float:left;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
	padding:10px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-color:#cc8931;
	font-style:italic;
	border-style: solid;
}
.date {
	float:right;
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
	padding:10px;
	width:100px;
	display:block;
	vertical-align:middle;
	color:#553929;
}
.entry i {
	font-family: georgia;
	font-style:italic;
	font-size:11px;
	line-height:11px;
	color:#f3f6a8;
	margin-left:14px;
}
.image {
	border-left: 1px #f3f6a8 solid;
	border-right: 1px #9c3836 solid;
	border-bottom: 1px #9c3836 solid;
	border-top: 1px #f3f6a8 solid;
	margin: 0px;
	padding: 4px;
	background: #f3f6a8;
	-moz-border-radius : 0px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.image:hover {
	border-left: 1px #f3f6a8 solid;
	border-right: 1px #9c3836 solid;
	border-bottom: 1px #9c3836 solid;
	border-top: 1px #f3f6a8 solid;
	margin: 0px;
	padding: 4px;
	background: #f3f6a8;
	-moz-border-radius : 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.entry a:hover {
	text-decoration:none;
	color: #f3f6a8;
	font-size:11px;
}
.entry a, a:active {
	color:#9c3836;
	text-decoration:none;
	font-size:11px;
}
.navigation {
	letter-spacing:1px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #553929;
	font-family: georgia;
	font-size: 11px;
	font-style:italic;
}
.navigation a, a:active {
	text-decoration:none;
	color: #9c3836;
}
.navigation a:hover {
	text-decoration:none;
	color: #f3f6a8;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
