/* - - - - - - - - - - - - - - - - - - - - -
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
- - - - - - - - - - - - - - - - - - - - - */


body {
   font-size: 62.5%;
}
#lightbox h1 {
   visibility:visible;
   letter-spacing:normal;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-style:italic;
   color: #3a391d;
   font-size: 2em;
   margin:0 0 0.5em 0;
}

div#poem p {
   margin:0 0 1em 0; 
   font-size:1.3em;
   line-height: 1.6em;
}
div#poem h1 {
   padding-top: 0.3em;
   padding-bottom: 0.5em;
}
div#poem p, div#poem h1 {
   margin-left:13px;
   margin-right:12px;
}


pre {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #333333;
   font-size: 1.2em;
   line-height: 1.2;
   font-style: italic;
}
#poem hr {
   text-align: left;
   color: #bbbbbb;
   width: 330px;
}


a img {
	border:none !important;
}
#container {
	margin:0 0 1em 0; 
	width:500px;  /* ?? */
	padding:40px;
	text-align:left;
	background-color:#ffffff;
}



#lightbox.done p {
	color:#333333; /* colour of the poem text */
}
#definition {
	margin:25px;
}
.highlight {
	background-color:#feffaf;
}


p.textbox_close {
   display:inline-block;
   float: right;
   padding-bottom:0.4em;
   width:66px;
   height: 22px;
} 
