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

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

	/* Font */
	@import url('https://fonts.googleapis.com/css?family=Cabin:400,700');

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

html { background-color: #e8e8e8; }

body {
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(../assets/md5images/dbd7b84aaf330d6c41fc2a09558e366c.gif) top left repeat-x;
}

#ibpp { background: url(../assets/md5images/40efcceab11ecaa37617966f09a04b67.gif) repeat-x left bottom; }

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

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

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

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

	/* --- Logo --- */

#ibpp #logo_image { /* include an image for accessibility */
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;  /* change to "left:" for left aligned logo */
	width: 21.122448979592% !important;  /* 207 / 980 */
	height: auto;
}


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

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


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

#ibpp #navigation #tabs a {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	transition: background 0.3s ease;
	line-height: 32px;
	color: #213f64;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

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

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

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


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

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

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

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

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

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

#ibpp #sidebar ul#navlist li a {
	color: #ffffff;
	transition: background 0.3s ease;
	font-weight: normal;
	background: #1c3d66;
	border-bottom: 1px solid #264974;
}

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

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


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

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

#ibpp .sidebar-search h2 { font: bold 12px Arial, Verdana, Helvetica, sans-serif; }

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

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

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


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

#ibpp #wrapper { /* for full-length sidebar content background/elements */
	margin-top: 24px;
	background:
		url(../assets/md5images/be4133330a64dbfb346945d031304f37.gif) no-repeat top left,
		url(../assets/md5images/b2406e5a23f20ced0f13528666b8be2d.gif) no-repeat bottom left,
		url(../assets/md5images/f28ab614a99b8498a799f0bed93b68c4.gif) repeat-y left top; }

#ibpp #content {
	min-height: 600px;
	background-color: #ffffff; }

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#ibpp #main.text div.crumbs a {
	text-decoration: none;
	color: #005a9f;
}

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

	/* --- Headers --- */

#ibpp #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: bold 24px 'Cabin', sans-serif; /* Current Issue */
}

#ibpp .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: bold 21px 'Cabin', 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 --- */

#ibpp #main.text a:link,
#ibpp #main.text a:visited {
	text-decoration: underline;
	color: #005a9f; }

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

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

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

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

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

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

#ibpp #container h2.masthead { font: bold 21px 'Cabin', sans-serif; } /* default is 18px */

/* rule pushed cover art down
#coverart #beta	{ width: auto; }
*/

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

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


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

#ibpp #footer,
#ibpp #footer #bepress a {
	height: 75px;
	background-color: #e8e8e8; }

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

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

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


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

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

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


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

/* Increase size of text in Article List - ADoran 10/17/18 */
#ibpp .article-list .doc {font-size:14px;}

/* Adjust display of sidebar links - ADoran 9/14/18 */
#ibpp #sidebar .sb-custom-journal .sb-home a,
#ibpp #sidebar .sidebar-search h2 {font-size:18px; color:#f6d270}

/* Styling for Creative Commons logo - ADoran 9/14/18 */
#ibpp #sidebar #cclicense {color:white;}
#ibpp #sidebar #cclicense a {text-decoration:underline;}

/* Styling for Speaker Photos - ADoran 9/26/18 */
#ibpp .speaker img {
	float: right;
	display: block;
	max-width: 160px;
	padding-bottom: 10px; }
	
/* Styling for Twitter Badge - ADoran 8/23/19 */
#ibpp #twitter-badge {margin-left:10px;}

/* Adjusting font size of some intro text - ADoran 8/23/19 */
#ibpp #ibpp-14txt {font-size:14px;}

/* Hiding various page elements for journal's new look - ADoran 8/23/19 */
#ibpp .sb-home,
#ibpp #navcontainer,
#ibpp .sidebar-search,
#ibpp .article-list h1 {display:none;}

/* Centering Search box - ADoran 8/23/19 */
#ibpp #ibpp-search {width:360px; margin-left:auto; margin-right:auto; text-align:center;}
#ibpp #ibpp-search fieldset.query {width:245px; margin-left:auto; margin-right:auto; text-align:center;}

/* Centering Interviews button and giving it room to breathe, ALei, 1/15/20 */

#ibpp div#most-recent-button {
display:flex;
flex-flow:column wrap;
align-items:center;
padding:2px;}
