html { 

}
@font-face {
    font-family: Britannic;
    src: url(BRITANNIC.TTF);
	font-weight: normal;
}
body {
	font-size: 100%;
	color: #17375E;
	font: 1em/1.563em 'BebasRegular', "Helvetica Neue", Helvetica, Arial, sans-serifDroid Sans;
	word-spacing: 0.125em;
}
#homepagemain {
}
#homepagemain h2 {
	font-family: Britannic, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-shadow: -0.05em -0.05em 0.1em #679BDA;
}
a {
	border-style: none;
	outline: 0;
}
a:link {
	color: #17375E;
}
a:visited {
	color: #17375E;
}
a:hover {
	color: #3333FF;
}
a:active {
	color: #17375E;
} 
h1 {
	font-family: Britannic, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.023em;
	border-bottom: 0.1em solid #8EB4E3;
}
h2.lytebox_header {
	margin: 0 0 0.438em 0;
	padding: 0;
	font-family: Britannic, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.023em;
	border-bottom: 0.1em solid #8EB4E3;
}
/*  Home page Top Stories box: */
#home_box_top_stories {
	color: #FFFFFF;	
}
#home_box_top_stories h2 {	
	border-bottom: 0.15em solid #8EB4E3;
}
#home_box_top_stories p {	
	line-height: 1em;
}
#home_box_top_stories a:link, #home_box_top_stories a:visited, #home_box_top_stories a:active {
	color: #FFFFFF;
	font-weight: bold;
}
#home_box_top_stories a:hover {
	color: #CCEEFF;
	font-weight: bold;
}
/* Theme page's menu: */
#themes_menu li {
	font-weight: bold;
}
#themes_menu a.themes_menu_current {
	color: red;
	text-decoration: none;
}
/* People box on interview page: */
.interview_person p {
	color: #FFFFFF; font-weight: bold;
}
/* Individual themes highlighted in transcription text on interview page: */
.family_relationships,
.health_ageing,
.home,
.community_politics,
.money_shopping,
.work_industry,
.education,
.transport,
.holidays,
.sport,
.entertainment_culture,
.media_communication,
.food_drink,
.nightlife,
.memories_reminiscences,
.language_identity,
.religion_festivals,
.clothes_fashion {
	/*background-color: red;*/
}
/* Audio transcript styling: */
.highlight_theme_transcript {
	background-color: #17375E;
	padding: 0.125em 0.375em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.highlight_theme_menu {
	margin: -0.2em -2em -0.2em -2em;
	padding: 0.2em 2em 0.2em 2em;
	background-color: #17375E;
	border: solid #FFFFFF;
	border-width: 0.6em 0;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
}
.pause, .unclear, .vocal, .incident {
	color: #A9A9A9;
	font-weight: bold;
}
/* "obscenity" theme styling to blank out swear words in transcript: */
span.obscenity {
	background-color: #8C8C8C;
	margin: 0 0.063em;
	padding: 0.125em 0.375em;
}