@charset "utf-8";

/* CSS Document */

/* Header Styles */

#header_ds {
    width: 100%;
    height: 160px;
    display: block;
    top: 0;
    left: 0;
    background-color: #FFF;
}
#header_logo {
    width: 975px;
    height: 105px;
    margin: auto;
}
#header_img {
    width: 100%;
    float: left;
    top: 0;
    left: 0;
}
#header_img {
    position: relative;
    height: 105px;
    width: 975px;
    background: url(http://www.cpp.edu/~broncoscholar/images/BS_banner.png) 0 0 no-repeat;
}
/*#header_text {
	width: 40%;
	height: 120px;
	float: right;
	text-align: right; 
	background-image:url(images/cpp_logo_green.gif);
	background-repeat: no-repeat; */

#header_text p {
    display: none;
}
/*#header_text p {
	color: #00703C;
	font-size: 1.5em;
	margin-top: 2.5em;
} */

#header_nav {
    width: 100%;
    height: 35px;
    /*background-image: url(images/green_gold_nav.gif);
    background-repeat: repeat-x; */
	background-color: #013220; /* Fixes low contrast in nav header WAVE */
}
#header_nav ul {
    text-align: left;
    padding-top: 5px;
	width: 450px;
	margin-left: -450px;
	left: 48.71794%;
	position: absolute;
}
#header_nav li {
    display: inline;
    font-size: 16px;
	font-weight: bold;
    padding-right: 25px;
}
#header_nav li a {
    text-decoration: none;
    color: #FFF;
}

/* Remove Login link temporarily from navigation 

#header_nav ul li:last-child {
	display:none;
	}
	*/
#header_nav a:focus,
#header_nav a:hover {
    text-decoration: underline;
    color: #3F0;
}
/* Gold Bar Search */

#gold_bar {
    /*width: 100%;
	height: 5px;
	/*background-image:url('gold_bar.gif');
	background-repeat:repeat-x; 
	background-color:#EBB325; */
    display: none;
}
#bronco_search {
    /*width: 975px;
	margin: auto;
	clear: left;
	padding-top:10px; */
    display: none;
}
.search_label_cpp {
    font-size: 18px;
    text-align: center;
}
.search_label_cpp a {
    color: ##075530;
}
.search_label_cpp a:focus,
.search_label_cpp a:hover {
    text-decoration: underline;
    color: #075530;
}
.ds-form-list {
    margin-top: 0;
}
#input_holder {
    width: 225px;
    margin: auto;
    margin-top: -28px;
}
#aspect_discovery_SidebarFacetsTransformer_field_query {
    width: 190px;
    display: inline-block;
}
#input_search {
    width: 190px;
    float: left;
}
#input_go {
    width: 25px;
    float: left;
    margin-left: 5px;
}
input.search-icon {
    width: 25px;
    height: 26px;
    margin-top: 5px;
    border: 1px solid #AAAAAA;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* Footer */

#footer_ds {
    width: 100%;
    height: 100px;
    background-color: #1e1b18;
}
#footer_nav ul {
    padding-top: 15px;
    text-align: center;
}
#footer_nav li {
    display: inline;
    font-size: 15x;
    padding-right: 10px;
}
#footer_nav li a {
    color: #FFF;
}
#footer_nav p {
    color: #FFF;
}
/* Date Line Style Change */

.date {
    float: none;
    text-align: inherit;
    font-weight: 600;
    width: inherit;
    height: inherit;
}
/* Hack H1 to "disappear" */

h1.ds-div-head {
    /* color: #FFF;
    font-size: 1px;
    height: 2px; */
	display: none; /* Fixes WAVE contrast error */
}
/* About Div Styles */

.intro {
    color: #333;
}
.about {
    width: 97%;
    height: auto;
    background-color: #FAFAFA;
    padding: 10px;
    border: 1px solid #CCC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #777;
    box-shadow: 3px 3px 7px 0px #777;
}
/* Author About Div Styles */

