/* -----------------------------------------------
Journal local stylesheet.
Author:   Jami Wardlow
Version:  May 2018
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: #fff;
}

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

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

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

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

	/* --- Logo --- */

#vulr #logo_image { display: none; }


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

#vulr #navigation { background: url(../assets/md5images/0f3ebd8adf9cb3e6bf06b681586c0fba.png); }

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

#vulr #navigation #tabs { float: left; }

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

#vulr #navigation #tabs a {
	font: italic 18px Georgia, Times, "Times New Roman", 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: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	border-right: none;
	float: left; }

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

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

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

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

#vulr #navigation #tabs li:first-child a { padding-left: 35px; }


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

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

#vulr #sidebar a:link,
#vulr #sidebar a:visited {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #767676;
	text-decoration: none;
}

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

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

#vulr #sidebar ul#navlist {
	border-top: none; }	

#vulr #sidebar ul#navlist li a {
	color: #fff;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #8f7324;
	border-top: 1px solid #ab9964;
	border-right: 1px solid #a99458;
	border-bottom: 1px solid #c2b797;
	border-left: 1px solid #967b31;
}

		/* Sidebar link colors */
#vulr #sidebar ul#navlist li a:active,
#vulr #sidebar ul#navlist li a:hover,
#vulr #sidebar ul#navlist li a:focus {
	color: #767676;
	background-color: #fff;
	border: none;
}

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

#vulr h2,
#vulr h3 { color: #000; }

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

#vulr .sidebar-search h2 { 
	font: bold 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-indent: 25px;
}

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

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

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


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

#vulr #wrapper { border-bottom: 8px solid #ebebeb; }

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#vulr #main.text div.crumbs a {
	text-decoration: none;
	color: #767676;
}

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

	/* --- Headers --- */

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

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

#vulr h4 { color: #000; }
	
	/* --- Links --- */

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

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

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

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

#vulr #main.text div.doc { margin: 0 0 15px; }
#vulr #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#vulr #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 */

#vulr #issue-art { padding-top: 5px; }

#vulr #issue-art img { box-shadow: 3px 3px 6px 1px #90928e, -1px -1px 3px #e2e4e1; }

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

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

#vulr #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; }
*/

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

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

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

#vulr #masthead h2.masthead { font: 400 21px Georgia, Times, "Times New Roman", serif; }

#vulr #masthead tr th {

}

#vulr #masthead tr td {

}

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

/* Additional footer logo */

/* #vulr #footer { position: relative; } */

a#footer-logo-link { margin: 0; }
 
#footerlogo {
    float: left;
    padding-right: 60px;
 }

#vulr #footer,
#vulr #footer #bepress a {
	height: 75px;
	background-color: #fff; }

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

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

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

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

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

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


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

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

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

.mbl #vulr #footer-logo-link { display: none; }