/* -----------------------------------------------
Journal local stylesheet.
Author:   Paul Ryan
Version:  May 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

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


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

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

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

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

	/* --- Logo --- */

#neha #logo_image { /* include an image for accessibility */
	display: none;
}


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

#neha #navigation { background: url(../assets/md5images/e19cf74812cebde4d1168d5c8d5a362a.gif) no-repeat left top; }

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


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

#neha #navigation #tabs a {
	font: normal 12px Arial, Verdana, 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: 36px;
	color: #ffffff;
	background-color: transparent;
	padding: 0 11px; 
	margin: 0;
	border: 0;
	float: right; }
	
#neha #navigation #tabs a:hover,
#neha #navigation #tabs a:active,
#neha #navigation #tabs a:focus {
	text-decoration: underline;
}

#neha #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 */

#neha #navigation #tabs li:first-child a { padding-left: 15px; }

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

#neha #sidebar { 
	background-color: #822308;
	padding-top: 16px; 
}

#neha #binghamton #sidebar a { margin-left: 0; }

#neha #sidebar a:link,
#neha #sidebar a:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;	
	color: #ffffff;
	text-decoration: none; 
}

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

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

#neha #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */

#neha #sidebar ul#navlist li a {
	color: #000000;
	transition: background 0.3s ease;	
	font-weight: bold;	
	background: #eb8301;
	border-bottom: 1px solid #822308; 
}	

		/* Sidebar link colors */
#neha #sidebar ul#navlist li a:active,
#neha #sidebar ul#navlist li a:hover,
#neha #sidebar ul#navlist li a:focus {
	color: #ffffff;
	background: #822308; 
}	

#neha #sidebar ul#navlist li:last-child a { border-bottom: none; }

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

#neha .sidebar-search h2 { font: bold 12px #ffffff; }	

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

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

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


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

#neha #content { background-color: transparent; }

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#neha #main.text div.crumbs a {
	text-decoration: none;
	color: #364280; 
}	
	
#neha #main.text div.crumbs a:hover,
#neha #main.text div.crumbs a:active,
#neha #main.text div.crumbs a:focus {
	text-decoration: underline;	
	color: #000000; 
}

	/* --- Headers --- */

#neha #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 22px "Times New Roman", Times, serif; /* Current Issue */
}

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

	/* --- Links --- */

#neha #main.text a:link,
#neha #main.text a:visited {
	text-decoration: underline;
	color: #364280; }

#neha #main.text a:hover,
#neha #main.text a:active,
#neha #main.text a:focus { 
	color: #000000;
	text-decoration: underline;
}
#neha #main.text .article-list a:link,
#neha #main.text .article-list a:visited {
	text-decoration: none; }	
	
#neha #main.text .article-list a:hover,
#neha #main.text .article-list a:active,
#neha #main.text .article-list a:focus { 
	color: #000000;
	text-decoration: underline;
}

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

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

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

#coverart #beta { 
	float: right; }
	
		/* Cover art */
#neha #coverart #beta .coverart-box h4 {
    font: normal 18px "Times New Roman", Times, serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

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

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

#coverart #beta	{ width: auto; }	

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

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


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

#neha #footer,
#neha #footer #bepress a {
	height: 75px;
	background-color: #822308; }

#neha #footer p,
#neha #footer p a  {
	font: normal 12px/2 Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none; }

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

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


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

.mbl #neha #navigation { display: none; }
