/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

#container{
	margin: auto;
	width:500px;
	padding:40px;
	text-align:left;
}
#container ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}


#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}
#interContainer{
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 25px;
padding-top: 0;
background-color: #84b3e7;
border: 1px solid black;
z-index: 5001;
}

#interContainer .ringtext{ /*CSS for header bar of interstitial box*/
padding: 5px 0;
font-size: 18px;
font-weight: bold;
color: #008ffe;
font-size: 14px;
text-align: center;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
width: 580px;
float: left;
}

#interContainer .closebar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .closebar a{ /*CSS for header bar links of interstitial box*/
text-decoration: none;
text-align: right;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;

background-color: white;
}

