/* - - - - - - - - - - - - - - - - - - - - -

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 ----- */

*{
	margin:0;
	padding:0;
	border:none;
}
p{
	margin:0 0 1em 0;
}
a{
	color:#DE0021;
}
a img{
	border:none !important;
}
#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}
#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;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	padding: 0;
	margin: 0;
	width:403px;
	height:9px;
	background: url(/images/bg_forms_top.gif) top no-repeat;
}

#authors{
	width:403px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

#definitionBottom{
	width:403px;
	height: 4px;
	background: url(/images/bg_forms_bottom.gif) bottom no-repeat;
}

#authors .eFormClose {
	text-align: right;
	margin: 0px;
}

#authors .eFormClose a {
	font-family: Trebuchet MS;
	font-size: 0.7em;
	color: #333333;
	text-align: right;
	text-decoration: none;
}

#authors .eFormClose img{
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

#authors .content {
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #555555;
	margin-left: 55px;
}

#authors .content a {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #555555;
	text-align: left;
	text-decoration: none;
}

#authors .content img{
	width: auto;
}

.highlight{
	background-color:#FEFFAF;
}
