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

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 ----- */

body {background:none transparent;
}

a:hover {
text-decoration: underline;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
   
#textoweb  {  
         font-family:Century Gothic,Arial,Verdana,Tahoma;
         font-weight:bold;
         color:black;
         font-size:13px;
    }  

#textoweb2  {  
         font-family:Century Gothic,Arial,Verdana,Tahoma;
         color:black;
         font-size:11px;
    }  
    
#textoweb21  {  
         font-family:Century Gothic,Arial,Verdana,Tahoma;
         color:#808080;
         font-size:9px;
    }      

#textoweb30  {  
         font-family:Century Gothic,Arial,Verdana,Tahoma;
         
         color:white;
         font-size:14px;
    } 
    
#textoweb3  {  
         font-family:Century Gothic,Arial,Verdana,Tahoma;
         font-weight:bold;
         color:white;
         font-size:12px;
    }  

#textoweb4  {  
         font-family:Century Gothic,Arial,Verdana,Tahoma;
         font-weight:bold;
         
         color:white;
         font-size:12px;
    }  

#scroll1  {  
         font-family:Century Gothic,Arial,Verdana,Tahoma;
         color:black;
         font-size:9px;
    }  




#editvox  {  
		color: #000000;
		font-family: Century Gothic,Arial,Verdana,Tahoma;
		font-weight: bold;
		font-size: 12px;
		background-color: white; 
		font-color:black;
		border: 1px solid #000000;
}


a img{
	border:none !important;
}

p{
	margin:0 0 1em 0;
}
#container{
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}
#container ul{
	text-align:center;

	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	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{
	margin:0px;
}

.highlight{
	background-color:#FEFFAF;
}