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

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

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

html { background-color: #e0e0e0; }

body {
	font: normal 12px/1.5 Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(../assets/md5images/257cf1fd499b1b4033a485695f35fe84.gif) top left repeat-x; 
}

#taboo { background: url(../assets/md5images/092c12632cde6bff4196eaef12d6f0f6.gif) repeat-x left bottom; }

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

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

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

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

	/* --- Logo --- */

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


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

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

#taboo #navigation #tabs { 
	margin-right: 20px !important;
	width: 213px;
	overflow: hidden; }

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

#taboo #navigation #tabs a {
	font: normal 12px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, 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: #3e3e3e;
	background-color: #deddde;
	padding: 0 7px; 
	margin: 0;
	border: 0;
	border-right: 1px solid #ffffff;
	float: left; }
	
#taboo #navigation #tabs a:hover,
#taboo #navigation #tabs a:active,
#taboo #navigation #tabs a:focus {
	text-decoration: underline;
}

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

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

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

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

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

#taboo #sidebar a:link,
#taboo #sidebar a:visited {
	font: normal 12px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;	
	color: #3e3e3e;
	text-decoration: none; 
}

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

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

#taboo #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
	
#taboo #sidebar ul#navlist li a {
	width: 215px;
	margin-left: 6px;
	color: #ffffff;
	transition: background 0.3s ease;	
	font-weight: normal;	
	background: #262626;
	border-bottom: 1px solid #000000; 
}	

		/* Sidebar link colors */
#taboo #sidebar ul#navlist li a:active,
#taboo #sidebar ul#navlist li a:hover,
#taboo #sidebar ul#navlist li a:focus {
	color: #000000;
	background: transparent; 
}	

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

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

#taboo .sidebar-search h2 { font: bold 12px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; }	

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

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

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


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

#taboo #wrapper { /* for full-length sidebar content background/elements */
	background: url(../assets/md5images/38ae74a48eebd5fa3ef255afaa081b0a.gif) no-repeat left bottom,
	url(../assets/md5images/2f7487f17e57e0e1d86df532f2150240.gif) repeat-y left top; }

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

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

	/* --- Headers --- */

#taboo #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 22px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; /* Current Issue */
}

#taboo .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	background: transparent;   /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #000000; 
	padding-bottom: 0;
	margin-bottom: 25px;	
}	

	/* --- Links --- */

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

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

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

#taboo #main.text div.doc { margin: 0 0 15px; }	
#taboo #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#taboo #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 */
#taboo #coverart #beta .coverart-box h4 {
    font: normal 18px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #000000; }

#taboo #coverart #beta .coverart-box {
	font: normal 12px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	border: 0; }

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

#coverart #beta	{ width: auto; }	

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

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


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

#taboo #footer,
#taboo #footer #bepress a {
	height: 75px;
	background-color: #e0e0e0; }

#taboo #footer p,
#taboo #footer p a  {
	font: normal 12px/2 Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	color: #3e3e3e;
	text-decoration: none; }

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

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


/* ---------------- Miscellaneous fixes ---------------- */
	
	/* --- Advanced Search --- */	

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

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



/* Hiding article list header */
#taboo .article-list h1 {display:none;}
#taboo .article-list h3 {display:none;}
