/* @override http://www.srdperu.com/v4/stylesheets/format.css */

/* colors
Text: 	color: #ff95c2; | #c09ba1;
*/
#text p:first{
margin-top: 1em;	
padding-top: 20px;
color: #red;
}

#text p, #text label  {
	color: #ad748d;
	font: normal normal 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;

}

#text p, #text a {
margin-bottom: 2em;
font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.55;
}

#text p {
	margin-left: 3.5em;
	margin-right: 3em;
	color: #a36f7a;	
	font-size:1.8em;

}

#text a {
	color:  #e5bf77;
	display: inline;
}

#text div.scrollContainer p {
	margin-left: 2.0em;	
}

#text p em {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
}

#text h3 {
	color: #fff5f0;

	margin: 0.85em 2em;
	letter-spacing: -1px;
	font: normal 3.2em "Gill Sans", "Lucida Sans Unicode";
}

#text #extra h3 {
		font-family:"Gill Sans","Lucida Sans Unicode";

	margin: 0.85em 2em;
	font-size: 2.5em;
}

#news .news_post span,
#news .news_post p {
	word-spacing: 0px;	
}


#menu li#learn a:hover, body.who-we-are ul#menu li#learn a, #menu li#learn span.hover {
	background: transparent url(../images/menu.png) 0px 130px; 
	width: 240px;
}

#menu li#how a:hover, body.what-we-do ul#menu li#how a, #menu li#how .hover {
	width: 230px;
	background: transparent  url(../images/menu.png) -240px 130px;
}

#menu li#contact a:hover, body.contact-us ul#menu li#contact a, #menu li#contact .hover {
	width: 250px;
	background: transparent  url(../images/menu.png) -460px 130px;
}

#menu li#learn span.hover,
#menu li#how span.hover,
#menu li#contact span.hover {
	height: 130px;
	display: block;
	cursor: pointer;
	position:absolute;	
	top: 210px;
	opacity: 0;
	z-index: 0;
	zoom: 1; 
}


.news_post:hover {
	background: rgba(0,0,0,0.13);
	cursor: pointer;
}

