/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  January 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

	/* --- Google font --- */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 14px/1.5 'PT Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
	background-image: 
		url(assets/md5images/b275d933c32b6aa100376c8d184f32b9.jpg),
		url(assets/md5images/91127030aee75d32756d905727c9f70d.gif); 
	background-color: #ffffff;
	background-repeat: no-repeat, repeat-x;
	background-position: top center, top left;	
	background-attachment: fixed, scroll;
}


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

#bard #header {
	position: relative;  /* needed for logo positioning */
  	height: auto !important; /* !important overrides mbl styling */
  	background-color: transparent;
}

#bard { 
	background: url(assets/md5images/800fbf81b1cf2437ce77868b04cc623b.gif) repeat-x bottom left;
} 

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

	/* --- Logo --- */

#bard #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0; 
	left: 0;  /* change to "right:" for right aligned logo */
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: auto; 
}


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

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

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

#bard #navigation #tabs a {
	font: 400 15px 'PT Sans', sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 36px;
	color: #9a171b; 
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left; 
}

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

#bard #navigation #tabs #tabone a { padding-left: 15px; } /* switch for right-aligned nav tabs */

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

#bard #sidebar { 
	padding-top: 32px; 
}

#bard #sidebar h2 {
	width: 210px;
	font: 700 15px 'PT Sans', sans-serif;	
	color: #ffffff;
	background: transparent;	
	padding: 0 0 2px 0;
	margin: 0 0 0 15px;
	text-indent: 0;
	border-top: none;
	border-bottom: 1px solid #6a665b; 
}

#bard #sidebar a {
	font: 400 15px 'PT Sans', sans-serif;
	color: #e8e7e3;
	text-decoration: none; 
}

#bard #sidebar a:hover,
#bard #sidebar a:active,
#bard #sidebar a:focus {
	text-decoration: underline; 
}

#bard #sidebar #sidebar-search label {
	font-size: 400 15px 'PT Sans', sans-serif;
	color: #ffffff; 
}

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

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


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

#bard #main.text { padding: 32px 0 16px; }

	/* --- Breadcrumbs --- */

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

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

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

	/* --- Headers --- */

#bard h2 {
	font: 400 21px 'PT Sans', sans-serif;
}

h3 { margin: 5px 0 }

#bard #dcn-home #cover-browse h3 a {
	font: 400 15px 'PT Sans', sans-serif;
	text-decoration: underline; 
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#bard #dcn-home .box.aag h2,
#bard #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: 400 16px 'PT Sans', sans-serif;
	border-bottom: 1px solid #d3d3d3; 
}

#bard #main.text .box a:link,
#bard #main.text .box a:visited {
	font: 700 14px 'PT Sans', sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #d3d3d3;
	background: none; 
}

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

/* article-level text // default values 12px/13px */

#alpha .element p, #custom-fields .element p { font-size: 14px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 16px; }


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

#bard #footer {
	height: 88px;
	background-color: #ececec; }

#bard #bepress a { height: 88px; } /* adjust height of logo */

#bard #footer p {
	padding-top: 36px; 
}

#bard #footer p,
#bard #footer p a {
	font: 400 14px 'PT Sans', sans-serif;
	color: #9a171b; 
	text-decoration: none; 
}

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

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

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


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

.mbl #bard #header, .mbl #bard #container {
	background-color: transparent !important; /* !important overrides ir-adapt.css */
}

.mbl #bard #container {
	background-image: url(assets/md5images/b275d933c32b6aa100376c8d184f32b9.jpg) !important; }
	
/* ---------------- Metadata page title and author text color changes ---------------- */
#bard #main.text #alpha #title p a:visited, #bard #main.text #alpha #title p a:link {
    color: #b30222;
}


#bard #main.text #alpha #authors a:visited, #bard #main.text #alpha #authors a:link {
    color: #222;
}

/* ---------------- Submit in intro text - senior projects ---------------- */
#bard p.bard_submit a {font-size: 22px; padding: 30px; text-align: center;}
#bard p.bard_submit {text-align: center;}

/* ---------------- CC Download Warning  - senior projects ---------------- */
#bard p#cc_statement {line-height: 1.3em; font-size:12px; margin-top: -20px; margin-bottom: 25px;}

#bard p#campus_statement {line-height: 1.3em; font-size:12px; margin-top: 90px;}
#bard strong#red {color:#c00;}

/* ---------------- dsls program button ---------------- */
#bard #main.text #beta_7-3 a.dsls_btn {
    width: 100%;
    max-width: 140px !important;
    margin: 0;
    display: inline-block;
    float: right;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    background-image: none !important;
    border-radius: 0 !important;
    box-shadow:solid !important;
    border: 1px solid #b30222 !important; 
    font-size: 16px;
    padding: 10px;
    background: #fff !important;
    color: ##b30222 !important; }