/* 
aiceph_custom.css   custom css file for AiCeph web site

If you use a separate linked-in CSS file, put the following line right at the very beginning
Courtesy of: https://www.kanjidatabase.com/japanese_developer_tips.php
*/

@charset "UTF-8";

/* Odd notes
In Japanese font systems:- 
		Serif = Mincho 
		Sans-Serif = Gothic 
*/

.maincontent {padding-top: 70px; 

/* Start main content container directly below header, leaving space so that content begins below Header holding menu - otherwise permanently hidden from view 
 */
	background-color: #ffffff; /* This is required, otherwise BODY background is inherited */
/*	border: #c50000 1px solid; */
	}

/* 
The following requires inserting class *properpara* into the <div class="maincontent">
Then all paragraphs will be indented as they should be. 
Placing <p class="firstpara"> with the first paragraph causes it to align left without indenting, as it should be. 
*/ 
.maincontent.properpara p {margin: 0 1em 1em; text-indent: 20px; text-align: justify; }
.maincontent.properpara p.firstpara {text-indent: 0; } 

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #000000;
    background-color: #cccccc;
	}

/* Font calls */ 


@font-face {font-family: "Itoledo Light";
  src: url("../fonts/Itoledo Light.eot"); /* IE9*/
  src: url("../fonts/Itoledo Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Itoledo Light.otf") format("otf"), /* not sure */
  url("../fonts/Itoledo Light.woff2") format("woff2"), /* chrome?firefox */
  url("../fonts/Itoledo Light.woff") format("woff"), /* chrome?firefox */
  url("../fonts/Itoledo Light.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("../fonts/Itoledo Light.svg#Itoledo Light") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Vladimir Script";
  src: url("../fonts/Vladimir Script.eot"); /* IE9*/
  src: url("../fonts/Vladimir Script.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Vladimir Script.woff2") format("woff2"), /* chrome?firefox */
  url("../fonts/Vladimir Script.woff") format("woff"), /* chrome?firefox */
  url("../fonts/Vladimir Script.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("../fonts/Vladimir Script.svg#Itoledo Light") format("svg"); /* iOS 4.1- */
}

.aiceph-font {  /* Font effects for Brand block in navbar */
	font-family: "Vladimir Script" !important;
/*  font-size:16px; */ 
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	padding-left:50%;
	padding-left:0.5rem;
	padding-right:1em;
	padding-right:1rem;
	font-family: "Vladimir Script", Times, serif;
	font-size:1.5em;
	text-shadow:2px 2px 2px #cccccc;
	color:#0000ff; 
	}

.aiceph-border-rad {
	border-radius: 60%; 
	}

.finetooth-font {
	font-family: "Itoledo Light", Times, serif !important;
/*  font-size:16px; */ 
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	}

.nipfont {
/*		Serif is Mincho –¾’©; Sans-Serif is Gothic ƒSƒVƒbƒN 
		Ref.: //hayataki-masaharu.jp/web-typography-in-japanese/ 
*/
	font-family: "HGS–¾’©E", "HG–¾’©L","‚l‚r ‚o–¾’©", serif, 
	"ƒƒCƒŠƒI", Meiryo, "–¾—Ä"
	"HGŠÛºÞ¼¯¸M-PRO", 
	"Hiragino Sans", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 
	"ŸàƒSƒVƒbƒN", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "Yu Gothic", 
	 sans-serif; 
	} 

.cosy {
	letter-spacing: -1rem; 
	color: #0000ff; 
	}

.supersmall {
	font-size: 80%; 
	}

.keepme {
	white-space: nowrap; 
	}

td.col-1 {
	color: #0000ff; 
	}

.subber {
	list-style-type: disc;
	color: #0000cc; 
	}

.scope-list ul {
	list-style-type: none; /* previously DISC */
	 /* padding-left: -3em; */ /*This has no effect! The list begins far from right margin */
	}
.scope-list li {
/*	display: inline; */ /* This is not necessary when using FLOAT */
	padding-left: 0.5em;
	float: left;
	line-height: 90%;
	}
.scope-list li:before {
  content: "\2758"; / /* Insert content that looks like bullets: "\00a6" is a separated vert. bar */
  padding-right: 1em;
  color: #000000; /* Or a color you prefer */
	}
.scope-list li:first-child {
  list-style: none; 
	}
.scope-list a {
	white-space: nowrap; 
	font-size: 80%; 
	padding-left: 0.5em;
	}

	/* Separating parts of the page affected by the FLOAT property. Previously called "anchor" */
p.betsu-betsu {clear: both; visibility: hidden; }

	/* Span class to change to colour of text for journal names (just use a SPAN element around the target text)
		For bold journal volume numbers, use class "font-weight-bold" */
.publ-name {
	font-style:italic; 
	color:#993333; 
	} 

	/* Orignal italix code in ifsu.css: font: italic 126%/80% "Times New Roman", Times, serif; white-space: nowrap;  */
.species-name>span, span.species-name { 
	font-style:	italic; 
	font-size:	110%; 
/*	line-height: 80%; */
	font-family: "Times New Roman", Times, serif; 
	white-space: nowrap;
	} 

.gathering {
	text-align: center; 
	}

.space-me {
	line-height: 200%;
	}

/* .gathering h4, {
	float: left; 
	padding-right:1rem; 
	}

.gathering h4 a {
	text-align: center: 
	padding-right: 1rem;
	} 
*/

/*	Reference format for scope.htm (from gleadall.htm example bibliog.)
<li>
	<a class="italix" href="https://www.asianfisheriessociety.org/publication/abstract.php?id=1095" target="_blank" title="Click to read abstract">Early feeding by cultured paralarvae of <span>Octopus sinensis</span> d&#146;Orbigny 1841: comparison of survival, and fatty acid and amino acid profiles, using two species of <span>Artemia</span></a>
	. <span class="publ">Asian Fisheries Science</span> <span class="font-weight-bold">29</span>, 57-64. 
</li> 

*/ 	
.acknol {
/*	font-family:"Vladimir Script"; */ /* Fixed. Test line: Font now turned off here - leaves default. */
	font-size: 0.7rem; 
/*	position: fixed; */
	bottom: 0;
	padding-right: 3rem; 
	}

.acknol p a{
	white-space:nowrap; 
	text-decoration: none; 
	}

.btn a {
	text-decoration: none; 
	}


.nav-item.open .dropdown-menu {
	display:block;
}

.collapse.in {
	display:block;
}