/*
 * BSU.css
 *
 * Ball State University Cardinal Scholar style overrides
 */

body{
	background-color: #f5f5eb;
}

a{
	color: #cc0000;
}

a:hover{
	color: #cc5555;
}

a:active{
	color: #cc5555;
}

a:visited{
	color: #cc0000;
}

.gray-text{
	color: #aaaaaa;
}

.red-text{
	color: #ff0000;
}

#ds-header-wrapper{
	/* background-color: #3f3f3f; already taken care of in style.css */
}

#ds-header-logo-branding{
	text-transform: uppercase;
}

#ds-header-logo-branding img{
	vertical-align: middle;
}

#ds-header-logo-text{
	font-family: Arial, sans-serif;
	font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;
}



#ds-trail-wrapper{
	background-color: #e5e5db;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}



h1{
	color: #333333;
}


.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li{
	background-color: #777777;
	border: 1px solid #333333;
}

h1.ds-option-set-head{
	background-color: #dddddd;
}

#ds-header-logo-subtitle{
	margin-bottom: 10px;
	margin-left: 300px;
	clear: both;
}


.slidesjs-pagination {
	margin: 6px 0 0;
	float: right;
	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(/themes/BSU/images/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
}

a.slidesjs-play,
a.slidesjs-stop {
	background-image: url(/themes/BSU/images/btns-next-prev.png);
	background-repeat: no-repeat;
	display:block;
	width:12px;
	height:18px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right:5px;
	margin-top:5px;
}

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;
}

li.ds-artifact-item.community{
	list-style-image: url(/themes/BSU/images/button_plus.png);
}

li.ds-artifact-item.collection{
	list-style: none;
}

#faq ul{
	list-style-image: url(/themes/BSU/images/button_plus.png);
}

.noplussymbol{
	list-style-image: none;
}
/* Brad and Jim would prefer the tabular display on 
 * full item details pages to be left-aligned
 * e.g.: http://libdspacetest01.servers.bsu.edu/handle/123456789/186010?show=full 
 * the first (label) cell already overrides this to 'initial' and I'm
 * not sure why right-aligning is the default or where else it may be used and desirable */
table.detailtable td {
	text-align:left; /* Could be initial or inherit as well */
}
