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

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

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

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


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

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

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

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

	/* --- Logo --- */

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


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

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


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

#auss #navigation #tabs a {
	font: bold 12px Helvetica, Arial, Verdana, 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: #104e7b;
	background-color: transparent;
	padding: 0 11px; 
	margin: 0;
	border: 0;
	border-right: 1px solid #073d5f;
	float: left; }
	
#auss #navigation #tabs a:hover,
#auss #navigation #tabs a:active,
#auss #navigation #tabs a:focus {
	text-decoration: underline;
}

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

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

#auss #navigation #tabs li:last-child a { padding-right: 25px; }   /* hidden but expands to fit 240px #tabs for IE + FF */

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

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

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

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

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

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

#auss #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
	
#auss #sidebar ul#navlist li a {
	color: #104e7b;
	transition: background 0.3s ease;	
	font-weight: normal;	
	background: #f3eddc;
	border: none; 
}	

		/* Sidebar link colors */
#auss #sidebar ul#navlist li a:active,
#auss #sidebar ul#navlist li a:hover,
#auss #sidebar ul#navlist li a:focus {
	color: #104e7b;
	background: #f3eddc; 
}	

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

#auss .sidebar-search h2 { background-color: #073d5f;
}
	
#auss #sidebar #issn p {
	color: #000000; /* Search, "Enter search terms," ISSN" */
	border: 0; } 

#auss .sidebar-search h2 { 
	font: bold 12px Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 12px 0 6px;
	border: none; }	

#auss #sidebar #browse { padding-left: 15px; }

#auss #sidebar #sidebar-search { 
	width: 225px;
	background: #073d5f;	
	margin: 0;
	padding-top: 8px;
	padding-left: 15px; } /* aligning sidebar search with rest of sidebar */	

#auss #sidebar #sidebar-search label { color: #ffffff; }

#auss #sidebar p.advanced {
	width: 225px;	
	margin: 0;
	padding: 5px 0 8px 15px;
	color: #ffffff;
	background: #073d5f;	
}

#auss #sidebar p.advanced a { color: #ffffff; }

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

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


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

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

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

	/* --- Headers --- */

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

#auss .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px Georgia, "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 --- */

#auss #main.text a:link,
#auss #main.text a:visited {
	text-decoration: underline;
	color: #104e7b; }

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


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

#auss #main.text div.doc { margin: 0 0 15px; }	
#auss #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#auss #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 */
#auss #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, "Times New Roman", Times, serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

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

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

/* #coverart #beta	{ width: auto; }	*/

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

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


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

#auss #footer,
#auss #footer #bepress a {
	height: 75px;
	background-color: #073d5f; }

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

#footer p:first-of-type { padding-top: 22px; }

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

/* Additional footer logo */

#auss #footer { position: relative; }

a#footer-logo-link { margin: 0; }

#footerlogo { 
	position: absolute;
	top: 0;
	right: 0;
 } 


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

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

.mbl #footer-logo-link { display: none; } /* logos aren't hidden by mbl footer */

#auss #sidebar ul#navlist li.sb-rss a {display: none;}