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

body { background: url(assets/md5images/37c02b1b7a083c9670e012a83fb57c8e.png) top left repeat-x; }

/* ---------------- Header without logo ---------------- */

#iastate #banner_image {
	display: block; 
	width: 980px;
	height: auto; /* avoids warping improperly sized header image */
}

#iastate #header { height: auto !important; } /* fixes extra space from ir-adapt */


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



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

#iastate #navigation,
#iastate #navigation #tabs {
	height: 49px; 
}

#iastate #navigation #tabs {
	padding: 12.5px 0 0 0;
	box-sizing: border-box;
}
#iastate #navigation #tabs ul,
#iastate #navigation #tabs ul li {
	padding: 0;
	margin: 0; 
}

#iastate #navigation #tabs a {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;	
	text-transform: uppercase;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 21px;
	line-height: 21px;
	color: #555757; 
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	border-right: 2px solid #f1be48;
	float: left; 
}

#iastate #navigation #tabs li:last-child a {
    border-right: none;
}

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


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

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

#iastate #sidebar div[style*="clear:left"] { height: 0; }

#iastate #sidebar #divRss ul.feedEkList li { overflow: hidden; }

#iastate #sidebar h2 {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;	
	color: #cc0000;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none; 
}

#iastate #sidebar a {
	font-size: 13px;
	text-decoration: none; 
}

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

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

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

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

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

#iastate #wrapper {
	box-sizing: border-box;
	background: url(assets/md5images/837e072185894fc2efaea3b27cfa9c26.gif) top left repeat-y;
	border-bottom: 1px solid #999999;
    margin-bottom: 21px; }

#iastate #content { background: transparent; }	

#iastate #main.text div.crumbs a:link,
#iastate #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #555757; 
	margin-bottom: 0; 
}	

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

#iastate h2 {
	font: bold 21px Arial, Verdana, Helvetica, sans-serif;
}

#iastate #dcn-home #cover-browse h3 a {
	font: normal 15px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline; 
}

#iastate #main.text a:link,
#iastate #main.text a:visited {
	color: #555757; /* declared for #network-icon */
	text-decoration: underline; /* ir-custom takes care of this */
}

#iastate #main.text a:hover,
#iastate #main.text a:active,
#iastate #main.text a:focus {
	color: #000000;	
	text-decoration: underline; 
}
	
#iastate #dcn-home .box.aag h2,
#iastate #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px Arial, Verdana, Helvetica, sans-serif;
	color: #cc0000;
	border-bottom: 1px solid #d3d3d3; 
}

#iastate #main.text .box a:link,
#iastate #main.text .box a:visited {
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #d3d3d3;
	background: none; 
}

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


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

#iastate #footer,
#iastate #footer #bepress a {
	height: 75px;
	background-color: #d7d2c3; }

#iastate #footer p {
    padding-top: 19px;
    padding-bottom: -10px;
    margin-bottom: -22px;
    }

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

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

/* ---------------- extras ---------------- */


/* cool column stuff, paul ryan */

#iastate div.intro {
	display: flex; 
	flex-wrap: wrap; }
	
#iastate div.intro * {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	}
	
#iastate .col-1 { 
	width: 50% !important;
	padding: 0 10px;
	box-sizing: border-box; }

.mbl #iastate .col-1 { 
	width: 100% !important;
	padding: 0 10px;
	box-sizing: border-box; }	

#iastate .col-1 h2 { 
	padding: 0;
	margin-top: 0px; }	

#iastate .col-1 h2 .followable {
	float: right;
}	
	
#iastate .col-2 { 
	width: 100%;
	padding: 0 10px; }

#iastate .red { color: #cc0000; }		

#iastate .slideshow { 
	width: auto;
	float: none; }

/* additional nav tab, pr 9/16 */

#iastate #navigation #tabs ul, #iastate #navigation #tabs { width: 900px !important; }

/* spacing below "Sponsored by:" logos sb 9/16/16 */

#iastate #sidebar #vpr_logo img {
    margin-bottom: 10px;
}

/* /honors_posters logo styling sb 10/3/16*/

#iastate #honors_projects img#honors_projects_logo {
    float: left;
    margin-right: 5px;
}

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

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

/* Expert Gallery Suite SW Gallery */
.egs-profile-gallery {
	display: block; /* removes descender space below inline element */
 /* left aligned */
	margin: -16px 0 -16px -42px; /* #content .text padding: 16px 0; and #content .text (margin 32px) + #sidebar (margin 10px) */
 
}

.verticalalign { height: 0; }
#content div.clear { height: 0; }

/* removing images from rss feeds lb 02172017 */
#iastate #sidebar #divRss ul.feedEkList li .itemContent img {display: none;}

/* correcting font color for disclaimer article_custom_field sb */
#iastate #disclaimer h4 {
	color: #000;
	}	     