/*** WCAS Department specific CSS 

Core CSS file that can be modified on a departmental level.  Add any new styles (including media queries) here.

***/

/* new image size for people */
.people-image {
    width: 168px;
    height: auto;
    max-height: 210px;
}
.people-image img {
    max-height: 210px
}


/*Custom CSS for the Research Areas Pages, Santina Croniser */
.individual-thumbs p {
    font-size: smaller;
    margin: 0 0 15px;
    text-align: center;
}
.individual-thumbs {
    display: inline-table;
    width: 89px;
    margin: 0 5px;
}

.individual-thumbs img {
    width: 89px;
}
.subfield-img {
    float: left;
    width: 280px;
    margin: 0 10px 10px 0;
}

.subfield {
    border-bottom: 1px solid #B2B2B2;
    margin: 10px 0;
}

.align-clear {
    clear: both;
}

/*-- Calendar Page:Events --*/
.event-item {
}

.event-item:after {
    content: "";
    display: table;
    clear: both
}

.event-date {
    font-size: 1.1em;
    font-weight: 600;
    
    margin: 0.4em 0 .8em;
}

.event-outer {
	margin-bottom: 1.5em;
	zoom: 1;
	position: relative;
}

.event-listing {
	margin-left: 83px;
}

.event-title {
	margin-bottom: 0;
}

.event-group {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.event-title a {
	font-weight: 600;
}

.event-time {
	float: left;
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
}

.event-time .time {
    background: #480058;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    font-size: 11px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    margin-bottom: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.event-description {
	margin-bottom: 1em;
	line-height: 1.8em;
}

.event-listing .read-more,
.event-listing .read-less {
	font-size: 12px;
	white-space: nowrap;
}

#datepicker.datepicker {
	margin-top: 1em;
	margin-bottom: 2em;
}

#left-nav.no-border {
    border:none;
}

/* DatePicker Container */
.ui-datepicker {
    position: relative;
    width: 95%;
    height: auto;
	margin: 0 auto;
	font: 100% Arial, sans-serif;
	border: 1px solid #ccc;
}
.ui-datepicker a {
	text-decoration: none;
}
.ui-datepicker a:hover {
	text-decoration: none !important;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
	margin-top: 0;
}
.ui-datepicker-header {
	background: #480058;
	color: #fff;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 0;
    display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {left: 0;}
.ui-datepicker-next {right: 0;}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
	text-align: center;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
#page .ui-state-default,
#page .ui-state-default:hover {
    color: #666 !important;
}
#page .ui-date-with-events a,
#page .ui-date-with-events a:hover,
#page .ui-datepicker-current-day a,
#page .ui-datepicker-current-day a:hover {
    color: #fff !important;
}
.ui-datepicker-calendar .ui-state-active {
	background: #BF9C1F !important; /* Box color for the current day */
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #fff !important;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	position: relative;
}
.ui-datepicker-calendar .ui-date-with-events a {
background: #B96620; /* Box color for a day with an event */
color: #fff !important;
text-shadow: 0px 1px 0px #4d7a85;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 100%;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 100%;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 100%;
	margin-bottom: 0;
}

@media screen and (max-width:800px) {
	#datepicker.datepicker {
		padding: 0 0 1em;
	}

}
@media screen and (max-width:480px) {
	#datepicker {
		font-size: 1.1em;
	}
}

/* button sets */
#time-radio.ui-buttonset {
	margin: 2.1em 0.4em 1.3em;
}

#time-radio .ui-buttonset .ui-button {
	margin-right: 0.25em;
	width: 9em;
}

#time-radio .ui-buttonset .ui-state-default {
	border: 1px solid #DDD;
}

#time-radio .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#time-radio .ui-state-default,
#time-radio .ui-widget-content .ui-state-default,
#time-radio .ui-widget-header .ui-state-default {
	border: 1px solid #CCC;
	background: #EEE;
	font-weight: normal;
}

#time-radio .ui-button,
#time-radio .ui-button:link,
#time-radio .ui-button:visited,
#time-radio .ui-button:hover,
#time-radio .ui-button:active {
	text-decoration: none;
}

#time-radio .ui-button {
	display: inline-block;
	position: relative;

	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}

#time-radio .ui-button-text-only .ui-button-text {
	padding: 0.2em;
}

#time-radio .ui-button .ui-button-text {
	display: block;
	line-height: normal;
}

#time-radio .ui-state-active,
#time-radio .ui-widget-content .ui-state-active,
#time-radio .ui-widget-header .ui-state-active {
	font-weight: normal;
}

#time-radio .ui-state-active,
#time-radio .ui-widget-content .ui-state-active,
#time-radio .ui-widget-header .ui-state-active {
	border: 1px solid #AAA;
	background: #FFF;
	font-weight: normal;
}

/* Keep calendar in mobile */
@media screen and (max-width: 800px) {
    #left-nav.left-nav-calendar {
        display: block;
    }
    #page {z-index: 1;} /* force the mobile menu on top of the calendar */
}
/* -- End of Calendar Edits -- */

/* Center for the Study of Diversity and Democracy landing page */

cross-columns {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: .5em;
    margin-bottom: 2em;
}
#cross-columns h4 {
    font-size: 18px;
}
#cross-columns img {
    margin-bottom: 1em;
}
#cross-columns h4+p {
    margin-top: -.5em;
}
#cross-left, #cross-mid, #cross-right {
    float: left;
    width: 28.65329% /* 200px / 698px */
}
#cross-mid, #cross-right {
    margin-left: 7.02005%; /* 49px / 698px */
}
.cross-text ul {
    margin-top: 1em !important;
}