/* -----------------------------------------------
Journal local stylesheet.
Author:   Jami Wardlow
Version:  July 2021
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

	/* --- Meta styles and background --- */

body {
	font: normal 12px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #e8e8e8;
}


/* ---------------- Header ---------------- */

#animsent #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
}

#animsent #banner_image {
	display: block;
	width: 980px !important;
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

#animsent #banner_link { line-height: 0; } /* removes header/nav gap in mbl */

	/* --- Logo --- */

#animsent #logo_image { display: none; }


/* ---------------- Navigation ---------------- */

#animsent #navigation {
	height: 41px;
	background: url(../assets/md5images/5069fa67beb63e48744580a559f2b43f.gif) repeat-y left top;
	border-top: 1px solid #e8e8e8;
}

#animsent #navigation #tabs {
	height: 39px;
	width: 240px;
	border-bottom: 2px solid #bfbfbf;
}

#animsent #navigation,
#animsent #navigation #tabs {
	overflow: hidden; } /* have seen issues with tabs extending below nav container */

#animsent #navigation #tabs,
#animsent #navigation #tabs ul,
#animsent #navigation #tabs ul li {
	padding: 0;
	margin: 0; }

#animsent #navigation #tabs a {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	transition: background 0.3s ease;
	line-height: 12px;
	color: #0070c0;
	background-color: transparent;
	padding: 0 10px;
	margin: 13px 0;
	border: 0;
	border-right: 1px solid #bfbfbf;
	float: left; }

#animsent #navigation #tabs a:hover,
#animsent #navigation #tabs a:active,
#animsent #navigation #tabs a:focus {
	color: #000;
	text-decoration: underline;
}

#animsent #navigation #tabs li:last-child a {  /* remove 4th border for nav tab separators */
	border-right: none; }

#animsent #navigation #tabs a span { font-size: 12px; }	/* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */

#animsent #navigation #tabs li:first-child a { padding-left: 12px; }


/* ---------------- Sidebar ---------------- */

#animsent #sidebar { padding-top: 16px; }

#animsent #sidebar a:link,
#animsent #sidebar a:visited {
	font: normal 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #0070c0;
	text-decoration: none;
}

#animsent #sidebar a:hover,
#animsent #sidebar a:active,
#animsent #sidebar a:focus {
	color: #000;
	text-decoration: underline;
}

	/* --- Highlighted sidebar links --- */

#animsent #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
#animsent #sidebar ul#navlist li:first-child a {
	border-top: 2px solid #bfbfbf; /* border is removed if #navlist has no content */
}

#animsent #sidebar ul#navlist li a {
	color: #0070c0;
	transition: background 0.3s ease;
	font-weight: normal;
	border-bottom: 2px solid #bfbfbf;
}

		/* Sidebar link colors */
#animsent #sidebar ul#navlist li a:active,
#animsent #sidebar ul#navlist li a:hover,
#animsent #sidebar ul#navlist li a:focus {
	color: #000;
	background: transparent;
}


	/* --- Sidebar text --- */

#animsent #sidebar .sidebar-search label,
#animsent .sidebar-search h2,
#animsent #sidebar #issn p {
	color: #000; /* Search, "Enter search terms," ISSN" */
	border: 0; }

#animsent .sidebar-search h2 {
	font: bold 15px "Arial Black", "Arial Bold", Gadget, sans-serif;
	text-transform: uppercase;
	text-indent: 20px;
	background: transparent;
}

#animsent #sidebar #browse,
#animsent #sidebar #sidebar-search { padding-left: 15px; } /* aligning sidebar search with rest of sidebar */

#animsent #sidebar p.advanced + div { display: none; }

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#animsent #sidebar h2.sb-custom-title { margin-top: 15px; }

#issn p {
	letter-spacing: initial;
	margin: 20px;
	text-align: initial;
}


/* ---------------- Main Content ---------------- */

#animsent #wrapper { /* for full-length sidebar content background/elements */
	background: url(../assets/md5images/5069fa67beb63e48744580a559f2b43f.gif) repeat-y left top; }

#animsent #content { background-color: #ffffff; }

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

#animsent #main.text div.crumbs p { margin-bottom: 0; }

