/* - - - - - - - - - - - - - - - - - - - - -

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;
}
body{
	margin:30px 0 30px 0;
	text-align:center;
	font-size:80%;
	font-family:"Lucida Grande", Tahoma, sans-serif;
	background-attachment: fixed;
	background-image: url(../imagem/blue-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;



}
p{
	margin:0 0 1em 0;
}
a{
	color:#009999;
}
a img{
	border:none !important;
}
#container{
	margin:0 auto;
	width:750px;
	padding:30px;
	text-align:left;
	background-image: url(../images/fundo.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;



}
#container ul{
	text-align:center;
	margin:0 0 0px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	color:#003366;
	font-size:1.5em;
	line-height:1;
	padding:25px;
	margin:0 0 25px 0;
	display:block;
	text-decoration: none;
	background-color: #F5F5F5;







}
#container ul a:hover{
	border:1px solid #A9B7C0;
	color:#003366;
	background-color: #B9D0E1;
	font-size: x-large;



}

#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{
	margin:5px;
}
.highlight{
	background-color:#FEFFAF;

}