.intro {
    color: #333;
}
div.authorabout {
    width: 97%;
    height: auto;
    background-color: #FAFAFA;
    padding: 10px;
    border: 1px solid #CCC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #777;
    box-shadow: 3px 3px 7px 0px #777;
}

div.authorabout img {
    padding: 8px;
    display: inline;
    float: right;
    background-color: #DDDDDD;
    border: solid 1px #BBBBBB;
}
p.authorabout {
    margin-right: 180px;
}
/* Change to DIV style to remove line justification per Dean */

div.item-summary-view-metadata {
    text-align: left;
}
/* Change H1 style to remove justification per Dean */

h1 {
    text-align: left;
}
/* Styles for image slider */

#slides {
    display: none;
    padding-bottom: 25px;
}
#slides .slidesjs-navigation {
    margin-top: 5px;
}
a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
    background-image: url('http://www.cpp.edu/~broncoscholar/img/btns-next-prev.png');
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
}
a.slidesjs-next {
    margin-right: 10px;
    background-position: -12px 0;
}
a:hover.slidesjs-next {
    background-position: -12px -18px;
}
a.slidesjs-previous {
    background-position: 0 0;
}
a:hover.slidesjs-previous {
    background-position: 0 -18px;
}
a.slidesjs-play {
    width: 15px;
    background-position: -25px 0;
}
a:hover.slidesjs-play {
    background-position: -25px -18px;
}
a.slidesjs-stop {
    width: 18px;
    background-position: -41px 0;
}
a:hover.slidesjs-stop {
    background-position: -41px -18px;
}
.slidesjs-pagination {
    position: relative;
    z-index: 10;
    float: left;
    margin: 5px 0px 0 550px;
    list-style: none;
}
.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}
.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url('http://www.csupomona.edu/~broncoscholar/img/pagination.png');
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}
#slides a:link,
#slides a:visited {
    color: #333
}
#slides a:hover,
#slides a:active {
    color: #9e2020
}
#slides a:focus img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}
.navbar {
    overflow: hidden
}

/* Open Access Banners & DIVS */

div.oa {
    width: 97%;
    height: auto;
    background-color: #FAFAFA;
    padding: 10px;
    border: 1px solid #CCC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #777;
    box-shadow: 3px 3px 7px 0px #777;
}

div.oa img {
    vertical-align: middle;
    padding-bottom: 15px;
}
div.oa ol {
    margin-left: 5%;
    padding-bottom: 15px;
}
div.oa ol li {
    list-style-type: decimal;
}
div.footnote {
    margin-top: 40px;
    font-size: .75em;
}

/* Move DSpace Login Button to the left */

/*
 #ds-user-box.cpp {
	position:relative;
	display: inline;
	top: 0;
	}
#ds-user-box.cpp a {
	color: #FFF;
    text-transform: uppercase;
	}

#ds-user-box.cpp a:focus,
#ds-user-box.cpp a:hover {
    text-decoration: underline;
    text-decoration: underline;
    color: #3F0;
} 
 
*/

#ds-user-box.cpp {
	display: none;
	}

#ds-user-box {
	width: 500px;
	top: 108px;
	text-align: right;
	margin-right: -500px;
	right: 51.28205%;
	background-color: #013220; /* Fixes low contrast in nav header WAVE */
	}

/*
#ds-user-box p	{
	background-color: #075530;
	padding: 5px;
	} 
*/
#ds-user-box a {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF !important;
	font-weight: bold;
	}
	
/* Hides the DIVs in the Q&A submission steps page */

.boxQA {
    display: none;
        }

/* This controls the spacing on the award images */

div#aspect_discovery_DSOSearchTransformer_div_search-browse img {
	padding: 10px;
}


/* Correct contrast errors WAVE 9.23.19 */

span.author {
	font-weight: bold;
	color: #333;
}

span.publisher {
	font-weight: bold;
	color: #333;
}

span.publisher-date {
	font-weight: bold;
	color: #333;
}

/* Add padding to breadcrumb to align link to pointer */

#ds-trail {
    padding: 10px 0;
}