/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.toggle-bar{
	display: none;
}
.featured-posts {
	display: none;
}

.img-circle {
	border-radius: 50%;
	height: 150px;
	width: 150px;
}

.site-title {
	background-color: white;
	padding: 5px;
}

/*
.site-title a {
	color: darkblue;
	font-family: "Times New Roman";
	font-size: 32px;
	text-transform: capitalize;
}
*/

.site-title a {
	font-size: 20px;
	text-transform: capitalize;
}

/*
body {
	color: a7a7a7;
}
*/

body {
	color: #777777;
}

/*
.site-header {
	background-color: #808080;
	overflow: visible;
}
*/
.site-header {
	background-color: #FFFFFF;
	overflow: visible;
}

h2.site-description {
	font-size: 15px;
	font-style: italic !important;
}

#menu-primary .sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 96%;
}

#menu-primary li:hover .sub-menu {
	display: block;
}

#menu-primary .sub-menu li {
	width: 240px;
}

/*
#menu-primary .sub-menu a {
	background-color: darkblue !important;
	color: white !important;
}

#menu-primary .sub-menu a:hover {
	background-color: white !important;
	color: darkblue !important;
}
*/

#menu-primary .sub-menu a {
	background-color: #a7a7a7
	!important;
	color: white !important;
}

#menu-primary .sub-menu a:hover {
	background-color: white !important;
	color: #a7a7a7 !important;
}

/*
#content {
	background-color: white;
}
*/

#content {
	background-color: #fafafa;
}

.entry-content {
	font-size: 17px;
	line-height: 25px;
	width: 850px;
}

/*
h1.entry-title {
	font-size: 70px;
	padding-bottom: 10px;
}
*/

h1.entry-title {
	font-size: 47px;
	padding-bottom: 10px;
}

/*
a {
	color: blue;
}
*/
a {
	font-weight: bold;
}

a.speaker-materials {
	color: white;
	text-decoration: underline;
}

.slideshow-window {
	margin-top: -50px;
	margin-bottom: 20px !important;
}

#menu-publications {
	list-style-type: none;
}

/*
#menu-primary li {
	background-color: #00008B;
	border: 1px solid;
}
*/

#menu-primary li {
	background-color: #00008B;
	border: 1px solid #f1f1f1;
}

/*
#menu-primary li.current-menu-item {
	border: 1px solid darkgrey;
}
*/

#menu-primary li.current-menu-item {
	border: 1px solid #f1f1f1;
}

/*
#menu-primary a {
	color: #FFFFFF;
	background-color: darkblue;
	font-size: 16px;
	padding: 8px;
}
*/

#menu-primary a {
	color: #FFFFFF;
	background-color: #a7a7a7;
	font-size: 16px;
	padding: 8px;
}

/*
#menu-primary a:hover {
	background-color: #DCDCDC !important;
	color: darkblue !important;
}
*/

#menu-primary a:hover {
	background-color: #f7f7f7 !important;
	color: #777777 !important;
}

.entry-content li {
	margin: 3px;
}

/*
 * li.current-menu-item a {
	background-color: #808080 !important;
	color: darkblue !important;
}
*/
li.current-menu-item a {
	background-color: #c7c7c7 !important;
	color: #FFFFFF !important;
}

.tab-content {
	display: none;
}

.tab-content:target {
	display: block;
}

.slideshow-slide:before {
	content: "The images are being used courtesy of the University of Pennsylvania.";
	display: block;
	font-style: italic;
	font-size: 100%;
	color: white;
}

table.nlp-health-monthly {
	background-color: darkblue;
	color: white;
	font-size: 16px;
	padding: 30px;
}

.nlp-health-monthly td {
	background-color: darkblue;
	border-bottom: 0;
}

.nlp-health-monthly tr:nth-child(n+2) td:nth-child(2) {
	border-top: .5px grey solid;
	padding-top: 20px;
}

.datebox {
	width: 70px;
	height: 63px;
	background: #808080;
}

.datebox .month {
	padding: 4px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.datebox .day {
	margin: 0 10px;
	padding: 0;
	background: #fff;
	color: black;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
}

.talk-title {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

.talk-speaker {
	color: white;
	font-size: 20px;
	margin-top: -10px !important;
	margin-bottom: 10px;
	text-align: right;
}

a.talk-speaker {
	text-decoration: underline;
}

.list-icon {
	margin-left: 10px;
	margin-right: 10px;
	height: 20px;
	width: 20px;
}

.no-bullet-point li {
	list-style-type: none;
}

.by-year summary {
	background-color: #DCDCDC;
	font-size: 25px;
	margin-bottom: 15px;
	text-align: center;
}

#nlp-health-image {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	width: 65%;
}

#smm4h-image {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 50%;
}

.author_pubs {
	padding: 10px;
}

.author_pubs:nth-child(even) {
	background-color: #DCDCDC;
}

.author_pubs .author_name {
	font-size: 23px;
	margin-bottom: 7px;
}

.author_pubs .author_links {
	margin-bottom: 7px;
}

.author_pubs summary {
	font-size: 16px;
}

#post-3 td>div {
	width: 200px;
}

table.upcoming-event {
	background-color: darkblue;
	width: 90%;
}

.upcoming-event td {
	vertical-align: top;
}

.upcoming-event a {
	color: white;
	text-decoration: underline;
}

.upcoming-event p {
	color: white;
}

.upcoming-event img {
	height: 350px;
	width: 600px;
}

.to {
	color: white;
	font-weight: bold;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

div.summer-intern {
	float: left;
	margin: 30px;
}