@import url('/fonts/opensans.css');

html,body
	{
	font-family: Calibri,"Open Sans",Helvetica,Arial, sans-serif;
	}

#em_headerbar
	{
	height:100px;
	background-color:#0f79be;
	}
	
#em_header
	{
	height:100px;
	
	background-image:url(/emstyles/zoov/logo-zoov-white.svg);
        background-repeat:no-repeat;
	background-size:175px;
	background-position:0px 15px;}
	
#title_bar
	{
	box-sizing: border-box;  
	height:60px;
	
	}
		
#title
	{
	padding-top:10px;
	color:#0f79be;
	}

#title, , #backhome_m
	{
	color:#444444;
	}

#em_leftbar,#em_leftnav_close,#backhome,#em_index
	{
	background-color:#0f79be;
	
	color:#ffffff;
	}	


.nav_chapter
	{
	border-bottom:1px solid #ffffff;
	}
.nav_chapter, .nav_chapter a
	{
	color:#ffffff;
	}
.nav_chapter:hover,.nav_page:hover
	{
	color:#ffffff;
	text-decoration:underline;
	}

.nav_page, .nav_page a
	{
	color:#ffffff;
	}
.nav_page.active
	{
	font-weight:bold;
	}

#em_content
	{
	color:#333333;
	}
.em_content	a, .em_content a:link , .em_content a:active, .em_content a:visited {color:#0f79be; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#0f79be; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	padding:2%;
	min-height:50px; 
	color:#0f79be;
	
	}
#em_footer a
	{
	color:#0f79be;
	}
#footerbar
	{
	margin-top:30px;
	min-height:50px;
	background-color:#d6e028;
	border-bottom:20px solid #0f79be;
	}
	
.em_navbtn
	{
	background-color:#d6e028;
	border: 1px solid #0f79be;
	color:#0f79be;
	border-radius:5px;
	font-weight:bold;
	font-size:1em;
	}

#hbmenu .hbbar, #hbsubs #liner 
	{
	background-color: #0f79be;
  	}

.hbbar span
	{
	color:#0f79be;
	}
	
#hbsubs	
	{
	background-color: #ffffff;
	color:#0f79be;
 	}
	
#hbsubs a	{color:#0f79be;}
.em_menubtn:hover {color:#d6e028;}


.emaudio
	{
	border: 2px solid #0F79BE;
	}
	
.entrylink
	{
	text-align:center;
	font-size:20px;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	min-width:180px;
	max-width:180px;
	display:inline-block;
	margin:20px;
	
	background-color:#0f79be;
	border-radius:5px;
	}

 .em_content .entrylink a
	{
	color:#FFFFFF;
	}	
	
