/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

img {
	border: 0;
}


#lightbox {
	display: none;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 1600001;
	margin: -280px 0 0 -230px;
}

#lightbox strong, .lightbox-content strong, .lightbox-footer strong {
	font-size: 135%;
	line-height: 100%;
	font-weight: normal;
	color: #fff;
	margin: 0;
}

#lightbox[id]{
	position: fixed;
	padding-top: 13px;
	width: 460px;
}

.lightbox-content {
	background: url(lightbox-background.gif) no-repeat 0 0;
	height: 406px;
	width: 460px;
	padding-top: 10px;
	font-size: 14px;
    position: relative;
}




/* close button */
.lightbox-close:visited, .lightbox-close {
	display: block;
	float: right;
	height: 19px;
	margin: 0 10px 6px 0;
	padding: 2px 23px 0 0;
	font-weight: bold;
	line-height: 1em;
	
	color: #000000;
	text-decoration: none;
}


/* digg it button */



.lightbox-title {
	text-align: left;
}

.lightbox-footer {
	padding: 0 20px 20px 20px;
	min-height: 40px;
	width: 420px;
	background: url(http://www.digg.com/img/lightbox-background.gif) no-repeat 0 100%;
} * html .lightbox-footer { height: 40px; }

#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1600000;
	background-image: url(http://www.digg.com/img/lightbox-overlay.png);
	filter: alpha(opacity=80);
}

#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
	position: relative;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/**** BETA Lightbox *****/

#beta {
	height: auto;
	background: url(/images/lightbox/lightbox-background-reg.gif) no-repeat 0 0;
}

.beta-contents {
	color: #000000;
	text-align: left;
	padding: 20px 55px 10px 55px;
}

#beta h2 {
	color: #fe002a;
	margin: -15px 0 0.1em 0;
    font-weight: bold;
}

.beta-footer {
    background-image: url(/images/lightbox/lightbox-background-simple.gif);
    text-align: left;
    padding: 0 20px 20px 50px;
	width: 460px;
}