#animsent #main.text div.crumbs a {
	text-decoration: none;
	color: #000;
}

#animsent #main.text div.crumbs a:hover,
#animsent #main.text div.crumbs a:active,
#animsent #main.text div.crumbs a:focus {
	text-decoration: none;
	color: #0070c0;
}

#animsent #main.text .article-list {
    border-top: 1px solid #bfbfbf;
 }

	/* --- Headers --- */

#animsent #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 22px "Arial Black", "Arial Bold", Gadget, sans-serif; /* Current Issue */
}

#animsent .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px "Arial Black", "Arial Bold", Gadget, sans-serif;
	background: transparent;   /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 0;
	margin-bottom: 25px;
}

	/* --- Links --- */

#animsent #main.text a:link,
#animsent #main.text a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #0070c0;
}

#animsent #main.text a:hover,
#animsent #main.text a:active,
#animsent #main.text a:focus {
	color: #0070c0;
	text-decoration: none;
}

#animsent #main.text p.backissues a:link,
#animsent #main.text p.backissues a:visited,
#animsent #main.text p.currentissue a:link,
#animsent #main.text p.currentissue a:visited {
	color: #0070c0;
	text-decoration: none;
	border-bottom: 1px solid #0070c0;
}

#animsent #main.text p.backissues a:hover,
#animsent #main.text p.backissues a:active,
#animsent #main.text p.backissues a:focus,
#animsent #main.text p.currentissue a:hover,
#animsent #main.text p.currentissue a:active,
#animsent #main.text p.currentissue a:focus {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#animsent #main.text .cite {
	margin-left: 20px;
 	padding-left: 20px;
  	text-indent: -20px;
}

	/* --- PDF icons and article lists --- */

#animsent #main.text div.doc { margin: 0 0 8px; }
#animsent #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#animsent #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */

/*styling for commentary on/response to links */
#animsent .response {
	font-size: 90%;
	font-weight: bold;
}

/* styling for article lists bnyikos 2015-11-24 */

#animsent .article-list .commentary_style p {
	font-family: Calibri, Arial, sans-serif;
	font-size: 11pt;
	margin-left: 40px;
}

.mbl #animsent #main .article-list .commentary_style p {
	margin-left: 35% !important;
}

#animsent .article-list .response_style p {
	font-family: Cambria, "Times New Roman", serif;
	font-size:12pt;
	margin-left:70px;
}

.mbl #animsent #main .article-list .response_style p {
	margin-left: 40% !important;
}

#animsent .article-list .editorial_style p {
	font-family: Calibri, Arial, sans-serif;
	font-size: 11pt;
}

#animsent .article_style p {
	font-family: Cambria, "Times New Roman", serif;
	font-size:13pt;
	line-height:16pt;

}

#animsent .article-list p {
	margin-left: 0;
}

/* Custom recommended_citation field on article page to replace title 12.11.2015 bnyikos */
#animsent #recommended_citation h4 {
    display: none;
}

#animsent #recommended_citation p {
    font-size:22px;
    line-height:24px;
    font-family: Arial, sans-serif;
    padding-bottom: 20px;
}

/* Wrap intro text around slideshow - CP 12/08/15 */
#animsent .slidebox-left {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    width: 210px;
    height: 310px; }

#animsent #homepage_intro h2 {
	font: normal 17px "Arial Black", "Arial Bold", Gadget, sans-serif;
	color: #0070c0;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom:0;
}

/* Caption for photograph */
#animsent p.caption {
    font-size:11px;
    }

/* Article Thread header on target article page 12.10.2015 bnyikos */
#animsent #custom-fields h3 {
    font-size: 18px;
}

/* Author photograph in info box styling */
#animsent .author_pic img {
	float: right;
	display: block;
	max-width: 160px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Homepage back issues link */

#animsent p.backissues a {
	font-size: 18px;
	font-weight:bold;
	}

#animsent .backissues span.click {
	font-size:10px;
}

/*Current Issue link */
#animsent p.currentissue {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align:center;
	}

#animsent p.currentissue a {
	font-weight:bold;
	}

