/* Site CSS */
h2.course-title {
    color:#ba0c2f;
    margin-top:0;
}

h4.course-meta {
    color:#999;
    text-transform:uppercase;
    font-size: 90%;
    margin-top: 4rem;
    font-family: 'Gotham';
}




img.right {
    float: right;
    margin: 0 0 1em 1em;
}
#footer-contact footer {
    color: #222;
}
/***People***/
#photo-contact {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom:10px;
}
#photo-contact img {
    float: right;
    margin: 10px 0 0 10px;
    max-width:220px;
    display:block;
    padding:3px;
    border:1px solid #ddd;
}
#person-contact {
    display: inline-block;
    float: left;
    margin: 10px 0;
    max-width: 70%;
}
#person-contact,
.profile-section {
    /*border-left: 4px solid #ddd;
    padding-left:10px;*/
}
.profile-section {
    margin-bottom: 50px;
}
h3.position {
    margin-top: -20px;
    font-size: 20px;
    color: #555;
}
h4.person-main-title {
    margin-top:0;
    margin-bottom: 5px;
    font-size: 18px;
}
h4.person-secondary-title {
    margin-top:0;
    font-size: 16px;
}

#people-list-container {
    margin-top:3.5em;
}
#people-list-container h2 {
    margin-bottom: 1em;
}
.person-entry {
    border-left: 4px solid #ddd;
    padding: 0 10px;
    margin-bottom:45px;
    overflow:hidden;
}
.person-entry  h3.fac-list-name {
    border-bottom: 1px solid #ddd;
    display: inline-block;
	margin-top: 0;
	/*padding-right: 50%;*/
    margin-bottom:5px;
    width: 70%;
}
h3.fac-list-name a:hover {
	text-decoration: none;  
}
.person-entry img {
	float:right;
	max-width:150px;
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 0 20px 20px;
}
.person-entry h4.position,
.person-entry h4.personlist-title{
    margin-top: 0;
}
.person-entry dl {
	margin-top: 10px;
}
.person-entry h4.researchAreas-title {
	margin-bottom: 0;
}
.person-entry dl,
#person-contact dl {
	overflow: hidden;
}
.person-entry dt,
.person-entry dd,
#person-contact dt,
#person-contact dd {
	float:left;
}
.person-entry dt,
#person-contact dt {
	clear: both;
}
/***Grad Students***/
img.grad-list-photo,
img.gradPhoto{
    padding:3px;
    border:1px solid #ddd;
    display:block;
    max-width: 300px;
}

/***News and Notifications***/
.sidebar-news-event {
    border-left: 4px solid #ddd;
    margin-bottom: 30px;
    padding: 3px 0 3px 5px;
    overflow:hidden;
}
.sidebar-news-event h4.news-events {
    margin-bottom:0;
    margin-top:5px;
}
.sidebar-news-event p.news-posted,
.sidebar-news-event p.event-time,
.sidebar-news-event p.news-type {
    margin-top:0;
    color:#666;
    font-size:0.9em;
    font-weight:300;
}
#secondary .sidebar-news-event p.news-type,
#tertiary .sidebar-news-event p.news-type {
	margin-bottom:0;
}
.sidebar-news-event p.news-type,
.sidebar-news-event p.news-type {
	margin-bottom:0;
}
.sidebar-news-event.archive p.news-posted {
    margin-bottom:5px;
}
#secondary .sidebar-news-event p,
#tertiary .sidebar-news-event p{
    margin-bottom:5px;
}

.news-page h4.title {
    color:#999;
	margin-bottom:0;
}
.news-page p.news-posted {
    margin-top:0;
	color:#666;
	font-size:0.9em;
	font-weight:300;
    margin-bottom: 30px;
}
img.news-list-image {
    display:block;
    padding:3px;
    border:1px solid #ddd;
    max-width:150px;
}
/***Events***/
.event-page h4.title {
    color:#999;
}
.event-page p.event-location {
    margin-top:-1em;
}
#events-archive .sidebar-news-event h4.news-events {
    margin-top:0;
}
#events-archive .sidebar-news-event p.event-start {
    margin-top:0;
    margin-bottom:0;
    color:#666;
	font-size:0.9em;
	font-weight:300;
}

/*courses*/

.class-list-container{
    margin-bottom:20px;
}
.class-list-container h3 {
    padding:8px;
    background:#ddd;
    margin:0;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.class-list-container h3.open {
	background:#c10037;
	color:#fff;
}
div.course-wrapper {
	margin-bottom:20px;
	overflow:auto;
}
.class-list-container h3:hover {
	cursor:pointer;	
	background:#c10037;
	color:#fff;
}
.course-container{
	padding:15px;
	margin-bottom:20px;
}

.course-container p {}
.section-container {}
table.section-table {
	width:100%;
}
table.section-table th,
table.section-table td {
	padding:10px;
}

/*--- callouts ----*/
.callout {
    padding: 20px;
    overflow: hidden;
    opacity: 1;
    margin-bottom: 30px;
}
.grad .callout {
    height: 150px;
}
.grad .callout h3 {
    font-size: 27px;
    margin: 20px 0;
}
.grad .callout h3 a {
    color: #fff;
    transition: font-size linear 0.3s;
}
.grad .callout h3 a:hover,
.grad .callout h3 a:focus {
    text-decoration: none;
    color: #ba0c2f;
    font-size: 29px;
}