/* bunjidesign.dk/layout.css */

/* lightbox */

#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: #191919; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 1px; }

#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(_assets/_lbox/images/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(_assets/_lbox/images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 16px; color: #404040; margin: 0 auto; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; }
#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; }
	
/* body */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px; line-height: 13px; color: #ffffff;
	background-color: #191919;
	margin: 0px 0px 0px 0px; 
	overflow:-moz-scrollbars-vertical;
    /* background-image:url(_assets/BackPattern.jpg); background-repeat:repeat; background-attachment:fixed */
}

#LogoBack{
	background-image:url(_assets/LogoBack.png); background-repeat:no-repeat;
}

#ThumbText{
	background-image:url(_assets/ThumbText.png); background-repeat:no-repeat;
}

#ThumbBox{
	height: 190px;
	width: 246px; 
	float: left;  
}
	
img {
	border: 0;
}

/* links */

a.link {
	font-size: 11px; font-style:italic; line-height: 13px; text-align: left; text-decoration: none;
	color: #6e6e6e;
}
a.link:hover {
	font-size: 11px; font-style:italic; line-height: 13px; text-align: left; text-decoration: none; 
	color: #ffffff; 
}

/* fonts */

.ArtworkTitleText {
	font-size: 11px; line-height: 13px; text-align: left;
	color: #ffffff;
}

.ArtworkDescText {
	font-size: 11px; font-style:italic; line-height: 13px; text-align: right;
	color: #6e6e6e;
}

.LogoText {
	font-size: 11px; font-style:italic; line-height: 13px; text-align: left;
	color: #6e6e6e;
}

.HeartText {
	font-size: 11px; font-style:italic; line-height: 13px; text-align: left; padding-left: 21px;
	color: #6e6e6e;
}


.HeadlineText {
	font-size: 20px; font-style:normal; line-height: 22px; text-align: left;
	color: #ffffff;
}

.legalText {
	font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 11px;  text-align: right;
	color: #404040;
}