/* Toc for Volumes and All Issues 2017/01/18 cp */
#animsent #main.text #toc.vol p.target {text-align: left; font-size: 110%; padding: 0 50px;}
#animsent #main.text #toc .item p.target {text-align: left; font-size: 110%; padding: 0 40px;}
/* toc v2 2019-09-07 bn */
#animsent #toc p {
	text-align:left;}

#animsent #seahorses {
	max-width:190px;
	height:auto; }

/* Editorial Board page customizations 2018-05-23 bnyikos */
#animsent #animsent_edboard h2, #animsent #animsent_edboard p { line-height: 23pt;}
#animsent #animsent_edboard .edboard_onecolumn {width:40%; text-align:center; margin: 0 auto; }
#animsent #animsent_edboard .edboard_twocolumn { width:333px; float:left; text-align:center; }
#animsent #animsent_edboard .edboard_threecolumn { width:222px; float:left; text-align:center; }
#animsent #animsent_edboard h3 { text-transform:uppercase;}
#animsent #animsent_edboard .edboard_threecolumn h3 {margin-top:0; margin-bottom:4px;}

	/* --- Editors and Cover art --- */

#coverart #beta {
	float: right; }

		/* Cover art */
#animsent #coverart #beta .coverart-box h4 {
    font: normal 18px "Arial Black", "Arial Bold", Gadget, sans-serif; /* default is 18px */
    color: #0070c0;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

#animsent #coverart #beta .coverart-box {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: 0; }

#animsent #coverart #beta #coverart-box-container {
	border: 0; }

/* this rule aligns cover art with other content, but sometimes breaks the layout, idk, seems fine i guess
#coverart #beta	{ width: auto; }
*/

#animsent #coverart #beta dl  {
	margin-left: 0; }

#animsent #coverart #beta #coverart-editors dt {
	font-size: 12px;
	padding-top: 10px; }

		/* Cover art disabled (not needed usually) */

#animsent #masthead h2.masthead { font: 400 21px "Arial Black", "Arial Bold", Gadget, sans-serif; }

#animsent #masthead tr th {

}

#animsent #masthead tr td {

}


/* ---------------- Footer ---------------- */

#animsent #footer,
#animsent #footer #bepress a {
	height: 105px;
	background-color: #262626; }

/*fit links into footer on a single line */
#animsent #footer p { width: 650px; }

#animsent #footer p,
#animsent #footer p a  {
	font: normal 12px/2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none; }

/* #footer p:first-of-type { padding-top: 25px; } */

#animsent #footer p a:hover,
#animsent #footer p a:active,
#animsent #footer p a:focus {
	text-decoration: underline; }


/* ---------------- Miscellaneous fixes ---------------- */

	/* --- Advanced Search --- */

.legacy #animsent #wrapper {	background-image: none; }


/* ---------------- Mobile ---------------- */

  /* --- Hides navigation tabs - CSFR-2286 --- */

.mbl #animsent #navigation #tabs { display: none; }

  /* --- Standardizing padding for navlist links --- */

.mbl #animsent #sidebar ul#navlist li a { padding: 6px 0; }

.mbl #animsent #sidebar ul#navlist li { padding: 0; }

/* Editorial Board line 2018-07-16 bnyikos */
#animsent hr#edboardline {
	background-color: #BFBFBF;
	margin-bottom: 36px;
}

/* Capitalizing Article Info Page Headings - bd 2018-07-19 */
#animsent #alpha .element h4 {text-transform: uppercase; color:#0070c0;}
#animsent #custom-fields h3 {text-transform: uppercase;}

/* Removing grey border line and whitespace on article info pages - bd 2018-07-19 */
#animsent #main.text #sub {border:0;}
#animsent #content #main.text, #animsent #main.text #sub, #animsent #main.text #sub #alpha {padding-top:0;}


/* creating vertical room for seahorses sidebar on homepage - bn 2018-07-22 */
#animsent div#homepage_intro {
	min-height:320px; }

/* Publisher link in sidebar bn 2021-07-15 */
#animsent #sidebar p {
	color:#000;
	font-size:13px; }

/* webinar banner bn 2021-09-17 */
#animsent img#webinarbanner {
	height:auto;
	max-width:667px; }