/* -----------------------------------------------
Journal local stylesheet.
Author:   David Stienstra
Version:  April 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;
}

#the_councilor {
    background: url(../assets/md5images/b5544f3e9d762ff22dd0a12e1faca061.gif) repeat-x left top, url(../assets/md5images/ea256aefe4f47c768068ee0e1febd9c7.gif) repeat-x left bottom;
}

html {
	background-color: #616466;
}

#the_councilor #content { min-height: 600px; }


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

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

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

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

	/* --- Logo --- */

#the_councilor #logo_image { /* include an image for accessibility  - removed on 4/7/20 by JR */
	display: none;
}


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

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


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

#the_councilor #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: 38px;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

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


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

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

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


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

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

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

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

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

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

#the_councilor #sidebar ul#navlist li a {
	color: #fff;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #004c97;
}

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

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


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

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

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

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

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

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


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

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

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#the_councilor #main.text div.crumbs a {
	text-decoration: none;
	color: #104e7b;
}

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

	/* --- Headers --- */

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

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

	/* --- Links --- */

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

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

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

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

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

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

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

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

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

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

#the_councilor #masthead h2.masthead { font: 400 21px TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif; }

#the_councilor #masthead tr th {

}

#the_councilor #masthead tr td {

}


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

#the_councilor #footer,
#the_councilor #footer #bepress a {
	height: 75px;
	background-color: #616466; }

#the_councilor #footer p,
#the_councilor #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; } */

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


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

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

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


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

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