/* -----------------------------------------------
bepress IR whitworth stylesheet.
Author:   Paul Ryan
Version:  Oct 2016
PLEASE SAVE THIS FILE whitworthLY!
----------------------------------------------- */

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

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 12px/1.5 Verdana, Geneva, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/a7872cd0c85fa4d68fb51ffcf95bd5b7.gif) top left repeat-x; }


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

#whitworth #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
  	line-height: 0;
}

#whitworth #header * { line-height: 0 !important; }

#whitworth #banner_image {
	display: block; /* removes descender of inline element */
	width: 980px; /* not necessary if image is sized correctly */
	height: auto;  /* avoids warping improperly sized header image */
}

	/* --- Logo --- */

#whitworth a#logo_link {
	position: relative !important; /* !important overrides mbl styling */
  	background: transparent !important; 
	height: auto; 
	max-height: 100%; /* when screen resizes, logo stays in header */
} 

#whitworth #logo_image {
	width: 100%;
	height: auto; 
}


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

#whitworth #navigation {
	background: url(assets/md5images/598a9a3888a2eeb502fe0258d203d2cf.png) top left repeat-x; }
}

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

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

#whitworth #navigation #tabs a {
	font: normal 15px Verdana, Geneva, sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 15px;
	line-height: 12px;
	color: #4f4f4f; 
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	border-right: 1px solid #dadada;
	float: right; 
}

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

#whitworth #navigation #tabs li:first-child a {
    border-right: none; 
}

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

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

#whitworth #sidebar h2 {
	font: bold 18px Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;	
	color: #000000;
	background: transparent;	
	padding: 0;
	margin: 0 0 0 15px;
	text-indent: 0;
	border: none; 
	border-bottom: 1px solid #dadada;
}

#whitworth #sidebar a {
	color: #ac1b2c;
	font-size: 13px;
	text-decoration: none; 
}

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

#whitworth #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000000; 
}

#whitworth #sidebar #sidebar-search {
	padding-left: 15px; 
}

#whitworth #sidebar #sidebar-search span.border { background: transparent; }


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

	/* --- Breadcrumbs --- */

#whitworth #main.text #breadcrumb, 
#whitworth #main.text .crumbs p { margin-bottom: 0; }

#whitworth #main.text div.crumbs a:link,
#whitworth #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #ac1b2c; 
}	

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

#whitworth h2 {
	font: bold 24px Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

#whitworth #dcn-home #cover-browse h3 a {
	font: normal 15px Verdana, Geneva, sans-serif;
	text-decoration: underline; 
	color: #ac1b2c;
}

	/* --- Links --- */

#whitworth #main.text a:link,
#whitworth #main.text a:visited {
	color: #ac1b2c; /* declared for #network-icon text */
}

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

	/* PotD / Top DL widgets */

#whitworth #dcn-home .box.aag h2,
#whitworth #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: bold 20px Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	border-bottom: 1px solid #dadada; 
}

#whitworth #main.text .box a:link,
#whitworth #main.text .box a:visited {
	font: bold 12px Verdana, Geneva, sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #dadada;
	background: none; 
}

#whitworth #main.text .box a:hover,
#whitworth #main.text .box a:active,
#whitworth #main.text .box a:focus {
	text-decoration: underline; 
}


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

#whitworth {
	background: url(assets/md5images/84d1dbaf216dfc9156df98ba6abae6d2.gif) bottom left repeat-x;
}

#whitworth #footer {
	height: 75px;
	background-color: #000000; 
}

#whitworth #bepress a { height: 75px; } /* adjust height of logo */



#whitworth #footer p,
#whitworth #footer p a {
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none; 
}

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

/* ---------------- Miscelaneous fixes ---------------- */

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

.mbl #whitworth #navigation #tabs a { display: none; }	/* removes navs (otherwise they're invisible, but clickable) */

/* Rights Statements display -RKarberg 11/01/2016 */
#whitworth #main.text #rights_statements.element a img {
	width: 150px; }
	
/* Content Carousel -RKarberg 12/07/2016 */
#whitworth #dcn-home #contentcarousel {width:100%;}
#whitworth #slideshow p.carousel-text {
	width: 300px;
	margin-left: 40px;}
#whitworth #slideshow div.news-slider div.text-content h2 {
	margin-left: 40px;}
#whitworth #slideshow div.news-slider div.image-content img {
	margin-right: 40px;}
#whitworth #slideshow div.newCarousel {
	border: 1px solid #ddd;
}


/* Float for slideshow in intro text for /societe_auxiliaires_missions -RKarberg 03/09/2017 */
#whitworth #main.text #series-home .intro .slidebox-right {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    width: 300px;
    height: 300px; }
 
/* Adjusting rights statement images - WDT 12/7/17 */
#whitworth #rights_statements img {
height: 50px;
width: 150px;
}
#whitworth #rights_statements h4 {
color:black;
}